summaryrefslogtreecommitdiffstats
path: root/apps/metadata/rm.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-16"Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must no...Mohamed Tarek1-0/+2
2010-01-03Fix further tabsAndree Buschmann1-2/+2
2009-11-18Unify fourcc macro and some style changesNils Wallménius1-5/+6
2009-11-18Make svn properties consistent and set some missing onesNils Wallménius1-1/+1
2009-10-25Revert r23339 and use setid3v1title() from metadata/mp3.c instead.Mohamed Tarek1-48/+2
2009-10-24Add support for ID3v1 metadta tags in Real Media container.Mohamed Tarek1-7/+57
2009-08-14Support for playback of atrac3 audio in rm, in sim.Mohamed Tarek1-1/+9
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek1-17/+5
2009-08-10Fix yellow.Mohamed Tarek1-0/+4
2009-08-06Add a couple of functions for the rm metadata parser for debugging, and add a...Mohamed Tarek1-1/+13
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek1-5/+17
2009-07-27Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.Mohamed Tarek1-5/+5
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek1-1/+1
2009-07-25Fix yellow - (Value in an enumeration not handled in a switch).Mohamed Tarek1-1/+5
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek1-6/+13
2009-07-18Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek1-24/+9
2009-07-12Silence warnings to fix yellows for now.Mohamed Tarek1-1/+2
2009-07-12Some fixes for the standalone test program.Mohamed Tarek1-2/+2
2009-07-08Try at fixing 'cast to/from pointer to/from integer of different size' warningsMaurus Cuelenaere1-1/+1
2009-07-08RM metadata parser: fix unaligned accessMaurus Cuelenaere1-1/+1
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek1-0/+420