Commit Graph

95 Commits

Author SHA1 Message Date
Eugene Bistolas
62a4cede20 Replace WebP.framework with WebP.xcframework supporting arm64 simulator 2021-06-17 13:12:29 -07:00
Matthew Chen
d91910e6f3 Merge branch 'iOS14vsStaticWebP' 2020-10-14 16:31:40 -03:00
Pinlin
dbe4fc3887 fix: fix ios14 cannot display static webp 2020-10-14 16:10:05 -03:00
Matthew Chen
a2e189da5c Merge branch 'charlesmchen/alwaysInfiniteLoop' 2020-09-01 18:25:16 -03:00
Matthew Chen
41a7fc4763 Add support for forcing playback to loop forever. 2020-08-31 14:15:05 -03:00
Yaoyuan
42ba209608 Merge pull request #91 from YuAo/patch-1
Add a libwebp subpod
2017-08-08 20:05:58 +08:00
ibireme
c80e399703 Fix Xcode warnings 2017-08-06 22:57:57 +08:00
ibireme
777700cb00 Update readme 2017-08-06 22:07:56 +08:00
ibireme
c04b1c5336 Update Xcode project 2017-08-06 21:12:40 +08:00
ibireme
43ed029263 update Xcode project and WebP framework 2017-08-06 12:49:53 +08:00
Yu Ao
dd39d6747c Add a libwebp subpod
Make it possible for YYImage to use a external libwebp dependency instead of the local static WebP.framework
2017-07-14 12:48:36 +08:00
ibireme
da7977eda8 Update Travis CI configuration 2017-06-29 11:44:33 +08:00
ibireme
ca4d535aef update README.md 2017-06-27 23:19:55 +08:00
ibireme
f7c5ab887b update .gitignore file 2017-06-27 22:19:43 +08:00
Yaoyuan
8885bfe3b7 Merge pull request #85 from fysteven/master
Fixes a documentation issue
2017-06-25 12:03:09 -05:00
Yaoyuan
edf331d1cf Merge pull request #86 from LululuSir/master
Verify secure coding for YYImage.
2017-06-25 12:02:45 -05:00
Yaoyuan
ee222752df Merge pull request #88 from BackWorld/patch-1
Update README.md
2017-06-25 12:01:41 -05:00
Yaoyuan
1854c9eec3 Merge pull request #80 from middaparka/patch-1
Update YYImageCoder.h
2017-06-25 11:57:07 -05:00
Yaoyuan
61ca179ab6 Merge pull request #70 from revolter/patch-1
Update README.md
2017-06-25 11:56:42 -05:00
Xuhong
b0f6d75512 Update README.md
注意md文件中的标题格式,github### 要有空格:
如 "### 1" 非 "###1"
2017-06-21 11:24:32 +08:00
线程
85a3f84b48 Verify secure coding for YYImage. 2017-06-07 01:17:10 +08:00
Yao (Frank) Fan
7c0ce217ce Fixes a documentation issue 2017-05-27 16:46:32 -07:00
middaparka
991b339766 Update YYImageCoder.h
Fixed documentation @param for addImageWithData to stop Xcode from complaining.
2017-05-03 17:15:57 +01:00
Iulian Onofrei
614cfb3824 Update README.md
Fix incorrect method name
2017-02-22 11:25:09 +02:00
ibireme
6a756e93fd bumping the version to 1.0.4 2016-09-13 18:16:28 +08:00
ibireme
dd77c93277 fix Xcode8 warning 2016-09-13 17:47:38 +08:00
ibireme
fa2fce9cb1 bugfix: #46 2016-08-05 22:39:31 +08:00
ibireme
0deeafcf9d bumping the version to 1.0.3 2016-07-13 23:29:57 +08:00
ibireme
dfe43e3e2b bugfix: fail to encode animated GIF from data source. #44 2016-07-13 23:23:40 +08:00
ibireme
d099161c69 updated readme 2016-07-13 23:08:43 +08:00
ibireme
d0b3a1a252 updated readme 2016-07-13 23:05:44 +08:00
ibireme
a157270270 updated readme 2016-07-13 23:03:22 +08:00
ibireme
b659f9055d bugfix:#41 empty result from YYCGImageCreateWithWebPData when decode webp frame with nonzero canvas offset. 2016-07-09 22:52:54 +08:00
Yaoyuan
eb13210dc3 Merge pull request #38 from d-zhukov/master
YYSpriteSheetImage memory issues
2016-06-22 19:57:48 +08:00
Dmitry Zhukov
a62a9cdd48 missing square bracket 2016-06-21 20:33:39 +03:00
Dmitry Zhukov
8bec20644a fix for a crash because of lots of unreleased CG raster data 2016-06-21 19:23:40 +03:00
ibireme
84501d3495 fix potential image encode error in iOS6. 2016-05-31 00:10:40 +08:00
ibireme
66f20c481f bumping the version to 1.0.2 2016-05-21 01:20:43 +08:00
ibireme
bd71dcac5d code format... 2016-04-22 00:35:28 +08:00
Yaoyuan
f42422b919 Merge pull request #27 from storix/incorrect-gif-loopcount-bug
Get gif image loop count error
2016-04-22 00:18:19 +08:00
Storix
a8e5fc490e Fix incorrectly extracted GIF loop count value 2016-04-21 15:24:13 +03:00
ibireme
79e4918851 add some documentation and debug log for WebP 2016-04-21 11:06:32 +08:00
ibireme
e29bc97813 avoid duplicate symbol error when use -all_load link flag: https://github.com/ibireme/YYImage/issues/24 2016-04-15 11:13:41 +08:00
ibireme
66e6dad4fe Do not let Xcode compressed APNG files. 2016-03-25 11:30:44 +08:00
ibireme
e6fa4e47fa bumping the version to 1.0.1 2016-03-16 01:17:02 +08:00
ibireme
8adb9893ee destroy pthread_mutex on dealloc 2016-03-02 19:09:08 +08:00
Yaoyuan
e2051d8e9e Merge pull request #15 from nivl4/docs/fix-tiny-pragma-mark-typo
fix typo
2016-03-01 10:02:57 +08:00
nivl4
8e20c717a0 docs: fix pragma mark typo 2016-03-01 09:51:57 +08:00
ibireme
4b84501b8e 1.0 Release 2016-02-27 23:03:27 +08:00
ibireme
010558ba30 updated readme 2016-02-27 21:42:24 +08:00