| January 25, 2011 | ||
|---|---|---|
View 7767d8d
Mark C base versions of FFT functions static to fft.cDiego Elio Pettenò authored on 2011/01/25 09:29:43 |
||
| July 2, 2010 | ||
|---|---|---|
View fe20bdf
IndentMåns Rullgård authored on 2010/07/02 08:21:46 |
||
View 588d28a
Remove vestiges of radix-2 FFTMåns Rullgård authored on 2010/07/02 08:21:42 |
||
| April 20, 2010 | ||
|---|---|---|
View ba87f08
Remove explicit filename from Doxygen @file commands.Diego Biurrun authored on 2010/04/20 23:45:34 |
||
| March 10, 2010 | ||
|---|---|---|
View 2ed6f39
Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård authored on 2010/03/10 02:39:19 |
||
| March 6, 2010 | ||
|---|---|---|
View 1429224
Move FFT parts from dsputil.h to fft.hMåns Rullgård authored on 2010/03/06 23:34:46 |
||
| February 12, 2010 | ||
|---|---|---|
View b5ab9b5
Fix build with --disable-mdctMåns Rullgård authored on 2010/02/12 08:40:45 |
||
| November 6, 2009 | ||
|---|---|---|
View 1ffc6e8
Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the necessary ff_cos_tabs tables are initialized. Fixes issue 1507 (QDM2 broken since r20237 without hardcoded tables).Reimar Döffinger authored on 2009/11/06 03:29:06 |
||
| November 5, 2009 | ||
|---|---|---|
View 2232177
Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. While this "wastes" up to 2x32 bytes it makes the code slightly simpler and less confusing.Reimar Döffinger authored on 2009/11/05 02:30:23 |
||
| October 16, 2009 | ||
|---|---|---|
View 4ee726b
Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions for ff_cos_* and ff_sin_* without introducing too much code duplication.Reimar Döffinger authored on 2009/10/16 02:55:51 |
||
| October 15, 2009 | ||
|---|---|---|
View 16aec74
Use hardcoded instead of runtime-calculated ff_cos_* tables if --enable-hardcoded-tables was used. Due to the size, the code for the tables is generated at compile time.Reimar Döffinger authored on 2009/10/15 06:41:24 |
||
| October 13, 2009 | ||
|---|---|---|
View 5bd1fc6
fft_dispatch array should be constReimar Döffinger authored on 2009/10/13 19:30:10 |
||
| September 16, 2009 | ||
|---|---|---|
View f486321
Move per-arch fft init bits into the corresponding subdirsMåns Rullgård authored on 2009/09/16 06:14:14 |
||
| September 15, 2009 | ||
|---|---|---|
View 9ecc414
ARM: 10l: fix large FFTsMåns Rullgård authored on 2009/09/15 06:37:41 |
||
| September 11, 2009 | ||
|---|---|---|
View edc0f5d
ARM: NEON optimised MDCTMåns Rullgård authored on 2009/09/11 11:24:22 |
||