summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac/atrac3.h (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5...Andree Buschmann2011-05-16
* Use MEM_ALIGN_ATTR in libatrac3.Andree Buschmann2010-11-22
* Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...Michael Giacomelli2010-11-10
* Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius2010-07-15
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17
* Add the Rockbox GNU header to some files in libatrac.Mohamed Tarek2010-02-16
* "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek2010-02-16
* Major optimization of atrac3 codec for Coldfire targets. Moving several numbe...Andree Buschmann2010-02-15
* Further performance optimization of the atrac3 decoder. Rework the internal s...Andree Buschmann2009-08-30
* Revert r22339 as it causes immediate stack overflow on target, at least on co...Jens Arnold2009-08-16
* Make the IMDCT temporary working buffer a local variable instead of keeping o...Michael Giacomelli2009-08-16
* Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek2009-08-15
* Move main() outside atrac3.c and create atrac3.hMohamed Tarek2009-08-14