summaryrefslogtreecommitdiff
path: root/avconv_dxva2.c
Commit message (Collapse)AuthorAge
* avconv_dxva2: use the hwcontext device creation APIAnton Khirnov2016-05-25
|
* avconv_dxva2: use the hwcontext APIAnton Khirnov2016-05-17
|
* avconv_dxva2: add hevc supportHendrik Leppkes2015-01-27
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv_dxva2: define all used GUIDs directly instead of relying on the ↵Hendrik Leppkes2014-04-29
| | | | | | | | | | dxva2api.h header This avoids issues with inconsistent headers with different versions of mingw-w64 and older MSVC variants. Fixes FATE builds of MSVC 2010. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-28
Signed-off-by: Anton Khirnov <anton@khirnov.net>