add True Audio (TTA) codec
commit0db44c3ed586161c37cfb157756b8da51f2d3a8f
authoruchida <uchida@a1c6a512-1295-4272-9138-f99709370657>
Thu, 13 May 2010 12:40:09 +0000 (13 12:40 +0000)
committeruchida <uchida@a1c6a512-1295-4272-9138-f99709370657>
Thu, 13 May 2010 12:40:09 +0000 (13 12:40 +0000)
tree6d2526a58816aa9f6431a22a8f1a56278a445dfd
parent4477767445e366e67577372eb819b5deb72ada0b
add True Audio (TTA) codec
decoding speed iPod video ~153%
But in some players, the decoding speed is not enough.
(e.g., H180 52.4% (thanks amiconn), H300 55.09% (thanks n1s))

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25994 a1c6a512-1295-4272-9138-f99709370657
19 files changed:
apps/SOURCES
apps/codecs/SOURCES
apps/codecs/codecs.make
apps/codecs/libtta/README [new file with mode: 0644]
apps/codecs/libtta/README.rockbox [new file with mode: 0644]
apps/codecs/libtta/SOURCES [new file with mode: 0644]
apps/codecs/libtta/filter.h [new file with mode: 0644]
apps/codecs/libtta/filter_arm.S [new file with mode: 0644]
apps/codecs/libtta/libtta.make [new file with mode: 0644]
apps/codecs/libtta/ttadec.c [new file with mode: 0644]
apps/codecs/libtta/ttadec.h [new file with mode: 0644]
apps/codecs/libtta/ttalib.h [new file with mode: 0644]
apps/codecs/tta.c [new file with mode: 0644]
apps/filetypes.c
apps/metadata.c
apps/metadata.h
apps/metadata/metadata_parsers.h
apps/metadata/mp3.c
apps/metadata/tta.c [new file with mode: 0644]