| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -1/+3 |
* | avutil/avassert: Don't include avutil.h | Andreas Rheinhardt | 2022-02-24 | 1 | -0/+1 |
* | avcodec/rdft: reorder calculation | Muhammad Faiz | 2017-07-26 | 1 | -6/+8 |
* | avcodec/rdft: remove sintable | Muhammad Faiz | 2017-07-11 | 1 | -44/+24 |
* | avcodec/rdft: Use more specific error codes | Michael Niedermayer | 2015-06-05 | 1 | -3/+4 |
* | Merge commit '096a1d5b46391f65dfd0bee6292e9962f53bd7c8' | Michael Niedermayer | 2014-09-05 | 1 | -4/+5 |
|\ |
|
| * | rdft: Move some variables into a separate block | Diego Biurrun | 2014-09-05 | 1 | -4/+5 |
* | | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -2/+2 |
|\| |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -5/+5 |
|\| |
|
| * | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 1 | -1/+1 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make ff_sin_tabs constant to rdft.c | Diego Elio Pettenò | 2011-01-25 | 1 | -1/+1 |
* | | Make ff_sin_tabs constant to rdft.c | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | ARM: NEON optimised RDFT | Måns Rullgård | 2010-03-23 | 1 | -0/+3 |
* | rdft: reorder functions to avoid static prototype | Måns Rullgård | 2010-03-20 | 1 | -30/+28 |
* | Call rdft by function pointer | Måns Rullgård | 2010-03-20 | 1 | -5/+3 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -0/+1 |
* | Give RDFT types more meaningful names | Måns Rullgård | 2010-03-07 | 1 | -5/+5 |
* | Make some functions static | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -1/+2 |
* | Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the | Reimar Döffinger | 2009-11-05 | 1 | -0/+1 |
* | Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. | Reimar Döffinger | 2009-11-04 | 1 | -2/+3 |
* | Add support for hardcoded ff_sin_* tables. | Reimar Döffinger | 2009-10-15 | 1 | -1/+5 |
* | Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions | Reimar Döffinger | 2009-10-15 | 1 | -13/+13 |
* | Do not initialize ff_cos_* tables again in rdft_init, they are already | Reimar Döffinger | 2009-10-15 | 1 | -1/+0 |
* | The pointers in ff_sin_tabs themselves are constant, so mark them accordingly. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. | Alex Converse | 2009-01-30 | 1 | -0/+127 |