aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-101-11/+2
* avcodec/utils: Fix ff_add_cpb_side_data() add twiceNicolas Gaullier2020-03-201-0/+5
* avcodec: add derf dpcm decoderPaul B Mahol2020-03-171-0/+1
* avcodec: add an AVCodecContext field to signal types of packet, frame, and co...James Almer2020-02-221-0/+3
* avcodec: fix pcm zork decoderPaul B Mahol2020-02-161-1/+0
* avcodec/utils: remove extra bracketsleozhang2020-02-011-2/+2
* avcodec/utils: replace avctx->internal with avci for better readabilityLimin Wang2020-01-101-30/+33
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* avcodec/utils: remove access of AV_SAMPLE_FMT_NBZhao Zhili2019-12-311-2/+2
* lavc/utils.c: fix code indentationsLinjie Fu2019-12-121-6/+6
* avcodec/utils: Check block_alignMichael Niedermayer2019-11-011-0/+5
* avcodec/utils: Check sample_rate before opening the decoderMichael Niedermayer2019-09-301-0/+5
* avcodec/utils: Optimize ff_color_frame() using memcpy()Michael Niedermayer2019-09-241-6/+12
* avcodec/utils: Use av_memcpy_backptr() in ff_color_frame()Michael Niedermayer2019-09-241-3/+3
* avcodec/utils: Check channels fully earlierMichael Niedermayer2019-09-201-2/+2
* libavcodec/utils: Free threads on init failureMichael Niedermayer2019-09-161-0/+3
* avcodec/utils: fix leak of subtitle_header on error pathMichael Niedermayer2019-07-251-0/+1
* avcodec/utils: Check close before calling itMichael Niedermayer2019-07-211-1/+1
* avcodec/utils, avcodec_open2: close codec on failureJames Zern2019-07-101-1/+4
* avcodec/utils: Check bits_per_coded_sampleMichael Niedermayer2019-06-261-0/+4
* avcodec/utils: remove commented out obsolete codePaul B Mahol2019-03-031-2/+0
* avcodec: add g732_1 parserPaul B Mahol2018-12-231-2/+0
* avcodec/utils : add ff_int_from_list_or_default funcMartin Vignali2018-12-041-0/+19
* avcodec/utils : add YUVA444P12 and YUVA422P12 to pixfmt who need height paddi...Martin Vignali2018-12-021-0/+4
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-261-0/+1
* avcodec/decode: flush the internal bsfs instead of constantly reinitalizing themJames Almer2018-08-161-0/+7
* avcodec/utils: report insane channel count errorsMarton Balint2018-07-131-0/+1
* lavc: implement an ATRAC9 decoderRostislav Pehlivanov2018-07-031-0/+1
* avcodec/utils: Enforce minimum width also for VP5/6Michael Niedermayer2018-04-131-1/+4
* lavc: add new API for iterating codecs and codec parsersJosh de Kock2018-02-061-99/+0
* avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-051-13/+0
* avcodec/utils: Avoid hardcoding duplicated types in sizeof()Michael Niedermayer2018-01-121-2/+2
* avcodec/util: use a mutex instead of atomics in avcodec_register()James Almer2018-01-051-3/+9
* lavc: remove complex debug code around avcodec init lockingwm42017-12-261-41/+14
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-261-11/+0