- 22 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
This removes duplicate code Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Feb, 2013 1 commit
-
-
Diego Biurrun authored
-
- 09 Apr, 2012 1 commit
-
-
Anton Khirnov authored
-
- 07 Dec, 2011 1 commit
-
-
Rafaël Carré authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 30 Sep, 2011 1 commit
-
-
Joakim Plate authored
The workaround needs to be enabled per PCI ID which cannot be detected inside libavcodec. So add a flag to manually enable the alternate behavior. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
- 09 Jul, 2011 1 commit
-
-
Joakim Plate authored
The workaround need to be enabled per pci id which can not be detected inside ffmpeg. So this adds a flag that enabled the alternate behavior.
-
- 17 Apr, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Diego Biurrun authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 20 Jan, 2010 1 commit
-
-
Laurent Aimar authored
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
-