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