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
/
metadata
/
rm.c
Age
Commit message (
Expand
)
Author
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
2011-05-01
Fix further 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-01-09
Fix FS#11858 which was introduced with r28937. Several *.rm were not played b...
Andree Buschmann
2011-01-01
Fix FS#11845 by rejecting unknown header signatures in the audio stream info ...
Mohamed Tarek
2010-12-11
Correct mistake in the RealMedia parser that prevented rejecting files with u...
Michael Giacomelli
2010-02-16
"Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...
Mohamed Tarek
2010-01-03
Fix further tabs
Andree Buschmann
2009-11-18
Unify fourcc macro and some style changes
Nils Wallménius
2009-11-18
Make svn properties consistent and set some missing ones
Nils Wallménius
2009-10-25
Revert r23339 and use setid3v1title() from metadata/mp3.c instead.
Mohamed Tarek
2009-10-24
Add support for ID3v1 metadta tags in Real Media container.
Mohamed Tarek
2009-08-14
Support for playback of atrac3 audio in rm, in sim.
Mohamed Tarek
2009-08-14
Factor out bytestream reading functions needed in rm parsers/codecs.
Mohamed Tarek
2009-08-10
Fix yellow.
Mohamed Tarek
2009-08-06
Add a couple of functions for the rm metadata parser for debugging, and add a...
Mohamed Tarek
2009-08-04
Add support for AC3 audio in RM container.
Mohamed Tarek
2009-07-27
Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.
Mohamed Tarek
2009-07-27
Change the naming scheme for codecs found in different containers.
Mohamed Tarek
2009-07-25
Fix yellow - (Value in an enumeration not handled in a switch).
Mohamed Tarek
2009-07-25
Adding support for playback of aac audio in rm container, with seeking.
Mohamed Tarek
2009-07-18
Generic codec-extradata parsing, in preparation for addition of AAC/RM.
Mohamed Tarek
2009-07-12
Silence warnings to fix yellows for now.
Mohamed Tarek
2009-07-12
Some fixes for the standalone test program.
Mohamed Tarek
2009-07-08
Try at fixing 'cast to/from pointer to/from integer of different size' warnings
Maurus Cuelenaere
2009-07-08
RM metadata parser: fix unaligned access
Maurus Cuelenaere
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek