summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
AgeCommit message (Expand)Author
2015-06-09Changes to active maxq calculation in two pass.Paul Wilkins
2015-06-09Enable more split modes for animated content.Paul Wilkins
2015-06-04Animation and dead zone detection.Paul Wilkins
2015-06-01Merge "Fast feedback of bits on undershoot."paulwilkins
2015-05-27Merge "[svc] Make size of empty frame to be 16x16 all the time"Minghai Shang
2015-05-26[svc] Make size of empty frame to be 16x16 all the timeMinghai Shang
2015-05-26Merge "Move variance functions to vpx_dsp"Johann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-20Fast feedback of bits on undershoot.paulwilkins
2015-05-20Fix issues with mixed ARF and GF groups.paulwilkins
2015-05-15vp9/encoder: make some functions staticJames Zern
2015-05-13Relocate memory operations for common codeJohann
2015-05-01Adjust ARF min and max interval.paulwilkins
2015-04-22Merge "Modified test for auto key frame detection."paulwilkins
2015-04-22Merge "Limit arf interval for low fpf clips."paulwilkins
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-21Modified test for auto key frame detection.paulwilkins
2015-04-16Limit arf interval for low fpf clips.paulwilkins
2015-04-07Improve accuracy of rate control in CQ modeDebargha Mukherjee
2015-03-24Merge "Enable group adaptive max q by default."paulwilkins
2015-03-23Enable group adaptive max q by default.paulwilkins
2015-03-20Revised rd adjustment for variance.paulwilkins
2015-03-13Merge "Shorten GF/arf interval in hard scenes."paulwilkins
2015-03-11Shorten GF/arf interval in hard scenes.paulwilkins
2015-03-09Allow q adjustment for VPX_CQ and VPX_CBR.paulwilkins
2015-03-04Small rationalization of code in vp9_first_passAdrian Grange
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-02-23Account for rate error in GF group Q calculation.paulwilkins
2015-02-19Fix control string in firstpass stats fprintfAdrian Grange
2015-02-10Auto-adaptive encoder frame resizing logicAdrian Grange
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-26Adjust active maxq for GF groups.Paul Wilkins
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2015-01-21Bug when last group before forced key frame is short.Paul Wilkins
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Add adaptive midpoint for AQ1.Paul Wilkins
2014-11-20Merge "Fix bug in calculating number of mbs with scaling."Paul Wilkins
2014-11-20Fix bug in calculating number of mbs with scaling.Paul Wilkins
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-11-13Merge "Prepare for dynamic frame resizing in the recode loop"Adrian Grange
2014-11-13Prepare for dynamic frame resizing in the recode loopAdrian Grange
2014-11-13Fix 32 bit build emms problem.Paul Wilkins
2014-11-07AQ1 - remove first pass weights.Paul Wilkins
2014-11-06Add intra complexity and brightness weight to first pass.Paul Wilkins
2014-10-28Relax maximum Q for extreme overshoot.Paul Wilkins
2014-10-23Move frame re-sizing into the recode loopAdrian Grange
2014-10-17Alter adjustment of two pass GF/ARF boost with Q.Paul Wilkins
2014-10-16[spatial svc]Another workaround to avoid using prev_miMinghai Shang