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
/
raac.c
Age
Commit message (
Expand
)
Author
2011-06-02
FS#12141 by Sean Bartell
Nils Wallménius
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-04-28
Remove unneeded update of ci->id3->frequency in aac and raac codec.
Andree Buschmann
2011-04-27
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...
Michael Sevakis
2011-04-24
Rework of libfaad in several areas. Allow removal of malloc with a new define...
Andree Buschmann
2011-04-24
Fix yellow.
Andree Buschmann
2011-04-24
Use dedicated function to internally reset aac decoder synthesis after seek.
Andree Buschmann
2011-02-20
Enforce that codecs wait for their metadata in a proper-ish and consistent ma...
Michael Sevakis
2010-07-25
codecs: mark some local variables with 'static'
Nils Wallménius
2010-07-06
Integrate FS#11445 to raac. In addition remove faad specific pcm conversion a...
Andree Buschmann
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-04
Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define
Mohamed Tarek
2009-07-25
Adding support for playback of aac audio in rm container, with seeking.
Mohamed Tarek