1. e77088f Add separate CREDITS file for the manual containing all people who contributed a noticeable amount to it. Should be complete as of now. by Dominik Riebeling · 18 years ago
  2. 2c7f556 Sansa e200 image made by Piotr Jafiszow, with the final touches from Marianne Arnold. by Martin Arver · 18 years ago
  3. 6f1e5c5 Added test_sampr playback samplerate testing plugin. Should show a list of rates defined for the HW_SAMPR_CAPS in the config file. Currently plays sine, triangle, sawtooth and square waves at 441Hz at the default samplerate of 44.1Khz. Changing rates will raise or lower the pitch. Add test_sampr.c to apps/plugins/SOURCES to build. Tested only on ColdFire targets so far. by Michael Sevakis · 18 years ago
  4. 6f3914d Whoops. That file shouldn't have been changed. by Michael DiFebbo · 18 years ago
  5. da8059f Added a note to the ipod installation instructions explaining that Rockbox requires the ipod to be formatted in the FAT32 file system, not HFS+. by Michael DiFebbo · 18 years ago
  6. 40afbd2 Some more tweaks to the ipod installation: by Dominik Riebeling · 18 years ago
  7. 8bde947 Fix broken build for Rockbox Manual for Ipod Mini. by Michael DiFebbo · 18 years ago
  8. 4f8e725 iPod USB code has already been moved to the target tree so it's not used here any more. by Barry Wardell · 18 years ago
  9. 5395246 Fix audio for Coldfire targets - the EMAC was being initialised in the main thread, not the audio thread. Also fix some comments and kill the video thread if the audio thread can not be created. by Dave Chapman · 18 years ago
  10. e367ec3 Patch #5416 by Malcolm Tyrrell - Mazezam, a puzzle game. Move sliding blocks horizontally to reach the exit of each level. Should work on all bitmap-LCD targets. by Zakk Roberts · 18 years ago
  11. f8fcbaf Patch #5916 by Mat Holton - some Spacerocks improvements. Larger ship and asteroids, fixed collision detection bug, ship thruster effect and improved explosion effect. by Zakk Roberts · 18 years ago
  12. ec529a1 Add a dummy pcm_set_frequency() function for the sim. Can someone who knows SDL implement it? by Dave Chapman · 18 years ago
  13. fd8bac8 Export pcm_* functions in plugin API in sim. by Dave Chapman · 18 years ago
  14. 044e793 Whoops... by Zakk Roberts · 18 years ago
  15. 4b801b2 Initial implementation of audio support (44.1KHz only, mp2 or mp3, mono/stereo, any bitrate) and .mpg file (MPEG program stream) parsing for mpegplayer - .m2v files are no longer supported. .mpg parser based on patch #6366 from Mathieu Favreaux. Currently limited to only playing files smaller than the available buffer RAM (it will play longer files, but never refills the buffer when it runs empty). There is also no a/v sync implemented, and still no seeking support. Coldfire (iriver H3x0 and iaudio X5) users can use the optimisations provided in patch #5995 to increase the framerate, and PortalPlayer (ipods and iriver H10) users will want to use kernel_on_cop_6.diff from FS#5755 which enables mpegplayer to run the video thread on the second CPU core - video on the second core with audio on the first core runs at the same speed as the old mpegplayer did with no audio. by Dave Chapman · 18 years ago
  16. 718ffde Fully-configurable fireworks display plugin, written by me. Supported on all bitmap LCD targets except Recorder/Ondio (currently runs way too slow on those). Have fun, and happy new year! :) by Zakk Roberts · 18 years ago
  17. 1476938 Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_handler) and enable_fiq(void) functions. This allows temporary disabling of the FIQ without knowing which fiq handler is in use. by Dave Chapman · 18 years ago
  18. 9d9b8c0 Another modified-build simplification: Just uncomment the #define for an ATA power-off enabled player build. Read the warning though, and test before flashing such a build for the first time. by Jens Arnold · 18 years ago
  19. 6d6eb08 fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). Turns out that gcc rearranged the ASM block without volatile by Marcoen Hirschberg · 18 years ago
  20. c390620 Increase the bits for backlight brightness for the gigabeat. Settings will be reset so save them first. by Marcoen Hirschberg · 18 years ago
  21. d2d695f make hold reset the settings on the gigabeat by Marcoen Hirschberg · 18 years ago
  22. 66fdee0 fix previous commit and use just .text by Marcoen Hirschberg · 18 years ago
  23. e904732 fix flac on ARM platforms which don't use iram by Marcoen Hirschberg · 18 years ago
  24. 68ae800 Made building for backlight-modded Ondios a bit easier: Just uncomment the #defines by Jens Arnold · 18 years ago
  25. 9eff767 change the SYSFONT string for database view to match the one in the menu by Nils Wallménius · 18 years ago
  26. 88deb54 Added warning to installation chapter of the Rockbox Manual for Ipod Nano and Ipod Video warning that the 2nd generation Nano and 80GB 5.5G, respectively, are not supported by Rockbox. by Michael DiFebbo · 18 years ago
  27. b22cd39 Fix broken links to ipod bootloaders by Dave Chapman · 18 years ago
  28. d09efac assume the YUV code rotates on portrait screens by Marcoen Hirschberg · 18 years ago
  29. d3f50ed add a workaround for gigabeat crashes by Marcoen Hirschberg · 18 years ago
  30. 6d15996 add missing variable declaration by Marcoen Hirschberg · 18 years ago
  31. c0c97e5 remove debug code and unsused variable by Marcoen Hirschberg · 18 years ago
  32. 6a6c2dc fix idle mode for the gigabeat by Marcoen Hirschberg · 18 years ago
  33. 8e911cd A few case changes to menus. by Zakk Roberts · 18 years ago
  34. b394e18 Correct link to LangFiles page (FS#6484) by Dominik Riebeling · 18 years ago
  35. 08c813d Respect the progressbar length when drawing AB markers. Fixes FS#6463. Also fix a function name typo. by Dominik Riebeling · 18 years ago
  36. 5dc0abd no need to prefill the i2s fifo by Marcoen Hirschberg · 18 years ago
  37. 23a0823 don't ignore remote when hold is on by Marcoen Hirschberg · 18 years ago
  38. 1e7b7bc Some minor code cleanup. by Magnus Holmgren · 18 years ago
  39. cd8c432 Update by Mustapha Senhaji by Marcoen Hirschberg · 18 years ago
  40. caa1cfb fix the POWER button to leave the WPS by Marcoen Hirschberg · 18 years ago
  41. 5d71f8d add Steve Gotthardt and Greg White for their work on the Gigabeat port by Marcoen Hirschberg · 18 years ago
  42. 2953676 merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio. by Marcoen Hirschberg · 18 years ago
  43. 995a804 Fix FS#6085, recorder can use on+left/right to set A-B markers and by Jonathan Gordon · 18 years ago
  44. 810dc68 Synced Norweigan translation by Tobias Langhoff FS#6480 by Nils Wallménius · 18 years ago
  45. acf73af Go back to the old button code for the debug ports screen so its usable by Jonathan Gordon · 18 years ago
  46. 5f23fe0 Minor changes to the delete screen (FS#6022). Use multi-screen api. by Jonathan Gordon · 18 years ago
  47. 594099f Fix fs#6293. Repeat Shuffle will now shuffle the playlist if shuffle is off. by Jonathan Gordon · 18 years ago
  48. 022f7bb Corrections to step 8 of the installation instructions for iPod bootloader. by Michael DiFebbo · 18 years ago
  49. 568e18e Fix FS#6361. Allow the FM auto-scanning to be abort with the standard by Jonathan Gordon · 18 years ago
  50. be3f29c Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertion by Jonathan Gordon · 18 years ago
  51. 6ee5e38 Fix FS#6379 .ipod yesno screen asks for SELECT not PLAY by Jonathan Gordon · 18 years ago
  52. be5d50e tiny logic error in my previou commit by Jonathan Gordon · 18 years ago
  53. 7eb7c23 Fix FS#6270, no voice is sonud menu. This only fixes the no voice in the by Jonathan Gordon · 18 years ago
  54. da7d05d Make debug menu compile without priority scheduling and with multicore by Brandon Low · 18 years ago
  55. b47bc8a Make recording compile without priority scheduling by Brandon Low · 18 years ago
  56. 2597a13 Next round of static'ing and related fixes. by Jens Arnold · 18 years ago
  57. 37aeb12 If the environment variable 'POOL' is set to a directory, this script will by Daniel Stenberg · 18 years ago
  58. cab7c46 corrected two URLs for H10 bootloaders by Daniel Stenberg · 18 years ago
  59. c8a9ca7 Try to make sure dircache state file on flashed H1xx targets is by Miika Pekkarinen · 18 years ago
  60. 7258b5e Make AB mode uable on the ipods. In AB mode select is used to set/reset by Jonathan Gordon · 18 years ago
  61. 26b0241 Add the --add-bootloader-bin (-ab) option to add a binary bootloader (a raw .bin file with no kind of header). This can be used to install the ipodlinux loader2 bootloader without needing to convert it to the Rockbox ".ipod" format. by Dave Chapman · 18 years ago
  62. 5d61c0b Corrected links in the ipod installation instructions and some other small corrections. by Michael DiFebbo · 18 years ago
  63. 19e3084 First draft of updates to manual to include the installation instructions for the new ipod bootloader. Still needs a lot of clean-up. Also flipped the installation instructions for the bootloader and the firmware build for all SWCODEC platforms. Instructions for installing the build now come before instructions for installing the bootloader. This should eliminate some confusion from those who tried to boot Rockbox after installing the bootloader but before installing a build, and received the -1 error. by Michael DiFebbo · 18 years ago
  64. a265196 Fix bug accessing data above 4Gb in Sansa by Daniel Ankers · 18 years ago
  65. d359193 playlists should now be saved as m3u8 by Marcoen Hirschberg · 18 years ago
  66. d19ca32 Lil' tweak to plugins using remove_thread. Just use remove_thread(NULL) to have a thread remove itself. No subsequent yield() is needed either. Small Note: in current scheduler implementation it safe to call remove_thread IFF 1) thread removes itself 2) its state is known to be running (1 implies 2) as any objects with the waiting removed thread will be corrupted (m->thread, q->thread no longer valid or no longer same object if recycled, etc.). by Michael Sevakis · 18 years ago
  67. bb03586 renamed biglba to lba48, plus a slight optimization by Jörg Hohensohn · 18 years ago
  68. 977c69f iPod 3G is also PortalPlayer so should use the common USB driver. by Barry Wardell · 18 years ago
  69. 4b54302 Combine USB code for all PortalPlayer targets since they most likely all use the same USB hardware. Add register defines for the USB hardware addresses, based off the Freescale i.MX31 datasheet. Use usb_init() from the iPod code, but modified to use the new register defines rather than oul/inl on the hardware addresses. by Barry Wardell · 18 years ago
  70. 5722876 fix typo, noticed by Steve Gotthardt by Marcoen Hirschberg · 18 years ago
  71. ef95697 Remove stray CR characters introduced by the previous BIGLBA commit. by Dave Chapman · 18 years ago
  72. f5bb766 Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Only activated with compile flag HAVE_BIGLBA. by Jörg Hohensohn · 18 years ago
  73. 26c5146 Woops. Missed a file. by Michael Sevakis · 18 years ago
  74. 4b90267 Convert queues to use intptr_t for event data and return values as most of the time pointer are not passed and it should make some things a bit cleaner. by Michael Sevakis · 18 years ago
  75. d152b64 update the runtime screen and move it to the inf menu instead of debug menu by Jonathan Gordon · 18 years ago
  76. 6efad93 revert my previous commit, Save your settings manually to a .cfg if you by Jonathan Gordon · 18 years ago
  77. 2f16d4f Add working dual-boot bootloaders for H10 and Sansa, which allow booting the OF and Rockbox. Rolo also works. by Barry Wardell · 18 years ago
  78. 6f4f589 Force saving settings to disk on shutdown. Better an extra disk write by Jonathan Gordon · 18 years ago
  79. 5833f05 Forgot to remove the ata_address_detect() declaration. by Jens Arnold · 18 years ago
  80. 28fd4b7 Archos: Moved the ata_address_detect() code into ata_device_init(), removing the associated #ifdef and some public #defines. Saves a tiny bit of code as well. by Jens Arnold · 18 years ago
  81. 3bceded Accept FS#5344 by Mike Schmitt. Add a "shuffle and track skip" option to by Jonathan Gordon · 18 years ago
  82. 89990b0 Clarify the text concerning the link to IpodInstallationBeta by Dave Chapman · 18 years ago
  83. dd3a919 Add a temporary warning that the manual version of the ipod install instructions are out of date and a link to the IpodInstallationBeta wiki page. by Dave Chapman · 18 years ago
  84. 4938567 Correct key combo to enter Morse mode in the virtual keyboard for iriver h100 and h300 players. Add key to enter Morse mode for ipods and update other keys that has changed by Nils Wallménius · 18 years ago
  85. a69b53d Add support for Sansa scrollwheel backlight. Turn light on when scrollwheel is in use, then back off again after a 5 second timeout. by Barry Wardell · 18 years ago
  86. e900061 Hardcode a value for the battery level until we figure out the power management on the Sansa. by Barry Wardell · 18 years ago
  87. 110ae31 Oops. Forgot rockmacros.h. by Michael Sevakis · 18 years ago
  88. bb7d7ec Doom plugin: Enable reading of DEH files. Please test for real though. :) by Michael Sevakis · 18 years ago
  89. 8ab6ac7 Enable morse mode in the virtual keyboard for Ipods. Keymap changes in VK: Play(instead of long select) - accept & exit, Long menu - toggle morse mode. by Martin Scarratt · 18 years ago
  90. 342c50f Add a bit more info to the working with playlists chapter, made the description of Insert clearer, thanks to Falco98 by Nils Wallménius · 18 years ago
  91. 82db32e Fix last build warning from PP recording changes. by Barry Wardell · 18 years ago
  92. af15c6b Add ipodpatcher to the source tarballs by Dave Chapman · 18 years ago
  93. 1cf6cdf Fix more warnings. Don't compile PortalPlayer pcm code in bootloader builds. by Barry Wardell · 18 years ago
  94. f2c03e8 Fix more compile errors/warnings. by Barry Wardell · 18 years ago
  95. cf887d6 force sane colours on sudoku so the board is viewable on light-on-dark themes by Jonathan Gordon · 18 years ago
  96. ca7a264 Fix compile errors. by Barry Wardell · 18 years ago
  97. decef18 Fix some warnings from previous commit. by Barry Wardell · 18 years ago
  98. df0dc22 FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Color, iPod Nano). by Barry Wardell · 18 years ago
  99. 440353a Oops by Dave Chapman · 18 years ago
  100. 57b84b6 Add a simple --scan option which tests all disks from 0 to 25 to see if they look like an ipod. by Dave Chapman · 18 years ago