summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.h
AgeCommit message (Expand)Author
2014-10-10Revert "Add adaptation option for VBR."Alex Converse
2014-10-10Add adaptation option for VBR.Paul Wilkins
2014-09-18Substantial reworking of code for arf and kf groups.Paul Wilkins
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-06-03Using 2 instead of 3 elements for avg_frame_qindex array.Dmitry Kovalev
2014-06-03Adding buffer levels to RATE_CONTROL struct.Dmitry Kovalev
2014-05-30Merge "Re-factor some duplicate code."Paul Wilkins
2014-05-28Re-factor some duplicate code.Paul Wilkins
2014-05-27Using 2 instead of 3 elements for last_q array.Dmitry Kovalev
2014-04-30Moving #defines to *.c from *.h.Dmitry Kovalev
2014-04-21Merge "Add experimental VBR adaptation method."Yaowu Xu
2014-04-18Renaming VP9_CONFIG to VP9EncoderConfig.Dmitry Kovalev
2014-04-16Add experimental VBR adaptation method.Paul Wilkins
2014-04-15Renaming av_per_frame_bandwidth to avg_frame_bandwidth.Dmitry Kovalev
2014-04-11Adding vp9_rc_update_framerate() function.Dmitry Kovalev
2014-04-10Moving last_frame_type update out from vp9_rc_postencode_update.Dmitry Kovalev
2014-04-08Merge "Moving init_rate_control() to vp9_ratectrl.{c, h}."Dmitry Kovalev
2014-04-08Merge "vp9_firstpass: Get rid of magic number in bits per MB calculation"Yaowu Xu
2014-04-07Moving compute_qdelta functions into vp9_ratectrl.{h, c}.Dmitry Kovalev
2014-04-07Moving init_rate_control() to vp9_ratectrl.{c, h}.Dmitry Kovalev
2014-04-07Moving {restore, save}_coding_context to vp9_onyx_if.cDmitry Kovalev
2014-04-07vp9_firstpass: Get rid of magic number in bits per MB calculationGuillaume Martres
2014-04-02Rate ctrl changes to track target bitrates closerDeb Mukherjee
2014-03-25Merge "Moving setup_{key, inter}_frame() to vp9_onyx_if.c."Dmitry Kovalev
2014-03-24Initialization code cleanup.Dmitry Kovalev
2014-03-24Moving setup_{key, inter}_frame() to vp9_onyx_if.c.Dmitry Kovalev
2014-03-13Move svc layer_context to separate file.Marco Paniconi
2014-03-10Moving static_scene_max_gf_interval to RATE_CONTROL struct.Dmitry Kovalev
2014-02-14Merge "vp9_ratectrl - convert buffers to int64 to avoid casting"Jim Bankoski
2014-02-14vp9_ratectrl - convert buffers to int64 to avoid castingJim Bankoski
2014-02-14vp9_ratectrl.h resolve visual studio warningsJim Bankoski
2014-02-11Removes active_worst_quality feedbackDeb Mukherjee
2014-02-05One-pass rate control cleanups/fixes/refactoringDeb Mukherjee
2014-01-28Moving RATE_CONTROL struct to vp9_ratectrl.h.Dmitry Kovalev
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2014-01-07Further rate control cleanupsDeb Mukherjee
2013-12-18Updates for 1-pass CBR rate control.Marco Paniconi
2013-12-16Rate control changes on active_worst_qualityDeb Mukherjee
2013-12-05Further rate control cleanupsDeb Mukherjee
2013-11-27Continued rate control clean-upsDeb Mukherjee
2013-11-25Some cleanups on rate controlDeb Mukherjee
2013-11-22Refactoring of rate control - part 1Deb Mukherjee
2013-09-24Removing redundant 'extern' keyword.Dmitry Kovalev
2013-02-25Minor rate control refactoring and experiments.Paul Wilkins
2013-02-22Code cleanup.Dmitry Kovalev
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski