summaryrefslogtreecommitdiff
path: root/ffmpeg_dxva2.c
Commit message (Collapse)AuthorAge
* 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>