summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.c
Commit message (Expand)AuthorAge
* 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
* avcodec/av1dec: expose skip mode frame indexTimo Rothenpieler2020-11-11
* avcodec: add av1 VAAPI decoderFei Wang2020-11-02
* avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame noneJames Almer2020-10-28
* avcodec/av1dec: don't derive loop filter delta parametersJames Almer2020-10-28
* avcodec/av1dec: Check for unset obu instead of crashingMichael Niedermayer2020-10-26
* avcodec/av1dec: add cur_frame.spatial_id and temporal_id to AV1FrameJames Almer2020-10-16
* avcodec/av1dec: avoid probing with av1decJames Almer2020-10-06
* avcodec/av1dec: partially clean state on frame decoding errorsJames Almer2020-10-04
* avcodec/av1dec: call ff_cbs_flush() on decoder flushJames Almer2020-09-29
* avcodec/av1dec: fix check for active sequence headerJames Almer2020-09-29
* avcodec/av1dec: parse dimensions from the sequence header in extradataJames Almer2020-09-29
* avcodec/av1dec: Check tiles sizes, fix assert, don't read bytes bitwiseAndreas Rheinhardt2020-09-18
* avcodec/av1dec: Remove redundant second freeAndreas Rheinhardt2020-09-17
* avcodec/av1dec: Fix segfault upon allocation errorAndreas Rheinhardt2020-09-17
* avcodec/av1dec: fix setting pix_fmtJames Almer2020-09-12
* avcodec/av1dec: update reference frame state on show_existing_frameJames Almer2020-09-12
* avcodec/av1dec: set chroma_sample_locationJames Almer2020-09-12
* avcodec/av1dec: use av_cmp_q() to compare aspect ratioJames Almer2020-09-12
* avcodec: add AV1 hardware accelerated decoderFei Wang2020-09-12