[go: up one dir, main page]

  1. 6a2209a update ChangeLog by James Zern · 11 years ago 0.4.2 v0.4.2
  2. 36cad6a bit_reader.h: cosmetics: fix a typo by James Zern · 11 years ago
  3. e2ecae6 enc_mips32: workaround gcc-4.9 bug by James Zern · 11 years ago
  4. 243e68d update ChangeLog by James Zern · 11 years ago v0.4.2-rc2
  5. eec5f5f enc/vp8enci.h: update version number by James Zern · 11 years ago
  6. 0c1b98d update NEWS by James Zern · 11 years ago
  7. 69b0fc9 update AUTHORS by James Zern · 11 years ago
  8. 857578a bump version to 0.4.2 by James Zern · 11 years ago
  9. 9129deb restore encode API compatibility by James Zern · 11 years ago
  10. f17b95e AssignSegments: quiet -Warray-bounds warning by James Zern · 11 years ago
  11. 9c56c8a enc_neon: initialize vectors w/vdup_n_u32 by James Zern · 11 years ago
  12. a008902 iosbuild: cleanup by James Zern · 11 years ago
  13. cc6de53 iosbuild: output autoconf req. on failure by James Zern · 11 years ago
  14. 740d765 iosbuild: make iOS 6 the minimum requirement by James Zern · 11 years ago
  15. 403023f iobuild.sh: only install .h files in Headers by James Zern · 11 years ago
  16. b65727b Premultiply with alpha during U/V downsampling by skal · 11 years ago
  17. 8de0deb gif2webp: Background color correction by Urvang Joshi · 11 years ago
  18. f8b7d94 Amend the lossless spec according to issue #205, #206 and #224 by Pascal Massimino · 11 years ago
  19. 9102a7b Add a WebPExtractAlpha function to dsp by Pascal Massimino · 11 years ago
  20. e407b5d webpmux: simplify InitializeConfig() by James Zern · 11 years ago
  21. 3e70e64 webpmux: fix indent by James Zern · 11 years ago
  22. be38f1a webpmux: fix exit status on numeric value parse error by James Zern · 11 years ago
  23. 94dadcb webpmux: fix loop_count range check by James Zern · 11 years ago
  24. 40b3a61 examples: warn on invalid numeric parameters by James Zern · 11 years ago
  25. b7d209a gif2webp: Handle frames with missing graphic control extension by Urvang Joshi · 11 years ago
  26. bf0eb74 configure: simplify libpng-config invocation by James Zern · 11 years ago
  27. 3740f7d Rectify bug in lossless incremental decoding. by Vikas Arora · 11 years ago
  28. 3ab0a37 make VP8LSetBitPos() set br->eos_ flag by Pascal Massimino · 11 years ago
  29. 2e4312b Lossless decoding: fix eos_ flag condition by Pascal Massimino · 11 years ago
  30. e6609ac fix erroneous dec->status_ setting by Pascal Massimino · 11 years ago
  31. 5692eae add a fallback to ALPHA_NO_COMPRESSION by skal · 11 years ago
  32. 6ecd5bf ExUtilReadFromStdin: (windows) open stdin in bin mode by James Zern · 11 years ago
  33. 4206ac6 webpmux: (windows) open stdout in binary mode by James Zern · 11 years ago
  34. d40e885 cwebp: (windows) open stdout in binary mode by James Zern · 11 years ago
  35. 4aaf463 example_util: add ExUtilSetBinaryMode by James Zern · 11 years ago
  36. 4c82ff7 webpmux man page: Clarify some title, descriptions and examples by Urvang Joshi · 11 years ago
  37. 23d4fb3 dsp/lossless: workaround gcc-4.9 bug on arm by James Zern · 11 years ago
  38. 5af7719 dsp.h: collect gcc/clang version test macros by James Zern · 11 years ago
  39. 90d1124 enc_neon: enable QuantizeBlock for aarch64 by James Zern · 11 years ago
  40. ee78e78 SmartRGBYUV: fix odd-width problem with pixel replication by skal · 11 years ago
  41. c9ac204 fix some MSVC64 warning about float conversion by Pascal Massimino · 11 years ago
  42. f4497a1 cpu: check for _MSC_VER before using msvc inline asm by James Zern · 11 years ago
  43. e2159fd faster RGB->YUV conversion function (~7% speedup) by skal · 11 years ago
  44. 21abaa0 Add smart RGB->YUV conversion option -pre 4 by skal · 11 years ago
  45. 1a161e2 configure: add work around for gcc-4.9 aarch64 bug by James Zern · 11 years ago
  46. 55b10de MIPS: mips32r2: added optimization for BSwap32 by Djordje Pesut · 11 years ago
  47. 76d2192 Update PATENTS to reflect s/VP8/WebM/g by Lou Quillio · 11 years ago
  48. 29a9db1 MIPS: detect mips32r6 and disable mips32r1 code by Djordje Pesut · 11 years ago
  49. 245c4a6 Correctly use the AC_CANONICAL_* macros by Timothy Gu · 11 years ago
  50. 40aa8b6 cosmetics by James Zern · 11 years ago
  51. 2ddcca5 cosmetics: remove some extraneous 'extern's by James Zern · 11 years ago
  52. f40dd7c vp8enci.h: cosmetics: fix '*' placement by James Zern · 11 years ago
  53. 4610c9c bit_writer: cosmetics: rename kFlush() -> Flush() by James Zern · 11 years ago
  54. fc3c175 dsp: detect mips64 & disable mips32 code by James Zern · 11 years ago
  55. c1a7955 cwebp.1: restore quality description by James Zern · 11 years ago
  56. 57a7e73 correct alpha_dithering_strength ABI check by James Zern · 11 years ago
  57. 6c83157 correct WebPMemoryWriterClear ABI check by James Zern · 11 years ago
  58. 8af2771 update ChangeLog by James Zern · 11 years ago 0.4.1 v0.4.1
  59. f59c0b4 iosbuild.sh: specify optimization flags by James Zern · 11 years ago
  60. 8d34ea3 update ChangeLog by James Zern · 11 years ago v0.4.1-rc1
  61. dbc3da6 makefile.unix: add vwebp.1 to the dist target by James Zern · 11 years ago
  62. 89a7c83 update ChangeLog by James Zern · 11 years ago
  63. ffe67ee Merge "update NEWS for the next release" into 0.4.1 by James Zern · 11 years ago
  64. 2def1fe gif2webp: dust up the help message by James Zern · 11 years ago
  65. fb668d7 remove -noalphadither option from README/vwebp.1 by James Zern · 11 years ago
  66. e49f693 update NEWS for the next release by James Zern · 11 years ago
  67. cd01358 Merge "update AUTHORS" into 0.4.1 by James Zern · 11 years ago
  68. 268d01e update AUTHORS by James Zern · 11 years ago
  69. 85213b9 bump version to 0.4.1 by James Zern · 11 years ago
  70. 695f80a Merge "restore mux API compatibility" into 0.4.1 by James Zern · 11 years ago
  71. 862d296 restore mux API compatibility by James Zern · 11 years ago
  72. 8f6f8c5 remove the !WEBP_REFERENCE_IMPLEMENTATION tweak in Put8x8uv by skal · 11 years ago
  73. d713a69 Merge changes If4debc15,I437a5d5f into 0.4.1 by James Zern · 11 years ago
  74. c2fc52e restore encode API compatibility by James Zern · 11 years ago
  75. 793368e restore decode API compatibility by James Zern · 11 years ago
  76. b8984f3 gif2webp: fix compile with giflib 5.1.0 by James Zern · 11 years ago
  77. 222f9b1 gif2webp: simplify giflib version checking by James Zern · 11 years ago
  78. d2cc61b Extend MakeARGB32() to accept Alpha channel. by Vikas Arora · 11 years ago
  79. 4595b62 Merge "use explicit size of kErrorMessages[] arrays" by skal · 11 years ago
  80. 157de01 Merge "Actuate memory stats for PRINT_MEMORY_INFO" by skal · 11 years ago
  81. fbda2f4 JPEG decoder: delay conversion to YUV to WebPEncode() call by skal · 11 years ago
  82. 0b747b1 use explicit size of kErrorMessages[] arrays by skal · 11 years ago
  83. 3398d81 Actuate memory stats for PRINT_MEMORY_INFO by skal · 11 years ago
  84. 6f3202b Merge "move WebPPictureInit to picture.c" by James Zern · 11 years ago
  85. 6c347bb move WebPPictureInit to picture.c by skal · 11 years ago
  86. fb3acf1 fix configure message for multi-thread by Pascal Massimino · 11 years ago
  87. 40b086f configure: check for _beginthreadex by James Zern · 11 years ago
  88. 1549d62 reorder the YUVA->ARGB and ARGB->YUVA functions correctly by Pascal Massimino · 11 years ago
  89. c6461bf Merge "extract colorspace code from picture.c into picture_csp.c" by James Zern · 11 years ago
  90. 736f2a1 extract colorspace code from picture.c into picture_csp.c by Pascal Massimino · 11 years ago
  91. 645daa0 Merge "configure: check for -Wformat-security" by pascal massimino · 11 years ago
  92. abafed8 configure: check for -Wformat-security by James Zern · 11 years ago
  93. fbadb48 split monolithic picture.c into picture_{tools,psnr,rescale}.c by Pascal Massimino · 11 years ago
  94. c76f07e dec_neon/TransformAC3: initialize vector w/vcreate by James Zern · 11 years ago
  95. bb4fc05 gif2webp: Allow single-frame animations by Urvang Joshi · 11 years ago
  96. 46fd44c thread: remove harmless race on status_ in End() by James Zern · 11 years ago
  97. 5a1a726 Merge "configure: check for __builtin_bswapXX()" by James Zern · 11 years ago
  98. 6781423 configure: check for __builtin_bswapXX() by James Zern · 11 years ago
  99. 6450c48 configure: fix iOS builds by James Zern · 11 years ago
  100. 6422e68 VP8LFillBitWindow: enable fast path for 32-bit builds by James Zern · 11 years ago