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