summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/utils: Ensure linesize for SVQ3Michael Niedermayer2023-04-151-0/+3
* avcodec/utils: allocate a line more for VC1 and WMV3Michael Niedermayer2023-04-151-0/+1
* avcodec/utils: use 32pixel alignment for binkMichael Niedermayer2023-04-151-0/+2
* avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer2021-10-061-2/+4
* avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer2021-10-061-1/+1
* avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer2021-10-061-9/+17
* avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer2021-10-061-0/+10
* avcodec/utils: Check ima wav duration for overflowMichael Niedermayer2021-10-061-1/+5
* avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer2021-10-061-1/+1
* avcodec/utils: Also free encoder extradata on avcodec_open2() errorAndreas Rheinhardt2021-02-271-0/+4
* avcodec/utils: Don't forget cleaning up when allocating priv_data failsAndreas Rheinhardt2021-02-271-1/+1
* avcodec/utils: Improve check for freeing codec private optionsAndreas Rheinhardt2021-02-271-1/+1
* avcodec/utils: Only call codec->close if init has been calledAndreas Rheinhardt2021-02-271-2/+3
* avcodec/utils: Check for integer overflow in get_audio_frame_duration() for A...Michael Niedermayer2021-02-021-1/+4
* avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer2021-02-021-1/+8
* avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in ...Michael Niedermayer2021-02-021-1/+4
* avcodec/utils: Check for overflow with ATRAC* in get_audio_frame_duration()Michael Niedermayer2021-02-021-1/+4
* 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