summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2018-05-14Make a config time flagYaowu Xu
2018-05-14Fixes for consistent encoding across recodes of a frameRanjit Kumar Tulabandu
2018-05-14vp9-realtime: Enable alt_ref at speed 5, for live.Marco Paniconi
2018-05-14Merge "vp9-svc: Add conditon to asserts on prediction pattern."Marco Paniconi
2018-05-14vp9-svc: Add conditon to asserts on prediction pattern.Marco Paniconi
2018-05-14VP9: Add speed 9 for subpel search.Jerome Jiang
2018-05-13vp9-svc: Update layer_id of frame buffer idx last refreshed.Marco Paniconi
2018-05-12Merge "Fix valgrind failure on uninitialized values."Jerome Jiang
2018-05-11Fix valgrind failure on uninitialized values.Jerome Jiang
2018-05-11vp9-svc: Fix pattern update for skip enhancement layers.Marco Paniconi
2018-05-11Merge "vp9-svc: Fix when whole superframe is dropped."Marco Paniconi
2018-05-11vp9-svc: Fix when whole superframe is dropped.Marco Paniconi
2018-05-10vp9: Adjust some early exits in nonrd-pickmode.Marco Paniconi
2018-05-09vp9-svc: Fix inter-layer early exit threshold.Marco Paniconi
2018-05-09Merge "Don't use transform domain distortion when eob is 0"Hui Su
2018-05-09Merge "vp9-svc: Fix to SVC for frame dropping."Marco Paniconi
2018-05-08vp9-svc: Fix to SVC for frame dropping.Marco Paniconi
2018-05-08Improved slide show codingpaulwilkins
2018-05-04Don't use transform domain distortion when eob is 0Hui Su
2018-05-04Merge "vp9-svc: Reset fb_idx for unused references."Marco Paniconi
2018-05-03vp9-svc: Add memset on the svc fb_idx.Marco Paniconi
2018-05-03vp9-svc: Reset fb_idx for unused references.Marco Paniconi
2018-05-03vp9-svc: On key frame update all reference slots for SVC.Marco Paniconi
2018-05-01Clean switch cases in vp9 encoderLinfeng Zhang
2018-04-27vp9-svc: Remove the memset on the svc fb_idx.Marco Paniconi
2018-04-27Merge "VP9 SVC: Add new level to constrain inter-layer pred."Marco Paniconi
2018-04-27Merge "Respect MV limit in vp9_int_pro_motion_estimation()"Hui Su
2018-04-26VP9 SVC: Add new level to constrain inter-layer pred.Jerome Jiang
2018-04-26vp9-svc: Remove unneeded call and init some parameters.Marco Paniconi
2018-04-26Merge "Do one level less of transform search for large blocks"Hui Su
2018-04-26Respect MV limit in vp9_int_pro_motion_estimation()Hui Su
2018-04-25Do one level less of transform search for large blocksHui Su
2018-04-25Merge "Calculate transform size cost once per frame"Hui Su
2018-04-25Merge "Add speed feture to control tx size search depth"Hui Su
2018-04-24vp9-svc: Add GET control to get SVC pattern info.Marco Paniconi
2018-04-24Calculate transform size cost once per frameHui Su
2018-04-23Remove get_tx_probs2()Hui Su
2018-04-23Add speed feture to control tx size search depthHui Su
2018-04-18vp9:aq-mode=3: Keep perc_refresh fixed for screen content mode.Marco Paniconi
2018-04-19Merge "vp9: Rate control fix for CBR mode."Marco Paniconi
2018-04-19Merge "vp9: Remove limit on QP on key frame for CBR."Marco Paniconi
2018-04-18vp9: Add condition of real-time mode to scene detection.Marco Paniconi
2018-04-18vp9: Rate control fix for CBR mode.Marco Paniconi
2018-04-18vp9: Remove limit on QP on key frame for CBR.Marco Paniconi
2018-04-18vp9: Changes for scene detection overshoot and SVC.Marco Paniconi
2018-04-17Merge "Clean up svc comment in vp9_bitstream.c"Jerome Jiang
2018-04-17vp9: Remove this_key_frame_forced setting for CBR.Marco Paniconi
2018-04-13Clean up is_two_pass_svc.Jerome Jiang
2018-04-13Clean up svc comment in vp9_bitstream.cJerome Jiang
2018-04-12Merge "Add extra case to wq_err_divisor()"Paul Wilkins