summaryrefslogtreecommitdiff
path: root/vpx/src
AgeCommit message (Expand)Author
2023-05-23Add IO for TPL statsJerome Jiang
2023-05-04Have vpx_codec_error take const vpx_codec_ctx_t *Wan-Teh Chang
2023-05-04Add comments about vpx_codec_enc_init_ver failureWan-Teh Chang
2021-12-02clear -Wextra-semi/-Wextra-semi-stmt warningsJames Zern
2021-07-09Check for addition overflows in vpx_img_set_rect()Wan-Teh Chang
2021-05-07img_alloc_helper: make align var unsignedJames Zern
2021-04-08vpx_image: clear user provided vpx_image_t earlyJames Zern
2020-06-02Add NV12 supportJerome Jiang
2020-05-04Remove unneeded null check for entry in for loopWan-Teh Chang
2020-04-02Return VPX_CODEC_INCAPABLE on capability failureWan-Teh Chang
2020-03-13vpx_codec_enc_config_default: rm unnecessary loopJames Zern
2019-09-30namespace ARCH_* definesJames Zern
2019-06-19vp8: Allow higher resolution to get periodic keyframe.Jerome Jiang
2019-06-14Fix memory leak for vp8 multi-res encoder.Jerome Jiang
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2018-11-05vpx_codec_enc_config_default: disable 'usage'Johann
2018-08-16Refactor: move svc example files to from vpx/ to examples/Jerome Jiang
2018-08-15svc: Force the quantizer to be same as that in encoder config.Jerome Jiang
2018-07-04vp9-svc: add more command line options to test app.Sergey Silkin
2018-04-09vpx_image: remove unused image formatsJames Zern
2018-03-14remove spatial svc experimentJohann
2018-03-13spatial svc: remove vpx_svc_get_messageJohann
2018-01-23vpx_codec_enc_init_multi: fix segfault w/vp9James Zern
2018-01-22Fix crash invalid params for vp8 multres. Add test.Jerome Jiang
2017-11-30decouple spatial-svc from encoder abiJames Zern
2017-11-17vp9 svc: fix a few compile warnings.Jerome Jiang
2017-11-13vp9 svc: Change conditions on VPX_ENCODER_ABI_VERSION.Jerome Jiang
2017-10-10Fix alignment in vpx_image without external allocation.Jerome Jiang
2017-09-28Fix image width alignment. Enable ImageSizeSetting test.Jerome Jiang
2017-05-10vp9: SVC: Fix setting in sample encoder.Marco
2016-11-28svc_test: fix two warningsJim Bankoski
2016-10-31vp9-svc: Add checks to layer bitrates in vp9_spatial_svc_encoder.Marco
2016-10-28vp9: Updates to SVC sample encoder.Marco
2016-09-09vpx_codec_control: return incapable for unmatched controlJames Zern
2016-07-25vp9 svc: Enable different speed setting for each spatial layer.jackychen
2016-07-21vpx/: apply clang-formatclang-format
2016-06-27Merge "Port metric computation changes from nextgenv2"Yaowu Xu
2016-06-24Port metric computation changes from nextgenv2Yaowu Xu
2016-06-24vp9-svc: Remove some unneeded code/comment.Marco
2016-03-08vp9-svc: Change default spatial bitrate allocation.Marco
2016-01-20Vidyo patch: Changes to the scalability code.Marco
2015-12-01Fix a spatial svc test crashDebargha Mukherjee
2015-11-23vp9-svc: Fix to allow setting qp-max/min per spatial and temporal layer.Marco
2015-10-27VP9-SVC: Allow frame dropping due to overshoot for spatial layers.Marco
2015-09-17Add SVC codec control to set frame flags and buffer indices.Marco
2015-09-09SVC sample encoder: Change some settings/update.Marco
2015-06-03Remove ABI check for 1 pass CBR SVC.Marco
2015-06-02Vidyo patch: Rate control for SVC, 1 pass CBR mode.Marco
2014-11-18Changes SvcContext_t to SvcContextDeb Mukherjee
2014-11-10Vidyo: Support for one-pass rc-enabled SVC encoderDeb Mukherjee