index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
atrac3_rm.c
(
unfollow
)
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
2009-08-04
Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define
Mohamed Tarek
2009-07-18
Generic codec-extradata parsing, in preparation for addition of AAC/RM.
Mohamed Tarek
2009-07-13
Modified the code for seeking to speed it up a bit. Instead of searching
Mohamed Tarek
2009-07-13
Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at th...
Michael Giacomelli
2009-07-12
Add seeking support in cook codec.
Mohamed Tarek
2009-07-08
Add the ability to seek to the start of the track.
Mohamed Tarek
2009-07-08
Try at fixing 'cast to/from pointer to/from integer of different size' warnings
Maurus Cuelenaere
2009-07-08
Cook codec: make sure the RMContext get aligned correctly, or we won't be abl...
Maurus Cuelenaere
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek