summaryrefslogtreecommitdiff
path: root/vp8
Commit message (Expand)AuthorAgeFilesLines
* Reorganize *_rtcd() calling conventionsJohann2015-04-153-6/+8
* vp8_regular_quantize_b_sse2: remove dead initJames Zern2015-04-031-1/+1
* vp8cx_pick_filter_level*: remove dead initsJames Zern2015-04-031-3/+2
* vp8_decode_frame: remove dead incrementJames Zern2015-04-031-1/+0
* rdopt: remove dead storesJames Zern2015-04-031-4/+0
* find_next_key_frame: remove dead init & storeJames Zern2015-04-031-2/+1
* multiframe_quality_enhance_block: remove dead storesJames Zern2015-04-031-6/+6
* vp8_print_modes_and_motion_vectors: remove dead storesJames Zern2015-04-031-2/+0
* Remove PPC build supportJohann2015-04-0216-5799/+0
* Remove duplicate code from mergeJohann2015-03-261-3/+0
* vp[89]_cx_iface.c: remove obsolete ABI checksJames Zern2015-03-201-5/+0
* vp8: fix a bug in the internal PSNR calculationYunqing Wang2015-03-191-13/+14
* Remove last remnants of obj_int_extractJohann2015-03-181-16/+0
* Add missing initializer to VP8 codec interfaceAdrian Grange2015-02-121-2/+3
* Use correct buffer size in vp8 subpixel varianceJohann2015-02-031-2/+1
* Explicitly include vp8_rtcd.hJohann2015-01-291-0/+1
* vp8enc: Prevent out of bounds memory access.Alex Converse2015-01-273-3/+19
* vp8: Fix to crash in pick_inter.Marco2015-01-121-33/+34
* Return error on wrong sync codeYaowu Xu2015-01-051-2/+2
* Revert "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski2014-12-213-4/+5
* Merge "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski2014-12-213-5/+4
|\
| * remove vp8 unused uvstride parm in simple loop filterJim Bankoski2014-05-273-5/+4
* | Silence -Werror=unused-parameterJohann2014-12-1615-0/+42
* | Fix a bug that break the vp8 fragment decoder.hkuang2014-12-121-8/+8
* | Various updates to vp8.Marco2014-12-0313-111/+704
* | Correctly initialize "ones" value in neon quantizeJohann2014-11-201-1/+1
* | Remove asm offset dependenciesJohann2014-11-0615-2126/+13
* | Merge "Remove pair quantization"Johann2014-11-0410-226/+10
|\ \
| * | Remove pair quantizationJohann2014-10-3110-226/+10
* | | Merge "vp8 quantization -> intrinsics"Johann2014-11-044-264/+208
|\ \ \ | |/ /
| * | vp8 quantization -> intrinsicsJohann2014-10-314-264/+208
* | | Avoid divide-by-zero in vp8 initializationJohann2014-11-041-6/+11
|/ /
* | vp8: Updates to noise level estimate.Marco2014-10-242-18/+24
* | Merge "vp9_denoiser_sse2.c: improve code style."JackyChen2014-10-221-4/+4
|\ \
| * | vp9_denoiser_sse2.c: improve code style.JackyChen2014-10-221-4/+4
* | | vp8: Update to computation of noise level.Marco2014-10-221-8/+4
* | | Updates to aggressive denoising mode.Marco2014-10-171-10/+10
|/ /
* | Resolves some lint errorsDeb Mukherjee2014-10-132-24/+19
* | vp8: Suppress denoising with respect to old reference frames.Marco2014-10-082-2/+11
* | Fix build failure with Android NDKJohann2014-09-251-0/+11
* | Merge "Clarify GCC version check"Johann2014-09-252-79/+81
|\ \
| * | Clarify GCC version checkJohann2014-09-252-79/+81
* | | Fix IOCsYaowu Xu2014-09-251-2/+2
|/ /
* | vp8: Update to the adaptive denoising mode.Marco2014-09-195-15/+33
* | Merge "vp8: common: postproc: fix signed overflow of statement of (X +c) >= X...Johann2014-09-171-6/+6
|\ \
| * | vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '...Jia Jia2014-09-141-6/+6
* | | arm: Fix building vp8_mse16x16_neon.c with MSVCScott LaVarnway2014-09-161-2/+2
* | | Merge "vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h....Johann2014-09-153-12/+2
|\ \ \
| * | | vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h.Jia Jia2014-09-143-12/+2
| |/ /
* | | VP8 encoder for ARMv8 by using NEON intrinsics 1Scott LaVarnway2014-09-154-130/+136
|/ /