summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac/README.rockbox
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2009-08-10 14:46:31 +0000
committerMohamed Tarek <mt@rockbox.org>2009-08-10 14:46:31 +0000
commit519adfbaae5933ec18d2e3cb77e690e36cd49916 (patch)
tree8303456ddf72f2ff5da2b9a99802c73e1409fc28 /apps/codecs/libatrac/README.rockbox
parent1c0aeb18ca264e1f64e31f219189afab442676eb (diff)
downloadrockbox-519adfbaae5933ec18d2e3cb77e690e36cd49916.tar.gz
rockbox-519adfbaae5933ec18d2e3cb77e690e36cd49916.zip
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
Diffstat (limited to 'apps/codecs/libatrac/README.rockbox')
-rw-r--r--apps/codecs/libatrac/README.rockbox20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/codecs/libatrac/README.rockbox b/apps/codecs/libatrac/README.rockbox
new file mode 100644
index 0000000000..7f62e10bb4
--- /dev/null
+++ b/apps/codecs/libatrac/README.rockbox
@@ -0,0 +1,20 @@
1Library: libatrac
2Imported by : Mohamed Tarek
3Import date : 10-August-2009
4
5LICENSING INFORMATION
6
7ffmpeg is licensed under the Lesser GNU General Public License.
8
9IMPORT DETAILS
10
11The decoder is based on ffmpeg-svn r18079. It still uses floating
12point math and not suitable to be used in rockbox.
13
14TESTING
15
16The test program should compile in any Unix-like environment using the
17command "make -f Makefile.test".
18
19Running "./atractest file.rm" will decode the audio data to a WAV file
20called "output.wav" in the current directory.