summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
Commit message (Expand)AuthorAge
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/utils: move ff_add_cpb_side_data() to encoder codeJames Almer2023-09-06
* avcodec: fix misleading indentation warnings after ticks_per_frame deprecationMarton Balint2023-07-27
* lavc/libvpxenc: prevent fifo from filling upDavid Lemler2023-07-14
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* lavc/libvpxenc: send frame durations to the encoderAnton Khirnov2023-05-15
* lavc/libvpxenc: drop FrameListData.durationAnton Khirnov2023-03-10
* lavc/libvpxenc: handle queue desync more gracefullyAnton Khirnov2023-03-10
* lavc/libvpxenc: drop a useless conditionAnton Khirnov2023-03-10
* lavc/libvpxenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-03-10
* lavc/libvpxenc: rename hdr10_plus_fifo and related objectsAnton Khirnov2023-03-10
* lavc/libvpxenc: reindentAnton Khirnov2023-03-10
* lavc/libvpxenc: drop frame_numberAnton Khirnov2023-03-10
* libavcodec/libvpxenc: move libvpx-vp9 init_static_data function to the only p...James Almer2023-03-01
* lavc/libvpx: increase thread limit to 64OvchinnikovDmitrii2023-01-17
* avcodec/libvpxenc: use av_dict_iterateMarvin Scholz2022-12-01
* avcodec/libvpxenc: add -min-gf-intervalJames Zern2022-09-22
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/libvpxenc: use av_fast_realloc() to resize the stats bufferJames Almer2022-08-24
* avcodec/libvpx: fix assembling vp9 packets with alpha channelJames Almer2022-08-23
* 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