summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2018-05-13vp9-svc: Update layer_id of frame buffer idx last refreshed.Marco Paniconi
2018-05-11vp9-svc: Fix pattern update for skip enhancement layers.Marco Paniconi
2018-05-11vp9-svc: Fix when whole superframe is dropped.Marco Paniconi
2018-05-08vp9-svc: Fix to SVC for frame dropping.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-26VP9 SVC: Add new level to constrain inter-layer pred.Jerome Jiang
2018-04-24vp9-svc: Add GET control to get SVC pattern info.Marco Paniconi
2018-04-18vp9: Add condition of real-time mode to scene detection.Marco Paniconi
2018-04-18vp9: Changes for scene detection overshoot and SVC.Marco Paniconi
2018-04-13Clean up is_two_pass_svc.Jerome Jiang
2018-03-29VP9 SVC: Add enum type for framedrop_mode.Jerome Jiang
2018-03-27vp9-svc: Add logic to enable for constrained framedrop.Marco Paniconi
2018-03-20VP9 SVC: Add control to disable inter layer prediction.Jerome Jiang
2018-03-20vp9-svc: Improve frame dropper for spatial layers.Marco Paniconi
2018-03-15vp9-svc: Frame dropper for SVC.Marco Paniconi
2018-03-14remove spatial svc experimentJohann
2018-03-14vp9-svc: Fix to update layer counters when layer is skipped.Marco Paniconi
2018-03-12vp9-svc: Update layer frame counters when layer is skipped.Marco Paniconi
2018-02-09Reland "Add ROI support for VP9."Jerome Jiang
2018-01-31vp9-svc: Add condition on allocation for scaled_temp.Marco
2018-01-18clang-format v5.0.0 vp9/Johann
2018-01-11vp9: Skip encoding of enhancement layers on the fly.Marco
2017-12-19vp9: Reset buffer level on large bitrate changes.Marco
2017-12-13Merge "vp9: Reset rc flags on some configuration changes."Marco Paniconi
2017-12-13vp9: Cleanup/remove TODO comment.Marco
2017-12-13vp9: Reset rc flags on some configuration changes.Marco
2017-12-11vp9 svc: Allow denoising next to highest resolution.Jerome Jiang
2017-12-06Merge "Add max luma picture width/height constraint in VP9 level"Hui Su
2017-12-01Add max luma picture width/height constraint in VP9 levelHui Su
2017-11-28Add PSNR Cb and Cr metric to opsnr.sttJingning Han
2017-11-14vp9-svc: Fix flag for usage of reuse-lowres partitionMarco
2017-11-13Merge "CVBR command line option."Paul Wilkins
2017-11-09vp9: SVC feature to use partition from lower resolution.Jerome Jiang
2017-11-08CVBR command line option.paulwilkins
2017-10-13Corpus VBR tweak for undershoot.paulwilkins
2017-10-03Use adapt_partition for ARF in 1 pass.Marco
2017-09-28Set rc->high_source_sad = 0 before scene detection.Marco
2017-09-28Merge "vp9: Modification to adapt the ARF usage for 1 pass vbr"Marco Paniconi
2017-09-28vp9: Modification to adapt the ARF usage for 1 pass vbrMarco
2017-09-27Add use_svc condition to the scene detection in 1 pass.Marco
2017-09-27Revert "Remove the speed condition on scene detection in 1 pass code."Marco Paniconi
2017-09-27Remove the speed condition on scene detection in 1 pass code.Marco
2017-09-26Remove the speed condition in setting compute_source_sad.Marco
2017-09-21Merge "Comma-separate VP9 encoder tmp.stt output"Andrew Lewis
2017-09-14Merge "VP9 level targeting: add a new AUTO mode"Hui Su
2017-09-14VP9 level targeting: add a new AUTO modeHui Su
2017-09-13Comma-separate VP9 encoder tmp.stt outputAndrew Lewis
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-08-16Merge "Fix for encoder slowdown (for speeds >= 3)"Paul Wilkins