rockbox/lib/rbcodec/codecs/libwmapro
Solomon Peachy bcbf8bbf0a wmapro: Backport multiple fixes
upstream commits:

 780d454
 b28c678
 9166f48
 97a5add
 b21ba20
 f734671
 b86dd1
 b4027d9
 50f0a6b
 4c0080b
 c7a7605
 5dcb990
 7ad698e

Change-Id: I8e6d74316e1eaf22217a57ddb54c1ea8303e6788
2020-10-28 02:12:01 +00:00
..
libwmapro.make
mdct_tables.c Limit more variables to file scope 2015-01-11 21:40:51 +01:00
mdct_tables.h
quant.h Expand the range of the WPA Pro quant table. Fixes FS#12704. 2012-07-03 18:43:44 -04:00
README.rockbox
SOURCES Fix race conditions in parallel build. 2016-05-28 17:41:32 +02:00
wma.c
wma.h
wmapro_math.h
wmaprodata.h
wmaprodec.c wmapro: Backport multiple fixes 2020-10-28 02:12:01 +00:00
wmaprodec.h iPod Classic: disable IRAM1 2018-07-30 18:50:27 -04:00

Library: libwmapro
Imported: 2010-04-30 by Mohamed Tarek

This set of files form the files needed from ffmpeg's libavcodec and libavutil
to build a standalone wma professional decoder.

LICENSING INFORMATION

ffmpeg is licensed under the Lesser GNU General Public License and the file
wmaprodec.c is copyright (c) 2007 Baptiste Coudurier, Benjamin Larsson, Ulion
and copyright (c) 2008 - 2009 Sascha Sommer, Benjamin Larsson.

IMPORT DETAILS

Based on ffmpeg svn r22886 dated 15 April 2010.

The decoder is a heavily modified version of the original ffmpeg floating point
implementation. It's been modified to use fixed point arithmetic and now plays
and seeks on all the targets that Rockbox supports. Currently only supports mono
and stereo streams, streams with more than 2 channels are not yet supported.