summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_av1.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/av1_vaapi: fixed a decoding corruption issueRuijing Dong2022-11-041-1/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-21/+23
* avcodec/av1_vaapi: improve decode qualityFei Wang2021-10-161-27/+41
* avcodec/av1_vaapi: enable segmentation featuresFei Wang2021-10-161-0/+14
* avcodec/av1_vaapi: setting 2 output surface for film grainFei Wang2021-10-161-7/+108
* avcodec/av1_vaapi: add gm params valid checkFei Wang2021-10-161-1/+2
* avcodec/vaapi_av1: pass full buffer size for each tileFei Wang2021-05-201-1/+1
* avcodec/av1dec: support exporting Film Grain params as frame side dataJames Almer2020-12-161-3/+5
* avcodec/vaapi_av1: fill the remaining VAFilmGrainStructAV1 fieldsJames Almer2020-12-091-9/+51
* avcodec/vaapi_av1: read film grain param values from AV1FramesJames Almer2020-11-301-1/+1
* avcodec/cbs_av1: split film grain param fields into their own structJames Almer2020-11-301-8/+9
* avcodec: add av1 VAAPI decoderFei Wang2020-11-021-0/+274