1. 763aacc Initialise mutex before using it in as3525-codec.c, also use mutex for single codec register accesses. by Bertrik Sikken · 16 years ago
  2. baf4b61 Change the test_sampr plugin around to use a constant pitch + white noise which makes it more informative about the hardware state. Add a volume control for targets without a separate one. by Michael Sevakis · 16 years ago
  3. 046776c Added rombox.ucl to target 'clean'. Added some newlines. by Björn Stenberg · 16 years ago
  4. 40d95f4 Support split target.o:source.c lines. by Björn Stenberg · 16 years ago
  5. 9701ffb Added power.h include to power-as3525.c by Bertrik Sikken · 16 years ago
  6. 4c25c92 Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GPIOD(7) setting in the Fuze and e200v2 LCD drivers - it's set in the buttonlight code. by Dave Chapman · 16 years ago
  7. 95cf600 Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() by Nils Wallménius · 16 years ago
  8. 5dfde5c Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanup. Add some more correctness. by Michael Sevakis · 16 years ago
  9. 5dec3b3 Oops. Used wrong constant. by Michael Sevakis · 16 years ago
  10. 7c007f5 Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 44.1 and 48 kHz. by Michael Sevakis · 16 years ago
  11. 0394ebe FS#9557 - fix the %mv and %t timeout so its intrepreted correctly by Jonathan Gordon · 16 years ago
  12. 5e4a682 $* doesn't work if the target doesn't use a wildcard. Furthermore the GNU make manual discourages its use. Using works, and automatically ensures the correct directory. zxbox.map and chessbox.map were put into the wrong dir (build dir) and overwrote each other. by Jens Arnold · 16 years ago
  13. fea1874 Stop overwriting rockbox.map (depending on build order). Should fix jumping size report for rombox targets. by Jens Arnold · 16 years ago
  14. 40a3af5 That test plugin was forgotten in the make system overhaul. by Jens Arnold · 16 years ago
  15. 066f011 Added dummy numbers to avoid #error during dependency generation. by Björn Stenberg · 16 years ago
  16. 7f00ad0 Removed duplicate LANG_O... by Björn Stenberg · 16 years ago
  17. 6b96270 Added LANG_O to simulators as well. by Björn Stenberg · 16 years ago
  18. ac355de Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use sectors instead by Frank Gevaerts · 16 years ago
  19. 6640978 Altered mkdepfile to use a single gcc call and post-process the output. This speeds up the dependency generation, especially in cygwin. by Björn Stenberg · 16 years ago
  20. 7ef2a053 Turns out that using likely in the loop condition gives a nice little speedup to so let's do it. by Nils Wallménius · 16 years ago
  21. 8a7c4af Added a proper rule for rockbox-info.txt by Björn Stenberg · 16 years ago
  22. 344ad68 FS#9566: Change regex to make it work on old versions of sed. by Björn Stenberg · 16 years ago
  23. c0b43a5 Commit some USB and ATA rework/refactoring (+ USB GPIO detection). by Maurus Cuelenaere · 16 years ago
  24. 0a61b71 Fix segmentation fault when no key was found. by Maurus Cuelenaere · 16 years ago
  25. 2527ebf Minor fix of the word "color" in the color settings; it is now spelled by Robert Menes · 16 years ago
  26. 1284c12 Introduce likely() and unlikely() macros, use to give gcc hints about which branch is likely to be taken in a conditional, use them in the midi player for a small speedup, use instead of similar EXPECT macros in tremor and use in mpegplayer by Nils Wallménius · 16 years ago
  27. 7bdf9a3 Remove .a files before running ar, to avoid problems with renamed files remaining in the library. by Björn Stenberg · 16 years ago
  28. 303b455 Remove .a files before running ar, to avoid problems with renamed files remaining in the library. by Björn Stenberg · 16 years ago
  29. 7677916 Restore specific compiler flags for the midi plugin lost in r19146 by Nils Wallménius · 16 years ago
  30. d834a0c Bootbox needs --gc-sections. by Björn Stenberg · 16 years ago
  31. 7167a7a Make sure plugin directory exists before creating link file. by Björn Stenberg · 16 years ago
  32. 21b5c76 .map and .bin files have moved to the root. by Björn Stenberg · 16 years ago
  33. 4846b30 codec.link must be created with -DCODEC by Björn Stenberg · 16 years ago
  34. a3864b0 Disabled input section garbage collection in linker for now. This makes sansas boot again. by Björn Stenberg · 16 years ago
  35. 2bfb69c Correct name of midi plugin by Nils Wallménius · 16 years ago
  36. 20fb305 Don't objcopy simulator plugins. by Björn Stenberg · 16 years ago
  37. d273f66 Make sure codec directory exists before creating link file. by Björn Stenberg · 16 years ago
  38. 8910b28 Midiplay.rock changed name to midi.rock. by Björn Stenberg · 16 years ago
  39. 8ce3556 Bug fix again. Moved cp outside of $(shell) to force make to run it sequentially. by Björn Stenberg · 16 years ago
  40. d96ce0a Bug fix for previous bug fix. Too much copy/paste. by Björn Stenberg · 16 years ago
  41. 838c74f Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF. by Björn Stenberg · 16 years ago
  42. c6b3d38 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. by Björn Stenberg · 16 years ago
  43. f66c303 Gigabeat S: Make MIN_BRIGHTNESS_SETTING to be 1, not 0; the backlight already has "off". by Michael Sevakis · 16 years ago
  44. 2a5053f Several tweaks and cleanups: * Use .rept instead of repeated macros for repeating blocks. * Use MUL (variant) instead of MLA (variant) in the first step of the ARM scalarproduct() if there's no loop. * Unroll ARM assembler functions to 32 where not already done, plus the generic scalarproduct(). by Jens Arnold · 16 years ago
  45. 14d37cb Add some watchdog timer definitions for IMX31L by Michael Sevakis · 16 years ago
  46. 1dcee69 MC13783 PMIC: Make some defines more strictly correct-- interrupts, etc. by Michael Sevakis · 16 years ago
  47. 20477d0 Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn't needed now either. Fixes voice clips on the Gigabeat S. by Michael Sevakis · 16 years ago
  48. 77934cb Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bit filters are faster on ARMv4 (with assembler code), so use them there. Nice speedup on PP and Gigabeat F/X. by Jens Arnold · 16 years ago
  49. 73b3f54 Sansa Clip: backlight brightness is not possible, so remove references to it by Rafaël Carré · 16 years ago
  50. 6984570 Now to make sure Walloon is actually included... :) by Robert Menes · 16 years ago
  51. 678b6d0 Sansa AMS: Use IRAM (in app linker script and crt0.S) by Rafaël Carré · 16 years ago
  52. b18eda1 SVN property policing by Dave Chapman · 16 years ago
  53. 903cc1a Set SVN properties by Dave Chapman · 16 years ago
  54. b0b4a42 Add Stephane Quertinmont to the credits for his Walloon language. by Robert Menes · 16 years ago
  55. b514a8c New language: Walloon by Stephane Quertinmont. by Robert Menes · 16 years ago
  56. e53fce0 MC13783 cleanup. Remove functions proving themselves not so useful and add mc13783_write_masked which is pretty useful. Add an error code definition for invalid data. by Michael Sevakis · 16 years ago
  57. 3a631f9 D2: Adjust the timing delay in ltv250qv_write() since several users still report seeing the 'repeated lines' display bug. by Rob Purchase · 16 years ago
  58. 131c6c2 Remove iAudio references from the Cowon D2 build, since it is not an iAudio branded player. The binary name has changed to rockbox.d2, so you will need to re-configure and update your bootloader after this change. by Rob Purchase · 16 years ago
  59. 9f0fbec Show the Rockbox logo in the Telechips bootloader. by Rob Purchase · 16 years ago
  60. de89a00 Correct the xoffset used when display_flipped is false - fixes the display in the main Rockbox build. by Dave Chapman · 16 years ago
  61. b36f6db Turn on more compiler optimizations on other targets than the coldfire based ones, gives a nice speed boost on sansa c200 by Nils Wallménius · 16 years ago
  62. 5302448 Sansa AMS: Don't make sd_init() fail if a SD card is not present in the slot by Rafaël Carré · 16 years ago
  63. 7afbb49 Patch FS#9556 by Alex Bennee - clean up buildzip.pl by Linus Nielsen Feltzing · 16 years ago
  64. ee1c231 move the scrobbler and playlist shutdown/restart calls out of tree.c and move them into the regular usb/shutdown handlers. by Jonathan Gordon · 16 years ago
  65. aeb60e2 Sansa AMS: when not in the bootloader, disable fast hardware power off by Rafaël Carré · 16 years ago
  66. d3e783b Fix the Sansa AMS SD driver by Rafaël Carré · 16 years ago
  67. 1b14167 Centralise compile-time configuration. by Jens Arnold · 16 years ago
  68. 66ff812 Make it compile again on linux... by Jens Arnold · 16 years ago
  69. dfafd67 Make the standalone decoder actually work on Windows (need to open the output file in binary mode). by Jens Arnold · 16 years ago
  70. 93f3367 Telechips NAND: much improved read reliability on D2/iAudio7. More work is required for M200/DAX, but an improvement is evident nonetheless. LPT buffers are now buffer_alloc'd after determining the required size, so most targets should also see a healthy reduction in RAM usage. by Rob Purchase · 16 years ago
  71. bd49ec9 Make the standalone decoder build on cygwin. by Jens Arnold · 16 years ago
  72. b5c0afc Move the contents of rangecoding.h into entropy.c, and remove the former. It was only used there, and defined some variables in the .h by Jens Arnold · 16 years ago
  73. a0584ae The HTML manual requires features.txt to be processed first, so add this as prerequisite. Fixes building if no pdf has been built before. by Dominik Riebeling · 16 years ago
  74. 5c1b47d Make autodetection show a busy cursor (hourglass) during detection to improve visual feedback. by Dominik Riebeling · 16 years ago
  75. 29d9fad Add the required #include for the HZ define - fixes compilation of checkwps broken by r18773 by Dave Chapman · 16 years ago
  76. 5ba11af Avoid unnecessary register copies on ARMv5. by Jens Arnold · 16 years ago
  77. c41bd04 revert the previous commit to find a nice way to fix the yellow... by Jonathan Gordon · 16 years ago
  78. 76d2dd9 FS#9477 - new WPS tag (%mo) which lets the WPS have different "modes" which are changed with the usual "back to browser" button (This button is ONLY stolen if the WPS you use uses this tag. by Jonathan Gordon · 16 years ago
  79. db5965f Gigabeat S/WM8978: Fix problem of volume getting silenced after settings are applied. There still seems to be a problem of cutting of voice samples from the beggining of clips when music isn't playing-- next to be investigated. by Michael Sevakis · 16 years ago
  80. a4c0660 add the OF offset also for sansa fuze, and make it only for internal SD. by Dominik Wenger · 16 years ago
  81. 3e8a2bf Make the standalone demac program compile again by Dave Chapman · 16 years ago
  82. dcb0e43 Clean up the Makefile a little - no functional changes. by Dave Chapman · 16 years ago
  83. 11b5d5a Remove some unneeded #includes by Dave Chapman · 16 years ago
  84. 83dc89f m200v4: make buttons work again (added a small delay). make m200 keymap better. Add button mappings for the sim. Remove some config defines temporary to make building work again. by Dominik Wenger · 16 years ago
  85. 9a0224f Fix comments. by Jens Arnold · 16 years ago
  86. 60e16e8 Tiny speedup by simplifying the filter wrap check. by Jens Arnold · 16 years ago
  87. c8d0a65 Assume that AS3514_I2C_ADDR is not target-specific. If it turns out to be different to 0x46 in a future target, then perhaps move this definition into the ascodec-target.h files. by Dave Chapman · 16 years ago
  88. 1600e49 Tiny performance improvement for the (not yet usable) compression levels >= -c2000 on ARM7TDMI, utilizing the multiplier's early termination. by Jens Arnold · 16 years ago
  89. f32336e Last commit for the flash bootloader. The bootloader build works properly either flashed or unflashed. by Karl Kurbjun · 16 years ago
  90. d922f31 Fix a bug when shutting down the player with the charger plugged in with the flashed bootloader by Karl Kurbjun · 16 years ago
  91. 18316f6 (really) commit the crt0.S changes needed for the wakeup alarm. by Karl Kurbjun · 16 years ago
  92. 59d4d20 Revert last commit (accidentally committed the whole tree) by Karl Kurbjun · 16 years ago
  93. d420410 Add in the needed crt0.S code for the wakeup alarm also by Karl Kurbjun · 16 years ago
  94. 68c6869 Make the wakeup alarm code work (Needs the flashed bootloader) by Karl Kurbjun · 16 years ago
  95. f6791fa Fix a small bug in %x when padding is being added by Karl Kurbjun · 16 years ago
  96. c46d986 Updated italian translation. by Alessio Lenzi · 16 years ago
  97. e25c1c6 Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB) by Dave Chapman · 16 years ago
  98. 5c7d9f1 Correct svn:keywords and svn:eol-style by Dave Chapman · 16 years ago
  99. e86d651 make the meizu bootloaders compile again with the new storage infrastructure by Frank Gevaerts · 16 years ago
  100. 8e90c0f forgot to svn add the keymap file by Jonathan Gordon · 16 years ago