MPEGPlayer: Fix leakage of file decriptors if file wasn't accepted by playback engine...
[kugel-rb.git] / apps / codecs / libwmapro / README.rockbox
blob5d15bdd42c625c96a969e5a3cb3234fb5ad11185
1 Library: libwmapro
2 Imported: 2010-04-30 by Mohamed Tarek
4 This set of files form the files needed from ffmpeg's libavcodec and libavutil
5 to build a standalone wma professional decoder.
7 LICENSING INFORMATION
9 ffmpeg is licensed under the Lesser GNU General Public License and the file
10 wmaprodec.c is copyright (c) 2007 Baptiste Coudurier, Benjamin Larsson, Ulion
11 and copyright (c) 2008 - 2009 Sascha Sommer, Benjamin Larsson.
13 IMPORT DETAILS
15 Based on ffmpeg svn r22886 dated 15 April 2010.
17 The decoder is a heavily modified version of the original ffmpeg floating point
18 implementation. It's been modified to use fixed point arithmetic and now plays
19 and seeks on all the targets that Rockbox supports. Currently only supports mono
20 and stereo streams, streams with more than 2 channels are not yet supported.