Laurent Aimar 92c6a099ba H264 DXVA2 implementation
It 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.

Originally committed as revision 21353 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-20 18:54:51 +00:00
2010-01-20 02:26:32 +00:00
2009-12-08 20:01:46 +00:00
2010-01-20 18:54:51 +00:00
2010-01-16 11:05:36 +00:00
2010-01-20 18:54:51 +00:00
2010-01-16 03:54:55 +00:00
2010-01-20 06:42:39 +00:00
2010-01-20 06:42:39 +00:00
2010-01-20 18:54:51 +00:00
2010-01-20 06:42:39 +00:00
2010-01-20 14:14:42 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%