Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SDWebImage

Asynchronous image downloader with cache support as a UIImageView category
Collective - Host: opensource - https://opencollective.com/sdwebimage - Website: https://sdwebimage.github.io/ - Code: https://github.com/sdwebimage

Update README, example and test case

github.com/SDWebImage/SDWebImageAVIFCoder - 716093c79998a643d0984d49700b9807b19bfc9a authored over 1 year ago by DreamPiggy <[email protected]>
Added support for SDWebImage thumbnail decoding

Use the coder helper's re-scale on CGImage currently

May optimize using vImageScale in the future

github.com/SDWebImage/SDWebImageAVIFCoder - 7e2e3dbc382f01674eb7896c7f039b1736fbc6e8 authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #51 from SDWebImage/fix/libavif_0.11.0_compile

Fix the compile issue with libavif 0.11.0+ by removing the limit alpha range check

github.com/SDWebImage/SDWebImageAVIFCoder - e5c27003348071ac09a51e90c5400e2eb0b4575b authored over 1 year ago by DreamPiggy <[email protected]>
Fix the compile issue with libavif 0.11.0+ by removing the limit alpha range check

Update the min deps to 0.11.0+ as well

github.com/SDWebImage/SDWebImageAVIFCoder - ad88f8150339c96cbf5ccd595fb913133d1aee5c authored over 1 year ago by DreamPiggy <[email protected]>
Fix podspec build issue because of missing srcs

github.com/SDWebImage/libaom-Xcode - b00c20d10f13608c7579aad1f849e0f815d4d3a8 authored over 1 year ago by DreamPiggy <[email protected]>
Bumped version to 5.15.8

update CHANGELOG

github.com/SDWebImage/SDWebImage - 7f9fb5d43ecd4aa714c00746f54873f354403438 authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #3535 from dreampiggy/feature/SDAnimatedImage_scale

Update the implementation `SDScaledImageForScaleFactor` to support SDAnimatedImage

github.com/SDWebImage/SDWebImage - e85d1e5c36efca232bcac8f94cb713dfd1e2e3c1 authored over 1 year ago by DreamPiggy <[email protected]>
Update the example with new SDWebImageScaleDownLargeImages

github.com/SDWebImage/SDWebImage - 91162ce5dcc089fda5b12814cea681035b7bad80 authored over 1 year ago by DreamPiggy <[email protected]>
Introduce the automatically calculation of thumbnail (include animated/static image) using `SDImageCoderDecodeScaleDownLimitBytes`

The exist SDWebImageScaleDownLargeImages translate to new option instead

github.com/SDWebImage/SDWebImage - 91ff7189c991575d7a2679def6f5e4f90c55fc26 authored over 1 year ago by DreamPiggy <[email protected]>
Update the check logic to detect `Multiple Frame Animated Image`

github.com/SDWebImage/SDWebImage - f3ea1eee6741ec0aa5cec40537316d4dc8274fe9 authored over 1 year ago by DreamPiggy <[email protected]>
Update the implementation `SDScaledImageForScaleFactor` to support SDAnimatedImage

github.com/SDWebImage/SDWebImage - 2331bcc690246e2aa4022b4d7d2516d52dc25d0e authored over 1 year ago by DreamPiggy <[email protected]>
Update to 3.0.0 version

minos bumped to iOS 9+

github.com/SDWebImage/libaom-Xcode - adcc135327817923eeddfa88a96f5e17676229be authored over 1 year ago by DreamPiggy <[email protected]>
Upgrade to v3.0.0

Fix dependency for vmaf

github.com/SDWebImage/libaom-Xcode - 18c7a770771434b9fb6a29417827af7f22592de5 authored over 1 year ago by DreamPiggy <[email protected]>
Release v2.3.1

github.com/SDWebImage/libvmaf-Xcode - 41db5dc11d05c02d1aca7de0b572a068f528c37c authored over 1 year ago by DreamPiggy <[email protected]>
Upgrade to v2.3.1

github.com/SDWebImage/libvmaf-Xcode - cb60895756e800285fa37ae2a27879f84e8728d9 authored over 1 year ago by DreamPiggy <[email protected]>
Bumped version to v0.11.0

