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
/
synth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
Add codecs to librbcodec.
Sean Bartell
1
-1232
/
+0
2010-11-22
Force alignment of various data structures in libmad. Speeds up Gigabeat S de...
Michael Giacomelli
1
-1
/
+1
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
1
-9
/
+2
2010-11-07
Tiny refactoring of libmad's synthesis filter. This allows minor speed up and...
Andree Buschmann
1
-77
/
+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-27
Comment unused code in libmad. Clean up initialization and memset'ing of deco...
Andree Buschmann
1
-15
/
+7
2010-06-27
Refacture libmad's synthesis filter via macro usage. Comment unused special s...
Andree Buschmann
1
-112
/
+57
2010-06-10
Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use...
Andree Buschmann
1
-1
/
+2
2010-05-29
Correction to clobber lists of several codec's inline assembly.
Andree Buschmann
1
-43
/
+45
2010-05-02
Change naming of arm asm routines in libmad's synthesis to match their functi...
Andree Buschmann
1
-12
/
+12
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
1
-238
/
+26
2010-02-22
Change liba52 and libmad to the original 8-spaced tabbing.
Andree Buschmann
1
-252
/
+252
2010-02-22
Remove all tabs within codec path.
Andree Buschmann
1
-259
/
+259
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
1
-7
/
+7
2007-09-07
Stop libmad from crashing on 64 bit simulators.
Jens Arnold
1
-3
/
+4
2007-07-29
Revert r14050 (apart from the non-related whitespace changes) and fix the S3C...
Dave Chapman
1
-5
/
+1
2007-07-29
Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actuall...
Michael Giacomelli
1
-8
/
+8
2007-07-28
FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified sligh...
Dave Chapman
1
-1
/
+374
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
1
-1
/
+1
2006-09-16
Reverted workaround for the gcc warning. There was a change of behaviour in a...
Jens Arnold
1
-16
/
+2
2006-08-17
Adding a slightly painful workaround to silence a compiler warning.
Daniel Stenberg
1
-2
/
+16
2006-04-27
Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...
Thom Johansen
1
-227
/
+354
2006-04-12
OK, GCC obviously has a hard time with this. Let's just pretend GCC 4.1 doesn...
Thom Johansen
1
-2
/
+2
2006-04-11
Fix a couple of warnings for GCC 4.1.
Thom Johansen
1
-2
/
+2
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
1
-1
/
+1
2005-09-28
iRiver: Make it possible to build Rockbox using GCC 4.0.1.
Magnus Holmgren
1
-1
/
+35
2005-09-07
Adapted codecs and DSP system to having MACSR saved in thread context.
Thom Johansen
1
-2
/
+5
2005-06-09
Full precision synth_full and dct32. Replaced all multiplications with proper...
Thom Johansen
1
-19
/
+34
2005-03-10
Compile the simulators without special code & data sections. Fixes intermitte...
Jens Arnold
1
-1
/
+1
2005-03-06
Added asm optimized short block IMDCT and windowing.
Thom Johansen
1
-3
/
+4
2005-03-04
Inserted optimized synth_full and put some vital data in IRAM.
Thom Johansen
1
-6
/
+162
2005-02-15
Initial check-in of unmodified libmad code (libmad-0.15.1b)
Dave Chapman
1
-0
/
+857