summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmad
AgeCommit message (Expand)AuthorFilesLines
2007-09-15Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman1-2/+2
2007-09-07Stop libmad from crashing on 64 bit simulators.Jens Arnold3-15/+20
2007-07-29Revert r14050 (apart from the non-related whitespace changes) and fix the S3C...Dave Chapman5-26/+60
2007-07-29Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actuall...Michael Giacomelli3-10/+10
2007-07-28FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified sligh...Dave Chapman6-21/+1091
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman3-7/+7
2007-04-13Build libmad separately for mpegplayer. This provides flexibility to adjust ...Dave Chapman1-0/+5
2007-03-10Fix build warnings. A better fix might be to define HAVE_LIMITS_H, but someon...Barry Wardell3-0/+3
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2-19/+23
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-09-16Reverted workaround for the gcc warning. There was a change of behaviour in a...Jens Arnold1-16/+2
2006-09-02settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg1-2/+2
2006-08-17Adding a slightly painful workaround to silence a compiler warning.Daniel Stenberg1-2/+16
2006-07-24Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst...Dave Chapman1-1/+9
2006-04-27Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen4-1121/+1315
2006-04-12OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn...Thom Johansen1-2/+2
2006-04-11Fix a couple of warnings for GCC 4.1.Thom Johansen1-2/+2
2006-04-11Various optimisations for libmad byThom Johansen3-8777/+8763
2006-03-23Make libmad use inttypes.h types and remove the old ad-hoc typedefs.Thom Johansen2-28/+11
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-03Undefined DEBUG, so that it compiles on DEBUG builds.Tomasz Malesinski1-1/+1
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2005-12-16Enable assembler optimisations for ARM targetsDave Chapman2-0/+6
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-7/+5
2005-11-15ICONST_ATTR policeThom Johansen1-1/+1
2005-11-15Speed up layer 1 decoding considerably.Thom Johansen1-2/+2
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen3-6/+6
2005-09-28iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren1-1/+35
2005-09-13Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen1-0/+16
2005-09-10Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen1-2/+2
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen3-5/+5
2005-07-18oops... should compile without warnings nowChristian Gmeiner3-4/+4
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner3-5/+5
2005-06-09Typo.Thom Johansen1-1/+1
2005-06-09Full precision synth_full and dct32. Replaced all multiplications with proper...Thom Johansen4-20/+65
2005-05-27Added -O2 to libmad GCC flags. Gives a nice boost.Thom Johansen1-1/+1
2005-05-25Aligns in the middle of code is unnecessary.Thom Johansen1-3/+0
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-2/+2
2005-04-13Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some da...Thom Johansen3-112/+721
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 Arnold1-1/+1
2005-03-09oops, silent compilation back inJean-Philippe Bernardy1-1/+1
2005-03-09GMini: libmad compiledJean-Philippe Bernardy3-6/+9
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 Stenberg1-1/+3
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 Feltzing1-1/+1