summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.c
AgeCommit message (Expand)Author
2019-04-23Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums"Sai Deng
2019-04-23Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enumssdeng
2019-03-29update .clang-format for version clang-7.0.1 update.Hien Ho
2017-08-31Add atomics to vp8 synchronization primitives.Peter Boström
2017-06-21vp8,encodeframe.h: correct prototypesJames Zern
2017-06-21add ethreading.hJames Zern
2017-06-21vp8,bitstream.h: add missing prototypesJames Zern
2016-12-13Reapply 'Amend and improve VP8 multithreading implementation'Jim Bankoski
2016-09-08vp8: Remove TSAN warning around end of encode.Alexander Potapenko
2016-07-21Revert "Amend and improve VP8 multithreading implementation"Yunqing Wang
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-01-08Amend and improve VP8 multithreading implementationYunqing Wang
2015-09-01Only build multithreaded functions on mt builds.Johann
2015-05-26Move variance functions to vpx_dspJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2014-12-16Silence -Werror=unused-parameterJohann
2014-12-03Various updates to vp8.Marco
2014-11-06Remove asm offset dependenciesJohann
2014-10-31Remove pair quantizationJohann
2014-07-29vp8: Add an aggressive denoising mode.Marco Paniconi
2014-06-13Allow for deblocking temporal-denoised signal.Marco Paniconi
2013-06-04Condition the zbin_boost increase to 1 layer.Marco Paniconi
2013-04-19Merge "Removed shadow warnings : bitstream.c encodeframe.c onyx_if.c"Scott LaVarnway
2013-04-15Include RTCD header in encodeframe.cJohann
2013-03-14Removed shadow warnings : bitstream.c encodeframe.c onyx_if.cScott LaVarnway
2012-12-11Merge "Bug fix: use correct count_mb_ref_frame_usage"Scott LaVarnway
2012-12-10Bug fix: use correct count_mb_ref_frame_usageScott LaVarnway
2012-12-10Moved error_bins to macroblock structScott LaVarnway
2012-12-10Merge "Moved zbin_mode_boost to macroblock struct"Scott LaVarnway
2012-12-10Update correct macroblock quantize_b function ptrsScott LaVarnway
2012-12-10Moved zbin_mode_boost to macroblock structScott LaVarnway
2012-12-05Disable background update on non-base layer framesAdrian Grange
2012-12-03Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"Scott LaVarnway
2012-12-03Merge "Moving count_mb_ref_frame_usage to macroblock struct"Scott LaVarnway
2012-11-06Incorrect parameter passed into vp8_stuff_mbScott LaVarnway
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
2012-09-13Removed pre_mvcScott LaVarnway
2012-08-20Fix inter_zz_count calculation bugYunqing Wang
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-07-27Optimizes updates of encoder block ptrsAttila Nagy