summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad
AgeCommit message (Expand)Author
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz
2010-12-01Remove tabsAndree Buschmann
2010-11-29ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 MH...Michael Giacomelli
2010-11-22Force alignment of various data structures in libmad. Speeds up Gigabeat S de...Michael Giacomelli
2010-11-20Commit first part of FS#11235 by Buschel and I. Improves scheduling on arm9 ...Michael Giacomelli
2010-11-09Correct comment.Andree Buschmann
2010-11-07Clean up libmad, remove unused compile options and source paths.Andree Buschmann
2010-11-07Tiny refactoring of libmad's synthesis filter. This allows minor speed up and...Andree Buschmann
2010-07-23libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu...Nils Wallménius
2010-07-22Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to...Andree Buschmann
2010-06-28Remove unneeded libmad files from build.Andree Buschmann
2010-06-27Comment further unused code in libmad.Andree Buschmann
2010-06-27Comment unused code in libmad. Clean up initialization and memset'ing of deco...Andree Buschmann
2010-06-27Refacture libmad's synthesis filter via macro usage. Comment unused special s...Andree Buschmann
2010-06-18libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable s...Nils Wallménius
2010-06-14Clean up libmad/mad.h to avoid double or inconsistent definitions of types, f...Andree Buschmann
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré
2010-06-10Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...Andree Buschmann
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-02Remove residual tabs in codec directory.Andree Buschmann
2010-05-02Change naming of arm asm routines in libmad's synthesis to match their functi...Andree Buschmann
2010-05-02Fix a bug introduced with r25777.Andree Buschmann
2010-05-02Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...Andree Buschmann
2010-02-22Change liba52 and libmad to the original 8-spaced tabbing.Andree Buschmann
2010-02-22Remove all tabs within codec path.Andree Buschmann
2009-07-13Fix another file for r12 being a scratch register. Overlooked earlier because...Jens Arnold
2009-07-12* ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold
2009-03-10Enable libmad ASM optimized fixed point routines for MIPS.Michael Giacomelli
2009-03-04Overlooked one place where the 'archive created' warning needs to be suppressed.Jens Arnold
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2008-12-15Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.Björn Stenberg
2008-11-30Restore compiler optimization level for libmad, was lost in the buildsystem r...Nils Wallménius
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-09-22Fix careless typo on my part that broke MP3 playback on Coldfire.Michael Giacomelli
2008-09-20Opps, fix mp3 decoding in the sim.Michael Giacomelli
2008-09-20Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...Michael Giacomelli
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-01libmad: PP5002 does in fact profit more from -O2 than PP502x, so use it for a...Jens Arnold
2008-06-01Compile libmad with -O2 for the Ipods instead of just newer PP targets. Give...Michael Giacomelli
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis
2008-05-02Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...Michael Sevakis
2007-09-15Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman
2007-09-07Stop libmad from crashing on 64 bit simulators.Jens Arnold
2007-07-29Revert r14050 (apart from the non-related whitespace changes) and fix the S3C...Dave Chapman
2007-07-29Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actuall...Michael Giacomelli
2007-07-28FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified sligh...Dave Chapman