summaryrefslogtreecommitdiffstats
path: root/apps/codecs/librm
AgeCommit message (Expand)AuthorFilesLines
2011-08-18FS#12231Nils Wallménius1-7/+0
2011-06-24Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible ...Andree Buschmann1-2/+3
2011-05-03Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+4
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-02-22Remove all tabs within codec path.Andree Buschmann1-2/+2
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek3-34/+52
2009-08-13Remove a forgotten DEBUGF from librm/rm.c - No functional changes.Mohamed Tarek1-1/+0
2009-08-10Import libatrac from ffmpeg and modify librm to support ATRAC3.Mohamed Tarek2-9/+42
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken1-1/+1
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek2-3/+18
2009-08-04Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define Mohamed Tarek1-0/+2
2009-07-27Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.Mohamed Tarek2-3/+3
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek1-7/+22
2009-07-25Compile librm separately in preparation for addition of more codecs.Mohamed Tarek2-0/+26
2009-07-18Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek2-33/+14
2009-07-13Fix cook on big endian targets. get_uint*be() is already endian agnostic due ...Jens Arnold1-13/+0
2009-07-12Some fixes for the standalone test program.Mohamed Tarek1-9/+1
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2-121/+161
2009-05-24Move rm.[c/h] from libcook to librm. No functional changes.Mohamed Tarek2-0/+646