summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/decode: Reset *got_sub_ptr on errorAndreas Rheinhardt2021-12-161-2/+2
* avcodec/decode: Fix leaks upon subtitle decoding errorsAndreas Rheinhardt2021-12-161-5/+8
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-031-3/+1
* avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt2021-11-071-2/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-0/+4
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-241-0/+1
* avcodec/decode: reindent after the previous commitJames Almer2021-06-211-28/+28
* avcodec/decode: add an internal codec flag to signal a decoder sets all outpu...James Almer2021-06-211-2/+9
* avcodec/decode: fetch packets from the pkt_props FIFO on every frame returnedJames Almer2021-06-211-4/+4
* avcodec/decode: stop trying to initialize palette values in avcodec_default_g...James Almer2021-05-051-2/+0
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-6/+7
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-4/+1
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-11/+0
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-271-155/+0
* 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