summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts2010-09-17
* Fix red, stupid typoFrank Gevaerts2010-09-17
* Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts2010-09-17
* Simplify unnecessary baroque preprocessor condition a bitFrank Gevaerts2010-09-17
* Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both setFrank Gevaerts2010-09-17
* Manual: Clarify that the player must be running to charge/power over USB. Cl...Alex Parker2010-09-17
* Manual: add the bar tag themeing possibilites to the manual. Closes bug FS#1...Alex Parker2010-09-17
* Manual: Add the %if tag to the manual. Closes bug FS#11555.Alex Parker2010-09-17
* Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts2010-09-17
* Manual: The gigabeat S has hardware tone controls instead of bass/treble sett...Alex Parker2010-09-16
* fix redJonathan Gordon2010-09-16
* skin engine: completly rework the sbs title handing codeJonathan Gordon2010-09-16
* usb_drv_reset() is only used in usb-drv-arc.cRafaël Carré2010-09-16
* fix target name for MPIO HD200 in tools/configureMarcin Bukat2010-09-15
* Fix malformed name in builds.pm for MPIO HD200 (thx to Zagor)Marcin Bukat2010-09-15
* flac: more detailed debug messageRafaël Carré2010-09-15
* button driver: make repeat timings be centiseconds and not ticksRafaël Carré2010-09-15
* Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.Andree Buschmann2010-09-14
* More unification of FIXED_POINT and FLOAT. Small refactoring.Andree Buschmann2010-09-14
* Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...Andree Buschmann2010-09-14
* Fix scaling error that was introduced with r28069. With this fix the level of...Andree Buschmann2010-09-14
* Correct comment.Andree Buschmann2010-09-14
* Correct autocorrelation function in libfaad. It used the wrong fract part for...Andree Buschmann2010-09-14
* fix build (typo)Jonathan Gordon2010-09-14
* why did plugin.h need statusbar-skinned.h?Jonathan Gordon2010-09-14
* woopsJonathan Gordon2010-09-14
* fix errors, warnings, tabsJonathan Gordon2010-09-14
* new file got lostJonathan Gordon2010-09-14
* Another major skin backend update/hopefully bugfix:Jonathan Gordon2010-09-14
* pitch_detector: don't use a struct with only one memberRafaël Carré2010-09-14
* Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann2010-09-14
* Further libfaad cleanup.Andree Buschmann2010-09-13
* Clean up libfaad's fixed point implementation.Andree Buschmann2010-09-13
* The zip target isn't a good prerequisite for another make target so remove it.Thomas Martitz2010-09-12
* Adhere to the 80-char line width limit.Thomas Martitz2010-09-12
* Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now...Thomas Martitz2010-09-12
* Code style changes in the java part (whitespaces and braces) to match Rockbox...Thomas Martitz2010-09-12
* The rockbox header got lost at some point.Thomas Martitz2010-09-12
* Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warni...Thomas Martitz2010-09-12
* Extend make clean for android zu also cleanup the compiled java classes and a...Thomas Martitz2010-09-12
* AMS USBv2: use OF settings for undocumented registerRafaël Carré2010-09-12
* Android: Fix a problem where entered Rockbox multiple times (with multiple in...Thomas Martitz2010-09-12
* Use getMinBufferSize instead of hardcoding a buffer size.Thomas Martitz2010-09-12
* Fix beast, forgot the asm label when renaming.Thomas Martitz2010-09-09
* Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz2010-09-09
* Fix sim reds (forgot \ at end of line).Thomas Martitz2010-09-09
* Bump plugin api for new functions.Thomas Martitz2010-09-09
* Extend lc_open() to also being able to load overlay plugins.Thomas Martitz2010-09-09
* Forgot to rename cpucache_flush/_invalidate for PP502x.Thomas Martitz2010-09-09
* codecs_crt0.c needs to call cpucache_invalidate after copying code around.Thomas Martitz2010-09-09