summaryrefslogtreecommitdiff
path: root/vp9/vp9_cx_iface.c
AgeCommit message (Expand)Author
2018-01-18clang-format v5.0.0 vp9/Johann
2018-01-11vp9: Skip encoding of enhancement layers on the fly.Marco
2017-12-06Add frame width & height to frame pkt. Add test.Jerome Jiang
2017-11-30decouple spatial-svc from encoder abiJames Zern
2017-11-13vp9 svc: Change conditions on VPX_ENCODER_ABI_VERSION.Jerome Jiang
2017-11-08CVBR command line option.paulwilkins
2017-09-14VP9 level targeting: add a new AUTO modeHui Su
2017-08-16Prevent parameters that can cause invalid ARF groups.paulwilkins
2017-07-11remove vp9_firstpass.c w/CONFIG_REALTIME_ONLYJames Zern
2017-07-05vp9: remove (un)lock_buffer_poolJames Zern
2017-06-20VP9 level targeting: properly handle max_gf_intervalhui su
2017-06-07vp9 level targeting: more strict constraint on min_gf_intervalhui su
2017-04-24Make the row based multi-threaded encoder deterministicYunqing Wang
2017-04-06VP9 motion vector unit testYunqing Wang
2017-02-28Set row_mt to 0 by defaultYunqing Wang
2017-02-27vp9: Rename new_mt to row_mtVignesh Venkatasubramanian
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu
2017-02-13The bitstream bit match test in multi-threaded encoderYunqing Wang
2017-01-24Multi-threading of first pass stats collectionRanjit Kumar Tulabandu
2017-01-13vp9_cx_iface,encoder_encode: check validate_img returnJames Zern
2017-01-06Add support for VP9 level targetinghui su
2016-11-21Add validation of frame_parallel_decoding_modeYaowu Xu
2016-09-15apply clang-formatclang-format
2016-08-24Add --alt-ref-aq=<int> optionYury Gitman
2016-08-03vp9/decoder,vp9/*.[hc]: apply clang-formatclang-format
2016-07-25vp9 svc: Enable different speed setting for each spatial layer.jackychen
2016-07-12Fix encoder crashes for odd size inputYaowu Xu
2016-07-01Make set_reference control API work in VP9Yunqing Wang
2016-06-17Output frames in first pass for VPX_DL_REALTIME.Tom Finegan
2016-06-16Fix ubsan warning: vp9_cx_iface.cYaowu Xu
2016-06-15Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream levelhui su
2016-05-11Fix typos in control function for VP9E_SET_TARGET_LEVELhui su
2016-05-10Add VP9 encoder API for level specification.hui su
2016-03-24Merge "Add a TODO for using tile rows while encoding with multiple threads"James Zern
2016-03-23Merge "Allows sub-second frame rates in vp9"Johann Koenig
2016-03-23Add a TODO for using tile rows while encoding with multiple threadsYunqing Wang
2016-03-22Prevent encoder crash caused by row tile dependenciesYunqing Wang
2016-03-12Allows sub-second frame rates in vp9Johnny Klonaris
2016-02-25vp9: set kf_max_dist to a reasonable default (128)James Zern
2016-02-16vp9,encoder: relocate setjmpJames Zern
2016-02-16vp9_cx_iface,encode: remove redundant cpi checkJames Zern
2015-11-23vp9-svc: Fix to allow setting qp-max/min per spatial and temporal layer.Marco
2015-10-20Merge "vp8cx: remove deprecated reference/entropy controls"James Zern
2015-10-16vp8cx: remove deprecated reference/entropy controlsJames Zern
2015-10-16Add a new enum type vpx_color_range_tYaowu Xu
2015-10-12VP9-SVC: Bugfix to allow skipping lower layer(s) encoding.Marco
2015-10-06Add first_spatial_layer_to_encode to SVC.Marco
2015-09-25vp9/10: improve support for render_width/height.Ronald S. Bultje
2015-09-17Add SVC codec control to set frame flags and buffer indices.Marco
2015-09-16Add support for color-range.Ronald S. Bultje