github.com/SDWebImage/libavif-Xcode - 6504198b288c7eceb9a0e3ce07e871741f73521c authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #3531 from dreampiggy/bugfix/macos_SDDisplayLink_crash_during_dealloc

Try to fix macOS SDDisplayLink crash because of accessing the deallocated objc pointer during CV...

github.com/SDWebImage/SDWebImage - d82f5574e458549d11d0b0a68ca5c619ce251047 authored over 1 year ago by DreamPiggy <[email protected]>
Try to fix the SDDisplayLink danger pointer because of unsafe_unretained for self from the CVDisplayLinkRef

Using the same solution from iOS/watchOS via SDWeakProxy

github.com/SDWebImage/SDWebImage - 08ca5f4b225bfa6f9b8a42e931ab15edf0350833 authored over 1 year ago by DreamPiggy <[email protected]>
Try to optimize the time when calculate the maxBufferCount, it's cheap to get free memory so we check each time before prefetch

Also, move the memory warning handler into frame pool class (100 player may use one frame pool)

github.com/SDWebImage/SDWebImage - 858b64aef75a330b10c984cdaa4f7efc21bce8be authored over 1 year ago by DreamPiggy <[email protected]>
Using lock to ensure SDImageFramePool register/unregister logic in multi-thread environment

github.com/SDWebImage/SDWebImage - 507f1b6b45d80b0ed6de9454593112505bab5ea1 authored over 1 year ago by DreamPiggy <[email protected]>
Introduce frame pool for SDAnimatedImage playback. Solve when multiple image view references the same URL image cause un-wanted decode which waste RAM/CPU

github.com/SDWebImage/SDWebImage - a206229905dab02c6dfa35fad6a0b4a17ce97e0d authored over 1 year ago by DreamPiggy <[email protected]>
Fix the issue that per-provider frame pool does not get dealloced

github.com/SDWebImage/SDWebImage - 181f8d21836a730ff1753593747d760aa2b89a1d authored over 1 year ago by DreamPiggy <[email protected]>
Fix the test case test26AnimatedImageStopAnimatingClearBuffer

github.com/SDWebImage/SDWebImage - ef69460dc7a742278d8e0864900ef4b6216edd64 authored over 1 year ago by DreamPiggy <[email protected]>
Release v2.3.0

github.com/SDWebImage/libvmaf-Xcode - 9b116c9bd6e292a5564119915ba4a074085ea979 authored over 1 year ago by DreamPiggy <[email protected]>
Upgrade to v2.3.0

github.com/SDWebImage/libvmaf-Xcode - ccbd3e2938a28b03618973c279b85da8c0884d8e authored over 1 year ago by DreamPiggy <[email protected]>
Bumped version to 5.15.7

update CHANGELOG

github.com/SDWebImage/SDWebImage - 3289629ef6cbf1ad8c3d1dccf0cf09ac97547cd6 authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #3526 from dreampiggy/bugfix/try_avoid_inline_sdcallback_queue

Try to solve the strange dispatch group crash in SDSafeExecute by removing inline

github.com/SDWebImage/SDWebImage - 09f0fdd1890b7c9420109bc7b45dcee91b66b7de authored over 1 year ago by DreamPiggy <[email protected]>
Release v2.2.1

github.com/SDWebImage/libvmaf-Xcode - 921b5c149c64bd4c7dfa5c65a2a994115d4e6bb2 authored over 1 year ago by DreamPiggy <[email protected]>
Upgrade to v2.2.1

github.com/SDWebImage/libvmaf-Xcode - 0ceace925442f755b59767695ee3c0118a4506df authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #3523 from dreampiggy/opt/same_url_query_extra_decode_store

Performance: Opt when multiple same URL query in parallels, which may cause duplicated decode an...

github.com/SDWebImage/SDWebImage - 5481aa2e1663eda5398ddeee9e7a422a17c96af1 authored over 1 year ago by DreamPiggy <[email protected]>
Extended gcd queue to avoid SDCallbackQueue dealloc while during dispatch

github.com/SDWebImage/SDWebImage - ada908a8536481248e53a00a7eae14d5134d135e authored over 1 year ago by DreamPiggy <[email protected]>
Check queue equality only when queue specific is available

