summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_ratectrl.c
AgeCommit message (Expand)Author
2014-09-18Substantial reworking of code for arf and kf groups.Paul Wilkins
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
2014-08-19vp9_ratectrl.c : remove dead assignment to clear warningJim Bankoski
2014-08-14Merge "Moving framerate from VP9EncoderConfig to VP9_COMP."Dmitry Kovalev
2014-08-12Minor Two pass rate control adjustments.Paul Wilkins
2014-08-08Moving framerate from VP9EncoderConfig to VP9_COMP.Dmitry Kovalev
2014-08-08Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev
2014-08-06[spatial svc]Add is_spatial_svc() helper function.Minghai Shang
2014-08-04[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag f...Minghai Shang
2014-07-23[spatial svc]Fix reference issuesMinghai Shang
2014-07-16Merge "vp9_ratectrl.c: refactor get_active_quality usage"Guillaume Martres
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-06vp9_ratectrl.c: refactor get_active_quality usageGuillaume Martres
2014-06-24Dual ARF changes: Buffer index selection.Paul Wilkins
2014-06-24Adjust arf Q limits with multi-arf.Paul Wilkins
2014-06-24Clean out old CONFIG_MULTIPLE_ARF code.Paul Wilkins
2014-06-24Experiment for mid group second arf.Paul Wilkins
2014-06-13Replacing RC_MODE with vpx_rc_mode.Dmitry Kovalev
2014-06-12Adding is_altref_enabled() function.Dmitry Kovalev
2014-06-05Fixes qindex for first frame in 1-pass cq/q modesDeb Mukherjee
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-05-22Fix for missing initialization of ratectrl varsDeb Mukherjee
2014-05-22vp9_ratectrl.c: Fix MSVC warnings.Tom Finegan
2014-05-22Adjust cq_level in constrained quality modeDeb Mukherjee
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