summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmad
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Change liba52 and libmad to the original 8-spaced tabbing.Andree Buschmann20-1660/+1660
2010-02-22Remove all tabs within codec path.Andree Buschmann21-1866/+1866
2009-07-13Fix another file for r12 being a scratch register. Overlooked earlier because...Jens Arnold1-17/+17
2009-07-12* ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold1-18/+18
2009-03-10Enable libmad ASM optimized fixed point routines for MIPS.Michael Giacomelli1-0/+2
2009-03-04Overlooked one place where the 'archive created' warning needs to be suppressed.Jens Arnold1-1/+1
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-2/+2
2008-12-15Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.Björn Stenberg1-1/+1
2008-11-30Restore compiler optimization level for libmad, was lost in the buildsystem r...Nils Wallménius1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg4-52/+56
2008-09-22Fix careless typo on my part that broke MP3 playback on Coldfire.Michael Giacomelli1-1/+1
2008-09-20Opps, fix mp3 decoding in the sim.Michael Giacomelli1-2/+2
2008-09-20Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...Michael Giacomelli6-27/+36
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg4-8/+16
2008-06-01libmad: PP5002 does in fact profit more from -O2 than PP502x, so use it for a...Jens Arnold1-8/+1
2008-06-01Compile libmad with -O2 for the Ipods instead of just newer PP targets. Give...Michael Giacomelli1-2/+2
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis1-6/+1
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis1-2/+2
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