summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/libvpxenc: Apply codec options to alpha codec contextAdam Chelminski2021-09-081-2/+24
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-241-0/+91
* lavc/libvpxenc: Show encoder config as a warning in case of failed initializa...Matthieu Patou2021-06-141-4/+6
* avcodec/libvpxenc: Avoid one level of indentationAndreas Rheinhardt2021-05-231-33/+31
* avcodec/libvpxenc: Avoid copying data, allow user-supplied buffersAndreas Rheinhardt2021-05-231-3/+6
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-24/+0
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-271-12/+0
* lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADSAnton Khirnov2021-03-161-2/+2
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-0/+2
* avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_configWonkap Jang2021-02-191-18/+53
* avcodec/libvpxenc: add a way to set VP9E_SET_SVC_REF_FRAME_CONFIGWonkap Jang2021-01-141-0/+83
* avcodec/libvpxenc: add missing FF_API_ERROR_FRAME checkJames Almer2020-10-011-1/+1
* avcodec/libvpxenc: use pix_fmt descriptors where usefulJames Zern2020-07-211-10/+3
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* libavcodec/libvpxenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-231-1/+0
* avcodec/libvpxenc: add a way to explicitly set temporal layer idWonkap Jang2020-02-111-1/+12
* avcodec/libvpxenc: add VP9 temporal scalability encoding optionWonkap Jang2020-02-031-23/+227
* avcodec/libvpxenc,cosmetics: prefer sizeof(var)James Zern2020-01-061-2/+1
* avcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parametersMarton Balint2020-01-011-14/+8
* avcodec/libvpxenc,cosmetics: fix a typoJames Zern2019-11-081-1/+1
* avcodec/libvpxenc: only allocate alpha U/V planes on size changesMarton Balint2019-11-051-24/+35
* avcodec/libvpxenc: fix alpha strideMarton Balint2019-11-051-1/+1
* Change libvpxenc default to crf=32.elliottk2019-10-071-11/+63
* avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9Guo, Yejun2019-09-191-0/+193
* lavc/libvpxenc: remove redundant condition checkJun Zhao2019-05-121-1/+1
* avcodec/libvpxenc: add VP8/9 sharpness config optionRene Claus2018-12-241-0/+6
* libvpxenc,cosmetics: fix { placementJames Zern2018-11-191-2/+1
* avcodec/libvpxenc: add VP8 temporal scalability config optionsArd Oerlemans2018-11-191-0/+81
* avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads.Chirag Lathia2018-11-151-1/+2
* libvpxenc: extend auto-alt-ref rangeJames Zern2018-11-091-2/+4
* libvpxenc,vp9: add enable-tpl optionJames Zern2018-11-091-0/+11
* avcodec/libvpxenc: fix setting amount of threads used for encodingJames Almer2018-05-211-1/+1
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-0/+2
* libvpxenc,vp9: add corpus-complexity optionJames Zern2017-11-281-0/+16
* libvpxenc: remove pre-1.4.0 checksJames Zern2017-11-201-22/+3
* lavc/libvpxenc: add tune-content optionJames Zern2017-11-171-0/+20
* Merge commit '94eed68ace9f2416af8457fcbf142b175928c06b'James Almer2017-10-231-18/+0
|\
| * lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-231-9/+0
* | libvpxenc: allow aq-mode 4 (equator360)James Zern2017-04-281-0/+5
* | Merge commit 'b183abfb5b6366b177cf44f244c66156257a6fd6'Clément Bœsch2017-03-151-0/+10
|\ \ | |/
| * vpx: Support color rangeLuca Barbato2016-07-231-0/+10
* | lavc/libvpxenc: add -row-mt optionKagami Hiiragi2017-03-061-0/+11
* | libvpxenc: Don't spam level errors for VP8 encodesAlex Converse2016-12-131-1/+2
* | libvpxenc: Report encoded VP9 levelAlex Converse2016-11-281-0/+32
* | libvpxenc: Support targeting a VP9 levelAlex Converse2016-11-221-0/+10
* | lavc/libvpxenc: fix -auto-alt-ref option typeKagami Hiiragi2016-10-211-2/+3
* | lavc/libvpxenc: Avoid vp8 transparency encoding with auto-alt-ref.Carl Eugen Hoyos2016-09-171-0/+5