summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libwmapro/README.rockbox
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libwmapro/README.rockbox')
-rw-r--r--lib/rbcodec/codecs/libwmapro/README.rockbox20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libwmapro/README.rockbox b/lib/rbcodec/codecs/libwmapro/README.rockbox
new file mode 100644
index 0000000000..5d15bdd42c
--- /dev/null
+++ b/lib/rbcodec/codecs/libwmapro/README.rockbox
@@ -0,0 +1,20 @@
1Library: libwmapro
2Imported: 2010-04-30 by Mohamed Tarek
3
4This set of files form the files needed from ffmpeg's libavcodec and libavutil
5to build a standalone wma professional decoder.
6
7LICENSING INFORMATION
8
9ffmpeg is licensed under the Lesser GNU General Public License and the file
10wmaprodec.c is copyright (c) 2007 Baptiste Coudurier, Benjamin Larsson, Ulion
11and copyright (c) 2008 - 2009 Sascha Sommer, Benjamin Larsson.
12
13IMPORT DETAILS
14
15Based on ffmpeg svn r22886 dated 15 April 2010.
16
17The decoder is a heavily modified version of the original ffmpeg floating point
18implementation. It's been modified to use fixed point arithmetic and now plays
19and seeks on all the targets that Rockbox supports. Currently only supports mono
20and stereo streams, streams with more than 2 channels are not yet supported.