rockbox/lib/rbcodec
Michael Giacomelli aa2c55e105 Fix FS#13009.
This file revealed several problems with our ASF parser:

1)  The packet count in the ASF was actually a 64 bit value,
leading to overflow in very long files.

2)  Seeking blindly trusted the bitrate listed in the ASF header
rather than computing it from the packet size and number of packets.

Fix these problems and fix a few minor issues.

Change-Id: Ie0f68734e6423e837757528ddb155f3bdcc979f3
2014-11-28 22:30:05 +01:00
..
codecs Fix FS#13009. 2014-11-28 22:30:05 +01:00
dsp DSP Compressor: Sidechain, Exponential Atk/Rls 2013-12-15 22:24:08 +01:00
metadata Fix FS#13009. 2014-11-28 22:30:05 +01:00
test Fix last warning for Warble 2014-08-30 01:50:22 -04:00
platform.h Missed removing a couple unwanted includes in previous commit. 2013-05-27 03:40:02 -04:00
rbcodec.make Make fixepoint.c as a shared library (libfixedpoint.a). 2013-04-26 00:11:04 +02:00
rbcodecconfig-example.h Enable setting of global output samplerate on certain targets. 2013-07-06 04:22:04 +02:00
rbcodecplatform-unix.h Get the last errors I hope! 2014-08-30 01:29:18 -04:00
SOURCES Rename all the "lin_resample..." stuff to simply "resample_...". 2013-05-07 00:35:46 -04:00