<br><br><div class="gmail_quote">On Mon, Apr 22, 2013 at 4:10 PM, Lars Hammarstrand <span dir="ltr"><<a href="mailto:lars.hammarstrand@gmail.com" target="_blank">lars.hammarstrand@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="im"><div>></div>> You do realize that ffmpeg (the application) does not<span style="color:rgb(80,0,80)"> </span>suport dxva2 ?<br></div><div class="gmail_extra"><div class="gmail_quote"><div>
></div><div><br></div>
<div>Sorry my bad - I meant libs, not the apps. Hopefully it's not the same story with the libs regarding dxva2.</div><div class="im"><div><br></div><div>></div><div>> Other players like VLC should however be fine, if build with a proper toolchain which includes the DXVA2 headers required (say mingw-w64)<br>
><br>> If the toolchain provides dxva2 headers, no config flags should be required and support enabled automatically in avcodec.<br></div><div><br></div></div><div>The toolchain for xbmc does but we don't get it to work that's why i was wondering about this patch: <a href="http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2013-March/139852.html" target="_blank">http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2013-March/139852.html</a>. Aware of any apps that successfully utilizes dxva2 with current ffmpeg head (or 1.2)?</div>
<br></div></div></div></blockquote></div><br>VLC should work, and my set of DirectShow decoders also does (<a href="http://code.google.com/p/lavfilters/">http://code.google.com/p/lavfilters/</a>)<br><br>There was a bug a short while back which required you to pass --enable-dxva2 to configure because the auto-detection was faulty, but this was fixed in HEAD, and hopefully backported to 1.2 (not sure on this part).<br>