1. c9f6994 Fix red. Finish adding the remaining file. by Michael Sevakis · 17 years ago
  2. c90c18e Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533 by Steve Bavin · 17 years ago
  3. 15b7321 Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no recording. Provide reg bit definitions for those. Add some temporary hacks pcm-pp to prevent crashing when playing after recording. Make playback start after recording on pp5020. Get wm8731 to monitor recording but plans are to do that digitally. by Michael Sevakis · 17 years ago
  4. 4d34457 Thanks to Nico_P, struct track_info can now be internal to playback.c by Steve Bavin · 17 years ago
  5. 227181d Make codepage Win-1250 actually work on charcell. by Jens Arnold · 17 years ago
  6. f463a44 Enable lcd contrast adjustment on Sansa c200 by Mark Arigo · 17 years ago
  7. b11b470 Small typographic enhancements. by Dominik Riebeling · 17 years ago
  8. 67f5082 Use a struct mp3entry instead of a struct trackinfo for temporary storage of the metadata. by Nicolas Pennequin · 17 years ago
  9. ded94e6 FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added by Marcoen Hirschberg · 17 years ago
  10. b8753ff move structures around in the header files by Marcoen Hirschberg · 17 years ago
  11. 6b559b2 disable the ARM optimized MDCT for the Gigabeat for now as it creates a data abort by Marcoen Hirschberg · 17 years ago
  12. 479a6a7 Turn on 'Recursively insert directories' by default by Nils Wallménius · 17 years ago
  13. 6f35664 Just noticed that the file format table still did not mention '.gigabeat' in the Gigabeat manual. by Marianne Arnold · 17 years ago
  14. 274c2b8 touchpad calibration (very simple calibration screen is in mrobe500.c by Jonathan Gordon · 17 years ago
  15. f8ada4b minor style/comment policing by Jonathan Gordon · 17 years ago
  16. 03f45d3 spi is shared between the rtc and tsc2100 by Jonathan Gordon · 17 years ago
  17. ea47ee6 Watch out for uninitialized threads[] in init_threads() which can cause big headaches later in unrelated places. by Catalin Patulea · 17 years ago
  18. eb20235 Fix zeroing out some variable space by Karl Kurbjun · 17 years ago
  19. f8da898 Make the Sansa installation tex more flexible so the c200 manual doesn't mention e200s anymore. by Marianne Arnold · 17 years ago
  20. d10831f Woops, forgot to change it here too. by Antoine Cellerier · 17 years ago
  21. a5fcfd1 Manuals - be more accurate with the firmware file extension (Sansas and H10s). by Marianne Arnold · 17 years ago
  22. 2445f66 Fix red due to previous commit, remove some ifdefs. (/me crosses his fingers) by Antoine Cellerier · 17 years ago
  23. cebfc40 Fix cliplight setting being saved twice to -cfg files, closes FS#7857 by Nils Wallménius · 17 years ago
  24. 7b7b931 Save a few bytes in the line selector style handling code. by Antoine Cellerier · 17 years ago
  25. 473b56b Trying to get the main FW to boot by Karl Kurbjun · 17 years ago
  26. 00db400 Fix typo. by Dominik Riebeling · 17 years ago
  27. f9664e7 Unroll a frequently executed loop a little for a small speedup by Nils Wallménius · 17 years ago
  28. 035529c Enable auto reply for queue messages sent with queue_send. It's only nescessary to use queue_reply to return a value other than zero or to return a result before waiting on the queue again. by Michael Sevakis · 17 years ago
  29. 3f9a9a1 Fix the bootloader, and give the M:Robe it's own scramble by Karl Kurbjun · 17 years ago
  30. 34308c1 Fix a few solitaire game saving issues: Add a "Save and Quit" menu entry. Using "Quit" will delete the save file if it exists. Save on power off seems to work fine. Save on USB doesn't work (are file IOs disabled when USB is plugged?) by Antoine Cellerier · 17 years ago
  31. c4d0a0e Move some more files by Karl Kurbjun · 17 years ago
  32. a56b653 Move some more files around and get the main build compiling by Karl Kurbjun · 17 years ago
  33. 5be5674 Remove the PCMREC_PARANOID support since the issues have been identified and fixed however detecting an encoder writing too many samples to a chunk will remain and be enabled in a DEBUG build as an aid for adding encoders. Do some cleanup on the filename queue. Loosen up the control interface where synchronous thread blocking isn't required for pause/stop/resume. by Michael Sevakis · 17 years ago
  34. 41541c5 Add support for the generic Telechips firmware format checksums - use -tcc=sum if the header just contains a single checksum, or -tcc=crc if the header contains two 32-bit CRCs. Credit goes to Hein-Pieter van Braam for his work on identifying the (reverse) CRC32 algorithm used when calculating the two CRCs by Dave Chapman · 17 years ago
  35. 0f5d9f9 first part of usbstack patches -> show and use selection of usb stack mode only, if by Christian Gmeiner · 17 years ago
  36. 6386dbe static/inline/iram raid gives nice speedup by Nils Wallménius · 17 years ago
  37. e108964 IRQ driven touchpad driver, crude but working by Jonathan Gordon · 17 years ago
  38. ef1c52f Oops. Don't use outl with the defined register. by Michael Sevakis · 17 years ago
  39. e760ba5 Add some defines for pp502x. No guarantee as to full accuracy yet but that's not really too important. Use them in the code. by Michael Sevakis · 17 years ago
  40. 1ed54f4 Maybe 25 was too much with the new decay rates. by Stepan Moskovchenko · 17 years ago
  41. 414724e MIDI: Kick up number of voices and decrease the decay rate, taking by Stepan Moskovchenko · 17 years ago
  42. 80f1688 I got bullied in IRC by linuxstb and markun... by Jonathan Gordon · 17 years ago
  43. a5e788f slow - but working - IRQ based uart/button driver. by Jonathan Gordon · 17 years ago
  44. f548336 Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199). Original patch by Tomasz Mon, modified by me. by Nicolas Pennequin · 17 years ago
  45. 18318d2 Add greyscales to Rockboxed theme and mimic the color variant a bit more. by Dominik Riebeling · 17 years ago
  46. 0418896 ATA works - dumb mistake by Karl Kurbjun · 17 years ago
  47. c6c7b73 Fix bug that caused only half the output buffer to be used, gives a quite nice speedup on coldifre, clean up some commented out #ifdefs by Nils Wallménius · 17 years ago
  48. 2bee0b7 Use "digital audio player" instead of "MP3 player". Fix a typo. by Thom Johansen · 17 years ago
  49. 84b865a mntent.h should only be used on linux, not os x. by Dominik Riebeling · 17 years ago
  50. 3de61b4 Revert changes to nonenglish langfiles intoduced by FS#7859 in r14895. It's not a good idea to change the source strings because genlang won't tell the translators the source string has changed. by Nicolas Pennequin · 17 years ago
  51. 329913d Fix a little mistake in linker file. by Michael Sevakis · 17 years ago
  52. 3e7d4f0 Anti-red? by Michael Sevakis · 17 years ago
  53. da55251 Compile Portal Player bootloaders as single core. Cleanup the startup code for bootloaders. Remove cop stack entirely and keep IRAM use down on all relevant targets - just use the 128-byte idle stack. Use the inline asm version of current_core for pp5002 as well. by Michael Sevakis · 17 years ago
  54. aaf3e32 MIDI: Fix off by one error with the guitar. Wow, I can't believe the off-keyness is finally fixed. by Stepan Moskovchenko · 17 years ago
  55. d1e3060 MIDI: Fix two year old loop bug that caused distortion on some instruments. I been looking for this one by Stepan Moskovchenko · 17 years ago
  56. 23a89b0 Accept FS#7859 by David Bishop: Replace "Show ID3 Info" by "Show Track Info". by Nicolas Pennequin · 17 years ago
  57. bb62942 Bubbles for Sansa c200. by Marianne Arnold · 17 years ago
  58. 7cbc161 Make bubbles use one background picture that is the size of the display instead of combining a 'left' and sometimes a 'right' bmp. This way it's clearer how the background is generated and adapting to new display sizes should be easier. by Marianne Arnold · 17 years ago
  59. c0e34fa Updated french translation for rbutilqt. by Nicolas Pennequin · 17 years ago
  60. 7eedcb4 Fix buggy gradient display when a coloured file is selected in the browser. Thanks to smably for the report. by Nicolas Pennequin · 17 years ago
  61. d648c0d One more... Rockboxed for the Sansa c200s by Roan Horning (FS #7855). by Marianne Arnold · 17 years ago
  62. 1c1ab63 Icatcher for the Sansa c200s by Ioannis Koutoulakis. by Marianne Arnold · 17 years ago
  63. 869de4d Oops. Can't wait for COP init in the bootloader because it is kept asleep until the firmware is ready to be run. by Michael Sevakis · 17 years ago
  64. 84b81bc Updated italian translation. by Alessio Lenzi · 17 years ago
  65. 59d6b08 Make AC3 codec use Rockbox' native bitswap routines. by Thom Johansen · 17 years ago
  66. 1ef5dad Try to fix the case where Ipods would spuriously wake up even though no alarm had been set. by Thom Johansen · 17 years ago
  67. 49a9e1e Make the gradient look better when more than one line is selected (running time, ID3 info, cuesheet viewer...). I haven't found a solution for scrolling yet, so that won't look too good. by Nicolas Pennequin · 17 years ago
  68. f333c97 Factor out the gradient drawing code. Should save some bytes and makes the code more readable. by Nicolas Pennequin · 17 years ago
  69. d6ad3fb FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video. by Thom Johansen · 17 years ago
  70. d7cb907 Get the plugins synced up with the threading changes. by Michael Sevakis · 17 years ago
  71. a13a1d5 Anti-red: No need for COP initialization in the bootloaders nor idle stacks. by Michael Sevakis · 17 years ago
  72. 7914e90 Commit a subset of the dual core changes that have to do with cache handling, stacks, firmware startup and thread startup. Tested on e200, H10-20GB, iPod Color and 5.5G. Thread function return implemented for all targets. Some changes to plugins to follow shortly. by Michael Sevakis · 17 years ago
  73. edbf5d8 Fixed a warning by Björn Stenberg · 17 years ago
  74. b452fb6 Skip spindown and delay on flash targets by Björn Stenberg · 17 years ago
  75. 0a231de Improved magic by Mark Arigo by Björn Stenberg · 17 years ago
  76. c13eba2 FS #7833: Optimizations to the Vorbis codec: by Tomasz Malesinski · 17 years ago
  77. 1aaf5db Francais.lang update, courtesy of rasher's web translating tool. by Nicolas Pennequin · 17 years ago
  78. 6888db3 Do not duplicate const table, make getEvent function static inline, gives about a ~1.5% speedup, put tick function in iram, ~3.5% speedup by Nils Wallménius · 17 years ago
  79. 93787dd Simplify the sendEvent function, makes it _slightly_ faster and quite a bit smaller, build midiplay with -O2 for coldfire, gives about a 23% speedup by Nils Wallménius · 17 years ago
  80. 5ec5f8a FreeBSD uname -m outputs a different string than linux uname -m by Nils Wallménius · 17 years ago
  81. 5321711 The archos website fooled me by providing a wrong download, no need for that extended check. Thanks to amiconn for the clarification. by Dominik Riebeling · 17 years ago
  82. 68be596 Fix corrupted display of the gradient selector for scrolling lines in some colour configurations. Thanks to preglow for spotting. by Nicolas Pennequin · 17 years ago
  83. f3b015f FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier. by Nicolas Pennequin · 17 years ago
  84. 5353473 Fix a warning. by Dominik Riebeling · 17 years ago
  85. c9a424f Fixed Thai language by Pinitnun Shanasabang. Also adds (empty) user: lines to all strings. by Jonas Häggqvist · 17 years ago
  86. ddbb751 Add parsing of ajbrec.ajz file header for autodetection. All archos targets should now be detectable. Fix a stupid bug in file-based detection. by Dominik Riebeling · 17 years ago
  87. 750f0ac Add Makefile to FILES and fix comment. by Stepan Moskovchenko · 17 years ago
  88. 8b6d287 Some MIDI changes, and add a new musical plugin I'm working on... Not fully done yet, so commented out by Stepan Moskovchenko · 17 years ago
  89. 61a83c0 Sansa c200: fix system_reboot with some magic from the OF. Reboot to the OF when usb is inserted. by Mark Arigo · 17 years ago
  90. d7c8cff Add Pinitnun Shanasabang to the credits for his Thai translation. by Jonas Häggqvist · 17 years ago
  91. c8af667 New translation: Thai, by Pinitnun Shanasabang by Jonas Häggqvist · 17 years ago
  92. d42fba0 Add c200 to the button light timeout string in all languages with a translation of that string already. by Jonas Häggqvist · 17 years ago
  93. bdbbef6 Updated Finnish language by Jani Kinnunen. Updated Danish language by me. by Jonas Häggqvist · 17 years ago
  94. 6135b45 Minor syntax fix by Björn Stenberg · 17 years ago
  95. 1bf813d Enabled button light for Sansa C200 by Björn Stenberg · 17 years ago
  96. d55f1b7 Update Dutch language file by Peter D'Hoye · 17 years ago
  97. 7790fde m:robe 500i port: Fix tab style (tab -> 4 spaces) in system-mr500.c by Catalin Patulea · 17 years ago
  98. 2a0ae89 m:robe 500i port: Get interrupts firing and the timer ticking by Catalin Patulea · 17 years ago
  99. 7e891aa Oops. Actually add the IDCT file for ARM. :p by Michael Sevakis · 17 years ago
  100. 287d622 Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for ARm just to make it all work more nicely. Move UI simulator YUV code to its core to adapt it. by Michael Sevakis · 17 years ago