summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: fix UB NULL+0Zhao Zhili2023-05-041-2/+3
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+6
* avcodec: remove FF_API_AVCTX_TIMEBASEJames Almer2023-02-091-5/+0
* Revert "avcodec/decode: use a packet list to store packet properties"James Almer2022-12-071-10/+0
* avcodec/avcodec: Always use old channel count/layout if setAndreas Rheinhardt2022-09-221-2/+2
* avcodec/avcodec: Check for more invalid channel layoutsAndreas Rheinhardt2022-09-221-0/+14
* avcodec/avcodec: Uninitialize AVChannelLayout before overwriting itAndreas Rheinhardt2022-09-221-0/+1
* avcodec/avcodec: Use the new API fields to validate the layout returned by de...James Almer2022-09-191-18/+4
* avcodec/avcodec: Remove redundant checkAndreas Rheinhardt2022-08-151-2/+1
* avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinitAndreas Rheinhardt2022-08-151-6/+0
* lavc: add API for exporting reconstructed frames from encodersAnton Khirnov2022-08-021-0/+12
* avcodec: add common fflcms2 boilerplateNiklas Haas2022-07-301-0/+4
* avcodec/aacdec: remove skip samples multiplierJames Almer2022-07-221-2/+0
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt2022-05-121-0/+1
* lavc: drop a confusing message about "thread emulation"Anton Khirnov2022-05-111-3/+0
* lavc/avcodec: only allocate decoding packets for decodersAnton Khirnov2022-05-111-6/+1
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-25/+0
* avcodec/avcodec: Don't reset decoder-fields for encoders when flushingAndreas Rheinhardt2022-04-131-12/+11
* avcodec/avcodec: Simplify accessing AVSubtitleRect via dedicated pointerAndreas Rheinhardt2022-04-131-6/+9
* avcodec/avcodec: Avoid av_frame_unref(NULL)Andreas Rheinhardt2022-04-131-1/+2
* lavc/encode: drop EncodeSimpleContextAnton Khirnov2022-04-131-2/+2
* lavc/avcodec: only allocate the encoding frame for encodersAnton Khirnov2022-04-131-3/+1
* lavc/avcodec: simplify codec id/type validity checkingAnton Khirnov2022-04-131-8/+6
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-17/+19
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* libavcodec: Split version.hMartin Storsjö2022-03-161-0/+1
* lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov2022-03-151-29/+0
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-151-8/+73
* avcodec/avcodec: Decrease the amount of time while holding the lockAndreas Rheinhardt2022-02-181-5/+5
* lavc/avcodec: switch to new FIFO APIAnton Khirnov2022-02-071-11/+6
* avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt2021-11-071-4/+4
* avcodec/avcodec: Simplify check for flushing of bsfAndreas Rheinhardt2021-09-261-1/+1
* avcodec/avcodec: Remove redundant assertAndreas Rheinhardt2021-09-261-3/+0
* avcodec/avcodec: Make sanity check stricterAndreas Rheinhardt2021-09-261-2/+1
* avcodec: add a Film Grain codec property flagJames Almer2021-08-241-0/+2
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Don't free options on failure in avcodec_open2()Andreas Rheinhardt2021-06-081-1/+0
* avcodec/avcodec: Avoid redundant copies of options in avcodec_open2Andreas Rheinhardt2021-06-081-11/+3
* avcodec/frame_thread_encoder: Avoid dictionariesAndreas Rheinhardt2021-06-081-1/+1
* avcodec/avcodec: Use avcodec_close() on avcodec_open2() failureAndreas Rheinhardt2021-04-281-40/+9
* avcodec/avcodec: Store whether AVCodec->close needs to be calledAndreas Rheinhardt2021-04-281-12/+11
* avcodec/avcodec: Free frame_thread_encoder on avcodec_open2() errorAndreas Rheinhardt2021-04-281-0/+2
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-30/+0
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-10/+0
* avcodec: Remove lock manager APIAndreas Rheinhardt2021-04-271-7/+0
* avcodec/avcodec: Actually honour the documentation of subtitle_headerAndreas Rheinhardt2021-04-241-2/+5
* avcodec/avcodec: Use AVBPrint in avcodec_string()Andreas Rheinhardt2021-03-241-68/+65
* avcodec/avcodec: Update check for identical colorspace/primaries/trc namesAndreas Rheinhardt2021-03-241-7/+7