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