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