| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/av1dec: add an option to select an operating point | James Almer | 2021-01-04 | 1 | -0/+27 |
* | Mark some pointers as const | Andreas Rheinhardt | 2021-01-01 | 1 | -1/+1 |
* | avcodec/av1dec: support exporting Film Grain params as frame side data | James Almer | 2020-12-16 | 1 | -0/+69 |
* | avcodec/nvdec: Add support for decoding monochrome av1 | Philip Langdale | 2020-12-06 | 1 | -3/+16 |
* | avcodec/av1dec: Fix leak in case of failure | Andreas Rheinhardt | 2020-12-05 | 1 | -9/+11 |
* | avcodec/av1dec: infer and store film grain param values in AV1Frame | James Almer | 2020-11-30 | 1 | -0/+25 |
* | avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codec | Jan Ekström | 2020-11-24 | 1 | -2/+3 |
* | avcodec/av1dec: remove order_hint from AV1Frame | James Almer | 2020-11-13 | 1 | -6/+2 |
* | avcodec/av1dec: add a reference to the raw frame header to AV1Frames | James Almer | 2020-11-13 | 1 | -0/+14 |
* | avcodec/dxva2: add AV1 decode support | Hendrik Leppkes | 2020-11-12 | 1 | -1/+27 |
* | avcodec/nvdec: add av1 hwaccel | Timo Rothenpieler | 2020-11-11 | 1 | -1/+10 |
* | avcodec/av1dec: expose coded_lossless | Timo Rothenpieler | 2020-11-11 | 1 | -0/+33 |
* | avcodec/av1dec: expose skip mode frame index | Timo Rothenpieler | 2020-11-11 | 1 | -0/+82 |
* | avcodec: add av1 VAAPI decoder | Fei Wang | 2020-11-02 | 1 | -1/+17 |
* | avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame none | James Almer | 2020-10-28 | 1 | -2/+11 |
* | avcodec/av1dec: don't derive loop filter delta parameters | James Almer | 2020-10-28 | 1 | -60/+0 |
* | avcodec/av1dec: Check for unset obu instead of crashing | Michael Niedermayer | 2020-10-26 | 1 | -1/+6 |
* | avcodec/av1dec: add cur_frame.spatial_id and temporal_id to AV1Frame | James Almer | 2020-10-16 | 1 | -0/+7 |
* | avcodec/av1dec: avoid probing with av1dec | James Almer | 2020-10-06 | 1 | -1/+1 |
* | avcodec/av1dec: partially clean state on frame decoding errors | James Almer | 2020-10-04 | 1 | -0/+5 |
* | avcodec/av1dec: call ff_cbs_flush() on decoder flush | James Almer | 2020-09-29 | 1 | -0/+2 |
* | avcodec/av1dec: fix check for active sequence header | James Almer | 2020-09-29 | 1 | -1/+1 |
* | avcodec/av1dec: parse dimensions from the sequence header in extradata | James Almer | 2020-09-29 | 1 | -0/+10 |
* | avcodec/av1dec: Check tiles sizes, fix assert, don't read bytes bitwise | Andreas Rheinhardt | 2020-09-18 | 1 | -20/+20 |
* | avcodec/av1dec: Remove redundant second free | Andreas Rheinhardt | 2020-09-17 | 1 | -3/+1 |
* | avcodec/av1dec: Fix segfault upon allocation error | Andreas Rheinhardt | 2020-09-17 | 1 | -4/+2 |
* | avcodec/av1dec: fix setting pix_fmt | James Almer | 2020-09-12 | 1 | -14/+15 |
* | avcodec/av1dec: update reference frame state on show_existing_frame | James Almer | 2020-09-12 | 1 | -7/+17 |
* | avcodec/av1dec: set chroma_sample_location | James Almer | 2020-09-12 | 1 | -0/+9 |
* | avcodec/av1dec: use av_cmp_q() to compare aspect ratio | James Almer | 2020-09-12 | 1 | -2/+1 |
* | avcodec: add AV1 hardware accelerated decoder | Fei Wang | 2020-09-12 | 1 | -0/+852 |