summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.h
AgeCommit message (Expand)Author
2018-06-20Merge "Add hierarchical structure in GF group"Zoe Liu
2018-06-19Add hierarchical structure in GF groupZoe Liu
2018-06-18Build temporal prediction dependency propagationJingning Han
2018-06-14Add data structure for frame dependent mode decisionJingning Han
2018-05-14Make a config time flagYaowu Xu
2018-05-14Fixes for consistent encoding across recodes of a frameRanjit Kumar Tulabandu
2018-04-24Calculate transform size cost once per frameHui Su
2018-04-13Clean up is_two_pass_svc.Jerome Jiang
2018-03-28Shrink size of mode_map in struct TileDataEncLinfeng Zhang
2018-02-09Reland "Add ROI support for VP9."Jerome Jiang
2018-01-18clang-format v5.0.0 vp9/Johann
2017-12-11vp9 svc: Allow denoising next to highest resolution.Jerome Jiang
2017-12-01Add max luma picture width/height constraint in VP9 levelHui Su
2017-11-08CVBR command line option.paulwilkins
2017-09-28vp9: Modification to adapt the ARF usage for 1 pass vbrMarco
2017-09-14VP9 level targeting: add a new AUTO modeHui Su
2017-08-16Prevent parameters that can cause invalid ARF groups.paulwilkins
2017-07-10remove vp9_full_sad_searchJohann
2017-06-27vp9: compute skinmap only once before encoding.Jerome Jiang
2017-06-21vp9: Add high source sad to content state.Marco
2017-05-12vp9: speed 8: Fix seg fault in partition copy when drop frames.Jerome Jiang
2017-05-09vp9: SVC: Add option to set downsampling filter type.Marco
2017-04-26Merge "Make the row based multi-threaded encoder deterministic"Yunqing Wang
2017-04-24vp9; Reduce artifact in non-rd pickmode for lighting changes.Marco
2017-04-24Make the row based multi-threaded encoder deterministicYunqing Wang
2017-04-21Make allow_exhaustive_searches feature no longer adaptiveYunqing Wang
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-06VP9 motion vector unit testYunqing Wang
2017-03-27vp9: 1 pass: Move source sad computation into encodeframe loop.Marco
2017-03-21vp9: Enable adaptive_rd_threshold for row mt for realtime speed 8.Jerome Jiang
2017-03-20vp9: Use sb content measure to bias against golden.Marco
2017-03-15Refactor: Change cpi->resize_state to enum values.Jerome Jiang
2017-02-27vp9: Rename new_mt to row_mtVignesh Venkatasubramanian
2017-02-21vp9: Incorporate source sum_diff into non-rd partition thresholds.Marco
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu
2017-02-13The bitstream bit match test in multi-threaded encoderYunqing Wang
2017-02-04Merge "Changes to facilitate multi-threading of encoding stage"Yunqing Wang
2017-02-02Changes to facilitate multi-threading of encoding stageRanjit Kumar Tulabandu
2017-02-01Changes to facilitate row based multi-threading of ARNR filteringRanjit Kumar Tulabandu
2017-01-24Multi-threading of first pass stats collectionRanjit Kumar Tulabandu
2017-01-20vp9: Add feature to use block source_sad for realtime mode.Marco
2017-01-18vp9: Stop copying partition every a fixed number of frames.Jerome Jiang
2017-01-17vp9: Set low variance flag when partition is copied.Jerome Jiang
2017-01-10vp9: Make the denoiser work with spatial SVC.Marco
2017-01-06Add support for VP9 level targetinghui su
2016-12-19vp9: Add feature to copy partition from the last frame.Jerome Jiang
2016-10-25Change 2 motion search counts to be tile dataYunqing Wang
2016-10-21vp9_bitstream: Encode tiles in parallelVignesh Venkatasubramanian
2016-10-18Revert "vp9_bitstream: Encode tiles in parallel"James Zern