aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec: Implement Acorn Replay IMA ADPCM decoderCameron Cawley2021-05-091-0/+1
* avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer2021-05-041-0/+10
* avcodec: Remove remnants of user-visiable HW acceleration APIAndreas Rheinhardt2021-04-271-11/+0
* avcodec: Remove deprecated av_codec_get_tag_stringAndreas Rheinhardt2021-04-271-22/+0
* avcodec: Remove unneeded getters and settersAndreas Rheinhardt2021-04-271-18/+0
* avcodec/utils: Check ima wav duration for overflowMichael Niedermayer2021-04-201-1/+5
* avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer2021-03-191-825/+3
* avcodec: move AVCodecParameters related functions from util.c to a new fileJames Almer2021-03-191-173/+0
* lavc: drop unused argument from lock_avcodec()Anton Khirnov2021-03-161-3/+3
* lavc: drop ff_ prefix from ff_(un)lock_avcodecAnton Khirnov2021-03-161-6/+6
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-161-6/+0
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-161-41/+5
* lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov2021-03-161-163/+3
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-161-1/+1
* avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer2021-03-151-1/+1
* avcodec/utils: free last_pkt_props on avcodec_open2() failureJames Almer2021-03-031-0/+1
* avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer2021-03-031-7/+20
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-011-0/+1
* avcodec/utils: unbreak BINKAUDIO_DCT duration calculationPaul B Mahol2021-02-041-8/+4
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-261-5/+20
* avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer2021-01-231-1/+4
* avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer2020-12-191-1/+8
* avcodec/utils: Remove ff_codec_open2_recursive()Andreas Rheinhardt2020-12-041-12/+0
* avcodec/utils: Require a non zero channels unless AV_CODEC_CAP_CHANNEL_CONF i...Michael Niedermayer2020-11-281-0/+9