summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.c
Commit message (Expand)AuthorAge
* 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