mpv/video/decode
wm4 aae9af348e video: have a generic context struct for hwdec backends
Before this commit, each hw backend had their own specific struct types
for context, and some, like VDA, had none at all. Add a context struct
(mp_hwdec_ctx) that provides a somewhat generic way to pass the hwdec
context around. Some things get slightly better, some slightly more
verbose.

mp_hwdec_info is still around; it's still needed, but is reduced to its
role of handling delayed loading of the hwdec backend.
2015-01-22 15:32:23 +01:00
..
dec_video.c
dec_video.h
dxva2.c win32: request UTF-16 API variants, Vista+ APIs, and COM C macros 2015-01-07 21:42:44 +01:00
gpu_memcpy_sse4.h dxva2: gpu_memcpy: fix build for GCC 4.8.3 2014-10-26 13:56:41 +01:00
lavc.h
vaapi.c video: have a generic context struct for hwdec backends 2015-01-22 15:32:23 +01:00
vd.h
vd_lavc.c player: print used number of threads in verbose mode 2015-01-05 12:17:55 +01:00
vda.c
vdpau.c video: have a generic context struct for hwdec backends 2015-01-22 15:32:23 +01:00