summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad (follow)
Commit message (Expand)AuthorAge
* 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
* Enable assembler optimisations for ARM targetsDave Chapman2005-12-16
* Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren2005-12-05
* ICONST_ATTR policeThom Johansen2005-11-15
* Speed up layer 1 decoding considerably.Thom Johansen2005-11-15
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen2005-10-27
* iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren2005-09-28
* Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen2005-09-13
* Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen2005-09-10
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
* oops... should compile without warnings nowChristian Gmeiner2005-07-18
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Typo.Thom Johansen2005-06-09
* Full precision synth_full and dct32. Replaced all multiplications with proper...Thom Johansen2005-06-09
* Added -O2 to libmad GCC flags. Gives a nice boost.Thom Johansen2005-05-27
* Aligns in the middle of code is unnecessary.Thom Johansen2005-05-25
* Fixed makefiles for autoconf.g include.Daniel Stenberg2005-05-07
* Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some da...Thom Johansen2005-04-13
* note to self: never commit a fix in a hurry.Jean-Philippe Bernardy2005-03-10
* oops, 1I^2 = 1...Jean-Philippe Bernardy2005-03-10
* Compile the simulators without special code & data sections. Fixes intermitte...Jens Arnold2005-03-10
* oops, silent compilation back inJean-Philippe Bernardy2005-03-09
* GMini: libmad compiledJean-Philippe Bernardy2005-03-09
* Added asm optimized short block IMDCT and windowing.Thom Johansen2005-03-06
* Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg2005-03-06
* Inserted optimized synth_full and put some vital data in IRAM.Thom Johansen2005-03-04
* Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing2005-03-03