summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmad
AgeCommit message (Expand)AuthorFilesLines
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz1-2/+2
2010-12-01Remove tabsAndree Buschmann1-9/+9
2010-11-29ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 MH...Michael Giacomelli1-88/+94
2010-11-22Force alignment of various data structures in libmad. Speeds up Gigabeat S de...Michael Giacomelli5-14/+14
2010-11-20Commit first part of FS#11235 by Buschel and I. Improves scheduling on arm9 ...Michael Giacomelli1-45/+43
2010-11-09Correct comment.Andree Buschmann1-1/+1
2010-11-07Clean up libmad, remove unused compile options and source paths.Andree Buschmann5-343/+14
2010-11-07Tiny refactoring of libmad's synthesis filter. This allows minor speed up and...Andree Buschmann2-81/+49
2010-07-23libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu...Nils Wallménius1-36/+40
2010-07-22Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to...Andree Buschmann1-167/+141
2010-06-28Remove unneeded libmad files from build.Andree Buschmann1-2/+0
2010-06-27Comment further unused code in libmad.Andree Buschmann5-5/+15
2010-06-27Comment unused code in libmad. Clean up initialization and memset'ing of deco...Andree Buschmann6-36/+34
2010-06-27Refacture libmad's synthesis filter via macro usage. Comment unused special s...Andree Buschmann2-112/+59
2010-06-18libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable s...Nils Wallménius1-7/+5
2010-06-14Clean up libmad/mad.h to avoid double or inconsistent definitions of types, f...Andree Buschmann1-931/+10
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré3-7/+9
2010-06-10Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...Andree Buschmann3-3/+14
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann1-43/+45
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-05-02Remove residual tabs in codec directory.Andree Buschmann2-47/+47
2010-05-02Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann2-16/+16
2010-05-02Fix a bug introduced with r25777.Andree Buschmann1-1/+1
2010-05-02Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann2-242/+30
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