summaryrefslogtreecommitdiff
path: root/libavcodec/dct32_float.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-21
|\ | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: dct/fft: Give consistent names to fixed/float template files Conflicts: libavcodec/fft_fixed.c libavcodec/fft_float.c libavcodec/mdct_fixed.c libavcodec/mdct_float.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dct/fft: Give consistent names to fixed/float template filesDiego Biurrun2013-11-21
| |
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
|/
* dct: build dct32 as separate object filesMans Rullgard2011-05-17
This builds the float and fixed-point versions of dct32 separately instead of #including the file in dct.c and mpegaudiodec.c. Signed-off-by: Mans Rullgard <mans@mansr.com>