index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
atrac3_rm.c
Age
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-06-24
Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible ...
Andree Buschmann
2011-05-16
FS#12117: Use more IRAM for atrac3. Speeds up decoding from 1-2% (PP5022, PP5...
Andree Buschmann
2011-04-27
Having a default weak codec_main symbol doesn't seem to be working out for co...
Michael Sevakis
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2010-11-22
Use MEM_ALIGN_ATTR in libatrac3.
Andree Buschmann
2010-11-10
Commit FS#11709 by me. Introduces ARMv5E optimized iQMF for atrac3 based on ...
Michael Giacomelli
2010-07-25
codecs: mark some local variables with 'static'
Nils Wallménius
2010-03-12
Make 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-18
Set svn:keywords property.
Mohamed Tarek
2009-11-18
Handle mid-track resumes in RM.
Mohamed Tarek
2009-10-03
Smarter check for failed packet parsing in RM. Also fixes a bug in playback w...
Mohamed Tarek
2009-08-30
Further performance optimization of the atrac3 decoder. Rework the internal s...
Andree Buschmann
2009-08-17
Put ATRAC3Context in IRAM, 2.5% speedup on PP502x, 20% on ColdFire.
Mohamed Tarek
2009-08-14
Support for playback of atrac3 audio in rm, in sim.
Mohamed Tarek