summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAge
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-22
* avcodec: Pass HDR10+ metadata to packet side data in VP9 encoderMohammad Izadi2021-06-24
* avcodec/decode: reindent after the previous commitJames Almer2021-06-21
* avcodec/decode: add an internal codec flag to signal a decoder sets all outpu...James Almer2021-06-21
* avcodec/decode: fetch packets from the pkt_props FIFO on every frame returnedJames Almer2021-06-21
* avcodec/decode: stop trying to initialize palette values in avcodec_default_g...James Almer2021-05-05
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated ASS with inline timingAndreas Rheinhardt2021-04-27
* avcodec: Factor updating palette outAndreas Rheinhardt2021-03-22
* avcodec/avcodec: Move decoder channel count check to ff_decode_preinitAndreas Rheinhardt2021-03-20
* avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init()Andreas Rheinhardt2021-03-20
* lavc: move decoder bsf init into decoder-specific codeAnton Khirnov2021-03-16
* lavc: factor decoder validation/setup from avcodec_open2()Anton Khirnov2021-03-16
* avcodec/decode: Remove outdated commentAndreas Rheinhardt2021-03-15
* avcodec/decode: ReindentationAndreas Rheinhardt2021-03-12
* avcodec/decode: Remove always-true checkAndreas Rheinhardt2021-03-12
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec/decode: Reindent after previous commitsAndreas Rheinhardt2021-03-09
* avcodec/decode: Don't needlessly copy side-data for subtitlesAndreas Rheinhardt2021-03-09
* avcodec/decode: Avoid stack packets when decoding subtitlesAndreas Rheinhardt2021-03-09
* avcodec/decode: Check size before opening iconvAndreas Rheinhardt2021-03-05
* avcodec/decode: Return early upon failureAndreas Rheinhardt2021-03-05
* avcodec/decode: constify the source packet parameter in extract_packet_props()James Almer2021-03-03
* avcodec/decode: port last_pkt_props to AVFifoBufferJames Almer2021-03-03
* lavc: shedule old encoding/decoding API for removalAnton Khirnov2021-01-26
* lavc/decode: move unrefcount_frame() right before its only callerAnton Khirnov2021-01-26
* avcodec/decode: set best_effort_timestamp on output frames for all decodersJames Almer2020-12-13
* avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN()Michael Niedermayer2020-10-20
* avcodec/decode: Consider discarded samples in max_samplesMichael Niedermayer2020-10-18
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-15
* libavcodec/decode: avoid UB when getting plane sizesBrian Kim2020-07-22
* API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang2020-07-15
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-22
* avcodec/decode: actually propagate AVHWAccel.alloc_frame() return valueJames Almer2020-06-04
* avcodec/decode: fix decoding when frames are allocated using AVHWAccel.alloc_...James Almer2020-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
* libavcodec/decode: Mark decode_simple_internal() as inlineMichael Niedermayer2020-05-12
* avcodec/decode: remove unused AVCodecInternal compat_decode fieldJames Almer2020-05-09
* avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint2020-05-02
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec: Add explicit capability flag for encoder flushingPhilip Langdale2020-04-15
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-10
* decode: make sure ff_get_buffer() cleans the frame on failureAnton Khirnov2020-04-10
* avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failedLimin Wang2020-03-22
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-10