summaryrefslogtreecommitdiff
path: root/libavcodec/decode.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* lavc/decode: move sd_global_map to avcodecAnton Khirnov2024-03-28
* avcodec/decode: log hwaccel nameZhao Zhili2024-03-22
* lavc: add content light/mastering display side data wrappersAnton Khirnov2024-03-08
* avcodec: add internal side data wrappersNiklas Haas2024-03-08
* lavc: add a decoder option for configuring side data preferenceAnton Khirnov2024-03-08
* lavc: move AVCodecContext.pts_correction* to DecodeContextAnton Khirnov2024-03-07
* avutil: remove deprecated FF_API_REORDERED_OPAQUEJames Almer2024-03-07
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-07
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-07
* avcodec: remove deprecated FF_API_AVCTX_FRAME_NUMBERJames Almer2024-03-07
* avcodec/decode: remove HDR10+ from the global side data arrayJames Almer2024-03-05
* avcodec/decode: Improve validity check a bitAndreas Rheinhardt2024-03-01
* avcodec: add ambient viewing environment packet side data.Damiano Galassi2024-02-04
* avcodec/decode: validate hw_frames_ctx when AVHWAccel.free_frame_priv is usedDmitry Rogozhkin2023-11-22
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-07
* avcodec/decode: propagate global side data to framesJames Almer2023-10-06
* avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side dataJames Almer2023-10-06
* avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusionsAndreas Rheinhardt2023-10-03
* avcodec/decode: use ff_icc_profile_sanitizeNiklas Haas2023-10-03
* avcodec/decode: reduce scope of a variable in ff_decode_frame_props()James Almer2023-09-30
* avcodec/decode: EAGAIN is not fully supported in decode_simple_internal()Michael Niedermayer2023-09-19
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccelAndreas Rheinhardt2023-08-07
* avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s taskAndreas Rheinhardt2023-08-07
* avcodec/decode: consistently set channel info when parsing param change side ...James Almer2023-07-25
* avcodec/decode: factor out filling frame propsJames Almer2023-07-17
* lavc: deprecate AV_CODEC_FLAG_DROPCHANGEDAnton Khirnov2023-07-15
* avcodec/decode: use the correct function nameJames Almer2023-07-14
* avcodec/decode: fill missing frame fields for all decodersJames Almer2023-07-14
* avcodec/decode: check the output frame for discard samples with all decodersJames Almer2023-07-14
* avcodec/decode: simplify applying or exporting skip samplesJames Almer2023-07-14
* avcodec/decode: move processing discard samples to its own functionJames Almer2023-07-14
* avcodec/decode: don't reject flush packets when buffer_pkt is not emptyJames Almer2023-07-12
* avcodec/decode: Return EAGAIN instead of discarding unused packetAndreas Rheinhardt2023-07-10
* lavc/decode: do not perform decoding when sending draining packetsAnton Khirnov2023-07-07
* lavc/decode: move submitting input packets to bitstream filtersAnton Khirnov2023-07-07
* lavc/decode: track whether the caller started draining with a separate flagAnton Khirnov2023-07-07
* lavc: add generic-decode-layer private dataAnton Khirnov2023-07-07
* lavc: reindent after previous commitAnton Khirnov2023-07-07
* lavc/avcodec: split flushing into decode- and encode-specific functionsAnton Khirnov2023-07-07
* lavc: add a header for internal generic-layer APIsAnton Khirnov2023-07-07
* avcodec/decode: Preserve AFD side data when going from AVPacket to AVFrameDevin Heitmueller2023-07-02
* avcodec: add AVHWAccel.free_frame_priv callbackLynne2023-05-29
* lavc/decode: allow to allocate hwaccel_priv_data earlyLynne2023-05-29
* lavc/decode: stop duplicating code from hwaccel_uninit()Anton Khirnov2023-05-29
* lavc/decode: pass AVHWAccel instead of AVCodecHWConfigInternal to hwaccel_init()Anton Khirnov2023-05-29
* lavc/decode: drop a useless warningAnton Khirnov2023-05-15
* avutil/frame: deprecate key_frameJames Almer2023-05-04
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04