- 05 Dec, 2009 1 commit
-
-
Loren Merritt authored
29-105% faster apply_filter, 6-90% faster ape decoding on core2 (Any x86 other than core2 probably gets much less, since this is mostly due to ssse3 cachesplit avoidance and I haven't written the full gamut of other cachesplit modes.) 9-123% faster ape decoding on G4. Originally committed as revision 20739 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2009 2 commits
-
-
Loren Merritt authored
Originally committed as revision 20290 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
problems when lpc.c is not compiled. Originally committed as revision 20285 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Oct, 2009 1 commit
-
-
Justin Ruggles authored
corresponding dsputil functions and remove their dependency on the FLAC encoder. Fixes Issue1486. Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Oct, 2009 2 commits
-
-
Alexander Strange authored
Originally committed as revision 20260 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alexander Strange authored
Originally committed as revision 20259 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Oct, 2009 1 commit
-
-
Nathan Caldwell authored
Patch by Nathan Caldwell, saintdev gmail Originally committed as revision 20179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Sep, 2009 1 commit
-
-
Måns Rullgård authored
The src3 and step arguments to vector_fmul_add_add() are always zero and one, respectively. This removes these arguments from the function, simplifies the code accordingly, and renames the function to better match the new operation. Originally committed as revision 20061 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19955 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Sep, 2009 1 commit
-
-
Loren Merritt authored
Originally committed as revision 19942 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Aug, 2009 2 commits
-
-
Vitor Sessak authored
Originally committed as revision 19729 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
Originally committed as revision 19728 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Aug, 2009 2 commits
-
-
Måns Rullgård authored
These arrays are passed to functions for which we promise 16-byte alignment, so make sure we fulfil that promise. Originally committed as revision 19716 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
(which uses movdqa to xmm1 on inv_zigzag_direct16). Originally committed as revision 19711 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19704 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Aug, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19671 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jul, 2009 1 commit
-
-
Diego Biurrun authored
the former depends upon the latter. Originally committed as revision 19533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jul, 2009 1 commit
-
-
Diego Biurrun authored
The Theora decoder depends on the VP3 decoder. Originally committed as revision 19492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Apr, 2009 2 commits
-
-
Ramiro Polla authored
Originally committed as revision 18722 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ramiro Polla authored
Originally committed as revision 18721 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Apr, 2009 3 commits
-
-
David Conrad authored
Originally committed as revision 18518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 18517 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
David Conrad authored
Originally committed as revision 18511 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Mar, 2009 1 commit
-
-
Ramiro Polla authored
Originally committed as revision 18192 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2009 2 commits
-
-
Roman Shaposhnik authored
Originally committed as revision 17448 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Roman Shaposhnik authored
Originally committed as revision 17446 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Feb, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 17111 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2009 1 commit
-
-
Loren Merritt authored
overall ffvhuff decoding speedup: 28% on core2, 25% on k8. Originally committed as revision 17059 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 2 commits
-
-
Diego Biurrun authored
We have no H.264 encoder to speak of and this produces warnings. Originally committed as revision 16914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Dec, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Dec, 2008 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 16247 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Dec, 2008 1 commit
-
-
Jason Garrett-Glaser authored
Originally committed as revision 16228 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2008 1 commit
-
-
Michael Niedermayer authored
thus avoiding the calling overhead. New functions are not yet used. Originally committed as revision 16206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Dec, 2008 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Dec, 2008 1 commit
-
-
Loren Merritt authored
Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
-