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
Age
Commit message (
Expand
)
Author
2008-11-25
Delete unused var and slight style police
Nils Wallménius
2008-11-24
Reorder instructions to avoid pipeline stalls on ARMv6 wherever possible (som...
Jens Arnold
2008-11-24
Added support for configurable rockbox directory. FS#9567 by Alex Bennee.
Björn Stenberg
2008-11-24
Rearrange the main synth loop a little and move some tests around for a ~5% s...
Nils Wallménius
2008-11-24
Fixed Sansa clip keymap for CONTEXT_SETTINGS. Use same keymap for CONTEXT_SET...
Bertrik Sikken
2008-11-24
Branch optimisation in both C (giving hints to gcc - verified using -fprofile...
Jens Arnold
2008-11-24
Tweak the ARMv6 filter assembly a bit further.
Jens Arnold
2008-11-23
Fix test_codec precision. The old version effectively rounded the decode time...
Jens Arnold
2008-11-23
Use volume buttons instead of left/right button to control volume in WPS.
Bertrik Sikken
2008-11-23
Change the test_sampr plugin around to use a constant pitch + white noise whi...
Michael Sevakis
2008-11-22
Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()
Nils Wallménius
2008-11-22
FS#9557 - fix the %mv and %t timeout so its intrepreted correctly
Jonathan Gordon
2008-11-21
$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...
Jens Arnold
2008-11-21
That test plugin was forgotten in the make system overhaul.
Jens Arnold
2008-11-21
Added dummy numbers to avoid #error during dependency generation.
Björn Stenberg
2008-11-21
Altered mkdepfile to use a single gcc call and post-process the output. This ...
Björn Stenberg
2008-11-21
Turns out that using likely in the loop condition gives a nice little speedup...
Nils Wallménius
2008-11-20
Introduce likely() and unlikely() macros, use to give gcc hints about which b...
Nils Wallménius
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
Restore specific compiler flags for the midi plugin lost in r19146
Nils Wallménius
2008-11-20
Make sure plugin directory exists before creating link file.
Björn Stenberg
2008-11-20
codec.link must be created with -DCODEC
Björn Stenberg
2008-11-20
Correct name of midi plugin
Nils Wallménius
2008-11-20
Don't objcopy simulator plugins.
Björn Stenberg
2008-11-20
Make sure codec directory exists before creating link file.
Björn Stenberg
2008-11-20
Midiplay.rock changed name to midi.rock.
Björn Stenberg
2008-11-20
Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...
Björn Stenberg
2008-11-20
Bug fix for previous bug fix. Too much copy/paste.
Björn Stenberg
2008-11-20
Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-19
Several tweaks and cleanups: * Use .rept instead of repeated macros for repea...
Jens Arnold
2008-11-19
Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bi...
Jens Arnold
2008-11-18
Now to make sure Walloon is actually included... :)
Robert Menes
2008-11-18
Set SVN properties
Dave Chapman
2008-11-18
New language: Walloon by Stephane Quertinmont.
Robert Menes
2008-11-17
Turn on more compiler optimizations on other targets than the coldfire based ...
Nils Wallménius
2008-11-17
move the scrobbler and playlist shutdown/restart calls out of tree.c and move...
Jonathan Gordon
2008-11-16
Centralise compile-time configuration.
Jens Arnold
2008-11-16
Make it compile again on linux...
Jens Arnold
2008-11-16
Make the standalone decoder actually work on Windows (need to open the output...
Jens Arnold
2008-11-16
Make the standalone decoder build on cygwin.
Jens Arnold
2008-11-16
Move the contents of rangecoding.h into entropy.c, and remove the former. It ...
Jens Arnold
2008-11-16
Add the required #include for the HZ define - fixes compilation of checkwps b...
Dave Chapman
2008-11-16
Avoid unnecessary register copies on ARMv5.
Jens Arnold
2008-11-16
revert the previous commit to find a nice way to fix the yellow...
Jonathan Gordon
2008-11-16
FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which a...
Jonathan Gordon
2008-11-15
Make the standalone demac program compile again
Dave Chapman
2008-11-14
m200v4: make buttons work again (added a small delay). make m200 keymap bette...
Dominik Wenger
2008-11-12
Fix comments.
Jens Arnold
2008-11-12
Tiny speedup by simplifying the filter wrap check.
Jens Arnold
[next]