summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/mdct.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-09-15codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300.Nils Wallménius
2011-09-13codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ...Nils Wallménius
2011-09-12codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f...Nils Wallménius
2010-07-29Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius
2010-05-13Some asm for mdct on coldfire, speeds up vorbis decoding by about 0.3MHzNils Wallménius
2010-03-05Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.Michael Giacomelli
2010-02-21Make mdct compilable again for non-ARM targets.Andree Buschmann
2010-02-21Get a few more % speedup on ARM (measured on ipod video) - improve imdct full...Dave Hooper
2010-02-20Adding ICODE for imdct (and its constituent ifft bits) gives 0.5MHz boost on ...Dave Hooper
2010-02-18I don't yet fully understand why this is required, but without it the output ...Dave Hooper
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper