]> git.sesse.net Git - ffmpeg/commit
lavc: Rewrite VAAPI decode infrastructure
authorMark Thompson <sw@jkqxz.net>
Sat, 6 Aug 2016 17:18:40 +0000 (18:18 +0100)
committerMark Thompson <sw@jkqxz.net>
Tue, 30 Aug 2016 20:45:59 +0000 (21:45 +0100)
commit123ccd07c55ccf075cc5daf5581237fbccb86bdb
treeabb0ac12c6b459fc8aa1b1c157bd01460de3de2d
parent72eba6558ee4f10239ba3f472c0b033ec70082a7
lavc: Rewrite VAAPI decode infrastructure

Moves much of the setup logic for VAAPI decoding into lavc; the user
now need only provide the hw_frames_ctx.
libavcodec/Makefile
libavcodec/vaapi_decode.c [new file with mode: 0644]
libavcodec/vaapi_decode.h [new file with mode: 0644]