summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libtta
AgeCommit message (Expand)AuthorFilesLines
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius1-6/+1
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz1-1/+1
2010-12-25Add stdio.h include for SEEK_SET define to various files.Thomas Martitz1-0/+1
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-9/+9
2010-07-12Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and...Nils Wallménius1-1/+6
2010-07-12Coldfire assembler implementation of hybrid_filter for libtta. Speeds up deco...Nils Wallménius4-1/+172
2010-07-12Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) a...Nils Wallménius3-16/+16
2010-07-03We already build with -fomit-frame-pointer so there's no need to specify that...Nils Wallménius1-1/+1
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-2/+2
2010-06-02tta codec: optimize for arm target. pp502x: ~1% speed up.Yoshihisa Uchida1-37/+32
2010-05-14updates the README document.Yoshihisa Uchida1-4/+3
2010-05-13Put decoder array into IRAM. Improves Coldfire (h300) performance 218MHz ->1...Michael Giacomelli1-1/+1
2010-05-13add True Audio (TTA) codecYoshihisa Uchida9-0/+1414