github.com/SDWebImage/SDWebImage - 17b5a1d9ab19ec0fcf7184ef3cc83fcff42cd739 authored over 1 year ago by DreamPiggy <[email protected]>
Try to solve the strange dispatch group crash in SDSafeExecute by removing inline

Guessing the queue ARC lifecycle is wrong during some of compiler optimization

github.com/SDWebImage/SDWebImage - 4ffd068762be4f808e760241566f5c8c6f61b2c6 authored over 1 year ago by DreamPiggy <[email protected]>
Bumped version to 1.7.0

github.com/SDWebImage/SDWebImageSVGCoder - 950167445ab703740569869c8b7510efc9d09a26 authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #44 from SDWebImage/bugfix/catch_vector_svg_before_rendering

Using try-catch for CoreSVG vector image before rendering on screen, protect some crashes for user

github.com/SDWebImage/SDWebImageSVGCoder - db1d796a97f56a67e591fe27346b20e4317db77d authored over 1 year ago by DreamPiggy <[email protected]>
Using try-catch for CoreSVG vector image before rendering on screen, protect some crash for user

However, this can only solve some of crashes, some of crashes like Danger Pointer are un-catchable

github.com/SDWebImage/SDWebImageSVGCoder - 7ff561a9439a1006039e3f70fb834094a7302920 authored over 1 year ago by DreamPiggy <[email protected]>
Performance: Opt when multiple same URL query in parallels, which may cause duplicated decode and store disk operation

github.com/SDWebImage/SDWebImage - 71bcdf006ab8cfdbc26fc56230d97f1aac4ced47 authored over 1 year ago by DreamPiggy <[email protected]>
Released v2.2.3 version

Update the CHANGELOG.md

github.com/SDWebImage/SDWebImageSwiftUI - e837c37d45449fbd3b4745c10c5b5274e73edead authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #263 from SDWebImage/fix/library_evolution_for_static_lib

Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8

github.com/SDWebImage/SDWebImageSwiftUI - f0b113179c3cae6f92ef3bcc4c5e808a0c40c65c authored over 1 year ago by DreamPiggy <[email protected]>
Bumped version to 5.15.6

update CHANGELOG

github.com/SDWebImage/SDWebImage - 20df851f2ae27efbaeeff73e9babdf4fd839a144 authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #3520 from dreampiggy/bugfix/watchos_animated_image_duration

Revert the SDDisplayLink for watchOS, fix the animated image duration bug

github.com/SDWebImage/SDWebImage - 1fdb22578cc1517211027361cf174c64699919d7 authored over 1 year ago by DreamPiggy <[email protected]>
Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8

For CocoaPods user, they can use Static Library and we should not touch the xcconfig here

github.com/SDWebImage/SDWebImageSwiftUI - 029aa85ea47b17513cf83a72261dd38124799138 authored over 1 year ago by DreamPiggy <[email protected]>
Fix the test case `test57SDImageCachesManagerOperationPolicySerial` that remove the cache path directory

github.com/SDWebImage/SDWebImage - eb8b62b170dffda3a14798fceaa67f8cf32c1ab2 authored over 1 year ago by DreamPiggy <[email protected]>
Revert the SDDisplayLink for watchOS, fix the animated image duration bug

github.com/SDWebImage/SDWebImage - 4cee95d5a2064d224ab61cd600dcb0f44f1918bc authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #3519 from dreampiggy/bugfix/warning_c_no_param

Fix the warning of C function with no param

github.com/SDWebImage/SDWebImage - a549e9992293e5be2b3fab2df110ad5ac61f6661 authored over 1 year ago by DreamPiggy <[email protected]>
Fix the warning of C function with no param

github.com/SDWebImage/SDWebImage - ec278a2fb57a02944fbf306c9639aae9f1123108 authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #3517 from timonus/save-perf

Small improvements to SDDiskCache write perf.

github.com/SDWebImage/SDWebImage - b4d32dc85d24999176f3178a9c2edeef13e71d7c authored over 1 year ago by DreamPiggy <[email protected]>
Ensure directory exists on init instead of on each save.

github.com/SDWebImage/SDWebImage - c79416bc2e0694488f3cbfc716f9313a3fee706d authored over 1 year ago by Tim Johnsen <[email protected]>
Disable iCloud backup once per directory creation instead of for each image save.

