summaryrefslogtreecommitdiffstats
path: root/apps/codecs/atrac3_rm.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-16FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5...Andree Buschmann1-3/+3
2011-04-27Having a default weak codec_main symbol doesn't seem to be working out for co...Michael Sevakis1-0/+8
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-32/+35
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis1-3/+6
2010-11-22Use MEM_ALIGN_ATTR in libatrac3.Andree Buschmann1-1/+1
2010-11-10Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...Michael Giacomelli1-1/+1
2010-07-25codecs: mark some local variables with 'static'Nils Wallménius1-3/+3
2010-03-12Make atrac3 streams in wav containers work again (error was introduced with r...Andree Buschmann1-1/+1
2010-02-16"Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek1-2/+6
2009-11-18Set svn:keywords property.Mohamed Tarek1-0/+2
2009-11-18Handle mid-track resumes in RM.Mohamed Tarek1-1/+11
2009-10-03Smarter check for failed packet parsing in RM. Also fixes a bug in playback w...Mohamed Tarek1-7/+20
2009-08-30Further performance optimization of the atrac3 decoder. Rework the internal s...Andree Buschmann1-5/+4
2009-08-17Put ATRAC3Context in IRAM, 2.5% speedup on PP502x, 20% on ColdFire.Mohamed Tarek1-1/+1
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek1-0/+173