summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-271-84/+0
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-221-0/+14
* avcodec/avcodec: Move decoder channel count check to ff_decode_preinitAndreas Rheinhardt2021-03-201-0/+5
* avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init()Andreas Rheinhardt2021-03-201-0/+35
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-161-1/+7
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-161-0/+41
* avcodec/decode: Remove outdated commentAndreas Rheinhardt2021-03-151-1/+0
* avcodec/decode: ReindentationAndreas Rheinhardt2021-03-121-25/+24
* avcodec/decode: Remove always-true checkAndreas Rheinhardt2021-03-121-2/+0
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-101-4/+5
* avcodec/decode: Reindent after previous commitsAndreas Rheinhardt2021-03-091-36/+36
* avcodec/decode: Don't needlessly copy side-data for subtitlesAndreas Rheinhardt2021-03-091-5/+0
* avcodec/decode: Avoid stack packets when decoding subtitlesAndreas Rheinhardt2021-03-091-28/+29
* avcodec/decode: Check size before opening iconvAndreas Rheinhardt2021-03-051-5/+4
* avcodec/decode: Return early upon failureAndreas Rheinhardt2021-03-051-4/+3
* avcodec/decode: constify the source packet parameter in extract_packet_props()James Almer2021-03-031-2/+2
* avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer2021-03-031-16/+34
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-261-0/+8
* lavc/decode: move unrefcount_frame() right before its only callerAnton Khirnov2021-01-261-46/+46
* avcodec/decode: set best_effort_timestamp on output frames for all decodersJames Almer2020-12-131-7/+4
* avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN()Michael Niedermayer2020-10-201-1/+2
* avcodec/decode: Consider discarded samples in max_samplesMichael Niedermayer2020-10-181-2/+9
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-151-9/+27
* libavcodec/decode: avoid UB when getting plane sizesBrian Kim2020-07-221-12/+11
* API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang2020-07-151-0/+1
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-221-1/+1
* avcodec/decode: actually propagate AVHWAccel.alloc_frame() return valueJames Almer2020-06-041-3/+5
* avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer2020-05-271-1/+2
* avcodec: move avcodec_flush_buffers from decode.c to utils.cJames Almer2020-05-241-44/+0
* avcodec/decode: remove ff_decode_bsfs_uninit()James Almer2020-05-211-6/+1
* libavcodec/decode: Mark decode_simple_internal() as inlineMichael Niedermayer2020-05-121-1/+1
* avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer2020-05-091-1/+0
* avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint2020-05-021-144/+22
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* avcodec: Add explicit capability flag for encoder flushingPhilip Langdale2020-04-151-0/+15
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-101-26/+84
* decode: make sure ff_get_buffer() cleans the frame on failureAnton Khirnov2020-04-101-22/+15
* avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failedLimin Wang2020-03-221-2/+2
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-101-0/+1
* avcodec/decode: replace avctx->internal with avci for better readabilityLimin Wang2020-01-071-25/+27
* avcodec/decode: Fix integer overflow in max_samples checkMichael Niedermayer2019-12-151-1/+1
* avcodec/decode: Also consider channels in max_samples checkMichael Niedermayer2019-11-091-1/+1
* avcodec/decode: fix indentationJun Zhao2019-10-061-1/+1
* avcodec/decode: Check max_samples in get_buffer_internal()Michael Niedermayer2019-09-251-0/+5
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-4/+4
* avcodec: remove some dead assignmentsMarton Balint2019-08-221-1/+0
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-201-1/+46
* lavc/decode: Initialize return value for get_format() failure.Carl Eugen Hoyos2018-12-101-0/+1
* lavc/decode: Fix the error number report if av_image_fill_pointers fail.Jun Zhao2018-10-301-1/+1
* Revert "avcodec/decode: copy the output parameters from the last bsf in the c...James Almer2018-10-241-4/+0