summaryrefslogtreecommitdiff
path: root/vp8/encoder/encodeframe.c
Commit message (Expand)AuthorAgeFilesLines
* Unify implementation of CHECK_MEM_ERRORJerome Jiang2023-05-081-1/+1
* remove unused vp8_encode_intra parameterJohann2022-03-311-14/+6
* clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern2021-12-021-6/+7
* vp8: fix some implicit signed -> unsigned conv warningsJames Zern2021-11-081-2/+2
* Fix nullptr with offset.Jeremy Leconte2020-12-101-1/+4
* Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums"Sai Deng2019-04-231-4/+4
* Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enumssdeng2019-04-231-4/+4
* update .clang-format for version clang-7.0.1 update.Hien Ho2019-03-291-3/+3
* Add atomics to vp8 synchronization primitives.Peter Boström2017-08-311-13/+13
* vp8,encodeframe.h: correct prototypesJames Zern2017-06-211-2/+0
* add ethreading.hJames Zern2017-06-211-2/+3
* vp8,bitstream.h: add missing prototypesJames Zern2017-06-211-3/+1
* Reapply 'Amend and improve VP8 multithreading implementation'Jim Bankoski2016-12-131-9/+12
* vp8: Remove TSAN warning around end of encode.Alexander Potapenko2016-09-081-7/+4
* Revert "Amend and improve VP8 multithreading implementation"Yunqing Wang2016-07-211-12/+9
* vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy2016-07-191-47/+75
* prepend ++ instead of post in for loops.Jim Bankoski2016-07-181-35/+35
* vp8: apply clang-formatclang-format2016-07-151-1056/+901
* Amend and improve VP8 multithreading implementationYunqing Wang2016-01-081-13/+11
* Only build multithreaded functions on mt builds.Johann2015-09-011-1/+3
* Move variance functions to vpx_dspJohann2015-05-261-1/+2
* vpx_mem: remove vpx_memsetJames Zern2015-04-281-4/+3
* vpx_mem: remove vpx_memcpyJames Zern2015-04-281-2/+2
* Silence -Werror=unused-parameterJohann2014-12-161-0/+3
* Various updates to vp8.Marco2014-12-031-1/+7
* Remove asm offset dependenciesJohann2014-11-061-1/+1
* Remove pair quantizationJohann2014-10-311-2/+0
* vp8: Add an aggressive denoising mode.Marco Paniconi2014-07-291-0/+13
* Allow for deblocking temporal-denoised signal.Marco Paniconi2014-06-131-1/+1
* Condition the zbin_boost increase to 1 layer.Marco Paniconi2013-06-041-3/+5
* Merge "Removed shadow warnings : bitstream.c encodeframe.c onyx_if.c"Scott LaVarnway2013-04-191-2/+1
|\
| * Removed shadow warnings : bitstream.c encodeframe.c onyx_if.cScott LaVarnway2013-03-141-2/+1
* | Include RTCD header in encodeframe.cJohann2013-04-151-0/+1
|/
* Merge "Bug fix: use correct count_mb_ref_frame_usage"Scott LaVarnway2012-12-111-1/+1
|\
| * Bug fix: use correct count_mb_ref_frame_usageScott LaVarnway2012-12-101-1/+1
* | Moved error_bins to macroblock structScott LaVarnway2012-12-101-0/+4
|/
* Merge "Moved zbin_mode_boost to macroblock struct"Scott LaVarnway2012-12-101-9/+9
|\
| * Moved zbin_mode_boost to macroblock structScott LaVarnway2012-12-101-9/+9
* | Update correct macroblock quantize_b function ptrsScott LaVarnway2012-12-101-4/+4
|/
* Disable background update on non-base layer framesAdrian Grange2012-12-051-1/+2
* Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"Scott LaVarnway2012-12-031-3/+3
|\
| * Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway2012-11-061-3/+3
* | Merge "Moving count_mb_ref_frame_usage to macroblock struct"Scott LaVarnway2012-12-031-14/+18
|\ \
| * | Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway2012-11-061-14/+18
| |/
* | Incorrect parameter passed into vp8_stuff_mbScott LaVarnway2012-11-061-2/+2
|/
* Moving _error counts to macroblock structScott LaVarnway2012-11-061-4/+8
* Moving MVcount to macroblock structScott LaVarnway2012-11-061-1/+9
* Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway2012-11-051-4/+14
* Moved skip_true_count to macroblock structScott LaVarnway2012-11-051-2/+4
* Moving coef_counts to macroblock structScott LaVarnway2012-11-051-4/+38