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