summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* Branch optimisation in both C (giving hints to gcc - verified using -fprofile...Jens Arnold2008-11-24
* Tweak the ARMv6 filter assembly a bit further.Jens Arnold2008-11-24
* Fix test_codec precision. The old version effectively rounded the decode time...Jens Arnold2008-11-23
* Use volume buttons instead of left/right button to control volume in WPS.Bertrik Sikken2008-11-23
* Change the test_sampr plugin around to use a constant pitch + white noise whi...Michael Sevakis2008-11-23
* Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius2008-11-22
* FS#9557 - fix the %mv and %t timeout so its intrepreted correctlyJonathan Gordon2008-11-22
* $* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold2008-11-21
* That test plugin was forgotten in the make system overhaul.Jens Arnold2008-11-21
* Added dummy numbers to avoid #error during dependency generation.Björn Stenberg2008-11-21
* Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg2008-11-21
* Turns out that using likely in the loop condition gives a nice little speedup...Nils Wallménius2008-11-21
* Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius2008-11-20
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* Restore specific compiler flags for the midi plugin lost in r19146Nils Wallménius2008-11-20
* Make sure plugin directory exists before creating link file.Björn Stenberg2008-11-20
* codec.link must be created with -DCODECBjörn Stenberg2008-11-20
* Correct name of midi pluginNils Wallménius2008-11-20
* Don't objcopy simulator plugins.Björn Stenberg2008-11-20
* Make sure codec directory exists before creating link file.Björn Stenberg2008-11-20
* Midiplay.rock changed name to midi.rock.Björn Stenberg2008-11-20
* Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg2008-11-20
* Bug fix for previous bug fix. Too much copy/paste.Björn Stenberg2008-11-20
* Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Several tweaks and cleanups: * Use .rept instead of repeated macros for repea...Jens Arnold2008-11-19
* Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bi...Jens Arnold2008-11-19
* Now to make sure Walloon is actually included... :)Robert Menes2008-11-18
* Set SVN propertiesDave Chapman2008-11-18
* New language: Walloon by Stephane Quertinmont.Robert Menes2008-11-18
* Turn on more compiler optimizations on other targets than the coldfire based ...Nils Wallménius2008-11-17
* move the scrobbler and playlist shutdown/restart calls out of tree.c and move...Jonathan Gordon2008-11-17
* Centralise compile-time configuration.Jens Arnold2008-11-16
* Make it compile again on linux...Jens Arnold2008-11-16
* Make the standalone decoder actually work on Windows (need to open the output...Jens Arnold2008-11-16
* Make the standalone decoder build on cygwin.Jens Arnold2008-11-16
* Move the contents of rangecoding.h into entropy.c, and remove the former. It ...Jens Arnold2008-11-16
* Add the required #include for the HZ define - fixes compilation of checkwps b...Dave Chapman2008-11-16
* Avoid unnecessary register copies on ARMv5.Jens Arnold2008-11-16
* revert the previous commit to find a nice way to fix the yellow...Jonathan Gordon2008-11-16
* FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which a...Jonathan Gordon2008-11-16
* Make the standalone demac program compile againDave Chapman2008-11-15
* m200v4: make buttons work again (added a small delay). make m200 keymap bette...Dominik Wenger2008-11-14
* Fix comments.Jens Arnold2008-11-12
* Tiny speedup by simplifying the filter wrap check.Jens Arnold2008-11-12
* Tiny performance improvement for the (not yet usable) compression levels >= -...Jens Arnold2008-11-12
* Revert last commit (accidentally committed the whole tree)Karl Kurbjun2008-11-12
* Add in the needed crt0.S code for the wakeup alarm alsoKarl Kurbjun2008-11-12
* Updated italian translation.Alessio Lenzi2008-11-11
* Correct svn:keywords and svn:eol-styleDave Chapman2008-11-11