summaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2015-04-15Reorganize *_rtcd() calling conventionsJohann
2015-04-03vp8_regular_quantize_b_sse2: remove dead initJames Zern
2015-04-03vp8cx_pick_filter_level*: remove dead initsJames Zern
2015-04-03vp8_decode_frame: remove dead incrementJames Zern
2015-04-03rdopt: remove dead storesJames Zern
2015-04-03find_next_key_frame: remove dead init & storeJames Zern
2015-04-03multiframe_quality_enhance_block: remove dead storesJames Zern
2015-04-03vp8_print_modes_and_motion_vectors: remove dead storesJames Zern
2015-04-02Remove PPC build supportJohann
2015-03-26Remove duplicate code from mergeJohann
2015-03-20vp[89]_cx_iface.c: remove obsolete ABI checksJames Zern
2015-03-19vp8: fix a bug in the internal PSNR calculationYunqing Wang
2015-03-18Remove last remnants of obj_int_extractJohann
2015-02-12Add missing initializer to VP8 codec interfaceAdrian Grange
2015-02-03Use correct buffer size in vp8 subpixel varianceJohann
2015-01-29Explicitly include vp8_rtcd.hJohann
2015-01-27vp8enc: Prevent out of bounds memory access.Alex Converse
2015-01-12vp8: Fix to crash in pick_inter.Marco
2015-01-05Return error on wrong sync codeYaowu Xu
2014-12-21Revert "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-21Merge "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-16Silence -Werror=unused-parameterJohann
2014-12-12Fix a bug that break the vp8 fragment decoder.hkuang
2014-12-03Various updates to vp8.Marco
2014-11-20Correctly initialize "ones" value in neon quantizeJohann
2014-11-06Remove asm offset dependenciesJohann
2014-11-04Merge "Remove pair quantization"Johann
2014-11-04Merge "vp8 quantization -> intrinsics"Johann
2014-11-04Avoid divide-by-zero in vp8 initializationJohann
2014-10-31Remove pair quantizationJohann
2014-10-31vp8 quantization -> intrinsicsJohann
2014-10-24vp8: Updates to noise level estimate.Marco
2014-10-22Merge "vp9_denoiser_sse2.c: improve code style."JackyChen
2014-10-22vp9_denoiser_sse2.c: improve code style.JackyChen
2014-10-22vp8: Update to computation of noise level.Marco
2014-10-17Updates to aggressive denoising mode.Marco
2014-10-13Resolves some lint errorsDeb Mukherjee
2014-10-08vp8: Suppress denoising with respect to old reference frames.Marco
2014-09-25Fix build failure with Android NDKJohann
2014-09-25Merge "Clarify GCC version check"Johann
2014-09-25Clarify GCC version checkJohann
2014-09-25Fix IOCsYaowu Xu
2014-09-19vp8: Update to the adaptive denoising mode.Marco
2014-09-17Merge "vp8: common: postproc: fix signed overflow of statement of (X +c) >= X...Johann
2014-09-16arm: Fix building vp8_mse16x16_neon.c with MSVCScott LaVarnway
2014-09-15Merge "vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h....Johann
2014-09-15VP8 encoder for ARMv8 by using NEON intrinsics 1Scott LaVarnway
2014-09-14vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h.Jia Jia
2014-09-14vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '...Jia Jia
2014-09-12Merge "Remove unused vp8_strict_quantize"Johann