Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
c77348f78031afa9d5c3f71e22a0cc3aaa795107
/
lib
/
rbcodec
/
codecs
/
librm
/
rm.c
c77348f
Another attempt to silence the warble build warning on 32-bit hosts
by Solomon Peachy
· 7 years ago
df1d386
Hopefully silence the warning in the warble codec build.
by Solomon Peachy
· 7 years ago
9b9b30b
Realmedia related codecs fixes and enhancements
by Solomon Peachy
· 7 years ago
f40bfc9
Add codecs to librbcodec.
by Sean Bartell
· 14 years ago
[Renamed from apps/codecs/librm/rm.c]
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
f19d6a5
Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.
by Andree Buschmann
· 14 years ago
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
398b371
Remove all tabs within codec path.
by Andree Buschmann
· 15 years ago
466b2ae
Factor out bytestream reading functions needed in rm parsers/codecs.
by Mohamed Tarek
· 16 years ago
b8693f9
Remove a forgotten DEBUGF from librm/rm.c - No functional changes.
by Mohamed Tarek
· 16 years ago
519adfb
Import libatrac from ffmpeg and modify librm to support ATRAC3.
by Mohamed Tarek
· 16 years ago
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
26cee86
Add support for AC3 audio in RM container.
by Mohamed Tarek
· 16 years ago
c08a2c7
Change enum codecs in apps/codecs/librm/rm.h to follow the coding guidelines.
by Mohamed Tarek
· 16 years ago
b8cccb5
Adding support for playback of aac audio in rm container, with seeking.
by Mohamed Tarek
· 16 years ago
6f42942
Generic codec-extradata parsing, in preparation for addition of AAC/RM.
by Mohamed Tarek
· 16 years ago
5f6998b
Fix cook on big endian targets. get_uint*be() is already endian agnostic due to reading
by Jens Arnold
· 16 years ago
6258e24
Some fixes for the standalone test program.
by Mohamed Tarek
· 16 years ago
e184ef1
Adding support for rm playback. Only cook codec is supported for now and no seeking.
by Mohamed Tarek
· 16 years ago
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]
95fa7f6
Move the code segment that corrects the value of (number of packets) to
by Mohamed Tarek
· 16 years ago
b63028d
Modify the test program to read audio frames from a memory buffer rather
by Mohamed Tarek
· 16 years ago
694b3b7
-Remove some unnecessary defines from rm.c.
by Mohamed Tarek
· 16 years ago
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]
fde78dd
Move wav related code to main.c
by Mohamed Tarek
· 16 years ago
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