1
0
Fork 0
forked from len0rd/rockbox
foxbox/lib/rbcodec/codecs/libwmapro
Frank Gevaerts c926a5269e Fix race conditions in parallel build.
ffmpeg_bitstream.c is included in libcodec, so there doesn't seem to
be any reason for individual codecs to also compile it (and clobber
any previous copy while they're at it, leading to broken builds)

Change-Id: I2bedc277ab109f44a6e8feb3d12ed01a720e00a6
2016-05-28 17:41:32 +02:00
..
libwmapro.make Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
mdct_tables.c Limit more variables to file scope 2015-01-11 21:40:51 +01:00
mdct_tables.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
quant.h Expand the range of the WPA Pro quant table. Fixes FS#12704. 2012-07-03 18:43:44 -04:00
README.rockbox Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
SOURCES Fix race conditions in parallel build. 2016-05-28 17:41:32 +02:00
wma.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
wma.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
wmapro_math.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
wmaprodata.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
wmaprodec.c support decoding of files that contain the number of vector coded coefficients in their bitstream 2012-05-20 01:05:47 -04:00
wmaprodec.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02: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.