<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
Laurent Aimar wrote:
<blockquote cite="mid:20091125213629.GA30749@via.ecp.fr" type="cite">
  <pre wrap="">Hi,

On Wed, Nov 25, 2009, git version control wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">vlc | branch: master | Laurent Aimar <a class="moz-txt-link-rfc2396E" href="mailto:fenrir@videolan.org"><fenrir@videolan.org></a> | Sat Nov 14 11:19:04 2009 +0100| [e0028dbfcdf1671fb4c503336fe10684d3724d51] | committer: Laurent Aimar 

Added DXVA2 support to our avcodec wrapper.

It is not yet activated (the build system part is missing).
    </pre>
  </blockquote>
  <pre wrap=""><!---->In order to test it, for now you have to:
 - apply the attached patch ffmpeg-dxva2.patch to a ffmpeg
 - make the attached header dxva2api.h available to vlc and ffmpeg (/usr/win32/include)
 - define HAVE_AVCODEC_DXVA2 to 1.

Regards,
  </pre>
</blockquote>
<br>
Looking really good!!<br>
********<br>
avcodec debug: libavcodec initialized (interface 0x342600)<br>
avcodec debug: Available decoder output format 61 (Unknown)<br>
avcodec debug: Trying DXVA2<br>
avcodec debug: DLLs loaded<br>
avcodec debug: D3dCreateDevice succeed<br>
avcodec debug: OurDirect3DCreateDeviceManager9 Success!<br>
avcodec info: obtained IDirect3DDeviceManager9<br>
avcodec info: DXVA2CreateVideoService Success!<br>
avcodec debug: - 'DXVA2_ModeMPEG2_IDCT' is supported by hardware<br>
avcodec warning: - Unknown GUID = 5B23D46D-fa5f-4fdc-XXXX<br>
<br>
avcodec error: DxFindVideoServiceConversion failed<br>
avcodec warning: Failed to open DXVA2<br>
avcodec debug: Available decoder output format 53 (PIX_FMT_VAAPI_VLD)<br>
avcodec debug: Available decoder output format 0 (PIX_FMT_YUV420P)<br>
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started<br>
main debug: using decoder module "avcodec"<br>
********<br>
Here my old graphics card doesn't support H264 VLD.<br>
<br>
Regards,<br>
</body>
</html>