summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* lavc/utils.c: fix code indentationsLinjie Fu2019-12-12
* avcodec/utils: Check block_alignMichael Niedermayer2019-11-01
* avcodec/utils: Check sample_rate before opening the decoderMichael Niedermayer2019-09-30
* avcodec/utils: Optimize ff_color_frame() using memcpy()Michael Niedermayer2019-09-24
* avcodec/utils: Use av_memcpy_backptr() in ff_color_frame()Michael Niedermayer2019-09-24
* avcodec/utils: Check channels fully earlierMichael Niedermayer2019-09-20
* libavcodec/utils: Free threads on init failureMichael Niedermayer2019-09-16
* avcodec/utils: fix leak of subtitle_header on error pathMichael Niedermayer2019-07-25
* avcodec/utils: Check close before calling itMichael Niedermayer2019-07-21
* avcodec/utils, avcodec_open2: close codec on failureJames Zern2019-07-10
* avcodec/utils: Check bits_per_coded_sampleMichael Niedermayer2019-06-26
* avcodec/utils: remove commented out obsolete codePaul B Mahol2019-03-03
* avcodec: add g732_1 parserPaul B Mahol2018-12-23
* avcodec/utils : add ff_int_from_list_or_default funcMartin Vignali2018-12-04
* avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height paddi...Martin Vignali2018-12-02
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-26
* avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-16