[go: up one dir, main page]

  1. 326b5fb update ChangeLog by James Zern · 11 years ago 0.4.3 v0.4.3
  2. a661e50 Disable NEON code on Native Client by Sam Clegg · 11 years ago
  3. fcd94e9 update ChangeLog by James Zern · 11 years ago v0.4.3-rc1
  4. 569fe57 update NEWS by James Zern · 11 years ago
  5. bd852f5 bump version to 0.4.3 by James Zern · 11 years ago
  6. 2d58b64 WebPPictureRescale: add a note about 0 width/height by James Zern · 11 years ago
  7. a0d8ca5 examples/Android.mk: add webpmux_example target by James Zern · 11 years ago
  8. 34b1d29 Android.mk: add webpmux target by James Zern · 11 years ago
  9. 7561988 Android.mk: add webpdemux target by James Zern · 11 years ago
  10. a987576 Android.mk: add webpdecoder{,_static} targets by James Zern · 11 years ago
  11. a6d4859 Android.mk: split source lists per-directory by James Zern · 11 years ago
  12. 77544d5 fix iOS arm64 build with Xcode 6.3 by James Zern · 11 years ago
  13. 6dea157 doc/webp-container-spec: note MSB order for chunk diagrams by James Zern · 11 years ago
  14. f7cd57b doc/webp-container-spec: cosmetics by James Zern · 11 years ago
  15. 1d6b250 vwebp: clear canvas at the beginning of each loop by James Zern · 11 years ago
  16. f97b3f8 webp-container-spec: clarify background clear on loop by James Zern · 11 years ago
  17. 4ba83c1 vwebp: remove unnecessary static Help() prototype by James Zern · 11 years ago
  18. d34e8e3 vwebp/animation: display last frame on end-of-loop by James Zern · 11 years ago
  19. bbbc524 dec/vp8: clear 'dither_' on skipped blocks by James Zern · 11 years ago
  20. 0339fa2 lossless_neon: enable subtract green for aarch64 by James Zern · 11 years ago
  21. 5a0c220 Regression fix for lossless decoding by Urvang Joshi · 11 years ago
  22. 6e3a31d wicdec: (msvs) quiet some /analyze warnings by James Zern · 11 years ago
  23. b49a578 dwebp/WritePNG: mark png variables volatile by James Zern · 11 years ago
  24. 0a4391a dwebp: include setjmp.h w/WEBP_HAVE_PNG by James Zern · 11 years ago
  25. 90f1ec5 dwebp: correct sign in format strings by James Zern · 11 years ago
  26. b61ce86 VP8LEncodeStream: add an assert by James Zern · 11 years ago
  27. df1081b dsp/cpu: (msvs) add include for __cpuidex by James Zern · 11 years ago
  28. 39aa055 dsp/cpu: (msvs) avoid immintrin.h on _M_ARM by James Zern · 11 years ago
  29. f814f42 dsp/cpu: add include for _xgetbv() w/MSVS by James Zern · 11 years ago
  30. 8508ab9 cpu: fix AVX2 detection for gcc/clang targets by James Zern · 11 years ago
  31. 5769623 fix handling of zero-sized partition #0 corner case by Pascal Massimino · 11 years ago
  32. b2e71a9 make the 'last_cpuinfo_used' variable names unique by James Zern · 11 years ago
  33. 1273e84 add -Wformat-nonliteral and -Wformat-security by Pascal Massimino · 11 years ago
  34. 3ae78eb multi-thread fix: lock each entry points with a static var by Pascal Massimino · 11 years ago
  35. 5c1eeda webp-container-spec: remove references to fragments by James Zern · 11 years ago
  36. c5ceea4 enc_neon: fix building with non-Xcode clang (iOS) by James Zern · 11 years ago
  37. d0859d6 iosbuild: add x64_64 simulator support by James Zern · 11 years ago
  38. 046732c WebPEncode: Support encoding same pic twice (even if modified) by Urvang Joshi · 11 years ago
  39. 4426f50 webp/types.h: use inline for clang++/-std=c++11 by James Zern · 11 years ago
  40. e297fc7 gif2webp: Use the default hint instead of WEBP_HINT_GRAPH. by Urvang Joshi · 11 years ago
  41. 855fe43 Makefile.vc: add a 'legacy' RTLIBCFG option by James Zern · 11 years ago
  42. b7eb6d5 gif2webp: Support GIF_DISPOSE_RESTORE_PREVIOUS by Urvang Joshi · 11 years ago
  43. 5691bdd gif2webp: Handle frames with odd offsets + disposal to background. by Urvang Joshi · 11 years ago
  44. 8301da1 stopwatch.h: fix includes by James Zern · 11 years ago
  45. 6a2209a update ChangeLog by James Zern · 11 years ago 0.4.2 v0.4.2
  46. 36cad6a bit_reader.h: cosmetics: fix a typo by James Zern · 11 years ago
  47. e2ecae6 enc_mips32: workaround gcc-4.9 bug by James Zern · 11 years ago
  48. 243e68d update ChangeLog by James Zern · 11 years ago v0.4.2-rc2
  49. eec5f5f enc/vp8enci.h: update version number by James Zern · 11 years ago
  50. 0c1b98d update NEWS by James Zern · 11 years ago
  51. 69b0fc9 update AUTHORS by James Zern · 11 years ago
  52. 857578a bump version to 0.4.2 by James Zern · 11 years ago
  53. 9129deb restore encode API compatibility by James Zern · 11 years ago
  54. f17b95e AssignSegments: quiet -Warray-bounds warning by James Zern · 11 years ago
  55. 9c56c8a enc_neon: initialize vectors w/vdup_n_u32 by James Zern · 11 years ago
  56. a008902 iosbuild: cleanup by James Zern · 11 years ago
  57. cc6de53 iosbuild: output autoconf req. on failure by James Zern · 11 years ago
  58. 740d765 iosbuild: make iOS 6 the minimum requirement by James Zern · 11 years ago
  59. 403023f iobuild.sh: only install .h files in Headers by James Zern · 11 years ago
  60. b65727b Premultiply with alpha during U/V downsampling by skal · 11 years ago
  61. 8de0deb gif2webp: Background color correction by Urvang Joshi · 11 years ago
  62. f8b7d94 Amend the lossless spec according to issue #205, #206 and #224 by Pascal Massimino · 11 years ago
  63. 9102a7b Add a WebPExtractAlpha function to dsp by Pascal Massimino · 11 years ago
  64. e407b5d webpmux: simplify InitializeConfig() by James Zern · 11 years ago
  65. 3e70e64 webpmux: fix indent by James Zern · 11 years ago
  66. be38f1a webpmux: fix exit status on numeric value parse error by James Zern · 11 years ago
  67. 94dadcb webpmux: fix loop_count range check by James Zern · 11 years ago
  68. 40b3a61 examples: warn on invalid numeric parameters by James Zern · 11 years ago
  69. b7d209a gif2webp: Handle frames with missing graphic control extension by Urvang Joshi · 11 years ago
  70. bf0eb74 configure: simplify libpng-config invocation by James Zern · 11 years ago
  71. 3740f7d Rectify bug in lossless incremental decoding. by Vikas Arora · 11 years ago
  72. 3ab0a37 make VP8LSetBitPos() set br->eos_ flag by Pascal Massimino · 11 years ago
  73. 2e4312b Lossless decoding: fix eos_ flag condition by Pascal Massimino · 11 years ago
  74. e6609ac fix erroneous dec->status_ setting by Pascal Massimino · 11 years ago
  75. 5692eae add a fallback to ALPHA_NO_COMPRESSION by skal · 11 years ago
  76. 6ecd5bf ExUtilReadFromStdin: (windows) open stdin in bin mode by James Zern · 11 years ago
  77. 4206ac6 webpmux: (windows) open stdout in binary mode by James Zern · 11 years ago
  78. d40e885 cwebp: (windows) open stdout in binary mode by James Zern · 11 years ago
  79. 4aaf463 example_util: add ExUtilSetBinaryMode by James Zern · 11 years ago
  80. 4c82ff7 webpmux man page: Clarify some title, descriptions and examples by Urvang Joshi · 11 years ago
  81. 23d4fb3 dsp/lossless: workaround gcc-4.9 bug on arm by James Zern · 11 years ago
  82. 5af7719 dsp.h: collect gcc/clang version test macros by James Zern · 11 years ago
  83. 90d1124 enc_neon: enable QuantizeBlock for aarch64 by James Zern · 11 years ago
  84. ee78e78 SmartRGBYUV: fix odd-width problem with pixel replication by skal · 11 years ago
  85. c9ac204 fix some MSVC64 warning about float conversion by Pascal Massimino · 11 years ago
  86. f4497a1 cpu: check for _MSC_VER before using msvc inline asm by James Zern · 11 years ago
  87. e2159fd faster RGB->YUV conversion function (~7% speedup) by skal · 11 years ago
  88. 21abaa0 Add smart RGB->YUV conversion option -pre 4 by skal · 11 years ago
  89. 1a161e2 configure: add work around for gcc-4.9 aarch64 bug by James Zern · 11 years ago
  90. 55b10de MIPS: mips32r2: added optimization for BSwap32 by Djordje Pesut · 11 years ago
  91. 76d2192 Update PATENTS to reflect s/VP8/WebM/g by Lou Quillio · 11 years ago
  92. 29a9db1 MIPS: detect mips32r6 and disable mips32r1 code by Djordje Pesut · 11 years ago
  93. 245c4a6 Correctly use the AC_CANONICAL_* macros by Timothy Gu · 11 years ago
  94. 40aa8b6 cosmetics by James Zern · 11 years ago
  95. 2ddcca5 cosmetics: remove some extraneous 'extern's by James Zern · 11 years ago
  96. f40dd7c vp8enci.h: cosmetics: fix '*' placement by James Zern · 11 years ago
  97. 4610c9c bit_writer: cosmetics: rename kFlush() -> Flush() by James Zern · 11 years ago
  98. fc3c175 dsp: detect mips64 & disable mips32 code by James Zern · 11 years ago
  99. c1a7955 cwebp.1: restore quality description by James Zern · 11 years ago
  100. 57a7e73 correct alpha_dithering_strength ABI check by James Zern · 11 years ago