aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/avfft.c
AgeCommit message (Expand)Author
2015-02-06avcodec/avfft: Add simple self testMichael Niedermayer
2013-09-04lavc/avfft: init context to 0.Nicolas George
2013-05-06Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'Michael Niedermayer
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-13avfft: remove useless parensMåns Rullgård
2010-07-13100l: really fix fft external API init functionsMåns Rullgård
2010-07-12avfft: make init functions return NULL on failure as intendedMåns Rullgård
2010-03-23Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak
2010-03-07Create a public API for FFT family of functionsMåns Rullgård