Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim...
commitf5c0363a072d040fb5909090cec14fc370cd78f3
authormt <mt@a1c6a512-1295-4272-9138-f99709370657>
Mon, 21 Jun 2010 10:48:34 +0000 (21 10:48 +0000)
committermt <mt@a1c6a512-1295-4272-9138-f99709370657>
Mon, 21 Jun 2010 10:48:34 +0000 (21 10:48 +0000)
tree8ea2805d0536bd45c7a4f56fa39904e65829466a
parent4386c9138bc8386da176e81a05b3c3f24c0cbd23
Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim. Neither libwmapro nor wmapro.c have been added to the main build yet, codecs.make should be edited to compile both with rockbox.
current status of the decoder :
- Plays and seeks in the sim
- Still in floating point

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27006 a1c6a512-1295-4272-9138-f99709370657
16 files changed:
apps/codecs/libwmapro/SOURCES [new file with mode: 0644]
apps/codecs/libwmapro/bitstream.c
apps/codecs/libwmapro/dsputil.h
apps/codecs/libwmapro/fft.c
apps/codecs/libwmapro/get_bits.h
apps/codecs/libwmapro/libavutil/internal.h
apps/codecs/libwmapro/libavutil/log.c
apps/codecs/libwmapro/libavutil/mathematics.c
apps/codecs/libwmapro/libwmapro.make [new file with mode: 0644]
apps/codecs/libwmapro/mdct_tablegen.h
apps/codecs/libwmapro/put_bits.h
apps/codecs/libwmapro/wma.c
apps/codecs/libwmapro/wmaprodec.c
apps/codecs/libwmapro/wmaprodec.h [new file with mode: 0644]
apps/codecs/wmapro.c
apps/metadata/asf.c