- 22 Jun, 2010 5 commits
-
-
Nick Brereton authored
Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23698 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Brereton authored
Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23697 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Brereton authored
Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23696 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Brereton authored
Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23695 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Nick Brereton authored
Patch by Nick Brereton, nick at nbrereton dot net Originally committed as revision 23694 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jun, 2010 1 commit
-
-
Nick Brereton authored
Patch by Nick Brereton, nick nbrereton net Originally committed as revision 23668 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
-
- 13 Apr, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 22872 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
8% faster overall on Cortex-A8. Originally committed as revision 22871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Apr, 2010 5 commits
-
-
Måns Rullgård authored
This enables SIMD optimisations of this function. Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This reorders the lfe_fir tables, and drops the mirrored half, such that the loops in lfe_interpolation_fir() can be simplified. The new loop structure should be easier to implement with SIMD. Static data size is reduced by 2kB. 3% faster on Cortex-A8. Originally committed as revision 22849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
This prevents gcc reloading the value from memory on each iteration of the loop. Originally committed as revision 22848 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22847 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Apr, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 22827 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Optimised implementations of the synth filter will require these arrays 16-byte aligned. Originally committed as revision 22826 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2010 1 commit
-
-
Laurent Aimar authored
It happens when the number of channels defined by DCAContext:acmod is lower than DCAContext:prim_channels. In this case, dca_subsubframe() will call qmf_32_subbands() using s->channel_order_tab[] entries equal to -1. Originally committed as revision 22083 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2009 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 20396 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 20197 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Oct, 2009 1 commit
-
-
David Conrad authored
the C version of that rather than float_to_int16. Fixes output on ARM/VFP Originally committed as revision 20192 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Sep, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 19805 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 May, 2009 1 commit
-
-
Siarhei Siamashka authored
Scaling (i)MDCT output has no runtime overhead and can be used to improve performance of audio codecs. All the changes are only needed in 'ff_mdct_init' function and slow down initialization a bit. Originally committed as revision 18855 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Apr, 2009 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 18643 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Apr, 2009 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Apr, 2009 1 commit
-
-
Thilo Borgmann authored
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 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
-
- 29 Nov, 2008 1 commit
-
-
Kostya Shishkov authored
Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Nov, 2008 1 commit
-
-
Benjamin Larsson authored
Originally committed as revision 15832 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2008 2 commits
-
-
Benjamin Larsson authored
Originally committed as revision 15801 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Benjamin Larsson authored
Originally committed as revision 15800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2008 2 commits
-
-
Benjamin Larsson authored
Originally committed as revision 15769 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Andreas Öman authored
Originally committed as revision 15768 to svn://svn.ffmpeg.org/ffmpeg/trunk
-