aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* configure: Remove av_restrictAndreas Rheinhardt2024-03-151-2/+2
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-071-12/+2
* avcodec: remove deprecated FF_API_AVCODEC_CHROMA_POSJames Almer2024-03-071-11/+0
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-9/+2
* avcodec/pthread_frame: Use RefStruct API for ThreadFrame.progressAndreas Rheinhardt2023-10-071-10/+4
* avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusionsAndreas Rheinhardt2023-10-031-0/+2
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-071-4/+4
* avcodec/utils: move ff_add_cpb_side_data() to encoder codeJames Almer2023-09-061-31/+0
* avcodec/utils: Move ff_int_from_list_or_default() to its only userAndreas Rheinhardt2023-08-051-19/+0
* avcodec/utils: Move ff_color_frame() to its only userAndreas Rheinhardt2023-08-051-28/+0
* avcodec/utils: fix 2 integer overflows in get_audio_frame_duration()Michael Niedermayer2023-06-231-2/+2
* avcodec/utils: add ff_thread_replace_frame()James Almer2023-05-181-0/+21
* avcodec/utils: the IFF_ILBM implementation assumes that there are a multiple ...Michael Niedermayer2023-05-061-1/+1
* avcodec/utils: Ensure linesize for SVQ3Michael Niedermayer2023-02-231-0/+3
* avcodec/utils: allocate a line more for VC1 and WMV3Michael Niedermayer2023-02-231-0/+1
* avcodec: remove FF_API_THREAD_SAFE_CALLBACKSJames Almer2023-02-091-5/+0
* avcodec: add ADPCM XMD decoderPaul B Mahol2023-01-301-0/+3
* avcodec/utils: use 32pixel alignment for binkMichael Niedermayer2023-01-281-0/+2
* avcodec: add CBD2 DPCM decoderPaul B Mahol2023-01-271-0/+1
* avcodec: add WADY DPCM decoderPaul B Mahol2023-01-241-0/+1
* avcodec/avcodec: Deprecate lavc chroma pos API functionsAndreas Rheinhardt2022-09-261-16/+4
* avcodec: add FTR audio decoder and parserPaul B Mahol2022-09-241-0/+1
* avcodec/utils: Support APTX (HD) in av_get_audio_frame_duration()Andreas Rheinhardt2022-09-191-0/+4
* avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec/threadframe: Constify the frame in ff_thread_await_progressAndreas Rheinhardt2022-07-301-1/+1
* avcodec/pthread_slice: Combine allocating and zeroing entriesAndreas Rheinhardt2022-07-251-5/+1
* avcodec/pthread_slice: Don't reinitialise initialised mutexAndreas Rheinhardt2022-07-011-0/+5
* avcodec: fix time reporting for DFPWM streamsJack Bruienne2022-06-261-0/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+6
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-4/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-151-2/+10
* avcodecpar: switch to the new channel layout APIVittorio Giovara2022-03-151-2/+10
* avcodec: add DFPWM1a codecJack Bruienne2022-03-101-0/+2
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-6/+5
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-091-1/+14
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-0/+1
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-081-5/+1
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-041-8/+0
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-041-11/+0
* avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()Michael Niedermayer2021-10-111-2/+3
* avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensionsMichael Niedermayer2021-09-261-0/+6
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+1
* avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer2021-08-061-2/+4
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer2021-06-291-1/+1
* avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer2021-06-121-9/+17
* avcodec/utils: don't use ff_fast_mallocz() in av_fast_padded_malloc()James Almer2021-05-271-3/+5