summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-151-1/+7
* lavc/libvpxenc: send frame durations to the encoderAnton Khirnov2023-05-151-2/+13
* lavc/libvpxenc: drop FrameListData.durationAnton Khirnov2023-03-101-3/+0
* lavc/libvpxenc: handle queue desync more gracefullyAnton Khirnov2023-03-101-8/+15
* lavc/libvpxenc: drop a useless conditionAnton Khirnov2023-03-101-1/+1
* lavc/libvpxenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-03-101-40/+99
* lavc/libvpxenc: rename hdr10_plus_fifo and related objectsAnton Khirnov2023-03-101-25/+26
* lavc/libvpxenc: reindentAnton Khirnov2023-03-101-5/+5
* lavc/libvpxenc: drop frame_numberAnton Khirnov2023-03-101-8/+1
* libavcodec/libvpxenc: move libvpx-vp9 init_static_data function to the only p...James Almer2023-03-011-1/+40
* lavc/libvpx: increase thread limit to 64OvchinnikovDmitrii2023-01-171-1/+1
* avcodec/libvpxenc: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* avcodec/libvpxenc: add -min-gf-intervalJames Zern2022-09-221-0/+11
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/libvpxenc: use av_fast_realloc() to resize the stats bufferJames Almer2022-08-241-5/+10
* avcodec/libvpx: fix assembling vp9 packets with alpha channelJames Almer2022-08-231-43/+40
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-2/+4
* avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt2022-05-121-0/+1
* avcodec/libvpxenc: enable dynamic max quantizer reconfigurationDanil Chapovalov2022-04-051-0/+10
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/libvpxenc: avoid unnecessary variable shadowingJames Almer2022-04-051-1/+0
* avcodec/libvpxenc: return quantizer parameter for an encoded frameDanil Chapovalov2022-04-051-1/+6
* avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-18/+18
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* lavc/libvpxenc: remove unneeded context variableAnton Khirnov2022-02-071-5/+2
* lavc/libvpxenc: switch to the new FIFO APIAnton Khirnov2022-02-071-25/+10
* 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