Ecosyste.ms: OpenCollective

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

github.com/SDWebImage/SDWebImageWebPCoder

A WebP coder plugin for SDWebImage, use libwebp
https://github.com/SDWebImage/SDWebImageWebPCoder

Update Example to use iOS 9

df994df73e1da71eb2ada60ecc4fb12180e479fe authored about 4 years ago
Bumped the min deployment target to iOS 9+, Xcode to Xcode 11

This follows SDWebImage core's changes from v5.10.0

b6419df550e495a5b91f199d9b7a2ed0a020bd64 authored about 4 years ago
Fix the codecov.yaml

84c97db988a0cc81cf419828bc9606a5a2b26a06 authored almost 5 years ago
Update the readme about thumbnail encoding

111f2a88cdcc10bac4850389f150650ac54276e6 authored almost 5 years ago
Bumped version to 0.6.1

Update the README

4e362c59b55d4515eedc25311cdb2fd94c2d63b5 authored almost 5 years ago
Merge pull request #41 from SDWebImage/performance_avoid_copy_progressive_data_and_use_lock

Fix the potential buffer crash issue during progressive animated webp decoding, and avoid extra ...

20ab7d2b4496b57417e40f9bb32667f85177e3f7 authored almost 5 years ago
Merge pull request #42 from SDWebImage/feature_webp_encoding_max_pixel_size

Feature WebP Encoding max pixel size (Thumbnail Encoding)

75af1fa89ccf77970377e1cbf8d3915c73e78d85 authored almost 5 years ago
Update the test case about maxPixelSize

