rockbox/lib
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
..
arm_support build system: unify/simplify library handling a bit. 2012-03-26 22:27:40 +02:00
fixedpoint Revert "Don't set CORE_GCSECTIONS in fixedpoint.make." 2013-05-04 21:41:49 +02:00
libsetjmp Deprecate the EXTRA_LIBS variable. 2013-01-24 16:06:45 +01:00
rbcodec libmad: Use 32bit unsigned for requantize table. 2014-04-15 23:49:07 +02:00
skin_parser more error handling for checkwps 2013-02-27 21:15:57 +11:00
tlsf lua: Switch memory allocator from dl to tlsf 2013-08-26 09:42:47 +02:00
unwarminder Fix return address when data_abort_handler skips faulting instruction. 2013-05-23 19:51:19 -04:00