summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* avcodec/utils: free last_pkt_props on avcodec_open2() failureJames Almer2021-03-03
* avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer2021-03-03
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-01
* avcodec/utils: unbreak BINKAUDIO_DCT duration calculationPaul B Mahol2021-02-04
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-26
* avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer2021-01-23
* avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer2020-12-19
* avcodec/utils: Remove ff_codec_open2_recursive()Andreas Rheinhardt2020-12-04
* avcodec/utils: Require a non zero channels unless AV_CODEC_CAP_CHANNEL_CONF i...Michael Niedermayer2020-11-28
* avcodec: deprecate thread_safe_callbacksAnton Khirnov2020-11-27
* avcodec/utils: clear the packet props queue on flushingJames Almer2020-11-09
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-09
* avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen2020-11-09
* avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample()Zane van Iperen2020-11-03
* avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer2020-10-29
* lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov2020-10-28
* avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration()Michael Niedermayer2020-10-17
* avcodec/utils: add missing FF_API_TAG_STRING checkJames Almer2020-10-01
* avcodec/utils: ReindentationAndreas Rheinhardt2020-10-01
* avcodec/utils: Also free encoder extradata on avcodec_open2() errorAndreas Rheinhardt2020-10-01
* avcodec/utils: Don't forget cleaning up when allocating priv_data failsAndreas Rheinhardt2020-10-01
* avcodec/utils: Improve check for freeing codec private optionsAndreas Rheinhardt2020-10-01
* avcodec/utils: Remove always-true checkAndreas Rheinhardt2020-10-01
* avcodec/utils: Only call codec->close if init has been calledAndreas Rheinhardt2020-09-29
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-15
* avcodec/utils: make the src paramater for ff_thread_ref_frame constJames Almer2020-09-11
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-11
* avcodec: add FastAudio decoderPaul B Mahol2020-09-03
* avcodec: add ADPCM IMA MOFLEX decoderPaul B Mahol2020-09-03
* avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang2020-08-16
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-15
* avcodec: add adpcm_argo encoderZane van Iperen2020-08-07
* avcodec: add adpcm_ima_apm encoderZane van Iperen2020-07-21
* avcodec/utils: add ff_alloc_timecode_sei() for hevc timecode seiLimin Wang2020-06-28
* avcodec/encode: restructure the old encode APIJames Almer2020-06-18
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-18
* avcodec: add adpcm_ima_ssi encoderZane van Iperen2020-05-27
* avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer2020-05-24
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-21
* avcodec/utils: simplify, remove duplicate codeLimin Wang2020-05-05
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-10
* avcodec/utils: Fix ff_add_cpb_side_data() add twiceNicolas Gaullier2020-03-20
* avcodec: add derf dpcm decoderPaul B Mahol2020-03-17
* avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer2020-02-22
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-16
* avcodec/utils: remove extra bracketsleozhang2020-02-01
* avcodec/utils: replace avctx->internal with avci for better readabilityLimin Wang2020-01-10
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* avcodec/utils: remove access of AV_SAMPLE_FMT_NBZhao Zhili2019-12-31