Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Tue, 23 Mar 2010 03:35:02 +0000 |
mru |
ARM: NEON optimised RDFT
libavcodec
|
Sat, 20 Mar 2010 21:27:06 +0000 |
mru |
rdft: reorder functions to avoid static prototype
libavcodec
|
Sat, 20 Mar 2010 21:27:03 +0000 |
mru |
Call rdft by function pointer
libavcodec
|
Tue, 09 Mar 2010 17:39:19 +0000 |
mru |
Replace many includes of libavutil/common.h with what is actually needed
libavcodec
|
Sun, 07 Mar 2010 21:47:44 +0000 |
mru |
Give RDFT types more meaningful names
libavcodec
|
Sat, 06 Mar 2010 22:36:41 +0000 |
mru |
Make some functions static
libavcodec
|
Sat, 06 Mar 2010 14:34:46 +0000 |
mru |
Move FFT parts from dsputil.h to fft.h
libavcodec
|
Thu, 05 Nov 2009 18:29:06 +0000 |
reimar |
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
libavcodec
|
Wed, 04 Nov 2009 17:30:23 +0000 |
reimar |
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.
libavcodec
|
Thu, 15 Oct 2009 18:04:55 +0000 |
reimar |
Add support for hardcoded ff_sin_* tables.
libavcodec
|
Thu, 15 Oct 2009 17:55:51 +0000 |
reimar |
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions
libavcodec
|
Thu, 15 Oct 2009 11:50:32 +0000 |
reimar |
Do not initialize ff_cos_* tables again in rdft_init, they are already
libavcodec
|
Sun, 06 Sep 2009 08:50:20 +0000 |
reimar |
The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 30 Jan 2009 20:15:48 +0000 |
alexc |
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
libavcodec
|