- 08 Oct, 2012 1 commit
-
-
Janne Grunau authored
Rename the called dsp init functions to *_init_x86.
-
- 05 Sep, 2012 1 commit
-
-
Nedeljko Babic authored
FFT in MIPS implementation is working iteratively instead of "recursively" calling functions for smaller FFT sizes. Some of DSP and format convert utils functions are also optimized. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Reviewed-by: Vitor Sessak <vitor1001@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 26 Apr, 2011 1 commit
-
-
Vitor Sessak authored
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
- 03 Apr, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 02 Apr, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 01 Apr, 2011 1 commit
-
-
Mans Rullgard authored
Part of the fft8() function corresponds to the BUTTERFLIES macro, so use it. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 31 Mar, 2011 1 commit
-
-
Mans Rullgard authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 14 Feb, 2011 1 commit
-
-
Loren Merritt authored
6% faster SSE FFT on Conroe, 2.5% on Penryn. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit e6b1ed69)
-
- 13 Feb, 2011 1 commit
-
-
Loren Merritt authored
6% faster SSE FFT on Conroe, 2.5% on Penryn. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 7767d8d3)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 01 Jul, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 23958 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Patch (mostly) by Loren Merritt Originally committed as revision 23957 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Feb, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21764 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Nov, 2009 1 commit
-
-
Reimar Döffinger authored
necessary ff_cos_tabs tables are initialized. Fixes issue 1507 (QDM2 broken since r20237 without hardcoded tables). Originally committed as revision 20464 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Nov, 2009 1 commit
-
-
Reimar Döffinger authored
While this "wastes" up to 2x32 bytes it makes the code slightly simpler and less confusing. Originally committed as revision 20449 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
for ff_cos_* and ff_sin_* without introducing too much code duplication. Originally committed as revision 20243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
--enable-hardcoded-tables was used. Due to the size, the code for the tables is generated at compile time. Originally committed as revision 20232 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 20223 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Sep, 2009 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 19819 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This adds a function pointer for forward MDCT to FFTContext and initialises it with the existing C function. ff_calc_mdct() is changed to an inline function calling the selected version as done for other fft/mdct functions. Originally committed as revision 19818 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Vorbis and AC3 ~3x faster. Parts by Naotoshi Nojiri, naonoj gmail Originally committed as revision 19806 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Sep, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 19784 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Mar, 2009 1 commit
-
-
David Conrad authored
to it were removed in r6606 Originally committed as revision 17997 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Feb, 2009 2 commits
-
-
Diego Biurrun authored
Fixes shared build with SSE/3DNOW disabled but MMX and yasm enabled. Originally committed as revision 17451 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 17443 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
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
-
- 30 Jan, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Jan, 2009 1 commit
-
-
Alex Converse authored
Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2009 2 commits
-
-
Alex Converse authored
Originally committed as revision 16722 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Alex Converse authored
Originally committed as revision 16721 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
-
- 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
-