summaryrefslogtreecommitdiff
path: root/vp8/encoder/ratectrl.c
AgeCommit message (Expand)Author
2016-10-20vp8: Apply gf target-size boost only when refresh_golden_frame = 1.Marco
2016-10-19vp8: Adjust threshold to set the gf_noboost flag.Marco
2016-10-19vp8: Add control for gf boost for 1 pass cbr.Marco
2016-10-07vp8: Change default gf behavior for 1 pass cbr.Marco
2016-09-29Remove vp8_clear_system_stateJohann
2016-09-15apply clang-formatclang-format
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-06-28Remove effectless initializationYaowu Xu
2015-09-28VP8: Update rate correction factor for drop_overshoot feature.Marco
2015-09-24VP8: Adjust rate correction factor for drop due to overshoot.Marco
2015-08-27vp8: use VPX(MIN|MAX) from vpx_dsp_common.hJames Zern
2015-05-21Fix to visual studio build error.Marco
2015-05-20vp8_drop_encodedframe_overshoot: fix to return setting.Marco
2015-05-19VP8: For high overshoot, force drop frame and max-out QP.Marco
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2014-12-03Various updates to vp8.Marco
2013-12-11Merge "vp8: remove 2 unused tables"James Zern
2013-12-11Fix the printf format stringAdrian Grange
2013-12-10vp8: remove 2 unused tablesJames Zern
2013-11-01Fixes to buffer update for temporal layers.Marco Paniconi
2013-07-18VP[89]_COMMON: remove golden/altref frame countsJames Zern
2013-07-16use consistent framerate namingJames Zern
2013-03-14Removed shadow warnings : bitstream.c encodeframe.c onyx_if.cScott LaVarnway
2013-01-31Fix for divide by zero in vp8_adjust_key_frame.Marco Paniconi
2012-12-10Moved zbin_over_quant to macroblock structScott LaVarnway
2012-11-26Updates to qp-regulate and rate correction factor.Marco Paniconi
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-09-13Removed pre_mvcScott LaVarnway
2012-08-20silent compiling warnings for VC9 buildYaowu Xu
2012-07-27Remove the resetting of qp params for temporal layers.Marco Paniconi
2012-07-10Merge "Remove goldfreq in VP8_COMP"Yunqing Wang
2012-06-12Remove goldfreq in VP8_COMPYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-06-07Remove unused code in drop_frameYunqing Wang
2012-05-11fix warnings for building on win32Scott Graham
2012-04-23Shares one set of RD costs tables between all encoding threadsAttila Nagy
2012-04-23Removes duplication of key frame mode probabilitiesAttila Nagy
2012-03-13Merge "Update for key frame target size setting."Jim Bankoski
2012-03-12Update for key frame target size setting.Marco Paniconi
2012-03-01vp8e - force at least some change in over and under shootsPaul Wilkins
2012-02-22Remove the frame rate factor for key frame size.Marco Paniconi
2011-12-22Remove legacy integer typesJohn Koleszar
2011-12-14Merge "fix: active_worst_quality could be set above 127"John Koleszar
2011-12-13fix: active_worst_quality could be set above 127James Berry
2011-12-09vp8e - entropy stats per frame typeJim Bankoski
2011-11-18Speed selection support for disabled reference framesJohn Koleszar
2011-11-07Third set of checks of buffer level against maximum buffer sizeAdrian Grange
2011-10-11Added rate-targeted temporal scalabilityAdrian Grange