summaryrefslogtreecommitdiff
path: root/apps/codecs/librm/rm.c
AgeCommit message (Expand)Author
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-22Remove all tabs within codec path.Andree Buschmann
2009-08-14Factor out bytestream reading functions needed in rm parsers/codecs.Mohamed Tarek
2009-08-13Remove a forgotten DEBUGF from librm/rm.c - No functional changes.Mohamed Tarek
2009-08-10Import libatrac from ffmpeg and modify librm to support ATRAC3.Mohamed Tarek
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-08-04Add support for AC3 audio in RM container.Mohamed Tarek
2009-07-27Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.Mohamed Tarek
2009-07-25Adding support for playback of aac audio in rm container, with seeking.Mohamed Tarek
2009-07-18Generic codec-extradata parsing, in preparation for addition of AAC/RM.Mohamed Tarek
2009-07-13Fix cook on big endian targets. get_uint*be() is already endian agnostic due ...Jens Arnold
2009-07-12Some fixes for the standalone test program.Mohamed Tarek
2009-07-06Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek
2009-05-24Move rm.[c/h] from libcook to librm. No functional changes.Mohamed Tarek