summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-271-0/+13
* avcodec/utils: clear the packet props queue on flushingJames Almer2020-11-091-0/+4
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-091-0/+1
* avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen2020-11-091-1/+1
* avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample()Zane van Iperen2020-11-031-0/+1
* avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer2020-10-291-1/+4
* lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov2020-10-281-23/+0
* avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration()Michael Niedermayer2020-10-171-1/+4
* avcodec/utils: add missing FF_API_TAG_STRING checkJames Almer2020-10-011-0/+2
* avcodec/utils: ReindentationAndreas Rheinhardt2020-10-011-11/+11
* avcodec/utils: Also free encoder extradata on avcodec_open2() errorAndreas Rheinhardt2020-10-011-0/+4
* avcodec/utils: Don't forget cleaning up when allocating priv_data failsAndreas Rheinhardt2020-10-011-1/+1
* avcodec/utils: Improve check for freeing codec private optionsAndreas Rheinhardt2020-10-011-1/+1
* avcodec/utils: Remove always-true checkAndreas Rheinhardt2020-10-011-2/+1
* avcodec/utils: Only call codec->close if init has been calledAndreas Rheinhardt2020-09-291-2/+3
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-151-0/+3
* avcodec/utils: make the src paramater for ff_thread_ref_frame constJames Almer2020-09-111-1/+1
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-111-2/+2
* avcodec: add FastAudio decoderPaul B Mahol2020-09-031-0/+2
* avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol2020-09-031-0/+2
* avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang2020-08-161-1/+12
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-151-43/+0
* avcodec: add adpcm_argo encoderZane van Iperen2020-08-071-0/+1
* avcodec: add adpcm_ima_apm encoderZane van Iperen2020-07-211-0/+1
* avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang2020-06-281-0/+63
* avcodec/encode: restructure the old encode APIJames Almer2020-06-181-2/+6
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-3/+7
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-271-0/+1
* avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer2020-05-241-0/+44
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-211-2/+2
* avcodec/utils: simplify, remove duplicate codeLimin Wang2020-05-051-26/+3
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1