summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* avcodec: Remove remnants of user-visiable HW acceleration APIAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated av_codec_get_tag_stringAndreas Rheinhardt2021-04-27
* avcodec: Remove unneeded getters and settersAndreas Rheinhardt2021-04-27
* avcodec/utils: Check ima wav duration for overflowMichael Niedermayer2021-04-20
* avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer2021-03-19
* avcodec: move AVCodecParameters related functions from util.c to a new fileJames Almer2021-03-19
* lavc: drop unused argument from lock_avcodec()Anton Khirnov2021-03-16
* lavc: drop ff_ prefix from ff_(un)lock_avcodecAnton Khirnov2021-03-16
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-16
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-16
* lavc: factor out encoder init/validation from avcodec_open2()Anton Khirnov2021-03-16
* lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal capAnton Khirnov2021-03-16
* avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer2021-03-15
* 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