[go: up one dir, main page]

Version 0.1.3

See NEWS/ChangeLog for release details.
  1. 7e198ab update ChangeLog by James Zern · 14 years ago v0.1.3
  2. dfc9c1e Harmonize the dates by Pascal Massimino · 14 years ago
  3. 28ad70c Fix PNG decoding bug by Pascal Massimino · 14 years ago
  4. 846e93c Update AUTHORS & add .mailmap by James Zern · 14 years ago
  5. 563e52d cosmetics after '76036f5 Refactor decoder library' by James Zern · 14 years ago
  6. 76036f5 Refactor decoder library by Urvang Joshi · 14 years ago
  7. 377ef43 configure.ac: update AC_INIT params by James Zern · 14 years ago
  8. 7a8d876 use a user-visible MACRO for max width/height. by Pascal Massimino · 14 years ago
  9. d4e9f55 NEON decode support in WebP by Somnath Banerjee · 14 years ago
  10. 0ee683b update libtool version-info by James Zern · 14 years ago
  11. fdbe02c windows: match _cond_destroy logic w/return variable name by James Zern · 14 years ago
  12. 206b686 README: correct advanced decode api pseudo-code by James Zern · 14 years ago
  13. 6a32a0f make VP8BitReader a typedef, for better re-use by Pascal Massimino · 14 years ago
  14. b112e83 create a libwebputils under src/utils by Pascal Massimino · 14 years ago
  15. ee697d9 harmonize the include guards and #endif comments by Pascal Massimino · 14 years ago
  16. a1ec07a Fixing compiler error in non x86 arch. by Somnath Banerjee · 14 years ago
  17. dcfa509 Fixed recursive inclusion of bit_writer.h and vp8enci.h. by Somnath Banerjee · 14 years ago
  18. e06ac08 create a separate libwebpdsp under src/dsp by Pascal Massimino · 14 years ago
  19. ebeb412 use unsigned int for bitfields by James Zern · 14 years ago
  20. 341cc56 make kNewRange a static array by Pascal Massimino · 14 years ago
  21. 227a91e README: minor wording update by James Zern · 14 years ago
  22. 05bd8e6 add man pages to dist by James Zern · 14 years ago
  23. 812dfa1 bump up versions in preparations for 0.1.3 by Pascal Massimino · 14 years ago
  24. a5b78c8 wrap alpha-related options under WEBP_EXPERIMENTAL_FEATURES flag by Pascal Massimino · 14 years ago
  25. 34dc790 regen ChangeLog for 0.1.3-rc2 by James Zern · 14 years ago
  26. 7c43663 Silence some (more) Visual Studio warnings. by James Zern · 14 years ago
  27. 60306e8 add top-level gitattributes by James Zern · 14 years ago
  28. 2aa6b80 Slience some Visual Studio warnings. by Mikolaj Zalewski · 14 years ago
  29. 4cbbb29 Merge "bump up version for next freeze" by Pascal Massimino · 14 years ago
  30. a329167 bump up version for next freeze by Pascal Massimino · 14 years ago
  31. c7e86ab cosmetics: fix comment line lengths by James Zern · 14 years ago
  32. c9e037a makefile.unix: add simple dist target by James Zern · 14 years ago
  33. 87d58ce makefile.unix: rule maintenance by James Zern · 14 years ago
  34. d477de7 mend by Vikas Arora · 14 years ago
  35. fac15ec Update NEWS & README for next release V0.1.3 by Vikas Arora · 14 years ago
  36. 6215595 Merge "add a -partition_limit option to limit the number of bits used by intra4x4" by Pascal Massimino · 14 years ago
  37. 3814b76 Merge "reorganize chunk-parsing code" by Pascal Massimino · 14 years ago
  38. 900286e add a -partition_limit option to limit the number of bits used by intra4x4 by Pascal Massimino · 14 years ago
  39. cd12b4b add the missing cost for I4/I16 mode selection by Pascal Massimino · 14 years ago
  40. dfcc213 reorganize chunk-parsing code by Pascal Massimino · 14 years ago
  41. 3cf2030 initialize pointers to function within VP8DspInit() by Pascal Massimino · 14 years ago
  42. d21b479 Merge "windows: add decode threading support" by James Zern · 14 years ago
  43. 473ae95 fix hang on thread creation failure by James Zern · 14 years ago
  44. fccca42 windows: add decode threading support by James Zern · 14 years ago
  45. a31f843 Use the exact PNG_INCLUDES/PNG_LIBS when testing for -lpng by Pascal Massimino · 14 years ago
  46. ad9b45f Merge "Makefile.vc: rule maintenance" by James Zern · 14 years ago
  47. 565a2ca Makefile.vc: rule maintenance by James Zern · 14 years ago
  48. 2d0da68 makefile.unix: disable Wvla by default by James Zern · 14 years ago
  49. fc7815d multi-thread decoding: ~25-30% faster by Pascal Massimino · 14 years ago
  50. acd8ba4 io->teardown() was not always called upon error by Pascal Massimino · 14 years ago
  51. c85527b Merge "Makefile.vc: add DLL configs" by James Zern · 14 years ago
  52. e1e9be3 cosmetics: spelling/grammar in README and lib headers by James Zern · 14 years ago
  53. b4d0ef8 Makefile.vc: add DLL configs by James Zern · 14 years ago
  54. 998754a remove unused nb_i4_ and nb_i16_ fields. by Pascal Massimino · 14 years ago
  55. 9f01ce3 rename WebPDecBuffer::memory -> private_memory by Pascal Massimino · 14 years ago
  56. fb5d659 fix an overflow bug in LUT calculation by Pascal Massimino · 14 years ago
  57. d646d5c swig: add WebPDecodeARGB by James Zern · 14 years ago
  58. 78aeed4 add missing WebPDecodeARGBInto() and switch ARGB4444 to RGBA4444 as was intended by Pascal Massimino · 14 years ago
  59. cd7c529 explicitly mark library functions as extern by James Zern · 14 years ago
  60. 19db59f add support for RGB565, ARGB4444 and ARGB colorspace (decoder) by Pascal Massimino · 14 years ago
  61. c915fb2 encoder speed-up: hardcode special level values by Pascal Massimino · 14 years ago
  62. c558bda Rename and improve the API to retrieve decoded area by Pascal Massimino · 14 years ago
  63. bf599d7 Merge "makefile.unix: disable -Wvla by default" by James Zern · 14 years ago
  64. c9ea03d SSE2 version of strong filtering by Pascal Massimino · 14 years ago
  65. 993af3e makefile.unix: disable -Wvla by default by James Zern · 14 years ago
  66. 3827e1b Merge "examples: (windows/WIC) add alpha support" by James Zern · 14 years ago
  67. e291fae SSE2 functions for the fancy upsampler. by Pascal Massimino · 14 years ago
  68. a06bbe2 add WebPISetIOHooks() to set some custom hooks on the incremental decoder object. by Pascal Massimino · 14 years ago
  69. 7643a6f Merge "makefile.unix: use uname to detect OSX environment" by pascal massimino · 14 years ago
  70. 5142a0b export alpha channel (if present) when dumping to PGM format by Pascal Massimino · 14 years ago
  71. 14d5731 makefile.unix: use uname to detect OSX environment by James Zern · 14 years ago
  72. 0805706 examples: quiet warnings by James Zern · 14 years ago
  73. 3cfe088 examples: (windows/WIC) add alpha support by James Zern · 15 years ago
  74. 13ed94b add compile warning for variable-length-array by Pascal Massimino · 15 years ago
  75. 5a18eb1 Merge "add Advanced Decoding Interface" by Pascal Massimino · 15 years ago
  76. 5c4f27f add missing \n by Pascal Massimino · 15 years ago
  77. f4c4e41 80 cols fix by Pascal Massimino · 15 years ago
  78. d260310 add Advanced Decoding Interface by Pascal Massimino · 15 years ago
  79. bd2f65f sse2 version of the complex filter by Pascal Massimino · 15 years ago
  80. 96ed9ce perform two idct transforms at a time when possible by Pascal Massimino · 15 years ago
  81. 01af7b6 use aligned stored by Pascal Massimino · 15 years ago
  82. 0e1d1fd Merge "Makefile.vc: add experimental target" by James Zern · 15 years ago
  83. 2a1292a Makefile.vc: add experimental target by James Zern · 15 years ago
  84. 23bf351 Enable decode SSE2 for Visual Studio by James Zern · 15 years ago
  85. 131a4b7 dec/dsp_sse2: fix visual studio compile by Somnath Banerjee · 15 years ago
  86. 00d9d68 swig: file reorganization by James Zern · 15 years ago
  87. 7fc7e0d Merge "swig/java: basic encode support" by pascal massimino · 15 years ago
  88. 3be57b1 fix MSVC compile for WEBP_EXPERIMENTAL_FEATURES by Pascal Massimino · 15 years ago
  89. 40a7e34 dec/dsp: disable sse2 for Visual Studio builds by James Zern · 15 years ago
  90. e4d540c add SSE2 code for transform by Pascal Massimino · 15 years ago
  91. 54f2170 swig/java: basic encode support by James Zern · 15 years ago
  92. c5d4584 call function pointers instead of C-version by Pascal Massimino · 15 years ago
  93. ea43f04 Merge "configure: mingw32 targets: test for WIC support" by pascal massimino · 15 years ago
  94. a11009d SSE2 version of simple in-loop filtering by Pascal Massimino · 15 years ago
  95. 42548da shave one unneeded filter-cache line by Pascal Massimino · 15 years ago
  96. 31f9dc6 configure: mingw32 targets: test for WIC support by James Zern · 15 years ago
  97. 1955969 Merge "split expression in two." by Pascal Massimino · 15 years ago
  98. 415dbe4 split expression in two. by Pascal Massimino · 15 years ago
  99. e29072a configure: test for zlib only w/--enable-experimental by James Zern · 15 years ago
  100. b2b0090 Simplify Visual Studio ifdefs by James Zern · 15 years ago