1. 05dccc3 Profiling support, tools and documentation. by Brandon Low · 19 years ago
  2. 1060e44 Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality by Brandon Low · 19 years ago
  3. 3ded3ce Remove logos from bootloader by Dave Chapman · 19 years ago
  4. ccc72cc Part of patch #1407541 to improve battery smoothing by absorbing extra precision from the battery scale factor by Brandon Low · 19 years ago
  5. b853043 Remove a redundant line by Hristo Kovachev · 19 years ago
  6. 27312b2 Patch #1408536 by Mark Arigo - properly strip ID3V1 tags by Linus Nielsen Feltzing · 19 years ago
  7. cf0e3d3 iPod: Fix endian bug with disk reads and writes to a non-aligned memory buffer. by Dave Chapman · 19 years ago
  8. 4d83cb3 Remove a trailing space to make binlang happy by Hristo Kovachev · 19 years ago
  9. 30dbb95 removed a few ifdefs by Daniel Stenberg · 19 years ago
  10. cedba88 Matt v.d. Westhuizen's iAudio X5 keypad adjustments by Daniel Stenberg · 19 years ago
  11. 205be71 Two files for the iFP port that I forgot to commit by Dave Chapman · 19 years ago
  12. a8c408c More consistent error checking. by Jens Arnold · 19 years ago
  13. 22ffc9b The .entry section does no longer exist. by Jens Arnold · 19 years ago
  14. b8749fd New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. by Jens Arnold · 19 years ago
  15. 507ff53 Remove use of stdio.h. Proper handling of IRAM. by Thom Johansen · 19 years ago
  16. a40d355 Simplified new plugin loader (only read plugin once). by Jens Arnold · 19 years ago
  17. 2f56ee9 Proper fix for the playlist viewer crash by Linus Nielsen Feltzing · 19 years ago
  18. 0b8149f Fixed a crash when wrapping the playlist viewer backwards, and made it always select the currently playing track when viewing the current playlist by Linus Nielsen Feltzing · 19 years ago
  19. d47bb3c Temp fix for iPod Nano. Disable ATA sleep, as this will hang disk accesses. by Thom Johansen · 19 years ago
  20. a790277 Model & version check for simulator plugins. by Jens Arnold · 19 years ago
  21. 137501b The dependency generation for credits.c failed since it includes a file by Daniel Stenberg · 19 years ago
  22. ffb0cdc Archos recorders: The Rockboy overlay loader now uses the same header as the plugin loader. by Jens Arnold · 19 years ago
  23. b1a17a6 Correctly set the channel mode to "Stereo" and not "Dual Channel". by Dave Chapman · 19 years ago
  24. b3a9ad8 The Code Police struck again by Linus Nielsen Feltzing · 19 years ago
  25. d6d5da1 iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to 0x0 from its original location at 0x10000000 by Dave Chapman · 19 years ago
  26. 25c66fc Cosmetic bugfix - display correct message when generating firmware image for the 5g by Dave Chapman · 19 years ago
  27. a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
  28. c7c9069 Metronome patch by Martin Scarratt: BPM entry acceleration and proper stopping of playback on iriver by Linus Nielsen Feltzing · 19 years ago
  29. bae4e2a Use SDL's thread wrappers instead of pthreads to increase portability in the SDL sim. Patch by Andrew Pilley with some changes by me. by Dave Chapman · 19 years ago
  30. b855a9a Add button definitions for the iPod clickwheel by Dave Chapman · 19 years ago
  31. cc4de76 Iriver WPS: Made some buttons more responsive (trigger on press instead of release). by Jens Arnold · 19 years ago
  32. bdf6f1c Script to create the MD5 sum files for fwpatcher by Linus Nielsen Feltzing · 19 years ago
  33. 728d46f Added H300 1.30eu support for fwpatcher by Linus Nielsen Feltzing · 19 years ago
  34. d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 19 years ago
  35. 8d13068 H300 bootloader v5 by Linus Nielsen Feltzing · 19 years ago
  36. d1b6bb8 Remove the unnecessary IDATA_ATTR and LINE_ATTR #defines. Introduce usage of IBSS_ATTR instead of incorrect IDATA_ATTR. Remove LINE_ATTR use, since this is a no-win when using IRAM. Make encoder truncate existing files. Make use of post-increment addressing mode in MAC chains for to minimuse code size and gain some speed. Some minor assembler touchups. About 10% speedup in total. by Thom Johansen · 19 years ago
  37. aa7ff20 let's hope we can start with using the x5 LCD in 16bits as then we can re-use by Daniel Stenberg · 19 years ago
  38. 130a027 make the x5 sim pass by Daniel Stenberg · 19 years ago
  39. 531bdf6 iAudio: Removed duplicate register definitions by Linus Nielsen Feltzing · 19 years ago
  40. 780cfff H300: Removed lcd_enable() and added a delay to let the hard drive settle before entering USB mode by Linus Nielsen Feltzing · 19 years ago
  41. e5f1297 Enable the EXTON and CHG wakeup again by Linus Nielsen Feltzing · 19 years ago
  42. cb01be6 H300: set KEEP_ACT before initializing the data sections, otherwise the PCF50606 will time out and power off by Linus Nielsen Feltzing · 19 years ago
  43. 55d1955 Support for other platforms than just Coldfire. by Thom Johansen · 19 years ago
  44. cd33f5d The Shine mp3 encoder by Gabriel Bouvigne, made as plugin/viewer by Antonius by Daniel Stenberg · 19 years ago
  45. 687258d Synced and added voice entries. by Jonas Häggqvist · 19 years ago
  46. 08e0611 Reverted the wakeup/debounce PCF50606 settings for now by Linus Nielsen Feltzing · 19 years ago
  47. b69ec52 H300 bootloader v4 by Linus Nielsen Feltzing · 19 years ago
  48. 54da924 H300: Bootloader USB mode detection on EXTON wakeup by Linus Nielsen Feltzing · 19 years ago
  49. befd0ac Correct metronome sound on PCM playback targets by Linus Nielsen Feltzing · 19 years ago
  50. cf218e3 Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedups by Linus Nielsen Feltzing · 19 years ago
  51. 640eeab change the arabic codepage from ISO-8859-6 to CP1256 by Marcoen Hirschberg · 19 years ago
  52. 28aaa0a Metronome now builds on all targets by Linus Nielsen Feltzing · 19 years ago
  53. ccf3283 Add iPod button definitions for Metronome by Dave Chapman · 19 years ago
  54. 383b3c1 Don't build metronome on the iPod by Linus Nielsen Feltzing · 19 years ago
  55. 81c9d58 Metronome plugin for iriver targets, by Sebastian Henriksen, Martin Scarratt and me by Linus Nielsen Feltzing · 19 years ago
  56. 6422d07 change separator for the LDFLAGS sed replacement since some people obviously by Daniel Stenberg · 19 years ago
  57. 9cf5270 Don't init the lcd twice - once on lcd_init_device and the other one on first call of lcd_enable() (an old, known bug). by Hristo Kovachev · 19 years ago
  58. 1917cd5 H300: bootloader must call lcd_enable() since the backlight thread isn't running by Linus Nielsen Feltzing · 19 years ago
  59. a5750f8 More distinct grayscales in the H1x0 SDl simulator by Linus Nielsen Feltzing · 19 years ago
  60. bea1589 check for sdl-config before using it, and present a more user-friendly by Daniel Stenberg · 19 years ago
  61. 84e2528 Fix RGB565SWAPPED lcd output by Dave Chapman · 19 years ago
  62. 0e41998 SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a third by Daniel Stenberg · 19 years ago
  63. d2a10f5 removed the language choice, now always uses english built-in by Daniel Stenberg · 19 years ago
  64. 186d468 Fixed a warning. by Jens Arnold · 19 years ago
  65. a991de3 Don't include the .bss section in the archos rockboy overlay as well. Explicitly add common symbols to .bss section for plugins and codecs. by Jens Arnold · 19 years ago
  66. 07c4254 Don't include the .bss and .ibss sections in the binary image for codecs and plugins. Saves quite some disk space (and buffer space in case of codec changes during playback). by Jens Arnold · 19 years ago
  67. e8b1787 Discard some LAME header fields if the file length has changed since the header was written. Fixes some NPR podcasts. by Magnus Holmgren · 19 years ago
  68. c78b019 I figured out what was *really* causing the MPC track-change noise, so I by Dave Bryant · 19 years ago
  69. dad0011 Quick fix for annoying musepack noise on track change bug. Proper fix coming Some Day Soon Now (tm). Thanks go out to David Bryant. by Thom Johansen · 19 years ago
  70. 557afd5 Fix generic filtering routine to support non-interleaved audio as well. by Thom Johansen · 19 years ago
  71. b82c441 iPod: Add USB detection. When inserting the USB cable, hold down MENU to charge via USB, otherwise Rockbox will reboot into the Disk Mode application stored in flash by Dave Chapman · 19 years ago
  72. ee927e6 Faster updates of the virtual LED WPS tag by Linus Nielsen Feltzing · 19 years ago
  73. cb7e695 iPod: Fix the bootloader so it can load and run the original Apple firmware again. The Rockbox firmware was doing too much to the hardware so we remove most of the initialisation. by Dave Chapman · 19 years ago
  74. 5a313ef Sync and fixes. by Thom Johansen · 19 years ago
  75. 8d888cf Patch #1381872 by Brandon Low - Add virtual HDD LED to WPS by Linus Nielsen Feltzing · 19 years ago
  76. 88f4c11 iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so temporarily disable ICODE_ATTR to fix the broken builds. This needs reviewing anyway when the time comes to optimise Tremor for the iPod. by Dave Chapman · 19 years ago
  77. 4d03a46 iaudio: proper tlv320 prototypes by Linus Nielsen Feltzing · 19 years ago
  78. 60798cd commit the right files this time.. by Marcoen Hirschberg · 19 years ago
  79. cb87d19 add a better default glyph by Marcoen Hirschberg · 19 years ago
  80. 5caf36d Patch #1387569 by Stephan Wezel - page-down doesn't select the element before the last element by Linus Nielsen Feltzing · 19 years ago
  81. bd2f678 Patch #1392287 by Brandon Low - faster LCD update for H300 with ASM by Linus Nielsen Feltzing · 19 years ago
  82. b770d53 Fixed the crossfade and track skipping glitches. by Miika Pekkarinen · 19 years ago
  83. 41cea75 Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu boost ratio on a test track by about 6 percentage points. Also fixes broken simulator playback caused by my previous Tremor commit. by Magnus Holmgren · 19 years ago
  84. 074999d Added basic iAudio X5 support for the scramble and descramble tools by Linus Nielsen Feltzing · 19 years ago
  85. 64fe299 Don't put S/PDIF out of sync when audio is being paused. by Miika Pekkarinen · 19 years ago
  86. 661e6bc Add forgetten libraries to the codec "clean" rule by Dave Chapman · 19 years ago
  87. 482a242 Committed the pre-recording patch for iriver (#1387531 by Peter D'Hoye). by Miika Pekkarinen · 19 years ago
  88. 10d989c Updated Korean translation by Jeong Taek In by Hristo Kovachev · 19 years ago
  89. c993f8c Now the quick screen properly sorts the playlist when shuffle is disabled by Linus Nielsen Feltzing · 19 years ago
  90. e57471a H300: RTC support by Linus Nielsen Feltzing · 19 years ago
  91. 0dac8b7 iRiver: improved handling of bad mpeg files. by Magnus Holmgren · 19 years ago
  92. 917f2c1 Simulator fixes: id3 string pointers can be null. by Magnus Holmgren · 19 years ago
  93. b1a2303 Oops:) Make the brightness setting purely numerical by Hristo Kovachev · 19 years ago
  94. 9b83c6c Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300 by Hristo Kovachev · 19 years ago
  95. 9d67765 Reverted the H300 LCD DMA patch, since it iterfered with the recording DMA by Linus Nielsen Feltzing · 19 years ago
  96. bd544b6 iPod: Enable HAVE_SW_POWEROFF define and map power-off to a very long press on PLAY by Dave Chapman · 19 years ago
  97. 2e55f1c Button driver would insert erronous events when wheel position overflowed, this fixes it. by Thom Johansen · 19 years ago
  98. f9295a6 Remove unused variables by Dave Chapman · 19 years ago
  99. 4ba9eac Put the ipod into standby mode on shutdown. This is untested on the 5g, but should work... by Dave Chapman · 19 years ago
  100. 085f2f4 Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most used part of oggpack_look. Reduces CPU boost on a test track (208 kbps) by 2-3 percentage points. by Magnus Holmgren · 19 years ago