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