1. a731133 look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targets by Robert Kukla · 18 years ago
  2. 9709086 Allow settings to have a different title in the setting screen than they by Jonathan Gordon · 18 years ago
  3. 02a8717 Remove the need to double up the MENU macros in manu.h. by Jonathan Gordon · 18 years ago
  4. 7ae5f12 The list should reset the x margin when it finishes drawing. Not leave by Jonathan Gordon · 18 years ago
  5. 96d8de4 Make it a little more clear that the patched bootloader should be copied to the root of the dap and not to a folder called 'root' by Nils Wallménius · 18 years ago
  6. f2f067f Fix FS#6712 by Jonathan Gordon · 18 years ago
  7. 8ae8351 Use O_BINARY flag when opening bootloader files for embedding by Dave Chapman · 18 years ago
  8. 1602bf5 Add ipodpatcher-mac target for creating a Mac OS X universal binary by Dave Chapman · 18 years ago
  9. c8311f9 Set svn:keywords property where missing. by Jens Arnold · 18 years ago
  10. 76eeb2f Clean up some left over junk. by Adam Boot · 18 years ago
  11. b9a71b3 Add get_metadata() and year & comment tag support for SPC. by Adam Boot · 18 years ago
  12. 411f819 Oops. That ICONST_ATTR shouldn't be on the gauss table...yet. I leave experiments in a commit by accident way too much. :P What's the deal with getting SVN to update Id or add it? Nothing seems to work. by Michael Sevakis · 18 years ago
  13. 9764e09 SPC codec on Coldfire: Urgh. There was a whole gain stage I overlooked. :P Kill another several boost points. by Michael Sevakis · 18 years ago
  14. fa9ea27 Fix a comment that sounded a bit odd. by Michael Sevakis · 18 years ago
  15. 70b4ea9 Fix broken ipod manuals, correct some errors in the Wakeup alarm setting desription by Nils Wallménius · 18 years ago
  16. f2b6ecd SPC codec on Coldfire: Move movclrs into the light and out of the long dark shadow cast my emac latency as much as possible. Put in a faster interpolation routine (emac saves the day...again). Add comments about what's going on. by Michael Sevakis · 18 years ago
  17. 55aabe3 Add warning about the problems with ipodpatcher and the latest bootloaders on the minis and 4th gen greyscale ipods. Close FS #6632 by Dave Chapman · 18 years ago
  18. c4e1f9c fix player builds by Robert Kukla · 18 years ago
  19. ba366a0 - rename (D)evel Build to (A)dvanced Build by Robert Kukla · 18 years ago
  20. ae08eeb remove runtime detection of h1x0 series RTC MOD, but leave driver code by Robert Kukla · 18 years ago
  21. 909b946 Update the manual to reflect recent menu changes, add descriptions of how to move and remove tracks in the playlist viewer, Recording settings are now in their own chapter. by Nils Wallménius · 18 years ago
  22. 79a2a93 remove numerical genre and use genre_string consistently: by Robert Kukla · 18 years ago
  23. 2187e81 Fix SH1 debug builds. by Jens Arnold · 18 years ago
  24. e618bec Include debug menu on simulator by Steve Bavin · 18 years ago
  25. fdaacd5 Move Sleep Timer function from the settings into the System menu by Dave Chapman · 18 years ago
  26. 4855615 Kill a few warnings by Linus Nielsen Feltzing · 18 years ago
  27. 8448d3b H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while charging, to save power by Linus Nielsen Feltzing · 18 years ago
  28. ff17905 H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again) by Linus Nielsen Feltzing · 18 years ago
  29. 9fae76d Use the browse button for A-B instead of quickscreen button. Files are by Jonathan Gordon · 18 years ago
  30. 1ccc653 Correct the usage information by Dave Chapman · 18 years ago
  31. 3391ede enable A-B mode on the X5. Uses the quickscreen button to set points by Jonathan Gordon · 18 years ago
  32. a9a9999 fix usb disconnecting in the WPS by Jonathan Gordon · 18 years ago
  33. 277c39c left exits the browsers by Jonathan Gordon · 18 years ago
  34. 361a60c Centralise icon enabling to hopefully save a few bytes by Steve Bavin · 18 years ago
  35. 44c510e move database settings one level up by Marcoen Hirschberg · 18 years ago
  36. 4af3386 For consistency, put a file browser heading up in the root folder if configured for current level only. (Previously this one case omitted the heading.) by Steve Bavin · 18 years ago
  37. ba7d277 Fix for the Bootloader installation for H10, thanks to barrywardell by Dominik Wenger · 18 years ago
  38. 7230674 Oops, fix player warnings by Steve Bavin · 18 years ago
  39. e600af7 Browser headings should obey the Show Icons setting too by Steve Bavin · 18 years ago
  40. 421b67e The menu and WPS buttons now work in the plugin and font browsers too by Linus Nielsen Feltzing · 18 years ago
  41. a2eb38a H100: Disable RTC support by default, for now by Linus Nielsen Feltzing · 18 years ago
  42. 5462a91 fix the last warning by Jonathan Gordon · 18 years ago
  43. 08575f0 fix builds by Jonathan Gordon · 18 years ago
  44. c423e87 Fix warnings on targets with an RTC. by Dan Everton · 18 years ago
  45. e36a034 Change the alaram #ifdef by Jonathan Gordon · 18 years ago
  46. 91cb68a Introducing the root menu! by Jonathan Gordon · 18 years ago
  47. d94c7d3 Don't display 'Cancelled' splash screen if setting not changed by Steve Bavin · 18 years ago
  48. 509a96d Hook up .cue file detection via a callback klugde on HWCODEC, to make cue sheet support actually work. by Jens Arnold · 18 years ago
  49. 35ad10b Unpause after seeking on archos. by Jens Arnold · 18 years ago
  50. b49602e Fix a potential race condition with cuesheets (that hit every time in an archos test), plus a slight optimisation. by Jens Arnold · 18 years ago
  51. d70dc25 Fix sim builds. by Thom Johansen · 18 years ago
  52. 8fd6d65 Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC since it's not always a mod. Make Ipod PCF driver keep other flags in OOCC1 that have been set instead of overwriting them. by Thom Johansen · 18 years ago
  53. ab66955 SWCODEC: Patchup the short crossfade glitching reported for FLAC but seemed not limited to FLAC actually. Crossfade doesn't like being hand the larger chunks that the dsp was now able to process when not resampling. The real fix is making it not matter. by Michael Sevakis · 18 years ago
  54. 50b5ee47 FS#6419 - driver for H1x0 series RTC Mod with runtime detection by Robert Kukla · 18 years ago
  55. 343c428 H100/H300 bootloader: Better remote control output, removed a wild pointer access when loading Rockbox, add a 2 second delay before rebooting when Rockbox is not found by Linus Nielsen Feltzing · 18 years ago
  56. 9d3ccba correct comment by Robert Kukla · 18 years ago
  57. fab0184 Add support for iAudio M5 in the scramble tool by Linus Nielsen Feltzing · 18 years ago
  58. 6c6c352 Character-encoding policing by Dave Chapman · 18 years ago
  59. 726181b FS#5720 — improved meta data extraction from SID files by Robert Kukla · 18 years ago
  60. 237ff9e Better working USB bootloader mode for H300 by Linus Nielsen Feltzing · 18 years ago
  61. ab6f95d fix "hide radio menu if no tuner is detected"; wrong constant was used by Robert Kukla · 18 years ago
  62. cc5de0e Oops: G3 doesn't support RoLo by Daniel Ankers · 18 years ago
  63. b856636 Improved RoLo support for PortalPlayer - handles the COP correctly by Daniel Ankers · 18 years ago
  64. e7469e2 Correct the (C) info by Dave Chapman · 18 years ago
  65. b5b4a16 Fix a problem when dithering mono audio. Left samples weren't being duplicated into right channel in pcm buffer. by Michael Sevakis · 18 years ago
  66. 92e6bcb Fix old bug where applying a crossfeed direct gain of 0 dB would result in negative gain. by Thom Johansen · 18 years ago
  67. 9636c1b Adapt ARM crossfeed assembler to work like the Coldfire one. Remove SWITCHPARAM cruft as it's no longer needed. by Thom Johansen · 18 years ago
  68. 3423370 crossfeed_data needn't be initialized for every target by Michael Sevakis · 18 years ago
  69. 6fbdb91 SWCODEC: Tighten up coldfire assembly a little bit more. Cleanup to make differing parameters between ARM and Coldfire halfway clean. Hopefully those differences can be reconciled soon. A tiny bit of C optimizing for karaoke channel mode. by Michael Sevakis · 18 years ago
  70. 8ca99d3 Code Police: Remove tabs throught apps/ . Hopefully no actual code change by Jonathan Gordon · 18 years ago
  71. 96016e4 fix FS#6700. If you really need to paste into the source directory, do by Jonathan Gordon · 18 years ago
  72. 4721def fix red builds by Jonathan Gordon · 18 years ago
  73. 9144be5 returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit by Jonathan Gordon · 18 years ago
  74. 2816dc9 Convert the radio menus to the new system. by Jonathan Gordon · 18 years ago
  75. 93712c9 WM8711/8721/8731 have no tone controls, so enable the software tone controls for the respective targets. by Jens Arnold · 18 years ago
  76. 9b9e227 SWCODEC: Fix the problem of replaygain not being applied unless the menu is entered. Make all codecs set the replay gain or else formats that do not have replaygain will not set the gain back to default if a file with gain applied proceeded them. by Michael Sevakis · 18 years ago
  77. 94c0249 No need to download the huge gcc tarball, gcc-core will do fine for us. by Thom Johansen · 18 years ago
  78. ceac200 fix the remote backlight while plugged text by Jonathan Gordon · 18 years ago
  79. b6b688c fix the enable replaygain setting text by Jonathan Gordon · 18 years ago
  80. 58011f9 disable LCD poweroff for now until problems with the remote control and headphone detection are fixed (and it doesn't seem to save any battery anyway) by Marcoen Hirschberg · 18 years ago
  81. 03d2982 don't show an empty battery at 100% by Marcoen Hirschberg · 18 years ago
  82. 1ba493e get the button bar working like it used to (hopefully) Remove tabs by Jonathan Gordon · 18 years ago
  83. 6b704b8 Add info on new bass/treble controls for X5. by Thom Johansen · 18 years ago
  84. deb69d2 Wrap filter_bishelf_coefs with HAVE_SW_TONE_CONTROLS to not waste bytes on targets that don't use it. by Thom Johansen · 18 years ago
  85. a7fabf0 Add software based bass/treble controls for targets which have no such functionality in hardware (currently only X5). They can also be used on any other SWCODEC target by adding #define HAVE_SW_TONE_CONTROLS in the relevant config-*.h file. Also remove some now unneeded zero checks when using get_replaygain_int(). Comments on sound quality are welcome as some parameters can still be fine-tuned. by Thom Johansen · 18 years ago
  86. 1915c10 Turns out I don't have a magic DAP. :( I didn't get the problem because I RoLod it. Clean the useless macros from thread_init and leave it for spawned threads. by Michael Sevakis · 18 years ago
  87. 306aa75 Well, it seems that caused problems for others but my magic bug correcting DAPs don't experience trouble after a full update. Revert to setting the macsr in system_init. Watch your ears when using EQ on the 25 Feb 21:43 build...so I hear. by Michael Sevakis · 18 years ago
  88. 7d718a8 X5: Move the remote tick to target tree. by Jens Arnold · 18 years ago
  89. d528e54 Move target specific parts of the H100 remote LCD driver to target tree. by Jens Arnold · 18 years ago
  90. e812ec5 Add new target/arm/ipod/video/ directory to source tarballs. by Dave Chapman · 18 years ago
  91. 2c9cbc1 Add CPU-model-specific init to newborn threads. Add default %macsr for each thread created on coldfire (EMAC_FRACTIONAL | EMAC_SATURATE). by Michael Sevakis · 18 years ago
  92. f5184f3 Cleaned up code a bit, fixed possible bug during committing numeric indices and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB. by Miika Pekkarinen · 18 years ago
  93. fcf8145 Fixed database export crashing with long tags. And failing without DB loaded to RAM due to the recently added new tags in DB, thus reaching the fd limit. by Miika Pekkarinen · 18 years ago
  94. e53e670 Remove unused code, make comments c-style, make one private function static by Nils Wallménius · 18 years ago
  95. 2906c36 Moved ipod LCD code to target tree. by Jens Arnold · 18 years ago
  96. b7486fb FS #6696. Updated nynorsk translation by Karl Ove Hufthammer. by Thom Johansen · 18 years ago
  97. ca4342d Make it clear that there is no release version for newer targets by Nils Wallménius · 18 years ago
  98. 3036a2a Use the correct constant to avoid confusion by Peter D'Hoye · 18 years ago
  99. e26124b Better short filename generation. Fixes FS#6648. by Peter D'Hoye · 18 years ago
  100. f12b1c0 Hrm. move.q? I want moveq.l :) by Michael Sevakis · 18 years ago