summaryrefslogtreecommitdiff
path: root/apps/codecs/libatrac/README.rockbox
diff options
context:
space:
mode:
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.