summaryrefslogtreecommitdiff
path: root/vp8
Commit message (Expand)AuthorAgeFilesLines
* Merge "vp10: add extended-intra prediction edges experiment."Ronald S. Bultje2015-10-201-1/+1
|\
| * vp10: add extended-intra prediction edges experiment.Ronald S. Bultje2015-10-161-1/+1
* | vp8cx: remove deprecated reference/entropy controlsJames Zern2015-10-161-3/+0
|/
* vp8: align left pixel array by 16 bytes.Ronald S. Bultje2015-10-011-1/+1
* vp8: change build_intra4x4_predictors() to use vpx_dsp.Ronald S. Bultje2015-09-306-891/+42
* vp8: change build_intra_predictors_mbuv_s to use vpx_dsp.Ronald S. Bultje2015-09-308-1054/+55
* vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje2015-09-3017-944/+114
* Merge "VP8: Update rate correction factor for drop_overshoot feature."Marco Paniconi2015-09-281-4/+27
|\
| * VP8: Update rate correction factor for drop_overshoot feature.Marco2015-09-281-4/+27
* | vp9/10: improve support for render_width/height.Ronald S. Bultje2015-09-251-2/+2
|/
* VP8: Adjust rate correction factor for drop due to overshoot.Marco2015-09-241-0/+4
* vp8: Small adjustment to cyclic_refresh max_mbs_perframe.Marco2015-09-091-1/+1
* Remove some trailing whitespacesDebargha Mukherjee2015-09-082-3/+3
* Only build multithreaded functions on mt builds.Johann2015-09-012-2/+6
* Include vpx_dsp_common.h when using VPXMIN/MAXJohann2015-08-314-0/+4
* Merge "vp8: modifcatiion to skin map computation."Marco Paniconi2015-08-281-3/+12
|\
| * vp8: modifcatiion to skin map computation.Marco2015-08-241-3/+12
* | vp8: use VPX(MIN|MAX) from vpx_dsp_common.hJames Zern2015-08-279-32/+37
* | Merge changes I53b5bdc5,Ib81168a7,Ie0113945Johann Koenig2015-08-273-66/+36
|\ \
| * | Clean up unused function warnings in vp8 encoderJohann2015-08-262-15/+18
| * | Clean up unused function warnings in vp8 onyx_if.cJohann2015-08-261-51/+18
* | | Merge "Clean up unused function warnings in vp8 common"Johann Koenig2015-08-274-20/+26
|\ \ \ | |/ /
| * | Clean up unused function warnings in vp8 commonJohann2015-08-264-20/+26
* | | Merge changes I56fad85c,I7401a70aJames Zern2015-08-271-1/+2
|\ \ \
| * | | vp8e_encode: check validate_config returnJames Zern2015-08-251-1/+2
* | | | Merge "Clean up unused function warnings in vp8 decoder"Johann Koenig2015-08-262-4/+5
|\ \ \ \
| * | | | Clean up unused function warnings in vp8 decoderJohann2015-08-262-4/+5
| | |/ / | |/| |
* | | | Remove vp8_priv_szJohann2015-08-261-14/+0
|/ / /
* | | Mark Scale2Ratio INLINEJohann2015-08-251-1/+1
|/ /
* | Limit new motion vector sizeYaowu Xu2015-08-251-2/+4
|/
* Merge "Rename vp8 loopfilter_filters_dspr2.c"Johann Koenig2015-08-182-1/+1
|\
| * Rename vp8 loopfilter_filters_dspr2.cJohann2015-08-182-1/+1
* | Rename vp8 loopfilter[_neon.c]Johann2015-08-183-2/+2
* | Rename vp8 quantize.cJohann2015-08-1810-10/+10
|/
* Replace VP8 SSIM with VP9 derived vpx_dsp SSIM.Alex Converse2015-08-075-487/+4
* Support build with Visual Studio 14.Ghislain MARY2015-08-051-0/+5
* Merge "Rename vp8 loopfilter_mmx.asm"Johann Koenig2015-08-042-1/+1
|\
| * Rename vp8 loopfilter_mmx.asmJohann2015-08-032-1/+1
* | mips msa vp8 denoising filter optimizationParag Salasakar2015-08-013-2/+630
|/
* mips msa vp8 temporal filter optimizationParag Salasakar2015-07-314-1/+401
* mips msa vp8 block subtract optimizationParag Salasakar2015-07-314-3/+227
* mips msa vp8 quantize optimizationParag Salasakar2015-07-304-2/+300
* mips msa vp8 fdct optimizationParag Salasakar2015-07-304-3/+294
* Merge "mips msa vp8 post proc optimization"Parag Salasakar2015-07-304-4/+980
|\
| * mips msa vp8 post proc optimizationParag Salasakar2015-07-294-4/+980
* | Add const to a variable declarationYaowu Xu2015-07-291-1/+1
* | Fix a typoYaowu Xu2015-07-291-1/+1
|/
* mips msa vp8 filter by weight optimizationParag Salasakar2015-07-284-2/+198
* mips msa vp8 recon intra optimizationParag Salasakar2015-07-253-2/+345
* mips msa vp8 bilinear filter optimizationParag Salasakar2015-07-244-4/+992