Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-27dxva: add support for new dxva2 and d3d11 hwaccel APIswm4
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>
2016-06-26Merge commit '18c506e9e6e8df8b1d496d093077b8240ea68c28'Hendrik Leppkes
* commit '18c506e9e6e8df8b1d496d093077b8240ea68c28': avconv_dxva2: use the hwcontext device creation API Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-06-23Merge commit 'b23613268c6b56a8f9de7859562d82b4b88353d9'Hendrik Leppkes
* commit 'b23613268c6b56a8f9de7859562d82b4b88353d9': avconv_dxva2: use the hwcontext API Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-02-15ffmpeg_dxva2: add a profile check for hevcHendrik Leppkes
2016-02-15ffmpeg_dxva2: support hevc main10 decodingHendrik Leppkes
2015-12-07ffmpeg_dxva2: support vp9 hwaccelHendrik Leppkes
2015-06-03ffmpeg_dxva2: call GetDesktopWindow() in place of GetShellWindow()Stefano Sabatini
This fixes compilation with latest MinGW, it does not seem to affect MSYS2/MinGW-64.
2015-01-27ffmpeg_dxva2: add hevc supportHendrik Leppkes
Reviewed-by: compn <tempn@mi.rr.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-30Merge commit 'a7c5fddac8137654cb503295c4dfb6492df43643'Michael Niedermayer
* commit 'a7c5fddac8137654cb503295c4dfb6492df43643': avconv_dxva2: define all used GUIDs directly instead of relying on the dxva2api.h header Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-29ffmpeg_dxva2: fix mixing of declarations and statementsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-29Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'Michael Niedermayer
* commit '35177ba77ff60a8b8839783f57e44bcc4214507a': avconv: add support for DXVA2 decoding Conflicts: Makefile configure Merged-by: Michael Niedermayer <michaelni@gmx.at>