summaryrefslogtreecommitdiffstats
path: root/video/decode/dxva2.c
Commit message (Expand)AuthorAgeFilesLines
* dxva2: log more debug infoswm42016-01-111-11/+41
* dxva2: reject 10 bit HEVCwm42015-11-231-0/+4
* video: refactor GPU memcpy usagewm42015-09-251-57/+5
* vd_lavc: remove unneeded hwdec parameterswm42015-08-191-5/+2
* win32: revert wchar_t changeswm42015-08-011-2/+2
* win32: more wchar_t -> WCHAR replacementswm42015-07-301-2/+2
* dxva2: fix handling of cropped videowm42015-07-061-1/+5
* client API, dxva2: add a workaround for OpenGL fullscreen issueswm42015-07-031-0/+1
* vo_direct3d, dxva2: use the same D3D devicewm42015-07-031-0/+10
* dxva2: move device creation codewm42015-07-031-34/+50
* dxva2: support HEVCwm42015-05-141-1/+8
* dxva2: fix broken build with gcc 5.1Avi Halachmi (:avih)2015-04-241-0/+5
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macroswm42015-01-071-7/+2
* dxva2: copy mp_image attributes to sw_imgJames Ross-Gowan2015-01-071-0/+1
* dxva2: use gpu_memcpy with unmatched stridesJames Ross-Gowan2014-10-271-8/+29
* dxva2: fix copying surfaces with different strideJames Ross-Gowan2014-10-271-10/+18
* dxva2: fix crash on initialization failurewm42014-10-261-0/+2
* dxva2: use optimized memcpyJames Ross-Gowan2014-10-261-11/+35
* video: initial dxva2 supportwm42014-10-251-0/+606