-
Fix issue #2001, add sd_currentBackgroundImageURL and sd_backgroundIm…
-
CLANG_WARN_STRICT_PROTOTYPES: Yes please!
-
… (on the barrierQueue)
-
Fix unreachable code build warning on macOS
-
Fix unreachable code warning because of the return and break expression in #if SD_MAC
-
Move common test logic to SDTestCase
-
Use FOUNDATION_EXPORT over extern
-
Fix CFRelease on NULL if CGImageSourceRef create failed
-
Fix CGBitmapContextCreate bitmap memory leak issue
-
Fix CFRelease on NULL if CGImageSourceRef create failed, this may happen on progressive download with wrong image data
-
Pass NULL to CGBitmapContextCreate whenever the data param is not used later to reduce memory leak issue
-
#1951: Fix animated WebP decoding issue, including canvas size, the support for dispose method and the duration per frame
-
Fixed issue where animated image arrays could be populated out of order
-
support animated GIF on macOS
-
…download in the queue which makes the tests fail
-
# Conflicts: # SDWebImage/SDWebImageCompat.m
-
Only decode the first frame on macOS Fix CGBitmapContextCreate failed issue Duration set to 100ms if it’s lower or equal than 10ms for compatibility Fix unused variable warning for macOS
-
use NSImage built-in method to maintain GIF on macOS update README
-
Small change - coding style
-
Small change
-
Add ability to change NSURLSessionConfiguration used by SDWebImageDownloader
-
Fix #1764 Swift naming collision
-
#1807 - #1821 - Fixing incorrectly retained pointer to self which app…
-
spelling correction
-
#1909: Crash on multiple concurrent downloads when accessing self.URLOperations dictionary
-
Update CocoaPods script to use latest version of the lib (4.0 instead of 3.8)
-
spelling correction
-
Animated WebP image support loop count. Set this value to UIImage decoded with WebP data. Frame duration set to 100ms if is zero
-
The image array used for +[UIImage animatedImageWithImages:] should share the same size.
-
Animated webp can set duration per frame but the UIImage animate array just use the average duration for each frame
-
dispose method is widely used in animated WebP images and should add support