summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad
AgeCommit message (Expand)Author
2006-07-24Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst...Dave Chapman
2006-04-27Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen
2006-04-12OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn...Thom Johansen
2006-04-11Fix a couple of warnings for GCC 4.1.Thom Johansen
2006-04-11Various optimisations for libmad byThom Johansen
2006-03-23Make libmad use inttypes.h types and remove the old ad-hoc typedefs.Thom Johansen
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
2006-02-03Undefined DEBUG, so that it compiles on DEBUG builds.Tomasz Malesinski
2006-01-18Profiling support, tools and documentation.Brandon Low
2005-12-16Enable assembler optimisations for ARM targetsDave Chapman
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren
2005-11-15ICONST_ATTR policeThom Johansen
2005-11-15Speed up layer 1 decoding considerably.Thom Johansen
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen
2005-09-28iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren
2005-09-13Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen
2005-09-10Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-06-09Typo.Thom Johansen
2005-06-09Full precision synth_full and dct32. Replaced all multiplications with proper...Thom Johansen
2005-05-27Added -O2 to libmad GCC flags. Gives a nice boost.Thom Johansen
2005-05-25Aligns in the middle of code is unnecessary.Thom Johansen
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-04-13Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some da...Thom Johansen
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-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-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-26Show compiled source filesJens Arnold
2005-02-16Start to add libmad to the build systemDave Chapman
2005-02-15Very minor changes to remove compiler warnings (tested with gcc-3.4.2 under L...Dave Chapman
2005-02-15Comment out calls to sprintf in mad_timer_string() - sprintf doesn't exist in...Dave Chapman
2005-02-15Initial check-in of unmodified libmad code (libmad-0.15.1b)Dave Chapman