- 5a98ad2 format() (and its alias vuprintf) return values are uncheck -> void by Rafaël Carré · 14 years ago
- cc6ef19 Remove some unused variables. by Michael Giacomelli · 14 years ago
- a742ba4 Make tooltip for Offline Mode setting wrap properly. by Dominik Riebeling · 14 years ago
- 2c8204c Hopefully fix FS#11630 where the wps backdrop would be shown instead of the menu one by Jonathan Gordon · 14 years ago
- 272e425 get_mp3file_info(): Use the correct printf format in DEBUGF() by Rafaël Carré · 14 years ago
- 961b5dd tagcache open_files(): open the correct file (missed in r27656) by Rafaël Carré · 14 years ago
- d2000a9 radio_screen() return value is unused -> void by Rafaël Carré · 14 years ago
- c78d55a kbd_input(): move sc assignement under #ifdef HAVE_TOUCHSCREEN by Rafaël Carré · 14 years ago
- 37c1192 ASAP parse_sap_header() : remove write only variables by Rafaël Carré · 14 years ago
- f031414 setid3v2title(): unused variable by Rafaël Carré · 14 years ago
- 9afa800 get_mp3file_info(): remove unused variable by Rafaël Carré · 14 years ago
- 1dfebdd playlist_shuffle(): remove unused variable by Rafaël Carré · 14 years ago
- f75d912 Display number of processors in System Info dialog. by Dominik Riebeling · 14 years ago
- 752ce1e Display number of processors in System Info dialog. by Dominik Riebeling · 14 years ago
- f18e630 Update Polish translation by Rafaël Carré · 14 years ago
- d343bbe Allow e200 to compile without HAVE_RECORDING by Frank Gevaerts · 14 years ago
- 95aae36 Fix red, stupid typo by Frank Gevaerts · 14 years ago
- f366090 Make disabling HAVE_PITCHSCREEN actually work without breaking the build by Frank Gevaerts · 14 years ago
- bd43690 Simplify unnecessary baroque preprocessor condition a bit by Frank Gevaerts · 14 years ago
- b0351c7 Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both set by Frank Gevaerts · 14 years ago
- 34c4c44 Manual: Clarify that the player must be running to charge/power over USB. Closes bug FS#11504. by Alex Parker · 14 years ago
- 15258e0 Manual: add the bar tag themeing possibilites to the manual. Closes bug FS#11543. by Alex Parker · 14 years ago
- 779f1db Manual: Add the %if tag to the manual. Closes bug FS#11555. by Alex Parker · 14 years ago
- f6912d3 Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHT by Frank Gevaerts · 14 years ago
- 011bece Manual: The gigabeat S has hardware tone controls instead of bass/treble settings, so update the manual to reflect this. Also update the sound settings screen shot. by Alex Parker · 14 years ago
- 10b6861 fix red by Jonathan Gordon · 14 years ago
- fbb0083 skin engine: completly rework the sbs title handing code by Jonathan Gordon · 14 years ago
- 520baf0 usb_drv_reset() is only used in usb-drv-arc.c by Rafaël Carré · 14 years ago
- 2e9242e fix target name for MPIO HD200 in tools/configure by Marcin Bukat · 14 years ago
- e080338 Fix malformed name in builds.pm for MPIO HD200 (thx to Zagor) by Marcin Bukat · 14 years ago
- f8d1509 flac: more detailed debug message by Rafaël Carré · 14 years ago
- 1285935 button driver: make repeat timings be centiseconds and not ticks by Rafaël Carré · 14 years ago
- 24d8e8e Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing. by Andree Buschmann · 14 years ago
- 9fb54ae More unification of FIXED_POINT and FLOAT. Small refactoring. by Andree Buschmann · 14 years ago
- 82c143c Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POINT and FLOAT implementation. by Andree Buschmann · 14 years ago
- c8da311 Fix scaling error that was introduced with r28069. With this fix the level of the hf-spectrum will be correct when decoding aac-he files. by Andree Buschmann · 14 years ago
- e98ee2d Correct comment. by Andree Buschmann · 14 years ago
- b543a2a Correct autocorrelation function in libfaad. It used the wrong fract part for the multiplication macros. Introduce appropriate solution to avoid overflow. by Andree Buschmann · 14 years ago
- f4e8861 fix build (typo) by Jonathan Gordon · 14 years ago
- 308ece9 why did plugin.h need statusbar-skinned.h? by Jonathan Gordon · 14 years ago
- 75f04f5 woops by Jonathan Gordon · 14 years ago
- 71379ca fix errors, warnings, tabs by Jonathan Gordon · 14 years ago
- 46142b9 new file got lost by Jonathan Gordon · 14 years ago
- 9928e34 Another major skin backend update/hopefully bugfix: by Jonathan Gordon · 14 years ago
- 0928cdf pitch_detector: don't use a struct with only one member by Rafaël Carré · 14 years ago
- cba9d25 Further libfaad cleanup. Make libfaad compilable for floating point. Floating point cannot be used as reference though, as errorous noise is the result. by Andree Buschmann · 14 years ago
- f24e130 Further libfaad cleanup. by Andree Buschmann · 14 years ago
- ddb936a Clean up libfaad's fixed point implementation. by Andree Buschmann · 14 years ago
- aa0f895 The zip target isn't a good prerequisite for another make target so remove it. by Thomas Martitz · 14 years ago
- 51c91c5 Adhere to the 80-char line width limit. by Thomas Martitz · 14 years ago
- c98f584 Redo r28059, minBufferSize() turned out a bit more unstable on my Legend. Now use the MAX() of the old buffer and minBufferSize() by Thomas Martitz · 14 years ago
- 282adac Code style changes in the java part (whitespaces and braces) to match Rockbox coding style. by Thomas Martitz · 14 years ago
- 54c838d The rockbox header got lost at some point. by Thomas Martitz · 14 years ago
- 6cf3681 Android: Use an explicit 8k buffer for unzipping libmisc.so to remove a warning in logcat. by Thomas Martitz · 14 years ago
- a994401 Extend make clean for android zu also cleanup the compiled java classes and apks (and everything else generated during build process). by Thomas Martitz · 14 years ago
- 5028eaa AMS USBv2: use OF settings for undocumented register by Rafaël Carré · 14 years ago
- 0e0baaa Android: Fix a problem where entered Rockbox multiple times (with multiple instances on the activity stack) until it was exited once with the back button. by Thomas Martitz · 14 years ago
- cbbbe60 Use getMinBufferSize instead of hardcoding a buffer size. by Thomas Martitz · 14 years ago
- 409c157 Fix beast, forgot the asm label when renaming. by Thomas Martitz · 14 years ago
- 637bb2e Also rename cpucache_invalidate() function for mips. There's more in the target tree of mips which I have overlooked yesterday. by Thomas Martitz · 14 years ago
- 12a2889 Fix sim reds (forgot \ at end of line). by Thomas Martitz · 14 years ago
- d950883 Bump plugin api for new functions. by Thomas Martitz · 14 years ago
- 0d4585b Extend lc_open() to also being able to load overlay plugins. by Thomas Martitz · 14 years ago
- cec7c99 Forgot to rename cpucache_flush/_invalidate for PP502x. by Thomas Martitz · 14 years ago
- 6af762f codecs_crt0.c needs to call cpucache_invalidate after copying code around. by Thomas Martitz · 14 years ago
- 28b30d4 Oops, remove left-over DEBUGFs. by Thomas Martitz · 14 years ago
- ded525e Revert r27972 to fix FS#11610 (but in a way android builds still work). by Thomas Martitz · 14 years ago
- 89dcb1c fix red. by Thomas Martitz · 14 years ago
- e22aa75 Cleanup io.c a bit. by Thomas Martitz · 14 years ago
- 4120652 keybox: do not leak filehandle when the wrong password is entered. by Nils Wallménius · 14 years ago
- f09499f Change sd-as3525*.c to the new cache coherency function names. by Thomas Martitz · 14 years ago
- dd5dd8c Rename cache coherency functions. by Thomas Martitz · 14 years ago
- ca0e95a USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type() by Rafaël Carré · 14 years ago
- f1adafc USB AMSv2: split handle_ep_int() by Rafaël Carré · 14 years ago
- 5aa5de5 USB AMSv2: smaller struct usb_endpoint by Rafaël Carré · 14 years ago
- 8e0ff81 USB AMSv2: only read endpoint interrupt status register once by Rafaël Carré · 14 years ago
- 1752dfd usb-drv-as3525v2.c: cosmetics (remove trailing spaces) by Rafaël Carré · 14 years ago
- 29276be USB AMSv2: Reduce the size of (in/out)_ep_list by Rafaël Carré · 14 years ago
- 24cd51a USB AMSv2: simplify FOR_EACH* macros by Rafaël Carré · 14 years ago
- e526681 USB AMSv2: use status == -1 to signal errors by Rafaël Carré · 14 years ago
- d2871ff usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the define by Rafaël Carré · 14 years ago
- 8c4f83e USB AMSv2: cosmetics by Rafaël Carré · 14 years ago
- dbea731 USB AMSv2: update endpoint->len on transfer by Rafaël Carré · 14 years ago
- 9503e6e as3525v2 usb: define USB_HAS_BULK by Rafaël Carré · 14 years ago
- be24bee usb-drv-as3525v2: use dump_dcache_range() by Rafaël Carré · 14 years ago
- b72237a usb-drv-as3525v2: fixes by Rafaël Carré · 14 years ago
- 03d391d as3525v2-usb: don't disable data transfers ! by Amaury Pouly · 14 years ago
- f140930 as3525v2-usb: fix red and fix stupid typo about endpoint status by Amaury Pouly · 14 years ago
- f20d11c as3525v2-usb: all control operations are working, there is a problem with UMS: the IN transfer to respond to inquiry does not start, resulting in not lun being detected by Amaury Pouly · 14 years ago
- 025112f as3525v2-usb: by Amaury Pouly · 14 years ago
- 5a329de workaround weird gcc behaviour by Rafaël Carré · 14 years ago
- 7791843 m68k/setjmp.S: fix build with gcc 3.4.6 -std=gnu99 by Rafaël Carré · 14 years ago
- 3bd943e invadrox: make all inline functions static inline by Rafaël Carré · 14 years ago
- 0f5b717 invadrox: make inline function static inline by Rafaël Carré · 14 years ago
- aca255e gigabeats: remove inline from extern functions by Rafaël Carré · 14 years ago
- c168d23 FS#11611: Use -std=gnu99 to allow additional C99 features by Rafaël Carré · 14 years ago
- bd73747 pitch_detector: build with -std=gnu99 by Rafaël Carré · 14 years ago
- 791d425 plugins (doom, midi, rockboy): don't use non-static inline by Rafaël Carré · 14 years ago
- 17e5399 buflib_get_data(): static inline ensures it will be inlined by Rafaël Carré · 14 years ago
- 2ac5153 AMS: make dma_disable_channel() not inline by Rafaël Carré · 14 years ago