rockbox/apps/codecs/libmusepack
Andree Buschmann 3c63cb29e9 Resync mpc to r476 of svn.musepack.org. Improves error handling after seek.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31093 a1c6a512-1295-4272-9138-f99709370657
2011-11-29 19:48:57 +00:00
..
AUTHORS
ChangeLog
COPYING
crc32.c
decoder.h Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. 2011-09-10 20:35:04 +00:00
huffman.c
huffman.h
internal.h Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. 2011-09-10 20:35:04 +00:00
libmusepack.make
minimax.h
mpc_bits_reader.c
mpc_bits_reader.h
mpc_decoder.c Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. 2011-09-10 20:35:04 +00:00
mpc_demux.c Resync mpc to r476 of svn.musepack.org. Improves error handling after seek. 2011-11-29 19:48:57 +00:00
mpc_types.h
mpcdec.h
mpcdec_math.h Solve FS#12396 through rolling back r26592. This fixes distortions while mpc playback on Coldfire targets with GCC 4.5.2. 2011-11-25 19:42:26 +00:00
reader.h
requant.c Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. 2011-09-10 20:35:04 +00:00
requant.h
SOURCES
streaminfo.c Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. 2011-09-10 20:35:04 +00:00
streaminfo.h Fully remove floating point code from libmusepack. Introduce two small const arrays for precalculated scalefactors, correct the integer type of scalefactors to unsigned, migrate some metadata calculations to fixed point. No impact to decoder output. 2011-09-10 20:35:04 +00:00
synth_filter.c
synth_filter_arm.S
synth_filter_coldfire.S