github.com/SDWebImage/SDWebImage - 3fd19c16eb6dcb5869d2203e8c12f3c3a74c75e4 authored over 1 year ago by Tim Johnsen <[email protected]>
Bumped version to 0.8.1

github.com/SDWebImage/SDWebImageYYPlugin - d9b5dbc0252672a1dc21844c86b0c843dd015606 authored over 1 year ago by DreamPiggy <[email protected]>
Fix YYCache issue with SDWebImage 5.15.0

github.com/SDWebImage/SDWebImageYYPlugin - 9c42cce21635860de780f314b89a27c40f91ac87 authored over 1 year ago by DreamPiggy <[email protected]>
Merge pull request #13 from pepsikirk/master

fix SDWebImageOptions error

github.com/SDWebImage/SDWebImageYYPlugin - 97d3b55441d29e35a9d3a7648150bcd917ecca2c authored over 1 year ago by DreamPiggy <[email protected]>
fix SDWebImageOptions error

github.com/SDWebImage/SDWebImageYYPlugin - 9146176170ec7e26379084bf80bca44f0512532d authored over 1 year ago by 蒋欣材 <[email protected]>
update only boost submodule

github.com/SDWebImage/svg-native-viewer - ab9ea1d48b0ff055c2fb063ae4c68edafce5b7c5 authored almost 2 years ago by tushar <[email protected]>
Revert "update thirdparty submodules boost and cpp-base64"

This reverts commit bdf83dff6e5156ed4c06df6b5842711f9826fbf4.

