summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2018-06-16Enable intra prediction search for tpl modelJingning Han
2018-06-15Enable motion compensated prediction for tpl dependency modelJingning Han
2018-06-14Prepare motion estimation process for temporal dependency modelJingning Han
2018-06-14Construct temporal dependency building systemJingning Han
2018-06-14Allocate tpl_dep_stats frame bufferJingning Han
2018-06-08vp9 svc: clean up first_spatial_layer_to_encode.Jerome Jiang
2018-06-06VP9 SVC: Write out svc src for all spatial layers.Jerome Jiang
2018-05-28vp9-realtime: Move frame dropper to after scene detection.Marco Paniconi
2018-05-25Merge "VP9: Fix issues with high bitdepth in real-time."Marco Paniconi
2018-05-24VP9: Fix issues with high bitdepth in real-time.Jerome Jiang
2018-05-24vp9-svc: Add max_consec_drop to SVC frame drop.Marco Paniconi
2018-05-22vp9-svc: Add full superframe drop mode.Marco Paniconi
2018-05-16vp9-svc: Enable scene detection and re-encode for SVC.Marco Paniconi
2018-05-14Make a config time flagYaowu Xu
2018-05-14Fixes for consistent encoding across recodes of a frameRanjit Kumar Tulabandu
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