summaryrefslogtreecommitdiffstats
path: root/video/decode/gpu_memcpy_sse4.h
Commit message (Collapse)AuthorAgeFilesLines
* dxva2: gpu_memcpy: fix build for GCC 4.8.3James Ross-Gowan2014-10-261-3/+10
|
* dxva2: use optimized memcpyJames Ross-Gowan2014-10-261-0/+129
At least on my machine, reading back the frame with system memcpy is slower than just using software rendering. Use the optimized gpu_memcpy from LAV to speed things up.