summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Get code to fully compile in C++.Vincent Rabaud2017-01-121-3/+3
* | Merge "When compiling as C++, avoid narrowing warnings."Vincent Rabaud2017-01-121-4/+4
|\ \
| * | When compiling as C++, avoid narrowing warnings.Vincent Rabaud2017-01-121-4/+4
* | | 40% faster ApplyAlphaMultiply_SSE2Pascal Massimino2017-01-121-13/+20
|/ /
* | NEON: implement several alpha-processing functionsPascal Massimino2017-01-117-0/+190
* | SSE2: 15% faster alpha-processing functionsPascal Massimino2017-01-111-28/+21
* | fix warning from static analysis.Pascal Massimino2017-01-101-1/+1
|/
* SSE2: 30% faster ApplyAlphaMultiply()Pascal Massimino2017-01-101-61/+48
* Merge "Properly compute the optimal color cache size."Vincent Rabaud2017-01-101-74/+80
|\
| * Properly compute the optimal color cache size.Vincent Rabaud2017-01-101-74/+80
* | fix a comment typoPascal Massimino2017-01-101-1/+1
|/
* Fix a non-deterministic color cache size computation.Vincent Rabaud2017-01-101-10/+16
* Do not allow a color cache size bigger than the number of colors.Vincent Rabaud2017-01-101-1/+11
* re-introduce some comments in Huffman Cost.Vincent Rabaud2017-01-061-0/+9
* replace 'ptr + y * stride' by 'ptr += stride'Pascal Massimino2017-01-044-104/+140
* Merge "NEON: 5% faster conversion to RGB565 and RGBA4444"Pascal Massimino2016-12-221-11/+5
|\
| * NEON: 5% faster conversion to RGB565 and RGBA4444Pascal Massimino2016-12-201-11/+5
* | Merge "NEON: faster fancy upsampling"Pascal Massimino2016-12-211-37/+24
|\ \
| * | NEON: faster fancy upsamplingPascal Massimino2016-12-211-37/+24
| |/
* | Call the C function to finish off lossless SSE loops only when necessary.Vincent Rabaud2016-12-213-25/+75
* | Implement BundleColorMap in SSE2.Vincent Rabaud2016-12-213-4/+87
* | Merge "remove Clang warnings with unused arch arguments."Vincent Rabaud2016-12-211-0/+17
|\ \
| * | remove Clang warnings with unused arch arguments.Vincent Rabaud2016-12-201-0/+17
* | | Merge tag 'v0.5.2'James Zern2016-12-2015-13/+82
|\ \ \ | |/ / |/| |
| * | update ChangeLogv0.5.2-rc2v0.5.20.5.2James Zern2016-12-151-0/+54
| * | anim_util: quiet implicit conv warnings in 32-bitJames Zern2016-12-151-2/+2
| * | jpegdec: correct ContextFill signatureJames Zern2016-12-151-2/+2
| * | Remove some errors when compiling the code as C++.Vincent Rabaud2016-12-158-18/+19
| * | vwebp: clear canvas during resize w/o animationJames Zern2016-12-141-0/+1
| * | tiffdec: restore libtiff 3.9.x compatibilityJames Zern2016-12-131-2/+2
| * | update NEWSJames Zern2016-12-131-0/+13
| * | AnimEncoder: avoid freeing uninitialized memory pointer.hui su2016-12-131-13/+11
| * | WebPAnimEncoder: If 'minimize_size' and 'allow_mixed' on, try lossy + lossless.Urvang Joshi2016-12-131-0/+3
| * | fix a potential overflow with MALLOC_LIMITPascal Massimino2016-12-131-2/+6
| * | bump version to 0.5.2James Zern2016-12-1210-11/+11
| * | update AUTHORS & .mailmapJames Zern2016-12-122-0/+2
| * | iosbuild.sh: add WebPDecoder.framework + encoderJames Zern2016-12-121-10/+15
| * | AnimEncoder: Correctly skip a frame when sub-rectangle is empty.Hui Su2016-12-091-2/+4
| * | Fix assertions in WebPRescalerExportRow()Hui Su2016-12-092-4/+8
| * | fix a typo in WebPPictureYUVAToARGB's docPascal Massimino2016-12-091-4/+4
| * | systematically call WebPDemuxReleaseIterator() on dec->prev_iter_Pascal Massimino2016-12-091-0/+3
| * | doc: use two's complement explicitly for uint8->int8 conversionPascal Massimino2016-12-091-0/+5
| * | Anim_encoder: correctly handle enc->prev_candidate_undecided_hui su2016-12-091-1/+10
| * | WebPPictureDistortion(): free() -> WebPSafeFree()Pascal Massimino2016-12-091-1/+1
| * | mux/Makefile.am: add missing -lmJames Zern2016-12-092-1/+2
| * | fix bug in RefineUsingDistortion()Pascal Massimino2016-12-081-1/+2
| * | fix filtering auto-adjustmentPascal Massimino2016-12-081-5/+5
| * | fix doc and code snippet for WebPINewDecoder() docPascal Massimino2016-12-081-8/+8
| * | prevent 32b overflow for very large canvas_width / heightPascal Massimino2016-12-082-23/+43
| * | fix anim_util.c compilation when HAVE_GIF is not defined.Pascal Massimino2016-12-081-2/+7