summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.c
Commit message (Expand)AuthorAge
* rdft: Move some variables into a separate blockDiego Biurrun2014-09-05
* avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make ff_sin_tabs constant to rdft.cDiego Elio Pettenò2011-01-25
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* ARM: NEON optimised RDFTMåns Rullgård2010-03-23
* rdft: reorder functions to avoid static prototypeMåns Rullgård2010-03-20
* Call rdft by function pointerMåns Rullgård2010-03-20
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Give RDFT types more meaningful namesMåns Rullgård2010-03-07
* Make some functions staticMåns Rullgård2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-05
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-04
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-15
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-15
* Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2009-10-15
* The pointers in ff_sin_tabs themselves are constant, so mark them accordingly.Reimar Döffinger2009-09-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30