summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad (follow)
Commit message (Expand)AuthorAge
* 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
* Build libmad separately for mpegplayer. This provides flexibility to adjust ...Dave Chapman2007-04-13
* Fix build warnings. A better fix might be to define HAVE_LIMITS_H, but someon...Barry Wardell2007-03-10
* Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2006-11-09
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Reverted workaround for the gcc warning. There was a change of behaviour in a...Jens Arnold2006-09-16
* settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg2006-09-02
* Adding a slightly painful workaround to silence a compiler warning.Daniel Stenberg2006-08-17
* Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst...Dave Chapman2006-07-24
* Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen2006-04-27
* OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn...Thom Johansen2006-04-12
* Fix a couple of warnings for GCC 4.1.Thom Johansen2006-04-11
* Various optimisations for libmad byThom Johansen2006-04-11
* Make libmad use inttypes.h types and remove the old ad-hoc typedefs.Thom Johansen2006-03-23
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Undefined DEBUG, so that it compiles on DEBUG builds.Tomasz Malesinski2006-02-03
* Profiling support, tools and documentation.Brandon Low2006-01-18