summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
AgeCommit message (Expand)Author
2014-05-15Merge "vp9_ratectrl.c: cleanup -wextra warning"Yaowu Xu
2014-05-14vp9_ratectrl.c: cleanup -wextra warningYaowu Xu
2014-05-13Tune minq index table for P frames in one_pass_cbr coding modeJingning Han
2014-05-09Allow speed 5 losslessAlex Converse
2014-05-07Remove separate arf and gf minq tables.Paul Wilkins
2014-05-07Rate control adjustment.Paul Wilkins
2014-05-05Merge "[spatial svc] No need to code full width and height for non key frame"Minghai Shang
2014-05-02[spatial svc] No need to code full width and height for non key frameMinghai Shang
2014-05-01Merge "Moving #defines to *.c from *.h."Dmitry Kovalev
2014-04-30[svc rc] RC improvement for key frames in upper layers for spatial svc.Minghai Shang
2014-04-30Moving #defines to *.c from *.h.Dmitry Kovalev
2014-04-24Remove key_frame_frequency variable from VP9_COMPAdrian Grange
2014-04-21Change naming of end_usage parameter.Paul Wilkins
2014-04-21Merge "Merge two new VBR adjustment schemes."Yaowu Xu
2014-04-21Merge "Add experimental VBR adaptation method."Yaowu Xu
2014-04-18Renaming VP9_CONFIG to VP9EncoderConfig.Dmitry Kovalev
2014-04-17Removing cq_target_quality from VP9_COMP.Dmitry Kovalev
2014-04-17Merge two new VBR adjustment schemes.Paul Wilkins
2014-04-16Add experimental VBR adaptation method.Paul Wilkins
2014-04-16Merge "Fix rate control bug."Paul Wilkins
2014-04-16Fix rate control bug.Paul Wilkins
2014-04-15Renaming av_per_frame_bandwidth to avg_frame_bandwidth.Dmitry Kovalev
2014-04-15Merge "Cleaning up vp9_rc_compute_frame_size_bounds()."Dmitry Kovalev
2014-04-15Merge "Moving frame_frags field from VP9Common to VP9_COMP."Dmitry Kovalev
2014-04-11Adding vp9_rc_update_framerate() function.Dmitry Kovalev
2014-04-11vp9_rc_postencode_update() cleanup.Dmitry Kovalev
2014-04-11Adjust active minQ calculation for normal frames.Paul Wilkins
2014-04-11Change Qlimit for arf kf.Paul Wilkins
2014-04-10Moving last_frame_type update out from vp9_rc_postencode_update.Dmitry Kovalev
2014-04-10Remove the unneeded output_framerate from svc.Marco Paniconi
2014-04-10Cleaning up vp9_rc_compute_frame_size_bounds().Dmitry Kovalev
2014-04-09Moving frame_frags field from VP9Common to VP9_COMP.Dmitry Kovalev
2014-04-09Fix coding format in vp9_rc_regulate_qJingning Han
2014-04-08Merge "Cleaning up vp9_ratectrl.c file."Dmitry Kovalev
2014-04-08Merge "Moving init_rate_control() to vp9_ratectrl.{c, h}."Dmitry Kovalev
2014-04-08Cleaning up vp9_ratectrl.c file.Dmitry Kovalev
2014-04-08Merge "vp9_ratectrl: change ARF overlays rate correction factor"Yaowu Xu
2014-04-08Merge "Replace imprecise 32 bits calculations by 64 bits calculations"Yaowu Xu
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_ratectrl: change ARF overlays rate correction factorGuillaume Martres
2014-04-07Replace imprecise 32 bits calculations by 64 bits calculationsGuillaume Martres
2014-04-07vp9_firstpass: Get rid of magic number in bits per MB calculationGuillaume Martres
2014-04-03Add codec control function for enabling frame_periodic_boost.Marco Paniconi
2014-04-02Merge "Rate ctrl changes to track target bitrates closer"Deb Mukherjee
2014-04-02Merge "Make frame level quantization change a parameter"Jingning Han
2014-04-02Merge "Adjust rate allocation in non-RD coding mode"Jingning Han
2014-04-02Merge "Add speed feature for recode tolerance."Paul Wilkins