[go: up one dir, main page]

  1. 7e7b6cc faster rgb565/rgb4444/argb output by Pascal Massimino · 10 years ago
  2. 7110050 bump version to 0.5.0 by James Zern · 10 years ago
  3. d48e427 Merge "demux: accept raw bitstreams" by James Zern · 10 years ago
  4. 99a01f4 Merge "Unify some entropy functions." by James Zern · 10 years ago
  5. 4b025f1 Merge "configure: disable asserts by default" by James Zern · 10 years ago
  6. 92cbddf Merge "fix PrintBlockInfo()" by James Zern · 10 years ago
  7. ca509a3 Unify some entropy functions. by Vincent Rabaud · 10 years ago
  8. 367bf90 fix PrintBlockInfo() by Pascal Massimino · 10 years ago
  9. b0547ff move back common constants for lossless_enc*.c into the .h by Pascal Massimino · 10 years ago
  10. fb4c783 lossless: simpler alpha cleanup preprocessing by Lode Vandevenne · 10 years ago
  11. 47ddd5a Move some codec logic out of ./dsp . by Vincent Rabaud · 10 years ago
  12. 357f455 yuv_sse2: fix 32-bit visual studio build by James Zern · 10 years ago
  13. b9d80fa configure: disable asserts by default by James Zern · 10 years ago
  14. 7badd3d cosmetic fix: sizeof(type) -> sizeof(*var) by Pascal Massimino · 10 years ago
  15. 80ce27d Speed up 24-bit packing / unpacking in YUV / RGB conversions. by Vincent Rabaud · 10 years ago
  16. 68eebcb remove a TODO about rotation by Pascal Massimino · 10 years ago
  17. 2dee296 remove few obsolete TODO about aligned loads in SSE2 by Pascal Massimino · 10 years ago
  18. e0c0bb3 remove TODO about unused ref_lf_delta[] by Pascal Massimino · 10 years ago
  19. 9cf1cc2 remove few TODO: by Pascal Massimino · 10 years ago
  20. 7918964 Merge changes from topic 'demux-fragment-cleanup' by James Zern · 10 years ago
  21. 47399f9 demux: remove GetFragment() by James Zern · 10 years ago
  22. d3cfb79 demux: remove dead fragment related TODO by James Zern · 10 years ago
  23. ab714b8 demux, Frame: remove is_fragment_ field by James Zern · 10 years ago
  24. b105921 yuv_sse2, cosmetics: fix indent by James Zern · 10 years ago
  25. 466c92e demux,WebPIterator: remove fragment_num/num_fragments by James Zern · 10 years ago
  26. 11714ff demux: remove WebPDemuxSelectFragment by James Zern · 10 years ago
  27. c0f7cc4 fix for bug #280: UMR in next->bits by Pascal Massimino · 10 years ago
  28. d4f9c2e enc/Makefile.am: add missing headers by James Zern · 10 years ago
  29. 3f3ea2c demux: accept raw bitstreams by James Zern · 10 years ago
  30. b275e59 fix optimized build with -mcmodel=medium by Sriraman Tallam · 10 years ago
  31. 038a060 Merge "add disto-based refinement for UV mode (if method = 1 or 2)" by Pascal Massimino · 10 years ago
  32. 2835089 Provide an SSE2 implementation of CombinedShannonEntropy. by Vincent Rabaud · 10 years ago
  33. e6c9351 add disto-based refinement for UV mode (if method = 1 or 2) by Pascal Massimino · 10 years ago
  34. 04507dc Merge "fix undefined behaviour during shift, using a cast" by James Zern · 10 years ago
  35. d3d1639 Optimize the heap usage in HistogramCombineGreedy. by Vincent Rabaud · 10 years ago
  36. 202a710 fix undefined behaviour during shift, using a cast by Pascal Massimino · 10 years ago
  37. 14d27a4 improve method #2 by merging DistoRefine() and SimpleQuantize() by Pascal Massimino · 10 years ago
  38. cb1ce99 Merge "10% faster table-less SSE2/NEON version of YUV->RGB conversion" by Pascal Massimino · 10 years ago
  39. ac761a3 10% faster table-less SSE2/NEON version of YUV->RGB conversion by Pascal Massimino · 10 years ago
  40. 7eb01ff Merge "Improved alpha cleanup for the webp encoder when prediction transform is used." by Pascal Massimino · 10 years ago
  41. fb8c910 Merge "introduce WebPMemToUint32 and WebPUint32ToMem for memory access" by Pascal Massimino · 10 years ago
  42. bd91af2 Merge "bit_reader: remove aarch64 BITS TODO" by James Zern · 10 years ago
  43. 6c702b8 Speed up hash chain initialization using memset. by Vincent Rabaud · 10 years ago
  44. 464ed10 bit_reader: remove aarch64 BITS TODO by James Zern · 10 years ago
  45. 6938111 Improved alpha cleanup for the webp encoder when prediction transform is used. by Lode Vandevenne · 10 years ago
  46. 2c08aac introduce WebPMemToUint32 and WebPUint32ToMem for memory access by Pascal Massimino · 10 years ago
  47. 010ca3d Fix FindMatchLength with non-aligned buffers. by Vincent Rabaud · 10 years ago
  48. e4a7eed cosmetics: fix indent by James Zern · 10 years ago
  49. 0837512 Merge "Make a separate case for low_effort in CopyImageWithPrediction" by James Zern · 10 years ago
  50. aa2eb2d Merge "cosmetics: fix indent" by James Zern · 10 years ago
  51. b7551e9 cosmetics: fix indent by James Zern · 10 years ago
  52. 5bda52d Make a separate case for low_effort in CopyImageWithPrediction by Lode Vandevenne · 10 years ago
  53. 5ae220b backward_references.c: Fixed compiler warning by Scott Hancher · 10 years ago
  54. 363babe Merge "fix some warning about unaligned 32b reads" by Pascal Massimino · 10 years ago
  55. a141178 Optimization in hash chain comparison for 64 bit by Vincent Rabaud · 10 years ago
  56. 829bd14 Combine Huffman cost and bit entropy into one loop by Vincent Rabaud · 10 years ago
  57. a7a954c Merge "lossless: make prediction in encoder work per scanline" by James Zern · 10 years ago
  58. 61b605b Merge "fix of undefined multiply (int32 overflow)" by Pascal Massimino · 10 years ago
  59. 239421c lossless: make prediction in encoder work per scanline by Lode Vandevenne · 10 years ago
  60. f5ca40e fix of undefined multiply (int32 overflow) by Pascal Massimino · 10 years ago
  61. 5cd2ef4 Merge changes from topic 'win-threading-compat' by James Zern · 10 years ago
  62. d2afe97 thread: use CreateThread for windows phone by James Zern · 10 years ago
  63. 0fd0e12 thread: use WaitForSingleObjectEx if available by James Zern · 10 years ago
  64. 63fadc9 thread: use InitializeCriticalSectionEx if available by James Zern · 10 years ago
  65. 110ad58 thread: use native windows cond var if available by James Zern · 10 years ago
  66. 912c9fd dec/webp: use GetLE(24|32) from utils by James Zern · 10 years ago
  67. f169448 utils/GetLE32: correct uint32 promotion by James Zern · 10 years ago
  68. 158763d Merge "always call WebPInitSamplers(), don't try to be smart" by James Zern · 10 years ago
  69. 3770f3b Merge "cleanup the YFIX/TFIX difference by removing some code and #define" by Pascal Massimino · 10 years ago
  70. a40f60a Merge "3% speed improvement for lossless webp encoder for low effort mode:" by James Zern · 10 years ago
  71. ed1c2bc always call WebPInitSamplers(), don't try to be smart by Pascal Massimino · 10 years ago
  72. b8c44f1 3% speed improvement for lossless webp encoder for low effort mode: by Lode Vandevenne · 10 years ago
  73. 997e103 cleanup the YFIX/TFIX difference by removing some code and #define by Pascal Massimino · 10 years ago
  74. 1f9be97 Make discarding invisible RGB values (cleanup alpha) the default. by Lode Vandevenne · 10 years ago
  75. b37b017 fix for issue #275: don't compare to out-of-bound pointers by Pascal Massimino · 10 years ago
  76. 21735e0 speed-up trivial one-symbol decoding case for lossless by Pascal Massimino · 10 years ago
  77. 397863b Refactor CopyPlane() and CopyPixels() methods: put them in utils. by Urvang Joshi · 10 years ago
  78. 6ecd72f Re-enable encoding of alpha plane with color cache for next release. by Urvang Joshi · 10 years ago
  79. 775d3a3 remove unused fields from WebPDecoderOptions and WebPBitstreamFeatures by Pascal Massimino · 10 years ago
  80. c13245c AnimEncoder: Add a GetError() method. by Urvang Joshi · 10 years ago
  81. 688b265 AnimDecoder API: Add a GetDemuxer() method. by Urvang Joshi · 10 years ago
  82. 1aa4e3d WebPAnimDecoder: add an option to enable multi-threaded decoding. by Urvang Joshi · 10 years ago
  83. 3584abc AnimDecoder: option to decode to common color modes. by Urvang Joshi · 10 years ago
  84. 945cfa3 mux.h does NOT need to include encode.h by Urvang Joshi · 10 years ago
  85. bfd3fc0 ~2x faster SSE2 RGB24toY, BGR24toY, ARGBToY|UV by Pascal Massimino · 10 years ago
  86. 52fdbdf extract some RGB24 to Luma conversion function from enc/ to dsp/ by Pascal Massimino · 10 years ago
  87. ab8c230 add missing \n by Pascal Massimino · 10 years ago
  88. 5bd04a0 sync versions with 0.4.4 by James Zern · 10 years ago
  89. 8f1fcc1 Merge "Move ARGB->YUV functions from dec/vp8l.c to dsp/yuv.c" by Pascal Massimino · 10 years ago
  90. 25bf2ce fix some warning about unaligned 32b reads by Pascal Massimino · 10 years ago
  91. fa8927e Move ARGB->YUV functions from dec/vp8l.c to dsp/yuv.c by Pascal Massimino · 10 years ago
  92. f7c507a Merge "remove unnecessary #include "yuv.h"" by James Zern · 10 years ago
  93. 14e4043 remove unnecessary #include "yuv.h" by Pascal Massimino · 10 years ago
  94. d64d376 change WEBP_ALIGN_CST value to 31 by Pascal Massimino · 10 years ago
  95. f717b82 vp8l.c, cosmetics: fix indent after 95509f9 by James Zern · 10 years ago
  96. 927ccdc Merge "fix alignment of allocated memory in AllocateTransformBuffer" by James Zern · 10 years ago
  97. fea94b2 fix alignment of allocated memory in AllocateTransformBuffer by Pascal Massimino · 10 years ago
  98. 5aa8d61 Merge "MIPS: rescaler code synced with C implementation" by Pascal Massimino · 10 years ago
  99. e7fb267 MIPS: rescaler code synced with C implementation by Djordje Pesut · 10 years ago
  100. 93c86ed Merge "format_constants.h: MKFOURCC, correct cast" by Pascal Massimino · 10 years ago