summaryrefslogtreecommitdiff
path: root/vpx
AgeCommit message (Expand)Author
2020-08-25vp9-rtc: Add control to disable maxq on overshootMarco Paniconi
2020-06-02Add NV12 supportJerome Jiang
2020-05-04Remove unneeded null check for entry in for loopWan-Teh Chang
2020-04-27Update a comment on nonexistent vpx_codec_initWan-Teh Chang
2020-04-24Update comments on nonexistent vpx_codec_initJames Zern
2020-04-02Return VPX_CODEC_INCAPABLE on capability failureWan-Teh Chang
2020-03-13vpx_codec_enc_config_default: rm unnecessary loopJames Zern
2020-02-18Cap delta_q_uv to -15..15Jerome Jiang
2020-01-17vp9: add delta q for uv channel. add tests.Jerome Jiang
2019-12-18Add text to clarify the unit of variables for target bitrateWonkap Jang
2019-10-29Add vp9_get_encoder_config / vp9_get_frame_infoangiebird
2019-09-30namespace ARCH_* definesJames Zern
2019-09-06vp9-svc: Add new frame drop mode for SVCMarco Paniconi
2019-08-20Update documentation: CRF works with VPX_Q modeelliottk
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-05-29remove unused svc exportsJohann
2019-04-29vp8cx.h,vpxenc: add note about alt ref rangesJames Zern
2019-04-23Revert "Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums"Sai Deng
2019-04-23Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enumssdeng
2019-04-03vp8cx.h: s/VP8E_(SET_MAX_INTER_BITRATE_PCT)/VP9E_$1/James Zern
2019-03-14Merge "Enclose macro arguments in parentheses"Jerome Jiang
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2019-03-05vp9: map speed > 9 to speed 9.Jerome Jiang
2019-01-15vp9: fix definition for VP9E_SET_POSTENCODE_DROPJerome Jiang
2019-01-14Change "ximage" to "vpx_image_t" in comments.Wan-Teh Chang
2018-12-21Merge "vpx/{vp8,vpx_encoder}.h: fix some typos"James Zern
2018-12-20vpx_integer.h: remove VPX_EMULATE_INTTYPESJames Zern
2018-12-20Merge "vpxenc : fix misleading documentation about sharpness."James Bankoski
2018-12-19vpxenc : fix misleading documentation about sharpness.Jim Bankoski
2018-12-19Merge "vpx/*.h: rm some deprecated defines/enum vals/typedefs"James Zern
2018-12-19Merge "vpx/vp8cx.h: fix some typos"James Zern
2018-12-19vpx_integer.h: drop VS2010 workaroundJames Zern
2018-12-19vpx/{vp8,vpx_encoder}.h: fix some typosJames Zern
2018-12-19vpx/vp8cx.h: fix some typosJames Zern
2018-12-19vpx/*.h: rm some deprecated defines/enum vals/typedefsJames Zern
2018-12-11vp8: Fix to enabling MFQEMarco Paniconi
2018-11-07Merge "vp9: postencode drop frame for screen content in CBR."Jerome Jiang
2018-11-06vp9: postencode drop frame for screen content in CBR.Jerome Jiang
2018-11-06Merge "vpx_codec_enc_config_default: disable 'usage'"Johann Koenig
2018-11-05vpx_codec_enc_config_default: disable 'usage'Johann
2018-11-05clang-tidy: fix vpx_img_wrap alignJohann
2018-10-08Loopfilter Multi-Thread OptimizationSupradeep T R
2018-09-15cosmetics: normalize include guardsJames Zern
2018-09-05vp9-svc: Allow for setting framerate per spatial layer.Marco Paniconi
2018-08-27Merge "SVC: extend api to specify temporal id for each spatial layers."Jerome Jiang
2018-08-16Refactor: move svc example files to from vpx/ to examples/Jerome Jiang
2018-08-16SVC: extend api to specify temporal id for each spatial layers.Jerome Jiang
2018-08-15svc: Force the quantizer to be same as that in encoder config.Jerome Jiang
2018-08-14Add vpxenc control to turn on/off tpl modelJingning Han