- Feb 03, 2010
-
-
Peter Ross authored
Originally committed as revision 21622 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 31, 2010
-
-
Peter Ross authored
Originally committed as revision 21570 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 24, 2010
-
-
Laurent Aimar authored
It allows VLD VC-1/WMV3 decoding using DXVA2 (GPU assisted decoding API under VISTA and Windows 7). It is implemented by using AVHWAccel API. Originally committed as revision 21424 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 23, 2010
-
-
Laurent Aimar authored
Originally committed as revision 21407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 20, 2010
-
-
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
-
Vitor Sessak authored
Originally committed as revision 21338 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 18, 2010
-
-
Gwenole Beauchesne authored
Originally committed as revision 21285 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 17, 2010
-
-
Alexander Strange authored
Fixes build with --disable-encoders --enable-encoder=snow. This fixes MPlayer build with --disable-mencoder. Originally committed as revision 21259 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 16, 2010
-
-
Vitor Sessak authored
Originally committed as revision 21234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 13, 2010
-
-
Michael Niedermayer authored
not slower according to benchmarks. Originally committed as revision 21181 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Seems to speed the code up a little... The placement of many generic functions between h264.c and h264.h is still open Currently they are a little randomly placed between them. Originally committed as revision 21178 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 12, 2010
-
-
Michael Niedermayer authored
Originally committed as revision 21172 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
no speedloss meassured, also its really not touching anything that is speed relevant. Originally committed as revision 21169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21168 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
No speedloss meassured (its slightly faster here but that may be random fluctuations) Originally committed as revision 21165 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
No meassureable speed difference on pentium dual & cathedral sample. Originally committed as revision 21159 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21158 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
functions called more than per mb are moved into the header, scan8 is also as it must be known at compiletime. The code after this patch duplicates h264data.h, this has been done to minimize the changes in this step and allow more fine grained benchmarking. Speedwise this is 1% faster on my pentium dual core with diegos cursed cathedral sample. Originally committed as revision 21157 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 11, 2010
-
-
David Conrad authored
Originally committed as revision 21128 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 10, 2010
-
-
Vladimir Voroshilov authored
Patch by Vladimir Voroshilov and myself. Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Peter Ross authored
Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 09, 2010
-
-
Michael Niedermayer authored
Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Jan 07, 2010
-
-
Michael Niedermayer authored
Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21054 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 29, 2009
-
-
Diego Biurrun authored
Originally committed as revision 20967 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20966 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
They share all code, there is no point in enabling one but not the other. Originally committed as revision 20965 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20964 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter. Originally committed as revision 20961 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20960 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20959 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Gwenole Beauchesne authored
Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20956 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 28, 2009
-
-
Diego Biurrun authored
Originally committed as revision 20953 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20952 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 20951 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- Dec 23, 2009
-
-
Kostya Shishkov authored
Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
-