summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make gif transparent color to be transparent blackhui su2016-12-083-4/+18
| * | Add a CMake option for WEBP_SWAP_16BIT_CSP.Vincent Rabaud2016-12-071-0/+7
| * | Fix missing cpu-features for Android.Vincent Rabaud2016-12-071-1/+15
| * | cpu.cmake: improve webp_check_compiler_flag outputJames Zern2016-12-071-3/+3
| * | Provide support for CMake on Android studio 2.2.Vincent Rabaud2016-12-071-21/+54
| * | Split the main CMake file.Vincent Rabaud2016-12-073-204/+205
| * | Android.mk: use -fvisibility=hiddenJames Zern2016-12-071-0/+1
| * | vwebp: ensure setenv() is available in stdlib.hJames Zern2016-12-071-0/+4
| * | vwebp: handle window resizing properlyPascal Massimino2016-12-071-6/+12
| * | lower WEBP_MAX_ALLOCABLE_MEMORY defaultJames Zern2016-12-071-1/+9
| * | fix infinite loop in case of PARTITION0 overflowPascal Massimino2016-12-071-1/+1
| * | Change the rule of picking UV mode in MBAnalyzeBestUVMode()hui su2016-12-071-0/+5
| * | cwebp.1: improve some grammarJames Zern2016-12-071-6/+6
| * | vwebp: Clear previous frame when a key triggers a redrawPascal Massimino2016-12-071-0/+3
| * | Add descriptions of default configuration in help info.Hui Su2016-12-073-26/+34
| * | Fix an unsigned integer overflow error in enc/cost.hhui su2016-12-071-1/+3
| * | Do token recording and counting in a single loophui su2016-12-075-62/+62
| * | Reset segment id if we decide not to update segment maphui su2016-12-071-0/+8
| * | configure: fix NEON flag detection under gcc 6James Zern2016-12-071-34/+46
| * | Import: use relative pointer offsetsJames Zern2016-11-091-12/+17
| * | PreprocessARGB: use relative pointer offsetsJames Zern2016-11-091-36/+49
| * | ConvertWRGBToYUV: use relative pointer offsetsJames Zern2016-11-091-11/+17
| * | ImportYUVAFromRGBA: use relative pointer offsetsJames Zern2016-11-091-29/+29
| * | imageio_util: add ImgIoUtilCheckSizeArgumentsOverflowJames Zern2016-11-026-13/+53
| * | gifdec,Remap: avoid out of bounds colormap readJames Zern2016-11-021-8/+15
| * | additional fix for stride type as size_tPascal Massimino2016-11-021-8/+7
| * | fix potential overflow when width * height * 4 >= (1<<32)Pascal Massimino2016-11-021-24/+32
| * | gif2webp: fix crash with NULL extension dataJames Zern2016-11-021-0/+2
* | | vwebp: clear canvas during resize w/o animationJames Zern2016-12-131-0/+1
* | | fix indentationPascal Massimino2016-12-131-1/+1
* | | AnimEncoder: avoid freeing uninitialized memory pointer.hui su2016-12-131-13/+11
| |/ |/|
* | Merge "PredictorSub: implement fully-SSE2 version"Pascal Massimino2016-12-133-12/+383
|\ \
| * | PredictorSub: implement fully-SSE2 versionPascal Massimino2016-12-133-12/+383
* | | remove dependency of imageio/ to stopwatch.hPascal Massimino2016-12-121-1/+0
* | | Merge "remove the dependency to stop_watch.[ch] in imageio"Pascal Massimino2016-12-133-34/+20
|\ \ \
| * | | remove the dependency to stop_watch.[ch] in imageioPascal Massimino2016-12-123-34/+20
| |/ /
* | | Merge "anim_util: quiet implicit conv warnings in 32-bit"Pascal Massimino2016-12-131-2/+2
|\ \ \
| * | | anim_util: quiet implicit conv warnings in 32-bitJames Zern2016-12-121-2/+2
* | | | Merge "fix a potential overflow with MALLOC_LIMIT"Pascal Massimino2016-12-131-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | fix a potential overflow with MALLOC_LIMITPascal Massimino2016-12-121-2/+6
* | | | Merge "dsp/lossless.c,cosmetics: fix indent"Pascal Massimino2016-12-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | dsp/lossless.c,cosmetics: fix indentJames Zern2016-12-121-1/+1
* | | | Merge "jpegdec: correct ContextFill signature"Pascal Massimino2016-12-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | jpegdec: correct ContextFill signatureJames Zern2016-12-091-2/+2
* | | | Merge "iosbuild.sh: add WebPDecoder.framework + encoder"James Zern2016-12-121-10/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | iosbuild.sh: add WebPDecoder.framework + encoderJames Zern2016-12-091-10/+15
| |/ /
* | | optimize predictor #1 in plain-CPascal Massimino2016-12-122-31/+51
* | | Merge "SSE2: slightly (~2%) faster Predictor #1"Pascal Massimino2016-12-121-1/+3
|\ \ \
| * | | SSE2: slightly (~2%) faster Predictor #1Pascal Massimino2016-12-121-1/+3
| |/ /
* | | SSE2: 10% faster Predictor #11Pascal Massimino2016-12-121-30/+26
|/ /