1. c77348f Another attempt to silence the warble build warning on 32-bit hosts by Solomon Peachy · 7 years ago
  2. df1d386 Hopefully silence the warning in the warble codec build. by Solomon Peachy · 7 years ago
  3. 9b9b30b Realmedia related codecs fixes and enhancements by Solomon Peachy · 7 years ago
  4. f40bfc9 Add codecs to librbcodec. by Sean Bartell · 14 years ago[Renamed from apps/codecs/librm/rm.c]
  5. 4b0e09c Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible decoding corruption of RealAudio files. by Andree Buschmann · 14 years ago
  6. f19d6a5 Fix even more 'variable set but not used' warnings reported from GCC 4.6.0. by Andree Buschmann · 14 years ago
  7. 50a6ca3 Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). by Thomas Martitz · 15 years ago
  8. 398b371 Remove all tabs within codec path. by Andree Buschmann · 15 years ago
  9. 466b2ae Factor out bytestream reading functions needed in rm parsers/codecs. by Mohamed Tarek · 16 years ago
  10. b8693f9 Remove a forgotten DEBUGF from librm/rm.c - No functional changes. by Mohamed Tarek · 16 years ago
  11. 519adfb Import libatrac from ffmpeg and modify librm to support ATRAC3. by Mohamed Tarek · 16 years ago
  12. d767883 Various files: make functions static if they're local or make sure there is a proper #include if not by Bertrik Sikken · 16 years ago
  13. 26cee86 Add support for AC3 audio in RM container. by Mohamed Tarek · 16 years ago
  14. c08a2c7 Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines. by Mohamed Tarek · 16 years ago
  15. b8cccb5 Adding support for playback of aac audio in rm container, with seeking. by Mohamed Tarek · 16 years ago
  16. 6f42942 Generic codec-extradata parsing, in preparation for addition of AAC/RM. by Mohamed Tarek · 16 years ago
  17. 5f6998b Fix cook on big endian targets. get_uint*be() is already endian agnostic due to reading by Jens Arnold · 16 years ago
  18. 6258e24 Some fixes for the standalone test program. by Mohamed Tarek · 16 years ago
  19. e184ef1 Adding support for rm playback. Only cook codec is supported for now and no seeking. by Mohamed Tarek · 16 years ago
  20. 45f72e9 Move rm.[c/h] from libcook to librm. No functional changes. by Mohamed Tarek · 16 years ago[Renamed from apps/codecs/libcook/rm.c]
  21. 95fa7f6 Move the code segment that corrects the value of (number of packets) to by Mohamed Tarek · 16 years ago
  22. b63028d Modify the test program to read audio frames from a memory buffer rather by Mohamed Tarek · 16 years ago
  23. 694b3b7 -Remove some unnecessary defines from rm.c. by Mohamed Tarek · 16 years ago
  24. 9389a5a Rename rm2wav.[c/h] to rm.[c/h]. No functional changes. by Mohamed Tarek · 16 years ago[Renamed from apps/codecs/libcook/rm2wav.c]
  25. fde78dd Move wav related code to main.c by Mohamed Tarek · 16 years ago
  26. 6769561 The first part of Mohamed Tarek's Google Summer of Code work to implement RealAudio support in Rockbox. This is a self-contained Cook decoder using the original ffmpeg (still floating point) decoder and a new RM parser started by me in 2008 and continued by MT over the past few months. This is the equivalent of libcook.patch1 from FS#10182, but with further cleaning by both MT and me to minimise the differences to the original ffmpeg files. See README.rockbox for more details. by Dave Chapman · 16 years ago