index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libmad
Age
Commit message (
Expand
)
Author
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-09-16
Reverted workaround for the gcc warning. There was a change of behaviour in a...
Jens Arnold
2006-09-02
settings.h includs button.h that includes target-button.h so we need to make
Daniel Stenberg
2006-08-17
Adding a slightly painful workaround to silence a compiler warning.
Daniel Stenberg
2006-07-24
Compiling libmad with -O instead of -O2 gives a small speedup (60% boost inst...
Dave Chapman
2006-04-27
Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...
Thom Johansen
2006-04-12
OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn...
Thom Johansen
2006-04-11
Fix a couple of warnings for GCC 4.1.
Thom Johansen
2006-04-11
Various optimisations for libmad by
Thom Johansen
2006-03-23
Make libmad use inttypes.h types and remove the old ad-hoc typedefs.
Thom Johansen
2006-02-24
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2006-02-03
Undefined DEBUG, so that it compiles on DEBUG builds.
Tomasz Malesinski
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-12-16
Enable assembler optimisations for ARM targets
Dave Chapman
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-11-15
ICONST_ATTR police
Thom Johansen
2005-11-15
Speed up layer 1 decoding considerably.
Thom Johansen
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
2005-09-28
iRiver: Make it possible to build Rockbox using GCC 4.0.1.
Magnus Holmgren
2005-09-13
Replaced standard libmad accumulator sequence with EMAC optimised one.
Thom Johansen
2005-09-10
Put a couple of important layer 1/2 arrays in IRAM.
Thom Johansen
2005-09-07
Adapted codecs and DSP system to having MACSR saved in thread context.
Thom Johansen
2005-07-18
oops... should compile without warnings now
Christian Gmeiner
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-06-09
Typo.
Thom Johansen
2005-06-09
Full precision synth_full and dct32. Replaced all multiplications with proper...
Thom Johansen
2005-05-27
Added -O2 to libmad GCC flags. Gives a nice boost.
Thom Johansen
2005-05-25
Aligns in the middle of code is unnecessary.
Thom Johansen
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-04-13
Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some da...
Thom Johansen
2005-03-10
note to self: never commit a fix in a hurry.
Jean-Philippe Bernardy
2005-03-10
oops, 1I^2 = 1...
Jean-Philippe Bernardy
2005-03-10
Compile the simulators without special code & data sections. Fixes intermitte...
Jens Arnold
2005-03-09
oops, silent compilation back in
Jean-Philippe Bernardy
2005-03-09
GMini: libmad compiled
Jean-Philippe Bernardy
2005-03-06
Added asm optimized short block IMDCT and windowing.
Thom Johansen
2005-03-06
Use the new generic SRC build "macro" in tools/makesrc.inc to process the
Daniel Stenberg
2005-03-04
Inserted optimized synth_full and put some vital data in IRAM.
Thom Johansen
2005-03-03
Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles
Linus Nielsen Feltzing
2005-03-02
Handle .S files in the codec Makefiles
Linus Nielsen Feltzing
2005-03-01
Correct dependencies for codec builds
Linus Nielsen Feltzing
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-26
Show compiled source files
Jens Arnold
2005-02-16
Start to add libmad to the build system
Dave Chapman
2005-02-15
Very minor changes to remove compiler warnings (tested with gcc-3.4.2 under L...
Dave Chapman
2005-02-15
Comment out calls to sprintf in mad_timer_string() - sprintf doesn't exist in...
Dave Chapman
2005-02-15
Initial check-in of unmodified libmad code (libmad-0.15.1b)
Dave Chapman