[FFmpeg-devel] [PATCH] H264 DXVA2 implementation

Laurent Aimar fenrir
Wed Jan 6 21:51:36 CET 2010


Hi,

 The attached path allows VLD H264 decoding using DXVA2 (GPU assisted
decoding API under VISTA and Windows 7).
 It is implemented by using AVHWAccel API. It has been tested successfully
for some time in VLC using an nvidia card on Windows 7.

 To compile it, you need to have the system header dxva2api.h (either from
microsoft or using http://downloads.videolan.org/pub/videolan/testing/contrib/dxva2api.h)
 The generated libavcodec.dll does not depend directly on any new lib as
the necessary objects are given by the application using FFmpeg.

Regards,

-- 
fenrir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-dxva2.patch
Type: text/x-diff
Size: 29011 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100106/b24f90de/attachment.patch>



More information about the ffmpeg-devel mailing list