index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libmad
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
Add codecs to librbcodec.
Sean Bartell
37
-22630
/
+0
2012-03-28
build system: completely autodetect target cpu architecture.
Thomas Martitz
1
-1
/
+1
2012-01-21
libmad: Get rid of some bad trickery with the stack pointer.
Thomas Martitz
1
-147
/
+141
2012-01-21
libmad: Fix section attrs for hosted platforms.
Thomas Martitz
1
-0
/
+8
2011-06-24
Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused ...
Andree Buschmann
17
-1945
/
+16
2010-12-27
Redo r28026 so that all .S files get the __ASSEMBLER__ define.
Thomas Martitz
1
-2
/
+2
2010-12-01
Remove tabs
Andree Buschmann
1
-9
/
+9
2010-11-29
ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 MH...
Michael Giacomelli
1
-88
/
+94
2010-11-22
Force alignment of various data structures in libmad. Speeds up Gigabeat S de...
Michael Giacomelli
5
-14
/
+14
2010-11-20
Commit first part of FS#11235 by Buschel and I. Improves scheduling on arm9 ...
Michael Giacomelli
1
-45
/
+43
2010-11-09
Correct comment.
Andree Buschmann
1
-1
/
+1
2010-11-07
Clean up libmad, remove unused compile options and source paths.
Andree Buschmann
5
-343
/
+14
2010-11-07
Tiny refactoring of libmad's synthesis filter. This allows minor speed up and...
Andree Buschmann
2
-81
/
+49
2010-07-23
libmad: small tweak to coldfire inline asm, gives a slight speedup and now bu...
Nils Wallménius
1
-36
/
+40
2010-07-22
Submit FS#11491. Refactor coldfire inline asm within libmad's synth_full() to...
Andree Buschmann
1
-167
/
+141
2010-06-28
Remove unneeded libmad files from build.
Andree Buschmann
1
-2
/
+0
2010-06-27
Comment further unused code in libmad.
Andree Buschmann
5
-5
/
+15
2010-06-27
Comment unused code in libmad. Clean up initialization and memset'ing of deco...
Andree Buschmann
6
-36
/
+34
2010-06-27
Refacture libmad's synthesis filter via macro usage. Comment unused special s...
Andree Buschmann
2
-112
/
+59
2010-06-18
libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable s...
Nils Wallménius
1
-7
/
+5
2010-06-14
Clean up libmad/mad.h to avoid double or inconsistent definitions of types, f...
Andree Buschmann
1
-931
/
+10
2010-06-11
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
3
-7
/
+9
2010-06-10
Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...
Andree Buschmann
3
-3
/
+14
2010-05-29
Correction to clobber lists of several codec's inline assembly.
Andree Buschmann
1
-43
/
+45
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+1
2010-05-02
Remove residual tabs in codec directory.
Andree Buschmann
2
-47
/
+47
2010-05-02
Change naming of arm asm routines in libmad's synthesis to match their functi...
Andree Buschmann
2
-16
/
+16
2010-05-02
Fix a bug introduced with r25777.
Andree Buschmann
1
-1
/
+1
2010-05-02
Refacturate arm version of libmad's synthesis filter. Only two asm macros lef...
Andree Buschmann
2
-242
/
+30
2010-02-22
Change liba52 and libmad to the original 8-spaced tabbing.
Andree Buschmann
20
-1660
/
+1660
2010-02-22
Remove all tabs within codec path.
Andree Buschmann
21
-1866
/
+1866
2009-07-13
Fix another file for r12 being a scratch register. Overlooked earlier because...
Jens Arnold
1
-17
/
+17
2009-07-12
* ARM asm DSP and codec/plugin functions: Use r12 scratch register properly
Jens Arnold
1
-18
/
+18
2009-03-10
Enable libmad ASM optimized fixed point routines for MIPS.
Michael Giacomelli
1
-0
/
+2
2009-03-04
Overlooked one place where the 'archive created' warning needs to be suppressed.
Jens Arnold
1
-1
/
+1
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
1
-1
/
+1
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
1
-2
/
+2
2008-12-15
Better file suffix replacement. Bug fix by Nils Wallménius. Closes FS #9644.
Björn Stenberg
1
-1
/
+1
2008-11-30
Restore compiler optimization level for libmad, was lost in the buildsystem r...
Nils Wallménius
1
-1
/
+1
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
1
-1
/
+1
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
1
-0
/
+1
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
4
-52
/
+56
2008-09-22
Fix careless typo on my part that broke MP3 playback on Coldfire.
Michael Giacomelli
1
-1
/
+1
2008-09-20
Opps, fix mp3 decoding in the sim.
Michael Giacomelli
1
-2
/
+2
2008-09-20
Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on t...
Michael Giacomelli
6
-27
/
+36
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
4
-8
/
+16
2008-06-01
libmad: PP5002 does in fact profit more from -O2 than PP502x, so use it for a...
Jens Arnold
1
-8
/
+1
2008-06-01
Compile libmad with -O2 for the Ipods instead of just newer PP targets. Give...
Michael Giacomelli
1
-2
/
+2
2008-05-10
Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...
Michael Sevakis
1
-6
/
+1
2008-05-02
Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in...
Michael Sevakis
1
-2
/
+2
[next]