summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAge
* lavc: convert frame threading to the receive_frame() patternthread_receiveAnton Khirnov2022-08-01
* avcodec/aacdec: remove skip samples multiplierJames Almer2022-07-22
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt2022-05-12
* lavc/avcodec: only allocate decoding packets for decodersAnton Khirnov2022-05-11
* lavc/encode: add an encoder-specific get_buffer() variantAnton Khirnov2022-05-11
* lavc: move default get_buffer2() to its own fileAnton Khirnov2022-04-13
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* lavc: drop temporary compat wrappers for channel layout API changeAnton Khirnov2022-03-15
* lavc: switch to the new channel layout APIVittorio Giovara2022-03-15
* lavc: deprecate channel count/layout changing side dataAnton Khirnov2022-03-15
* lavc/avcodec: switch to new FIFO APIAnton Khirnov2022-02-07
* avcodec/decode: ignore unsupported skip samples packet side data valuesJames Almer2022-02-05
* avcodec/decode: Reset *got_sub_ptr on errorAndreas Rheinhardt2021-12-16
* avcodec/decode: Fix leaks upon subtitle decoding errorsAndreas Rheinhardt2021-12-16
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* avcodec/internal: Allow receive_frame codecs to use decode_simple pktAndreas Rheinhardt2021-11-07
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20
* 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