1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libatrac
Mohamed Tarek 519adfbaae Import libatrac from ffmpeg and modify librm to support ATRAC3.
The decoder is still in floating point.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22235 a1c6a512-1295-4272-9138-f99709370657
2009-08-10 14:46:31 +00:00
..
libavutil Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
atrac3.c Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
atrac3data.h Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
avcodec.h Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
bitstream.c Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
bitstream.h Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
bswap.h Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
bytestream.h Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
dsputil.c Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
dsputil.h Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
ffmpeg_config.h Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
fft.c Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
Makefile.test Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
mdct.c Import libatrac from ffmpeg and modify librm to support ATRAC3. 2009-08-10 14:46:31 +00:00
README.rockbox Import libatrac from ffmpeg and modify librm to support ATRAC3. 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

The decoder is based on ffmpeg-svn r18079. It still uses floating 
point math and not suitable to be used in rockbox.

TESTING

The test program should compile in any Unix-like environment using the
command "make -f Makefile.test".

Running "./atractest file.rm" will decode the audio data to a WAV file
called "output.wav" in the current directory.