summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_svc_layercontext.c
AgeCommit message (Expand)Author
2017-06-01vp9: SVC: Force subpel search off under certain conditions.Marco
2017-05-09vp9: SVC: Add option to set downsampling filter type.Marco
2017-05-08vp9: SVC: Modify conditon for setting downsample filter type.Marco
2017-05-05vp9: SVC: Set downsample filtertype for lowest spatial layer.Marco
2017-04-20vp9: SVC: Redefine the source downsample filter choice.Marco
2017-04-18vp9: Add phase to get averaging filter for 1:2 downsampling.Marco
2017-04-13vp9: SVC: fix to allow use_base_mv to be used for 3 layers.Marco
2016-12-09vp9: Fix to crash in svc code.Marco
2016-09-15apply clang-formatclang-format
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-25vp9 svc: Enable different speed setting for each spatial layer.jackychen
2016-07-12vp9 svc: Reuse scaled_temp in two stage downscaling.JackyChen
2016-04-22vp9: Move consec_zero_mv from cyclic refresh to cpi struct.Marco
2016-03-08vp9_svc_layercontext(): fix proto mismatchJames Zern
2016-03-07vp9-svc: Fix to resetting pattern/flags on key frame.Marco
2016-03-01vp9-svc: Allow for 2 stage downscaling for spatial layers.Marco
2016-02-26Revert "vp9-svc: Fix speed issue with source downscaling for spatial layers."James Zern
2016-02-26vp9-svc: Fix speed issue with source downscaling for spatial layers.Marco
2016-02-17vp9_svc_layercontext: add missing alloc checksJames Zern
2016-02-02vp9_svc_layercontext.c: relocate a macro definitionJames Zern
2016-01-20Vidyo patch: Changes to the scalability code.Marco
2016-01-04vp9-svc: Set initial values for ext_buffer/flag indices.Marco
2015-12-14SVC 1 pass mode: Constrain inter mode search within superframe.Marco
2015-12-01Fix a spatial svc assert failureDebargha Mukherjee
2015-11-18vp9-svc: Fix to key frame counter for spatial layers.Marco
2015-10-27VP9-SVC: Allow frame dropping due to overshoot for spatial layers.Marco
2015-10-06Add first_spatial_layer_to_encode to SVC.Marco
2015-09-29aq-mode for SVC: Add consec_zero_mv to layer context.Marco
2015-09-17Add SVC codec control to set frame flags and buffer indices.Marco
2015-09-15Merge "SVC fix to set worst/best_quality per layer."Marco Paniconi
2015-09-15SVC fix to set worst/best_quality per layer.Marco
2015-09-15Add cyclic refresh parameters to svc-layer context.Marco
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-25vp9_update_layer_...config: delete dead assignmentJames Zern
2015-08-24Prevent an ASAN failure for svc testsDebargha Mukherjee
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
2015-06-15Remove redundant second declaration in svc_layercontext.cMarco
2015-06-04Bugfx in setting layer framerate.Marco
2015-06-02Vidyo patch: Rate control for SVC, 1 pass CBR mode.Marco
2015-05-26[svc] Make size of empty frame to be 16x16 all the timeMinghai Shang
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