summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.c
Commit message (Expand)AuthorAge
* 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/av1dec: remove FF_CODEC_CAP_SETS_PKT_DTS flagJames Almer2023-07-11
* avcodec/av1dec: reset the fragment on extradata reading failureJames Almer2023-06-02
* avcodec/av1dec: reset the fragment on reading failureJames Almer2023-06-02
* av1dec: add Vulkan hwaccelLynne2023-05-29
* av1: set skip mode frames properlyDave Airlie2023-05-29
* avcodec: add AVHWAccel.flush callbackLynne2023-05-29
* avcodec: add AVHWAccel.free_frame_priv callbackLynne2023-05-29
* avcodec/av1dec: convert to receive_frame()James Almer2023-05-25
* lavc/av1*: fix exporting framerateAnton Khirnov2023-05-15
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec/avutil: move dynamic HDR10+ metadata parsing to libavutilRaphaël Zumer2023-03-21
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-20
* avcodec/av1dec: Fix unintended fallthroughAndreas Rheinhardt2023-03-15
* avcodec/av1dec: make CBS parse only the OBU types we care aboutJames Almer2023-03-10
* avcodec/av1dec: parse and export Metadata OBUsJames Almer2023-03-10
* av1dec: fix comment typoTristan Matthews2022-12-13
* av1dec: fix typo in logged errorTristan Matthews2022-12-13
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_set_sar() to decode.hAndreas Rheinhardt2022-08-27
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* AV1 VDPAU hwaccel Decode supportManojGuptaBonda2022-06-25
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* Revert "avcodec/av1dec: Check tile_cols"James Almer2022-03-23
* avcodec/av1: only set the private context pix_fmt field if get_pixel_format()...James Almer2022-03-23
* avcodec/av1dec: Check tile_colsMichael Niedermayer2022-03-21
* 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
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* avcodec/av1dec: honor the requested skip_frame levelJames Almer2022-01-11
* lavc/av1dec: use frame split bsfFei Wang2022-01-07
* avcodec/av1dec: support setup shear processFei Wang2021-10-16
* avcodec/av1: signal the presence of Film Grain in the decoder contextJames Almer2021-08-24
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/av1dec: add an option to select an operating pointJames Almer2021-01-04
* Mark some pointers as constAndreas Rheinhardt2021-01-01
* avcodec/av1dec: support exporting Film Grain params as frame side dataJames Almer2020-12-16
* avcodec/nvdec: Add support for decoding monochrome av1Philip Langdale2020-12-06
* avcodec/av1dec: Fix leak in case of failureAndreas Rheinhardt2020-12-05
* avcodec/av1dec: infer and store film grain param values in AV1FrameJames Almer2020-11-30
* avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codecJan Ekström2020-11-24
* avcodec/av1dec: remove order_hint from AV1FrameJames Almer2020-11-13
* avcodec/av1dec: add a reference to the raw frame header to AV1FramesJames Almer2020-11-13
* avcodec/dxva2: add AV1 decode supportHendrik Leppkes2020-11-12
* avcodec/nvdec: add av1 hwaccelTimo Rothenpieler2020-11-11
* avcodec/av1dec: expose coded_losslessTimo Rothenpieler2020-11-11