summaryrefslogtreecommitdiff
path: root/ffmpeg_dxva2.c
Commit message (Collapse)AuthorAge
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-27
| | | | | | | | | | | | | | | This also adds support to avconv (which is trivial due to the new hwaccel API being generic enough). The new decoder setup code in dxva2.c is significantly based on work by Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites. Merges Libav commit f9e7a2f95a7194a8736cc1416a03a1a0155a3e9f. Also adds untested VP9 support. The check for DXVA2 COBJs is removed. Just update your MinGW to something newer than a 5 year old release. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Merge commit '18c506e9e6e8df8b1d496d093077b8240ea68c28'Hendrik Leppkes2016-06-26
| | | | | | | * commit '18c506e9e6e8df8b1d496d093077b8240ea68c28': avconv_dxva2: use the hwcontext device creation API Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* Merge commit 'b23613268c6b56a8f9de7859562d82b4b88353d9'Hendrik Leppkes2016-06-22
| | | | | | | * commit 'b23613268c6b56a8f9de7859562d82b4b88353d9': avconv_dxva2: use the hwcontext API Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* ffmpeg_dxva2: add a profile check for hevcHendrik Leppkes2016-02-15
|
* ffmpeg_dxva2: support hevc main10 decodingHendrik Leppkes2016-02-15
|
* ffmpeg_dxva2: support vp9 hwaccelHendrik Leppkes2015-12-07
|
* ffmpeg_dxva2: call GetDesktopWindow() in place of GetShellWindow()Stefano Sabatini2015-06-03
| | | | | This fixes compilation with latest MinGW, it does not seem to affect MSYS2/MinGW-64.
* ffmpeg_dxva2: add hevc supportHendrik Leppkes2015-01-27
| | | | | Reviewed-by: compn <tempn@mi.rr.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'a7c5fddac8137654cb503295c4dfb6492df43643'Michael Niedermayer2014-04-30
| | | | | | | * commit 'a7c5fddac8137654cb503295c4dfb6492df43643': avconv_dxva2: define all used GUIDs directly instead of relying on the dxva2api.h header Merged-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg_dxva2: fix mixing of declarations and statementsMichael Niedermayer2014-04-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'Michael Niedermayer2014-04-29
* commit '35177ba77ff60a8b8839783f57e44bcc4214507a': avconv: add support for DXVA2 decoding Conflicts: Makefile configure Merged-by: Michael Niedermayer <michaelni@gmx.at>