summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* 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-071-13/+20
* 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
* gif2webp: normalize the number of .'s in the help messageJames Zern2016-06-241-1/+1
* vwebp: normalize the number of .'s in the help messageJames Zern2016-06-241-2/+2
* cwebp: normalize the number of .'s in the help messageJames Zern2016-06-241-2/+2
* normalize the number of .'s in the help messagePascal Massimino2016-06-231-3/+3
* pngdec,ReadFunc: throw an error on invalid readJames Zern2016-06-221-2/+3
* introduce a common signature for all image reader functionPascal Massimino2016-06-015-16/+32
* collect all decoding utilities from examples/ in libexampledec.aPascal Massimino2016-06-015-56/+127
* ReadWebP: avoid conversion to ARGB if final format is YUVAPascal Massimino2016-05-264-22/+56
* anim_diff: Add an experimental option for max inter-frame diff.Urvang Joshi2016-04-062-7/+76
* gif2webp: Remove the 'prev_to_prev_canvas' buffer.Urvang Joshi2016-03-311-6/+1
* add extra meaning to WebPDecBuffer::is_external_memoryPascal Massimino2016-03-091-19/+158
* anim_util: quiet static analysis warningJames Zern2016-02-231-0/+1
* force "-pass 6" if -psnr or -size is used but -pass isn't.Pascal Massimino2016-02-131-0/+5
* gif2webp: set enc_options.verbose = 0 w/-quietJames Zern2016-02-011-0/+1
* Merge "configure: disable asserts by default"James Zern2015-12-171-1/+1
|\
| * configure: disable asserts by defaultJames Zern2015-12-161-1/+1
* | anim_diff: add brief description of optionsJames Zern2015-12-161-2/+6
|/
* Merge "gifdec: remove utils.h include"Pascal Massimino2015-12-121-2/+8
|\
| * gifdec: remove utils.h includeJames Zern2015-12-111-2/+8
* | cosmetics, cwebp: fix indentJames Zern2015-12-111-5/+5
|/
* wicdec: add support for reading from stdinJames Zern2015-12-081-1/+29
* cwebp: add support for stdin inputPascal Massimino2015-12-089-94/+155
* make ReadPNG and ReadJPEG take a filename instead of a FILEPascal Massimino2015-12-065-23/+98
* vwebp: work around the transparent background with GLUT bugPascal Massimino2015-12-031-0/+6
* Merge "Make discarding invisible RGB values (cleanup alpha) the default."Pascal Massimino2015-11-221-6/+6
|\
| * Make discarding invisible RGB values (cleanup alpha) the default.Lode Vandevenne2015-11-211-6/+6
* | Make dwebp listen more to the -quiet flagLode Vandevenne2015-11-211-5/+7
|/
* Refactor CopyPlane() and CopyPixels() methods: put them in utils.Urvang Joshi2015-11-131-16/+4
* use ExReadFile() for ReadYUV()Pascal Massimino2015-11-121-32/+42
* AnimEncoder: Add a GetError() method.Urvang Joshi2015-11-111-5/+9
* AnimDecoder: option to decode to common color modes.Urvang Joshi2015-11-101-1/+1
* migrate anim_diff tool from C++ to C89Pascal Massimino2015-11-094-272/+358
* s/TIFF/WebPPascal Massimino2015-10-281-1/+1
* for ReadXXXX() image-readers, use the value of pic->use_argbPascal Massimino2015-10-2711-12/+17
* vwebp: fix incorrect clipping w/NO_BLENDPascal Massimino2015-10-231-1/+6
* wicdec: fix alpha detection w/64bpp BGRA/RGBAJames Zern2015-10-081-1/+11
* Merge "Add delta_palettization feature to WebP"Pascal Massimino2015-10-031-0/+8
|\
| * Add delta_palettization feature to WebPMislav Bradac2015-10-021-0/+8
* | anim_encoder: drop a frame if it has same pixels as the prev frame.Urvang Joshi2015-10-011-0/+27
|/
* Merge "webpmux/DisplayInfo: send non-error output to stdout"Pascal Massimino2015-09-261-1/+1
|\
| * webpmux/DisplayInfo: send non-error output to stdoutJames Zern2015-09-251-1/+1
* | pngdec: fix type conversion warningsJames Zern2015-09-251-7/+7
* | webpmux: fix type conversion warningJames Zern2015-09-251-2/+2
|/