summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2005-04-13Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some da...Thom Johansen3-112/+721
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen26-2/+4185
2005-04-01Smaller code size due to use of post-increment addressing. Move code out of i...Thom Johansen1-132/+131
2005-03-20Fixed dumb cleaning, libmad.a cleaning.Michiel Van Der Kolk1-1/+1
2005-03-18We never use the windows shell, we use *nix or cygwinLinus Nielsen Feltzing1-8/+1
2005-03-17Initial check in dumb 0.9.2 - has a few usages of floating point that shouldMichiel Van Der Kolk67-1/+18488
2005-03-10note to self: never commit a fix in a hurry.Jean-Philippe Bernardy1-19/+4
2005-03-10oops, 1I^2 = 1...Jean-Philippe Bernardy1-3/+18
2005-03-10Compile the simulators without special code & data sections. Fixes intermitte...Jens Arnold2-1/+10
2005-03-09oops, silent compilation back inJean-Philippe Bernardy1-1/+1
2005-03-09GMini: libmad compiledJean-Philippe Bernardy5-7/+13
2005-03-08fix proto and function to kill two simulator warningsDaniel Stenberg3-3/+3
2005-03-08kill a warningDaniel Stenberg1-0/+1
2005-03-06Added asm optimized short block IMDCT and windowing.Thom Johansen2-3/+116
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg5-6/+15
2005-03-04Inserted optimized synth_full and put some vital data in IRAM.Thom Johansen1-6/+162
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing5-5/+5
2005-03-03Broke H100 sim. I suck.Thom Johansen1-1/+1
2005-03-03Duplicate line and four space wide tabs, sorry about that.Thom Johansen1-8/+7
2005-03-03Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen5-209/+255
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing5-5/+10
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing5-19/+19
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold41-37/+82
2005-02-28Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.hJens Arnold3-2/+2
2005-02-26CleanupJens Arnold1-5/+1
2005-02-26Renamed config.h to config-a52.h to avoid name clash with rockbox' config.hJens Arnold6-5/+6
2005-02-26Show compiled source filesJens Arnold4-0/+4
2005-02-26Killed warningsJens Arnold1-1/+2
2005-02-25no strcpy for codecsChristian Gmeiner1-1/+1
2005-02-25no strcpy for codecsChristian Gmeiner2-6/+6
2005-02-25Correction to clean: rule for libwavpackDave Chapman1-2/+2
2005-02-25dirty ctype fixChristian Gmeiner1-0/+21
2005-02-25include libwavpack into build systemChristian Gmeiner2-2/+51
2005-02-25changes to compile without warningsChristian Gmeiner3-8/+8
2005-02-25Initial import of libwavpackChristian Gmeiner12-0/+2190
2005-02-24Compile Tremor with _LOW_ACCURACY_ to increase speedMarcoen Hirschberg2-0/+3
2005-02-22Temporary solution for code and data in IRAM for iriver codecsLinus Nielsen Feltzing1-0/+1
2005-02-21Oops, wrong file committedJean-Philippe Bernardy1-0/+4
2005-02-21typoJean-Philippe Bernardy1-4/+0
2005-02-19Thom Johansen's first EMAC optimisation for the Coldfire - about a 3%-4% speedupDave Chapman4-0/+222
2005-02-19Add Tremor to the buildDave Chapman1-2/+10
2005-02-19Cosmetic changes to remove compiler warnings and compile cleanly under RockboxDave Chapman9-29/+55
2005-02-18A temporary solution to build liba52 on the simulators - assume little-endian...Dave Chapman1-0/+2
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-2/+13
2005-02-17More aggressive inlining for libFLACLinus Nielsen Feltzing1-1/+2
2005-02-17tremor.a -> libTremor.aMarcoen Hirschberg1-2/+2
2005-02-17Tremor does not encodeMarcoen Hirschberg1-2/+2
2005-02-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg41-0/+11588
2005-02-16Add libFLAC to the build systemDave Chapman3-2/+65
2005-02-16Fix some compiler warningsDave Chapman6-9/+9