8b935e7927e859da4cdc6364510cba508cebccbe authored almost 5 years ago
Add the support for maxPixelSize encoding options, which will do a thumbnail encoding (5.7's feature)

56ec346a0cbb5e943d4d75d9a844829e253d05e9 authored almost 5 years ago
Use lock and copy the NSData before recreate the temp demuxer, avoid the extra copy for most cases, and use lock during the demuxer creation to avoid thread-safe issue

878d64e3e165d948a98806d8042164144f4d0651 authored almost 5 years ago
Bumped version to 0.6.0

Update the README

92e55d4fd6086603e27a1d8d46f9b5d66a801d3b authored almost 5 years ago
Merge pull request #39 from SDWebImage/project_podfile_workspace

Refactory the workspace and test project path

793fcadd060a7b1799404387a69442ecbca4df7f authored almost 5 years ago
Fix the test scheme configuration

9f415e90b0103e2d68a0d3c7ccc89ae48ddef849 authored almost 5 years ago
Refactory the workspace and test project path. Which share the same Podfile for Example and Tests, easy to install and cache friendly

177434945d82c7b043c195cb1d8a00113869e518 authored almost 5 years ago
Merge pull request #38 from SDWebImage/fix_max_file_size_passes

Update the example and test case for the max file size

26d4fb1a880d37b9c5a172ecc37d1cbd4244e805 authored almost 5 years ago
Update the example and test case for the max file size

6c2651bb254ade4a45bb3e9ae926835f869908e2 authored almost 5 years ago
Merge pull request #36 from SDWebImage/fix_max_file_size_passes

Fix that the max file size encoding need to increase the passes used by libwebp, we choose to us...

e25194e655a763c66acba84eccbef6499b717a34 authored almost 5 years ago
Fix that the max file size encoding need to increase the passes used by libwebp, we choose to use 6 from cwebp command line

6a0f5dc73c2a465df89b22a9fb2d20fd72d4445d authored almost 5 years ago
Merge pull request #35 from SDWebImage/project_encoding_max_file_size_advanced_api

Upgrade the dependency to SDWebImage 5.7, supports the maxFileSize encoding options, as well as ...

ee7665e2b0f2e865a189d797cea425d7e950521d authored almost 5 years ago
Upgrade the dependency to SDWebImage 5.7, supports the maxFileSize encoding options, as well as enabling the thread-encoding for speedup

a62950d23f7dbd1eb21b712a9d741366ad2a94b7 authored almost 5 years ago
Fix the codecov upload issue, enable gather code coverage data

eb6e84f85534c4446ecdacaf887decc6d011b2fa authored almost 5 years ago
Removed the un-stable test case to check isProgressive (there are race condition that after setImage, the isProgressive reset to NO)

d2286ce492f8425f5cd422909458862462173542 authored almost 5 years ago
Add CodeCov report, renaming the Tests folder

dbfa17dae2ceb3260ed88538a65bb1639896ff56 authored almost 5 years ago
Fix the test case because of cache

bf48c6c9aa54d788a0eb91ea088fdcbe626b4864 authored almost 5 years ago
Bumped version to 0.5.0

681023124bac7d71abde26e12fae8e3c006749e2 authored about 5 years ago
For progressive animated image poster, the sd_imageFormat should be set

8a0bd420536cef39dc1e1d15b5902f333425e2ba authored about 5 years ago
Fix the issue that progressive image which show first poster image, the decode image size is wrong. Should always create CGContext for animated image

3f847ba6dc418212608180f4c163b6a62d3f441f authored about 5 years ago
Update the readme about the progressive animation decoding

1b22ee5e56360088d9650a942c23c7917c0b75b9 authored about 5 years ago
Merge pull request #33 from SDWebImage/feature_progressive_animated_webp

Feature - Supports Progressive Animated WebP (Important)

e4af4b805ede4aa18578d97fb69b6a02b9de0323 authored about 5 years ago
Supports the UIImageView to show Prorgessive Animated Image's first poster frame, match the behavior of built-in coders

b6f4692439ffc8af19f0a792a5616c43ff8b2d68 authored about 5 years ago
Using the WebPDemux API to support progressive animated WebP. This is less performance but at least works

602184ee665a0ddfcc3c37089bdd49c67c4e8b60 authored about 5 years ago
Bumped version to 0.4.1

9f66a66f88b636587465f08080c2032f942d02c0 authored about 5 years ago
Merge pull request #32 from SDWebImage/fix_thumbnail_progressive_size

Fix the issue that thumbnail decoding does not works for progressive webp image

11e4f1a973287b671f6f31c96daf037dc6892298 authored about 5 years ago
Fix the issue that thumbnail decoding does not works for progressive webp image

0cc073a435db357939e580f4e9ad8d7c03dbb600 authored about 5 years ago
Bumped version to 0.4.0

e58c901a1cba5c74e1d2f36a0f089434f5659c09 authored about 5 years ago
Update the Readme about thumbnail decoding.

a65d37c01ab97b17f100300bff4878772f21075d authored about 5 years ago
Merge pull request #31 from SDWebImage/feature_thumbnail_decoding

WebPCoder now supports the thumbnail decoding

d77570d6232511aebf94e5ad865ef459d67a02da authored about 5 years ago
Re-implements the animated webp's thumbnail decoding, now looks better

672633969068b0e700b84e2aa3d66d58638ffa8c authored about 5 years ago
The Animated WebP should not use the scaled canvas size, which will cause the draw frame contains Jagged and buggy. Instead, use the full pixels canvas to draw, scale down each frame after drawn (sadlly)

f6ff82be42cf27349eabce09a339a2fe3dfe12a4 authored about 5 years ago
Fix the animated canvas again, this time should work

72d1968d42e8f9da3b16dc249e41099d3b8a6d93 authored about 5 years ago
Update the Test Case to ensure the thumbnail decoding works

e3ba3abc3a1be705c193cb465fc40bd3eea92f35 authored about 5 years ago
Fix the issue that animated image (which use a canvas) should also scale the canvas size

50136be56b94f2efe85c44820d4d03b0cec922b4 authored about 5 years ago
WebPCoder now supports the thumbnail decoding

9db3358eb0a9134ca2482457352f0445ab401565 authored about 5 years ago
Bumped version to 0.3.1

a936bdb6d1c0a6c09d25ae6f755a403d3ca16c7b authored about 5 years ago
Update the Package.swift to use 1.1.0+ version of libwebp, not RC version

a4a5c57fc8efa9643bba15d0938b2241266f2a85 authored about 5 years ago
Merge pull request #30 from SDWebImage/fix_static_webp_cgcontext_RAM

Fix the issue when WebP is static webp, the `SDAnimatedImageCoder` protocol implementation still...

3e2d252aa938996021790684b17bf2dfd3957dea authored about 5 years ago
Add test case to ensure that Static WebP does not create CGContext

7cd404cccc859740e2ed9502da9672ce9525c60d authored about 5 years ago
Fix the issue when WebP is static webp, the `SDAnimatedImageCoder` protocol implementation still create CGContext, this can reduce RAM usage

6e88c64f4f410ecfe664e41aafcf32f307b2ea64 authored about 5 years ago
Bumped version to 0.3.0

9319f8714b02603f223d425cf06d19d2232c8950 authored about 5 years ago
Merge pull request #28 from SDWebImage/swiftpm

Support Swift Package Manager (with libwebp v1.1.0-rc2)

a14f6eb29c1d1c6e72e352c36e1f536650698e96 authored about 5 years ago
Fix one test case after SDWebImage 5.3.0

6724998472a46b2fb112f68dbd40aaaa337d38b1 authored about 5 years ago
Update the Travis-CI script

862dac616134188e8376b8e6ab1129227a20cb54 authored about 5 years ago
Fix the platform limit in SwiftPM

dc62982bbb4d340b46852d3902912d57265df693 authored about 5 years ago
Update the readme

0da097c43ee42867390e30bd120d923cefc48a77 authored about 5 years ago
Support SwiftPM

9cd65354eb446000dfc34f07eea648eef507c084 authored about 5 years ago
Update the readme about detail coders usage, accept header modification, etc

f17326681aaef77b63d78ea13b85c946b774ac20 authored over 5 years ago
Bumped version to 0.2.5

df820a080d7fd41657534105c51219fdb525bac5 authored over 5 years ago
Merge pull request #24 from SDWebImage/fix_warnings

Fix the warning of deprecated API `CGColorSpaceCreateWithICCProfile`

ee74989194444be2ec1871a247771814e1b1d290 authored over 5 years ago
Fix the warning of deprecated API `CGColorSpaceCreateWithICCProfile`

177343a71431e4f8cb447f4a7088bdd66a2b153e authored over 5 years ago
Bumped version to 0.2.4

d53b482d803135ed5646622b004c8ec7bd7079f4 authored over 5 years ago
Merge pull request #23 from SDWebImage/fix_animated_webp_frame_blend_issue

Recheck the animated canvas calculation logic, fix the issue of that calculation

b4e72dd678d5f42b9c607266259d64b8adfeffac authored over 5 years ago
Recheck the animated canvas calculation logic, fix the issue of that calculation

3e3b7e30b100b40276553213e379ec939c9d2545 authored over 5 years ago
Merge pull request #22 from SDWebImage/fix_animated_webp_frame_blend_issue

Fix the Animated WebP coder the frame blend index calculation issue, he end condition should be ...

c5b98c4b21846c7a6f7db7d8409310988e3706d3 authored over 5 years ago
Fix the Animated WebP coder the frame blend index calculation issue, the end condition should be only `endIndex` to match the behavior.

0bd618548483fc0f5a76d5b211129e1a382bf2aa authored over 5 years ago
Bumped version to 0.2.3

7fc66ec22fcb3a97b4db92c6ea467a07bcf062ed authored over 5 years ago
Merge pull request #17 from SDWebImage/fix_macOS_project_module_name

Update to fix the wrong product name `SDWebImageWebPCoder_macos.framework` for macOS on Carthage...

0f0284d4c5371b1adeebf3fada14940ab10ae229 authored over 5 years ago
Update to fix the wrong module name for macOS on Carthage users

9f52375a7a2deaec36b9038c4ac2894998687232 authored over 5 years ago
Bumped version to 0.2.2

b0e4edb1b369de23f0f7e812d260a7320dc66209 authored over 5 years ago
Using the framework import instead of module import to support project without clang module

fb4b9e743eae94c73d205e2d04ef0bf6554b90b4 authored over 5 years ago
Merge pull request #15 from 0x0c/master

Fix the issue that could not compile SDWebImageWebPCoder when using CocoaPods with use_modular_h...

299d1d7e5e7b0bb188ce7b4d0f7d91f5aa4be1d2 authored over 5 years ago
Use @import

16ef0cf1a751ee4c652ed0a3116604ed27510ea1 authored over 5 years ago
Import UIKit.

e51a2187bae2875b4cac6c7e7fb4c0b778894784 authored over 5 years ago
Bumped version to 0.2.1

b5506c10ba8cdef4bb216b4c8bfaf7561cdc028b authored over 5 years ago
Merge pull request #14 from SDWebImage/bugfix_webp_blend_canvas

Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, ...

07136111385063907cf07821affeee1cc49e0414 authored over 5 years ago
Add the test case to ensure this behavior

5c4c2842767ab9e0c4e863bdd0e6a04cf7f1fa5b authored over 5 years ago
Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the `SDAnimatedImage`

c18c2c8757a4179e5f1884425a3108dbee186105 authored over 5 years ago
Bumped version to 0.2.0

e5c9608ed67c45e39823985c23836c4ba921f502 authored almost 6 years ago
Update the SDWebImage dependency version to 5.0.0 official release

75f2dcf49ac26c8d044bf7618e647763f29a4cd8 authored almost 6 years ago
Add the test project in workspace, run pod install under both `Example` and `SDWebImageWebPCoderTests` folder to open

3ac5de4c53664864238727bad5e0e647efc77860 authored almost 6 years ago
Update color space filter comment when create icc profile color space

f526d88969b7434446a60eab91a6c1e873cc7805 authored almost 6 years ago
Bumped version to 0.1.5

d53056bfaa1ad20a83346b4b5c19fc5e0b6b1601 authored almost 6 years ago
Merge pull request #13 from SDWebImage/bugfix_webp_icc_monochrome

Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the...

a46ca76b8cd3ec77cefcefb5b043a5f21e821872 authored almost 6 years ago
Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed

1316f5b340b81d690c3c166961b0fb8367443b2c authored almost 6 years ago
Bumped version to 0.1.4

4b256c033f9d1e745e448b4a558071c6848c7ad4 authored almost 6 years ago
Fix small typos

6f71fb09b44e5b6ce3c21d214ed1a7a1b1ea3bc6 authored almost 6 years ago
Merge pull request #12 from SDWebImage/bugfix_webp_icc_profile_crash

Fix that WebP with custom ICC Profile will randomly crash, because `CGColorSpaceCreateWithICCPro...

6dcdec2d13fb25f9a224f4a878ecfce2a07acca9 authored almost 6 years ago
Fix that WebP with custom ICC Profile will randomly crash, because `CGColorSpaceCreateWithICCProfile` does not copy the ICC data pointer, previous code cause a use-after-free issue

92cb639713deebae39570f4a7f445f88bf34bed7 authored almost 6 years ago
Bumped version to 0.1.3

b4b3504274fef9910ce0319bcd8d56ea3a56a2f4 authored almost 6 years ago
Merge pull request #11 from SDWebImage/bugfix_umbrella_headers

Fix the umbrella headers and modulemap for CocoaPods

4c103dd5ef40999b2cf98a8a94b5a41df2b1aae9 authored almost 6 years ago
Fix the umbrella headers and modulemap for CocoaPods

77f602f94e7cd815c5c161b82e2227a5288967cc authored almost 6 years ago
Merge pull request #10 from SDWebImage/bugfix_revert_static_cgimage_check

Remove unnecessary CGImage check when encode first frame because UIAn…

74c94cb5e72f3a1d655e80f115ba9e3d297891e3 authored almost 6 years ago
Remove unnecessary CGImage check when encode first frame because UIAnimatedImage.CGImage return the first frame's CGImage

e54b276e5727e2eda8f6f4d7b777ae356a12ad88 authored almost 6 years ago
Update the README. Bumped version to 0.1.2

8ab4c5cd145d5dca35f97218a810f8eb6b49590f authored almost 6 years ago
Merge pull request #9 from SDWebImage/bugfix_encoding_first_frame

Fix the issue when provide a `UIAnimatedImage` and encode it into a static WebP failed

ead68a0e31be237ea52ddc5a181dd35113fbbb75 authored almost 6 years ago
Fix the issue when provide a `UIAnimatedImage` and encode it into a static WebP failed. Add a backup check of image.images

dbcd5b27d097dc7f9abe2dd63a9a4b1b08968a4c authored almost 6 years ago
Update the README and example to the latest version, show SDAnimatedImageView usage

97ff5b05da279e6ae0bbbf58b06f5717ea91e89c authored almost 6 years ago
Merge pull request #8 from SDWebImage/bugfix_leak

Fix one leak of vImageConvertor

22d83f764eaa1e29ebe506fa92bbbb8768f46119 authored almost 6 years ago
Fix one leak of vImageConvertor

cf7981a3b419ea431d6501a157cbcbac8dbf408e authored almost 6 years ago
Merge pull request #7 from SDWebImage/bugfix_webp_animtion_render_logic

Fix the Animated WebP render logic used by SDAnimatedImageView.

3060843fe1083218e66ceef0286ed6e2873bfd57 authored almost 6 years ago
Fix the Animated WebP render logic used by SDAnimatedImageView. The current code do extra cost. Refactor it with more simple logic.

02595bc1d4178427e761aa7e1104ff6eb8bdfae3 authored almost 6 years ago