- 26 Jan, 2010 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 21455 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Jan, 2010 2 commits
-
-
Alexander Strange authored
Fixes several FATE tests. Originally committed as revision 21445 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
2-3% faster decode on x86-32 core2. Originally committed as revision 21440 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2010 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Laurent Aimar authored
Originally committed as revision 21421 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
initialization befre the loop filter. Originally committed as revision 21416 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jan, 2010 1 commit
-
-
Michael Niedermayer authored
This should fix a segfault, also it might be faster on systems where the +52 wasnt free. Originally committed as revision 21406 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jan, 2010 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21308 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21293 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
loop filter. This removes one obstacle of getting ff_h264_filter_mb_fast() bitexact. code is maybe 0.1% faster Originally committed as revision 21280 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Jan, 2010 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21271 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Run loop filter per row instead of per MB, this also should make it much easier to switch to per frame filtering and also doing so in a seperate thread in the future if some volunteer wants to try. Overall decoding speedup of 1.7% (single thread on pentium dual / cathedral sample) This change also allows some optimizations to be tried that would not have been possible before. Originally committed as revision 21270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2010 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21244 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 21243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2010 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21182 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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
-
- 12 Jan, 2010 8 commits
-
-
Michael Niedermayer authored
Originally committed as revision 21174 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
called once per MB in worst case and doesnt seem to benefit from static inline. Actually the code might be a hair faster now (0.1% according to my benchmark but this could be random noise) Originally committed as revision 21173 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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
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
-
- 11 Jan, 2010 1 commit
-
-
David Conrad authored
Originally committed as revision 21126 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jan, 2010 2 commits
-
-
Laurent Aimar authored
Patch by Laurent Aimar <fenrir at videolan dot org>. Originally committed as revision 21110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Laurent Aimar authored
decoder which allows their usage without checking profile_idc. Patch by Laurent Aimar (fenrir (AT) videolan org) Originally committed as revision 21107 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jan, 2010 1 commit
-
-
Andreas Öman authored
Originally committed as revision 21090 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Dec, 2009 1 commit
-
-
Michael Niedermayer authored
Fixes issue1550. Originally committed as revision 20784 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Dec, 2009 1 commit
-
-
Michael Niedermayer authored
Fixes issue1061. Originally committed as revision 20772 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Nov, 2009 1 commit
-
-
Reimar Döffinger authored
Patch by Reimar Originally committed as revision 20599 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Nov, 2009 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 20591 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Nov, 2009 1 commit
-
-
Ronald S. Bultje authored
Originally committed as revision 20543 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Nov, 2009 1 commit
-
-
Mike Scheutzow authored
Patch by Mike Scheutzow $(name) AT alcatel 'minus' lucent com Originally committed as revision 20531 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Nov, 2009 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 20507 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
Originally committed as revision 20506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Carl Eugen Hoyos authored
for codec->capabilities. Originally committed as revision 20505 to svn://svn.ffmpeg.org/ffmpeg/trunk
-