rockbox/lib/rbcodec
Thomas Martitz 466441dc14 libmad: Use 32bit unsigned for requantize table.
Implicit promotion of integer literals to unsigned long introduced a subtle bug
on 64-bit systems due to weird sign extensions (leads to audible glitches in a
few files). The table is originally designed for unsigned 32bit integers, and
it works with those so use them. As a consequence the lookup table size is
halved as well.

Change-Id: I35d878d6df03300387f0e403e0f3c3bdc73eea00
2014-04-15 23:49:07 +02:00
..
codecs libmad: Use 32bit unsigned for requantize table. 2014-04-15 23:49:07 +02:00
dsp DSP Compressor: Sidechain, Exponential Atk/Rls 2013-12-15 22:24:08 +01:00
metadata Proposed fix for FS#12878: Zero-length embedded album art prevents mp3 playback 2013-12-23 17:55:15 +01:00
test Fix more reds. 2014-03-03 20:26:08 +01: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 rbcodec: abstract tdspeed buffer allocation 2012-05-07 10:29:07 +02:00
SOURCES Rename all the "lin_resample..." stuff to simply "resample_...". 2013-05-07 00:35:46 -04:00