summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README.wasm: add instructions for enabling mulhiportable-intrinsicsJames Zern2017-11-021-0/+7
* WebPMemToUint32: remove ptr cast to intJames Zern2017-10-311-1/+1
* dec_wasm,NEON mulhi: use local vector types in castJames Zern2017-10-301-1/+1
* add LOCAL_CLANG_PREREQ and avoid WORK_AROUND_GCC w/3.8+James Zern2017-10-282-3/+12
* define WEBP_USE_INTRINSICS w/gcc-4.9+James Zern2017-10-281-2/+3
* Android.mk,mips: fix clang build with r15James Zern2017-10-281-1/+4
* wasm: replace _mulhi_int16x8() with neon builtinScott LaVarnway2017-08-231-2/+13
* fix Android standalone toolchain buildJames Zern2017-08-225-8/+17
* wasm: Add simple loopfilterScott LaVarnway2017-07-281-0/+69
* Merge "wasm: replace _mulhi_int16x8() with x86 builtin" into portable-intrinsicsScott LaVarnway2017-07-281-0/+65
|\
| * wasm: replace _mulhi_int16x8() with x86 builtinScott LaVarnway2017-07-271-0/+65
* | README.wasm: add android build instructionsJames Zern2017-07-191-4/+39
|/
* wasm: Rename _pack_sw_2_sb to _pack_epi16_to_epi8Scott LaVarnway2017-07-181-5/+6
* README.wasm: normalize cmake command linesJames Zern2017-07-181-3/+3
* dec_wasm,armv7: set ENABLE_NEON_BUILTIN_ADDSUB_SATJames Zern2017-07-171-3/+1
* dec_wasm,x86: define ENABLE_X86_BUILTIN_ADDSUB_SATJames Zern2017-07-151-2/+3
* wasm: Enable neon add,sub with sat builtinsScott LaVarnway2017-07-141-4/+18
* Merge "wasm: Replace 5 __builtin_shufflevector()" into portable-intrinsicsJames Zern2017-07-111-12/+5
|\
| * wasm: Replace 5 __builtin_shufflevector()Scott LaVarnway2017-07-111-12/+5
* | wasm: replace #if with #ifdefScott LaVarnway2017-07-111-4/+4
|/
* Merge "wasm: cleanup _pack_sw_2_sb(), SignedShift8b()" into portable-intrinsicsScott LaVarnway2017-07-111-22/+6
|\
| * wasm: cleanup _pack_sw_2_sb(), SignedShift8b()Scott LaVarnway2017-07-111-22/+6
* | Merge "wasm: Add VFilter8i and HFilter8i" into portable-intrinsicsScott LaVarnway2017-07-111-29/+77
|\ \ | |/ |/|
| * wasm: Add VFilter8i and HFilter8iScott LaVarnway2017-07-101-29/+77
* | Merge "wasm: Generic add,sub saturate" into portable-intrinsicsScott LaVarnway2017-07-101-4/+75
|\ \
| * | wasm: Generic add,sub saturateScott LaVarnway2017-07-101-4/+75
* | | Merge "add README.wasm" into portable-intrinsicsJames Zern2017-07-101-0/+49
|\ \ \ | |_|/ |/| |
| * | add README.wasmJames Zern2017-07-101-0/+49
* | | wasm: Add VFilter8 and HFilter8Scott LaVarnway2017-07-101-0/+72
* | | wasm: Add VFilter16i and HFilter16iScott LaVarnway2017-07-101-0/+122
| |/ |/|
* | wasm: Add HFilter16Scott LaVarnway2017-07-071-0/+143
* | cosmetics,dec_wasm: constify function paramsJames Zern2017-07-061-8/+8
|/
* cmake: split gif detection from IMG depsJames Zern2017-07-072-3/+13
* wasm: Add VFilter16Scott LaVarnway2017-07-061-0/+295
* wasm: Add TruemotionScott LaVarnway2017-07-051-0/+67
* Merge "wasm: Add Transform" into portable-intrinsicsScott LaVarnway2017-07-051-0/+235
|\
| * wasm: Add TransformScott LaVarnway2017-07-051-0/+235
* | wasm: Add VR4, LD4, and VL4Scott LaVarnway2017-07-031-0/+125
|/
* wasm: Add VE4 and RD4Scott LaVarnway2017-06-301-23/+96
* wasm: Add DC8uv*, VE8uv, and HE8uv functionsScott LaVarnway2017-06-301-0/+90
* wasm: Add DC16*, VE16, and HE16 functionsScott LaVarnway2017-06-291-0/+112
* cpu.cmake: skip simd disable flag check w/wasmJames Zern2017-06-281-2/+5
* dsp/cpu: correct wasmCPUInfo placementJames Zern2017-06-261-10/+20
* Revert "dsp/cpu: correct wasmCPUInfo placement"James Zern2017-06-261-9/+10
* dsp/cpu: correct wasmCPUInfo placementJames Zern2017-06-261-10/+9
* add dec_wasm.cJames Zern2017-06-228-7/+76
* README: correct cmake invocation noteJames Zern2017-06-211-1/+1
* Have the SSE2 version of PackARGB use common code.Vincent Rabaud2017-06-202-35/+20
* Merge "Re-use the transformed image when trying several LZ77 in lossless."Pascal Massimino2017-06-201-143/+171
|\
| * Re-use the transformed image when trying several LZ77 in lossless.Vincent Rabaud2017-06-191-143/+171