2009-08-10 14:46:31 +00:00
|
|
|
Library: libatrac
|
|
|
|
Imported by : Mohamed Tarek
|
|
|
|
Import date : 10-August-2009
|
|
|
|
|
|
|
|
LICENSING INFORMATION
|
|
|
|
|
|
|
|
ffmpeg is licensed under the Lesser GNU General Public License.
|
|
|
|
|
|
|
|
IMPORT DETAILS
|
|
|
|
|
2009-08-13 20:38:59 +00:00
|
|
|
The decoder is based on ffmpeg-svn r18079.
|
|
|
|
The decoder had been modified to use fixed-point arithmetic.
|
2009-08-10 14:46:31 +00:00
|
|
|
|
|
|
|
TESTING
|
|
|
|
|
|
|
|
The test program should compile in any Unix-like environment using the
|
|
|
|
command "make -f Makefile.test".
|
|
|
|
|
2009-08-13 20:38:59 +00:00
|
|
|
For ARM targets add -DCPU_ARM to CFLAGS in Makefile.test to make use of
|
|
|
|
the asm ARM optimisations in rockbox's mdct library.
|
|
|
|
|
|
|
|
For Big-endian targets, change -D"ROCKBOX_LITTLE_ENDIAN=1"
|
|
|
|
to -D"ROCKBOX_BIG_ENDIAN=1" in Makefile.test.
|
|
|
|
|
2009-08-10 14:46:31 +00:00
|
|
|
Running "./atractest file.rm" will decode the audio data to a WAV file
|
|
|
|
called "output.wav" in the current directory.
|