github.com/SDWebImage/svg-native-viewer - beaca4320e7e485b3ca9c4d9b84f1f1b930fdf52 authored almost 2 years ago by tushar <[email protected]>
fix in circleCi testcase (#184)

* fix in circleCi testcase

* minor fix in circleCi testcase

github.com/SDWebImage/svg-native-viewer - ff2ba4c4c7c63a1dedf6b50cb7dd0ae69257fbd2 authored almost 2 years ago by Tushar Jindal <[email protected]>
update thirdparty submodules boost and cpp-base64

github.com/SDWebImage/svg-native-viewer - bdf83dff6e5156ed4c06df6b5842711f9826fbf4 authored almost 2 years ago by tushar <[email protected]>
upgrade boost module version

github.com/SDWebImage/svg-native-viewer - 83d8738a5abd5e5eb0897bce4316db232f7b791b authored almost 2 years ago by tushar <[email protected]>
Bumped version to 0.11.0

github.com/SDWebImage/SDWebImageWebPCoder - 7087a82a3d23cbace8e4bb12cd0df054c7f2356a authored almost 2 years ago by DreamPiggy <[email protected]>
Added GitHub actions

github.com/SDWebImage/SDWebImageWebPCoder - 3df53551db9d0314066fb8b5766ce44e14c57850 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #73 from SDWebImage/perf/awebp_thumbnail_allocation

Reduce memory usage peak when using thumbnail animated WebP decoding and encoding

github.com/SDWebImage/SDWebImageWebPCoder - 9082448d5d4cbac10a6747a559b90628964b7611 authored almost 2 years ago by DreamPiggy <[email protected]>
Refactory thumbnail decoding, use a transformed CGContext instead of full context and re-scale after decode finished

This can help to avoid memory allocation

For encoding, avoid using vImageConvert_AnyToAny and j...

github.com/SDWebImage/SDWebImageWebPCoder - 9dae8d36b9cf35d5b5e4e4dfb797cc6d6b7ccaf5 authored almost 2 years ago by DreamPiggy <[email protected]>
Use kvImageNoAllocate to avoid extra allocate for vImageBuffer when WebP encoding

github.com/SDWebImage/SDWebImageWebPCoder - c7793128368c8d231ffb7989aa5cafb07ba47498 authored almost 2 years ago by DreamPiggy <[email protected]>
Support using CoreGraphics to produce scaled down CGImage directly

github.com/SDWebImage/SDWebImageWebPCoder - 0b25f9ae03553f4f8e024c99442d7e4f260c7fb6 authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 5.15.5

update CHANGELOG

github.com/SDWebImage/SDWebImage - fb50c1d20f24db5322b2f8f379de3618f75fe08e authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3506 from dreampiggy/bugfix/fix_blur_effect

Fix the blur effect logic by avoid color convert and always use three box-blur methodology

github.com/SDWebImage/SDWebImage - 4a3ce34c27d6b85cbd1cdd6b5b2cda8fe7c51639 authored almost 2 years ago by DreamPiggy <[email protected]>
Fix the blur effect logic by avoid color convert and always use three box-blur methodology

github.com/SDWebImage/SDWebImage - e0b7cc524113637c6334ef5e558aba685e0754dc authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3505 from dreampiggy/bugfix/cache_nil_key

Protect the disk operation when input key is nil

github.com/SDWebImage/SDWebImage - 14b36f8096ac14785c3fc556a3b71e14a9022384 authored almost 2 years ago by DreamPiggy <[email protected]>
Protect the disk operation when input key is nil

github.com/SDWebImage/SDWebImage - 8d09564f27884bfd50632b8f57dfdd8989fbb76e authored almost 2 years ago by DreamPiggy <[email protected]>
GravatarBumped version to 5.15.4

update CHANGELOG

github.com/SDWebImage/SDWebImage - a812079ae91a7f2e627364c42ea7b98abfa366ed authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3500 from dreampiggy/bugfix/sd_callbackqueue_escaping

Fix the wrong declaration of SDCallbackQueue's block, should be escaping to match GCD block

github.com/SDWebImage/SDWebImage - 011fe7403101031cd6996ff15867752c4ced383f authored almost 2 years ago by DreamPiggy <[email protected]>
Fix the wrong declaration of SDCallbackQueue's block, should be escaping to match GCD block

This may cause the wrong lifecycle for block (earily release)

github.com/SDWebImage/SDWebImage - 5bb64eae39ff6cad6be6422b80250d7d86a533f6 authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 5.15.3

update CHANGELOG

github.com/SDWebImage/SDWebImage - 554e05a4415fe20add53531c21e593c403685c3d authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3496 from dreampiggy/temp/try_fix_promotion

Try to fix the SDAnimatedImageView playback speed issue in Promotion devices (iPhone Pro)

github.com/SDWebImage/SDWebImage - 748def0a0c5d6cd589a411451cd4e2ea29b3ee4f authored almost 2 years ago by DreamPiggy <[email protected]>
Fix leak of display mode

github.com/SDWebImage/SDWebImage - 856ecd6235186fffb70f0125987518bcce374c11 authored almost 2 years ago by DreamPiggy <[email protected]>
Update test case for display link and revert the protect code

github.com/SDWebImage/SDWebImage - 3440b7c0fbea6ba00acc5e8d0a4a59dc81ce5645 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3497 from dreampiggy/bugfix/same_url_failed_callback_times

Fix the issue when multiple request for same url failed, the completedBlock will callback more t...

github.com/SDWebImage/SDWebImage - 940f991ca1d6724aec2610af07d5e58608515997 authored almost 2 years ago by DreamPiggy <[email protected]>
Added test case `test31ThatMultipleRequestForSameURLFailedCallback` to ensure behavior

github.com/SDWebImage/SDWebImage - 9bc52079792f2ab63bdb98d56578e42777ee4dff authored almost 2 years ago by DreamPiggy <[email protected]>
Fix the issue when multiple request for same url failed, the completedBlock will callback more times

github.com/SDWebImage/SDWebImage - b25864cc71560f5a0070b871ce337fde751431c0 authored almost 2 years ago by DreamPiggy <[email protected]>
Update README.md

Added the explanation for SD prefix

github.com/SDWebImage/SDWebImage - 9cf8d125f522df0a7c3956f3828522ef2b6975fc authored almost 2 years ago by DreamPiggy <[email protected]>
Try to fix display link callback duration calculation issue, using next timestamp for iOS 10+ / watchOS, previous timestamp for iOS 9

github.com/SDWebImage/SDWebImage - 271e8d8b12569b3af3c428ff2f8ca6913f6604d9 authored almost 2 years ago by DreamPiggy <[email protected]>
Fix macOS Demo applicationDidFinishLaunching not called

github.com/SDWebImage/SDWebImage - 8bd4e72c331ff082a3add70a6e2dab206fcd6c08 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3489 from SDWebImage/ci

Try to fix codecov upload issue using token

github.com/SDWebImage/SDWebImage - a47bc00770240901a1c99a26c0dad638fa899917 authored almost 2 years ago by DreamPiggy <[email protected]>
Try to fix codecov upload issue using token

github.com/SDWebImage/SDWebImage - 205b57cc1df07c6f825c3739ad630a95913cbc6e authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 5.15.2

update CHANGELOG

github.com/SDWebImage/SDWebImage - 7ccdcb02fb0ab47409a6602769cea0486be2a209 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3484 from dreampiggy/garden/objc_bool_yes_no

Code garden to change Objc bool from true/false to YES/NO

github.com/SDWebImage/SDWebImage - 2382c58421f86cd226a0b1eb4d590ef8f8d7a09a authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3483 from dreampiggy/bugfix/atomic_logic_fix

Fix the atomic logic between downloader and operation again

github.com/SDWebImage/SDWebImage - 6b25d9854aef0a8a9df29d9ac69d8786a8f26f8d authored almost 2 years ago by DreamPiggy <[email protected]>
Change Objc BOOL true/false into correct YES/NO

github.com/SDWebImage/SDWebImage - f2d76101815904b9f82665f6ea7f1dbb4b5339a8 authored almost 2 years ago by DreamPiggy <[email protected]>
Fix the atomic logic between downloader and operation again

Remove the wrong logic to modify queue priority when re-use operation

github.com/SDWebImage/SDWebImage - 7cec27bab922dc91a310dbb7ba5f3eb61a237ad3 authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 0.10.1

github.com/SDWebImage/SDWebImageWebPCoder - e6cd1a9d2c976c14a52a040062646b535d0a6337 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #71 from SDWebImage/perf/avoid_unused_copy

Avoid unused extra copy of MutableData

github.com/SDWebImage/SDWebImageWebPCoder - e3c34ac58baf4e6e0cff66cdd6b859f85b2a23b0 authored almost 2 years ago by DreamPiggy <[email protected]>
Avoid unused extra copy of MutableData

github.com/SDWebImage/SDWebImageWebPCoder - f21f014410d79311a393d0da3f6b7cae924f0871 authored almost 2 years ago by DreamPiggy <[email protected]>
Bumped version to 5.15.1

update CHANGELOG

github.com/SDWebImage/SDWebImage - 1f48e5a37959de4ea240c12b68227c10f6c4d6e2 authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3480 from dreampiggy/bugfix/data_copy_crash

Remove the unused extra copy for `SDAnimatedImage` data initializer

github.com/SDWebImage/SDWebImage - eecc7e43800da45cc34e2814a99c298218c5b7ab authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3479 from dreampiggy/bugfix/fix_async_block_operation_race

Try to fix the SDAsyncBlockOperation's race condition

github.com/SDWebImage/SDWebImage - 247cbcfd9729a4e9d1e06366be081bdaa9387b75 authored almost 2 years ago by DreamPiggy <[email protected]>
Remove the unused extra copy for `SDAnimatedImage` data initializer

github.com/SDWebImage/SDWebImage - fbe8880ab7277df8f4f54cc5ba6a41e3313db152 authored almost 2 years ago by DreamPiggy <[email protected]>
Try to fix the SDAsyncBlockOperation's race condition

Use the correct way for subclassing NSOperation

github.com/SDWebImage/SDWebImage - 02969011b09a4af9a0d1dc0c45cd655fd599f82c authored almost 2 years ago by DreamPiggy <[email protected]>
Merge pull request #3477 from dreampiggy/bugfix/ensure_downloader_callback_atomic

Ensure the Downloader and DownloaderOperation callback the completion in atomic and never miss one

github.com/SDWebImage/SDWebImage - a052164350a6542eb7245ed1341972b4d84623e0 authored almost 2 years ago by DreamPiggy <[email protected]>
Change all placeholder.com sample from http into https

github.com/SDWebImage/SDWebImage - 1ec6cd06f70110daadffaeb7671fd15ee6f3d881 authored almost 2 years ago by DreamPiggy <[email protected]>