summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_svc_layercontext.c
AgeCommit message (Expand)Author
2015-05-01Adjust ARF min and max interval.paulwilkins
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-02-25Make SVC compatible with external resize.Alex Converse
2015-01-15[two pass temporal svc]Fix crash issue in transcoder app caused by last fix.Minghai Shang
2015-01-13[twopass temporal svc] Fix decoding error on seek.Minghai Shang
2014-12-15Revert "Revert "Add support for setting byte alignment.""Frank Galligan
2014-12-15Revert "Add support for setting byte alignment."Paul Wilkins
2014-12-12Add support for setting byte alignment.Frank Galligan
2014-11-17Modify active_worst_quality setting for one pass CBR.Marco
2014-10-20Extend --auto-alt-ref so it can enable multi-alt ref.Paul Wilkins
2014-10-16[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-10-16Revert "[spatial svc]Another workaround to avoid using prev_mi"Paul Wilkins
2014-10-14[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-09-22Merge "[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it fo...Minghai Shang
2014-09-18[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each ...Minghai Shang
2014-09-18[spatial svc] Use same golden frame for all temporal layersMinghai Shang
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
2014-08-25Merge "[spatial svc]Multiple frame context feature"Minghai Shang
2014-08-25[spatial svc]Multiple frame context featureMinghai Shang
2014-08-20Revert "Removing unnecessary casts to int64_t."Dmitry Kovalev
2014-08-18Removing unnecessary casts to int64_t.Dmitry Kovalev
2014-08-15Removing vp9_rescale().Dmitry Kovalev
2014-08-08Moving framerate from VP9EncoderConfig to VP9_COMP.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-22[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVCMinghai Shang
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-06-24[spatial svc]Implement lag in frames for spatial svcMinghai Shang
2014-06-24Experiment for mid group second arf.Paul Wilkins
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-23Converting target_bandwidth to Bit/s at very beginning.Dmitry Kovalev
2014-05-19Cosmetic clean up.Paul Wilkins
2014-05-07vp9_svc_layercontext: Clean up function definition mismatch.Tom Finegan
2014-05-01Simplifying vp9_is_upper_layer_key_frame().Dmitry Kovalev
2014-04-30[svc rc] RC improvement for key frames in upper layers for spatial svc.Minghai Shang
2014-04-24Remove key_frame_frequency variable from VP9_COMPAdrian Grange
2014-04-22Renaming "onyx" to "encoder".Dmitry Kovalev
2014-04-18Renaming VP9_CONFIG to VP9EncoderConfig.Dmitry Kovalev
2014-04-15Renaming av_per_frame_bandwidth to avg_frame_bandwidth.Dmitry Kovalev
2014-04-10Remove the unneeded output_framerate from svc.Marco Paniconi
2014-04-09Adding vp9_inc_frame_in_layer() function.Dmitry Kovalev
2014-04-08Applying q_trans[] inside set_encoder_config().Dmitry Kovalev
2014-04-07Adding temp svc variable.Dmitry Kovalev
2014-03-28[svc] Finalize first version of 2nd pass rcMinghai Shang
2014-03-27[svc] Initialization of 2nd pass rc for svc two pass rcMinghai Shang
2014-03-21Cleaning up vp9_svc_layercontext.cDmitry Kovalev