summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_vp9.c
Commit message (Collapse)AuthorAge
* vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje2017-03-28
| | | | | This allows vp9dsp.h to only include the VP9 types header, and not the decoder skeleton interface which is for hardware decoders (dxva2/vaapi).
* dxva2: use a single macro to test if the DXVA context is validSteve Lhomme2017-01-16
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: implement vp9 dxva2 hwaccelHendrik Leppkes2015-12-07