summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update ChangeLogv0.5.0-rc1v0.5.00.5.0James Zern2015-12-181-0/+785
* faster rgb565/rgb4444/argb outputPascal Massimino2015-12-174-0/+131
* update NEWSJames Zern2015-12-171-2/+22
* update AUTHORSJames Zern2015-12-171-1/+9
* update mailmapJames Zern2015-12-171-0/+2
* bump version to 0.5.0James Zern2015-12-1710-15/+15
* README: update help text, repo linkJames Zern2015-12-171-3/+15
* Merge "demux: accept raw bitstreams"James Zern2015-12-172-8/+61
|\
| * demux: accept raw bitstreamsJames Zern2015-12-142-8/+61
* | Merge "Unify some entropy functions."James Zern2015-12-174-140/+105
|\ \
| * | Unify some entropy functions.Vincent Rabaud2015-12-174-140/+105
* | | Merge "configure: disable asserts by default"James Zern2015-12-175-4/+18
|\ \ \
| * | | configure: disable asserts by defaultJames Zern2015-12-165-4/+18
* | | | Merge "fix PrintBlockInfo()"James Zern2015-12-171-5/+27
|\ \ \ \
| * | | | fix PrintBlockInfo()Pascal Massimino2015-12-171-5/+27
| | |/ / | |/| |
* | | | move back common constants for lossless_enc*.c into the .hPascal Massimino2015-12-173-11/+8
* | | | lossless: simpler alpha cleanup preprocessingLode Vandevenne2015-12-173-4/+33
|/ / /
* | | Merge "anim_diff: add brief description of options"Pascal Massimino2015-12-171-2/+6
|\ \ \
| * | | anim_diff: add brief description of optionsJames Zern2015-12-161-2/+6
* | | | Move some codec logic out of ./dsp .Vincent Rabaud2015-12-175-172/+184
* | | | yuv_sse2: fix 32-bit visual studio buildJames Zern2015-12-161-5/+6
|/ / /
* | | cosmetic fix: sizeof(type) -> sizeof(*var)Pascal Massimino2015-12-161-16/+17
|/ /
* | Speed up 24-bit packing / unpacking in YUV / RGB conversions.Vincent Rabaud2015-12-161-137/+202
* | remove a TODO about rotationPascal Massimino2015-12-151-1/+0
* | remove few obsolete TODO about aligned loads in SSE2Pascal Massimino2015-12-152-6/+0
* | remove TODO about unused ref_lf_delta[]Pascal Massimino2015-12-151-1/+1
* | remove few TODO:Pascal Massimino2015-12-151-4/+5
* | Merge changes from topic 'demux-fragment-cleanup'James Zern2015-12-162-75/+25
|\ \
| * | demux: remove GetFragment()James Zern2015-12-151-38/+16
| * | demux: remove dead fragment related TODOJames Zern2015-12-151-2/+0
| * | demux, Frame: remove is_fragment_ fieldJames Zern2015-12-151-10/+3
| * | demux,WebPIterator: remove fragment_num/num_fragmentsJames Zern2015-12-152-9/+6
| * | demux: remove WebPDemuxSelectFragmentJames Zern2015-12-152-18/+2
* | | yuv_sse2, cosmetics: fix indentJames Zern2015-12-151-2/+1
|/ /
* | fix for bug #280: UMR in next->bitsPascal Massimino2015-12-151-3/+3
* | Merge "enc/Makefile.am: add missing headers"Pascal Massimino2015-12-151-0/+3
|\ \
| * | enc/Makefile.am: add missing headersJames Zern2015-12-141-0/+3
| |/
* | makefile.unix: make visibility=hidden the defaultJames Zern2015-12-141-0/+3
* | configure: check for -fvisibility=hiddenJames Zern2015-12-141-0/+1
|/
* man cwebp: add precision about exactness of the 'lossless' modePascal Massimino2015-12-141-2/+4
* Merge "gifdec: remove utils.h include"Pascal Massimino2015-12-121-2/+8
|\
| * gifdec: remove utils.h includeJames Zern2015-12-111-2/+8
* | Merge "Makefile.vc: define WEBP_HAVE_GIF for gifdec.c"Pascal Massimino2015-12-121-0/+3
|\ \
| * | Makefile.vc: define WEBP_HAVE_GIF for gifdec.cJames Zern2015-12-111-0/+3
* | | Merge "man/*, AUTHORS: clarify origin of the tool"Pascal Massimino2015-12-125-15/+20
|\ \ \
| * | | man/*, AUTHORS: clarify origin of the toolJames Zern2015-12-115-15/+20
| | |/ | |/|
* | | Merge "fix optimized build with -mcmodel=medium"Pascal Massimino2015-12-121-0/+12
|\ \ \ | |_|/ |/| |
| * | fix optimized build with -mcmodel=mediumSriraman Tallam2015-12-111-0/+12
| |/
* | cosmetics, cwebp: fix indentJames Zern2015-12-111-5/+5
|/
* Merge "add disto-based refinement for UV mode (if method = 1 or 2)"Pascal Massimino2015-12-112-7/+25
|\