summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAge
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt2022-05-12
* avcodec/libvpxenc: enable dynamic max quantizer reconfigurationDanil Chapovalov2022-04-05
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/libvpxenc: avoid unnecessary variable shadowingJames Almer2022-04-05
* avcodec/libvpxenc: return quantizer parameter for an encoded frameDanil Chapovalov2022-04-05
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-21
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* lavc/libvpxenc: remove unneeded context variableAnton Khirnov2022-02-07
* lavc/libvpxenc: switch to the new FIFO APIAnton Khirnov2022-02-07
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski2021-09-08
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-24
* lavc/libvpxenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou2021-06-14
* avcodec/libvpxenc: Avoid one level of indentationAndreas Rheinhardt2021-05-23
* avcodec/libvpxenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-23
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_configWonkap Jang2021-02-19
* avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIGWonkap Jang2021-01-14
* avcodec/libvpxenc: add missing FF_API_ERROR_FRAME checkJames Almer2020-10-01
* avcodec/libvpxenc: use pix_fmt descriptors where usefulJames Zern2020-07-21
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-02
* libavcodec/libvpxenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-23
* avcodec/libvpxenc: add a way to explicitly set temporal layer idWonkap Jang2020-02-11
* avcodec/libvpxenc: add VP9 temporal scalability encoding optionWonkap Jang2020-02-03
* avcodec/libvpxenc,cosmetics: prefer sizeof(var)James Zern2020-01-06
* avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parametersMarton Balint2020-01-01
* avcodec/libvpxenc,cosmetics: fix a typoJames Zern2019-11-08
* avcodec/libvpxenc: only allocate alpha U/V planes on size changesMarton Balint2019-11-05
* avcodec/libvpxenc: fix alpha strideMarton Balint2019-11-05
* Change libvpxenc default to crf=32.elliottk2019-10-07
* avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9Guo, Yejun2019-09-19
* lavc/libvpxenc: remove redundant condition checkJun Zhao2019-05-12
* avcodec/libvpxenc: add VP8/9 sharpness config optionRene Claus2018-12-24
* libvpxenc,cosmetics: fix { placementJames Zern2018-11-19
* avcodec/libvpxenc: add VP8 temporal scalability config optionsArd Oerlemans2018-11-19
* avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads.Chirag Lathia2018-11-15
* libvpxenc: extend auto-alt-ref rangeJames Zern2018-11-09
* libvpxenc,vp9: add enable-tpl optionJames Zern2018-11-09
* avcodec/libvpxenc: fix setting amount of threads used for encodingJames Almer2018-05-21
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* libvpxenc,vp9: add corpus-complexity optionJames Zern2017-11-28
* libvpxenc: remove pre-1.4.0 checksJames Zern2017-11-20