summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2005-03-10note to self: never commit a fix in a hurry.Jean-Philippe Bernardy
2005-03-10oops, 1I^2 = 1...Jean-Philippe Bernardy
2005-03-10Compile the simulators without special code & data sections. Fixes intermitte...Jens Arnold
2005-03-09oops, silent compilation back inJean-Philippe Bernardy
2005-03-09GMini: libmad compiledJean-Philippe Bernardy
2005-03-08fix proto and function to kill two simulator warningsDaniel Stenberg
2005-03-08kill a warningDaniel Stenberg
2005-03-06Added asm optimized short block IMDCT and windowing.Thom Johansen
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg
2005-03-04Inserted optimized synth_full and put some vital data in IRAM.Thom Johansen
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing
2005-03-03Broke H100 sim. I suck.Thom Johansen
2005-03-03Duplicate line and four space wide tabs, sorry about that.Thom Johansen
2005-03-03Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-28Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.hJens Arnold
2005-02-26CleanupJens Arnold
2005-02-26Renamed config.h to config-a52.h to avoid name clash with rockbox' config.hJens Arnold
2005-02-26Show compiled source filesJens Arnold
2005-02-26Killed warningsJens Arnold
2005-02-25no strcpy for codecsChristian Gmeiner
2005-02-25no strcpy for codecsChristian Gmeiner
2005-02-25Correction to clean: rule for libwavpackDave Chapman
2005-02-25dirty ctype fixChristian Gmeiner
2005-02-25include libwavpack into build systemChristian Gmeiner
2005-02-25changes to compile without warningsChristian Gmeiner
2005-02-25Initial import of libwavpackChristian Gmeiner
2005-02-24Compile Tremor with _LOW_ACCURACY_ to increase speedMarcoen Hirschberg
2005-02-22Temporary solution for code and data in IRAM for iriver codecsLinus Nielsen Feltzing
2005-02-21Oops, wrong file committedJean-Philippe Bernardy
2005-02-21typoJean-Philippe Bernardy
2005-02-19Thom Johansen's first EMAC optimisation for the Coldfire - about a 3%-4% speedupDave Chapman
2005-02-19Add Tremor to the buildDave Chapman
2005-02-19Cosmetic changes to remove compiler warnings and compile cleanly under RockboxDave Chapman
2005-02-18A temporary solution to build liba52 on the simulators - assume little-endian...Dave Chapman
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-17More aggressive inlining for libFLACLinus Nielsen Feltzing
2005-02-17tremor.a -> libTremor.aMarcoen Hirschberg
2005-02-17Tremor does not encodeMarcoen Hirschberg
2005-02-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg
2005-02-16Add libFLAC to the build systemDave Chapman
2005-02-16Fix some compiler warningsDave Chapman
2005-02-16Remove an internal FLAC debug function that uses FILE*Dave Chapman
2005-02-16Initial import of libFLAC from flac-1.1.2.tar.gzDave Chapman
2005-02-16Add liba52 to the codec build.Dave Chapman
2005-02-16Trivial changes to avoid compiler warnings.Dave Chapman
2005-02-16Correct typo - liba52 is in apps/codecs, not apps/pluginsDave Chapman
2005-02-16IMDCT lookup tables are pre-generated in imdct_lookups.h and not calculated a...Dave Chapman