summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update ChangeLogv1.0.0James Zern2018-04-201-0/+3
* webp-container-spec: correct frame duration=0 noteJames Zern2018-04-201-2/+3
* vwebp: Copy Chrome's behavior w/frame duration == 0Vincent Rabaud2018-04-201-0/+5
* update ChangeLogv1.0.0-rc3James Zern2018-04-171-1/+8
* add WEBP_DSP_INIT / WEBP_DSP_INIT_FUNCJames Zern2018-04-1715-104/+54
* fix 16b overflow in SSE2Pascal Massimino2018-04-111-11/+9
* makefile.unix: add DEBUG flag for compiling w/ debug-symbolPascal Massimino2018-04-111-1/+6
* cwebp,get_disto: fix bpp outputJames Zern2018-04-102-3/+3
* cmake: Make sure we use near-lossless by default.Vincent Rabaud2018-04-101-1/+1
* fix bug in WebPImport565: alpha value was not setPascal Massimino2018-04-091-3/+7
* update ChangeLogv1.0.0-rc2James Zern2018-04-031-0/+8
* Revert "Use proper targets for CMake."James Zern2018-04-031-101/+40
* Use proper targets for CMake.Vincent Rabaud2018-04-031-40/+101
* Remove some very hard TODOs.Vincent Rabaud2018-04-032-5/+2
* {de,}mux/Makefile.am: add missing headersJames Zern2018-04-032-0/+5
* makefile.unix,dist: use ascii for text outputJames Zern2018-04-031-1/+1
* add -version option to anim_dump,anim_diff and img2webpPascal Massimino2018-04-037-6/+60
* webp_js: fix webp_js demo htmlPascal Massimino2018-04-032-3/+6
* update ChangeLogv1.0.0-rc1James Zern2018-04-021-0/+65
* update AUTHORSJames Zern2018-04-021-0/+1
* [CFI] Remove function pointer castsVlad Tsyrklevich2018-04-024-7/+12
* bump version to 1.0.0James Zern2018-04-0215-42/+45
* update NEWSJames Zern2018-04-021-0/+10
* Merge "remove some deprecation warning on MacOSX"James Zern2018-03-311-0/+1
|\
| * remove some deprecation warning on MacOSXPascal Massimino2018-03-311-0/+1
* | configure: quiet glut deprecation warnings on OS XJames Zern2018-03-311-0/+2
* | configure: use sdl-config if availableJames Zern2018-03-301-11/+34
|/
* Merge "imagedec: support metadata reading for WebP image decoding"James Zern2018-03-3010-23/+88
|\
| * imagedec: support metadata reading for WebP image decodingPascal Massimino2018-03-2810-23/+88
* | anim_diff: add a couple missing newlines in Help()James Zern2018-03-261-2/+2
|/
* Merge "gif2webp: force low duration frames to 100ms"James Zern2018-03-272-0/+11
|\
| * gif2webp: force low duration frames to 100msJames Zern2018-03-242-0/+11
* | sharp_yuv: use 14b fixed-point precision for gammaPascal Massimino2018-03-231-44/+51
|/
* image_enc,WebPWritePNG: move locals after setjmpJames Zern2018-03-081-14/+17
* Merge "WebPPictureDistortion: fix big-endian results order"Pascal Massimino2018-02-201-2/+13
|\
| * WebPPictureDistortion: fix big-endian results orderJames Zern2018-02-201-2/+13
* | Merge "cwebp,get_disto: report bpp"James Zern2018-02-202-5/+9
|\ \
| * | cwebp,get_disto: report bppJames Zern2018-02-192-5/+9
| |/
* | Merge "lossless*sse2: improve non-const 16-bit vector creation"James Zern2018-02-202-25/+15
|\ \ | |/ |/|
| * lossless*sse2: improve non-const 16-bit vector creationJames Zern2018-02-172-25/+15
* | Merge changes Id5b4a1a4,Ia20ce844James Zern2018-02-195-25/+113
|\ \ | |/ |/|
| * Import: extract condition from loopJames Zern2018-02-171-5/+9
| * Import,RGBA: fix for BigEndian importPascal Massimino2018-02-175-20/+104
* | Remove unused argument in VP8LBitsEntropy.Vincent Rabaud2018-02-163-12/+4
|/
* ReadWebP: fix for big-endianPascal Massimino2018-02-141-0/+8
* Merge "anim_diff: expose the -max_diff option"Pascal Massimino2018-02-091-4/+0
|\
| * anim_diff: expose the -max_diff optionJames Zern2018-02-091-4/+0
* | Merge "remove WEBP_EXPERIMENTAL_FEATURES"Pascal Massimino2018-02-0919-620/+16
|\ \ | |/
| * remove WEBP_EXPERIMENTAL_FEATURESJames Zern2018-02-0919-620/+16
* | extract the command-line parsing helpers to example_utilskal2018-02-085-86/+143
|/