summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.c
Commit message (Expand)AuthorAge
* 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