Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM decodin...
commitfa9246dd399b2821910706f225eff002e71ff9ab
authorsaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Wed, 27 Jan 2010 17:25:10 +0000 (27 17:25 +0000)
committersaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Wed, 27 Jan 2010 17:25:10 +0000 (27 17:25 +0000)
treee355d4ebbdb9b06e7da5260ec58679aa96da15f1
parent6a7ea7a37de334e0dc418d7d721fbb992f5973c9
Commit FS#10422 by Yoshihisa Uchida.  Seperates WAV and AIFF parsing from PCM decoding by introducing libpcm, a library for decoding linear and non-uniform PCM independently of the container format.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24346 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/aiff.c
apps/codecs/codecs.make
apps/codecs/libpcm/SOURCES [new file with mode: 0644]
apps/codecs/libpcm/dvi_adpcm.c [new file with mode: 0755]
apps/codecs/libpcm/itut_g711.c [new file with mode: 0644]
apps/codecs/libpcm/libpcm.make [new file with mode: 0644]
apps/codecs/libpcm/linear_pcm.c [new file with mode: 0644]
apps/codecs/libpcm/pcm_common.h [new file with mode: 0644]
apps/codecs/libpcm/support_formats.h [new file with mode: 0644]
apps/codecs/wav.c
apps/metadata/aiff.c