Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM decodin...
commite6d4232c9dc3216435013062ccb0a5715388c072
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
parentc3facaa0c3e6b6d8c1441cb588bf490f3ca52e6e
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