summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAge
* 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
* avcodec/utils: report insane channel count errorsMarton Balint2018-07-13
* lavc: implement an ATRAC9 decoderRostislav Pehlivanov2018-07-03
* avcodec/utils: Enforce minimum width also for VP5/6Michael Niedermayer2018-04-13
* lavc: add new API for iterating codecs and codec parsersJosh de Kock2018-02-06
* avcodec/me_cmp: remove ff_me_cmp_init_static()Muhammad Faiz2018-02-05
* avcodec/utils: Avoid hardcoding duplicated types in sizeof()Michael Niedermayer2018-01-12
* avcodec/util: use a mutex instead of atomics in avcodec_register()James Almer2018-01-05
* lavc: remove complex debug code around avcodec init lockingwm42017-12-26
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-26
* lavc: replace and deprecate the lock managerwm42017-12-26
* Revert "libavcodec/utils.c: simplify avcodec locking with atomics"Hendrik Leppkes2017-12-11
* lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson2017-11-26
* lavc: Add codec metadata to indicate hardware supportMark Thompson2017-11-26
* libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov2017-11-26
* lavc/utils.c: use C11 atomics for entangled thread handlingRostislav Pehlivanov2017-11-26
* avcodec: deprecate getters and setters for AVCodecContext and AVCodec fieldsJames Almer2017-11-15