1. 87e41e8 Fix the missing entries in the ID3 info screen. by Magnus Holmgren · 18 years ago
  2. e84ff17 Move the playlist menu to the new system by Jonathan Gordon · 18 years ago
  3. 26d8dce Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm logging by Jonathan Gordon · 18 years ago
  4. 37fa620 * Document the revision of Speex imported in to Rockbox along with how the import was done. by Dan Everton · 18 years ago
  5. 3cf50c0 Allow cursor changes in Morse Vkeyboard for targets that use line_edit mode by Martin Scarratt · 18 years ago
  6. a6d68bd Changes to aid incorporation into rbutil, based on part of FS #6643 from Dominik Wenger. Move display_partinfo() function into main.c (where it belongs) and export get_parttype() function from ipodpatcher.c. Also add a targetname variable to struct ipod_t to enable bootloader URLs to be constructed. by Dave Chapman · 18 years ago
  7. 955afed Move ipodpatcher into rbutil directory by Dave Chapman · 18 years ago
  8. f0efde2 Oops. Fix typo. by Dominik Riebeling · 18 years ago
  9. 0d40bf6 Rename daily builds to archived following the rename on the website. by Dominik Riebeling · 18 years ago
  10. b013d11 Doh. Forgot about codeclib.c. by Michael Sevakis · 18 years ago
  11. 97f369a SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile. by Michael Sevakis · 18 years ago
  12. ce3b774 Forgot to add apps/menus by Jonathan Gordon · 18 years ago
  13. ee430ac fix typo which causes the macro to cause compile errors by Jonathan Gordon · 18 years ago
  14. 2c7030b Fix problems building Speex when building the simulator on Cygwin. by Magnus Holmgren · 18 years ago
  15. 4e97664 FS#6638 - Album artist and comment patch for WPS and tagcache. Export by Miika Pekkarinen · 18 years ago
  16. 7bf62e8 * Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1). by Dan Everton · 18 years ago
  17. 5158751 Minor whitespace and formatting fixes. by Dan Everton · 18 years ago
  18. e8fe1f5 SWCODEC Encoders: Better declarations of chunk flags. Mark constants as unsigned long to match structure variable type. by Michael Sevakis · 18 years ago
  19. c7a1cec Recording Menus: Make statusbar update correctly when exiting an encoder setting. by Michael Sevakis · 18 years ago
  20. 69c40d7 Fix stereo Speex file decoding. by Dan Everton · 18 years ago
  21. 161bf8f Fixed 64 bit warning. by Jens Arnold · 18 years ago
  22. 97623c5 Fix warnings in simulator builds including libspeex by Dan Everton · 18 years ago
  23. 0598506 Remove accidental inclusion of album art patch fragment. by Dan Everton · 18 years ago
  24. d52f2e4 Encoders: Add a little dithering with the fractional bit for mono mixdowns so faster shifts can be used again instead of division without introducing their own DC offset into the mixed channels. by Michael Sevakis · 18 years ago
  25. 0abfe9f Whitespace is nice, let's use some. No functional changes. by Dave Chapman · 18 years ago
  26. 6bd75aa Update version number to 0.8 ready for release. Also move the "Press ENTER to exit ipodpatcher" prompt to after the ipod_close() call. by Dave Chapman · 18 years ago
  27. c22e29f Fix a warning in Speex codec_main declaration. by Dan Everton · 18 years ago
  28. 3e4613a The inevitable 'oops' commit. Add libspeex to the configure script. by Dan Everton · 18 years ago
  29. ebc58c9 Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre. by Dan Everton · 18 years ago
  30. 4642430 Display some advice when no ipods are found in interactive mode by Dave Chapman · 18 years ago
  31. 88c0d9d VRC6 speedup/bugfix from Takashi Obara, FS #6635 by Adam Gashlin · 18 years ago
  32. 79a1fb1 Move the command-line specific code into main.c, leaving the firmware manipulation code in ipodpatcher.c. No functional changes. by Dave Chapman · 18 years ago
  33. eca5222 Bugfix - the bootloader was being overwritten if the firmware partition needed to be rearranged to make space (i.e. the first time a bootloader is installed). Thanks to Paul Louden for helping to test and debug. by Dave Chapman · 18 years ago
  34. c76dfb3 Ooops, the default build mode should have been without the embedded bootloaders by Dave Chapman · 18 years ago
  35. bdc27ff Work-in-progress (i.e. not well tested) changes: Add the option to build ipodpatcher with the Rockbox bootloaders embedded (see the comments in the Makefile for build instructions). This gives a new --install option which will search for an ipod, and if exactly one is found, will install the embedded bootloader. Even easier is the new interactive mode - running ipodpatcher with no command-line options (e.g. double-clicking on ipodpatcher.exe in Windows) will cause ipodpatcher to search for an ipod, and if exactly one is found, ask the user if he/she wishes to install the bootloader. Thanks to Bryan Childs for sample code to deal with prompts. by Dave Chapman · 18 years ago
  36. deb8363 Testing svn_autoprops by readding one of the files with missing Ids. by Michael Sevakis · 18 years ago
  37. 9bb864b unstatic the string buffer, fix the recording setting lang, change the by Jonathan Gordon · 18 years ago
  38. 217ad16 OK, this was crazy overkill... the worst setting current by Jonathan Gordon · 18 years ago
  39. 0f17532 Revert the changes using global status for the screen states. It should wait for a more comprehensive plan to maximize benefit if any can be had. by Michael Sevakis · 18 years ago
  40. fe3cfcc Convert the sound menu to the new system by Jonathan Gordon · 18 years ago
  41. e645e2d Fix the delay loops. Without scaling the CPU is always at 300MHz. by Marcoen Hirschberg · 18 years ago
  42. 6dd8fbe disable CPU scaling again because it actually made the power consumption worse. by Marcoen Hirschberg · 18 years ago
  43. 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
  44. 092d355 Kill the errors for now. Would like to know why resetting in_recording_screen from outside the function should ever be needed. If you're not in the recording screen any more, the function should have exited and reset in_recording_screen to false. If it hasn't actually been reset in that case, the function hasn't return for some reason. by Michael Sevakis · 18 years ago
  45. 3e16c9e if you reset your settings, you wont be in the rec screen anymore! by Jonathan Gordon · 18 years ago
  46. 48289a5 Do Mike's previous patch a bit nicer. by Jonathan Gordon · 18 years ago
  47. 946e4f8 Fix warnings. Initialized struct needs at least one member actually initialized. Add a dummy until at least one is guaranteed in all builds. Please remove it at that point. by Michael Sevakis · 18 years ago
  48. eed62f1 Change the radio screen and recording screen to use the global_status structure for state. I guess global_status had been added already and I missed it. :D by Michael Sevakis · 18 years ago
  49. ff3bb3a Don't save the in-out state of the recording screen as a setting. Fixes the statusbar icons if settings were saved while recording screen was on. Humbly may I suggest a global_state structure to do all this state checking more efficiently\? Ignore me if that's being worked on by someone. by Michael Sevakis · 18 years ago
  50. 70ebc8f Correct a deceptive comment. Clarify that this config file is only for the 4g grayscale iPod. by Tom Ross · 18 years ago
  51. ce89a27 Woops. Upon examining the diffs again I find I shouldn't have deleted that one yield() from the a52 codec. by Michael Sevakis · 18 years ago
  52. aba6ca0 Fix resampling clicking as much as possible at the moment. 1) Upsampling clicked because of size inaccuracies returned by DSP. Fix by simplifying audio system to use per-channel sample count from codec to pcm buffer. 2) Downsampling affected by 1) and was often starting passed the end of the data when not enough was available to generate an output sample. Fix by clamping input range to last sample in buffer and using the last sample value in the buffer. A perfect fix will require a double buffering scheme on the resampler to sufficient data during small data transients on both ends at all times of the down ratio on input and the up ratio on output. by Michael Sevakis · 18 years ago
  53. dd50c86 Oops, we should close the devices during the scan by Dave Chapman · 18 years ago
  54. 2882b26 Major Rockboy update. by Tom Ross · 18 years ago
  55. 1026c0f Make the [device] parameter optional. If none is specified, then ipodpatcher scans for an ipod, and if exactly one ipod is found, it uses that device. by Dave Chapman · 18 years ago
  56. 28a8894 Ifdef some remote lcd code in the recording screen that is not used for non lcd remote targets by Nils Wallménius · 18 years ago
  57. 2f4521e More HAVE_TAGCACHE by Austin Appel by Jonathan Gordon · 18 years ago
  58. 9d15361 Bump version to 0.7 for release by Dave Chapman · 18 years ago
  59. d18a68d Fix FS #6624 - remove useless menu items from the context menu in an empty directory by Jonathan Gordon · 18 years ago
  60. d71b44c Made ipodpatcher use slightly more clear for linux users. by Paul Louden · 18 years ago
  61. 6e641e8 Support for modifying the firmware partition on Macpods (useful for IPL users), along with the addition of a big warning when ipodpatcher detects a Macpod to say that Rockbox won't work on it. by Dave Chapman · 18 years ago
  62. d442cbe add a note about installing the bootloader on US h300s by Nils Wallménius · 18 years ago
  63. 3d43828 fix FS#6621 - viewer bookmarks only working for one file by Jonathan Gordon · 18 years ago
  64. 608e53d Remove H300 GPOODx debugging; it was using the wrong port addresses anyway by Steve Bavin · 18 years ago
  65. e332f4c Update (C) date to 2007 by Dave Chapman · 18 years ago
  66. 5ba289b Kill a warning. by Thom Johansen · 18 years ago
  67. 5f48e15 Optimise EQ coef calculation routines for both speed and size. Move now unneeded fsqrt function to plugin fixed point library in case it'll be needed. Move all fixed point helper macros to dsp.h. Added FRACMUL_SHL macro to facilitate high-precision shifting of 64 bit multiplies and remove rounding from macsr in main thread to make this work as intended. by Thom Johansen · 18 years ago
  68. 7170a00 Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make' by Jens Arnold · 18 years ago
  69. 1eff300 New PLL calculations to make sure that PLLDIV != 0. This seems to solve the problem with the troublesome H140 batch from OutletMP3. by Linus Nielsen Feltzing · 18 years ago
  70. eee9798 Bump version to 0.6 ready for new release by Dave Chapman · 18 years ago
  71. c500b96 Fix compile error on BSD and Mac OS and remove a warning by Dave Chapman · 18 years ago
  72. 4da04b7 Fix USB detection on ipods and other portalplayer targets - Rockbox now correctly distinguishes between a USB connection to a computer and a connection to a USB AC charger. Based on the experimental USB code in FS #6494 by Barry Wardell. Closes FS #4724. by Dave Chapman · 18 years ago
  73. 6ce28d8 Fix Scroll Up/Down being backwards in some screens on the Sansa. by Barry Wardell · 18 years ago
  74. 7174e88 Fix setting time on Sansa used to set the day to one day later than it should. by Barry Wardell · 18 years ago
  75. 88b3f39 Enable FAT16 support for Sansa E200 by Daniel Ankers · 18 years ago
  76. f3fb97c removed since there's no UniCatcher for H10 5GB by Marcoen Hirschberg · 18 years ago
  77. 33e1515 Bugfix. ipodpatcher wasn't correctly deciding when to rearrange the contents of the firmware partition to make space for the bootloader. This bug was only hit when the amount of space required was less than 0x4400 bytes (17KB) - e.g. when upgrading an existing bootloader. by Dave Chapman · 18 years ago
  78. 7ebb291 Fixed 64 bit warning. by Jens Arnold · 18 years ago
  79. e14594e WPS updates by Ioannis Koutoulakis by Marcoen Hirschberg · 18 years ago
  80. 31aa452 Mainly internal changes to create a struct ipod_t instead of passing lots of parameters to all the functions. Also adds (untested) 3G support, plus a --write-firmware-bin option (requested by IPL people to write a kernel directly to the firmware partition). by Dave Chapman · 18 years ago
  81. 7c9f4e3 Try to fix the simulator build warnings. by Magnus Holmgren · 18 years ago
  82. 39bd237 Fix playback of mono FLAC files, so they don't play in the left channel only. by Magnus Holmgren · 18 years ago
  83. 67ec617 Work around a bug in the Sansa flash driver by Daniel Ankers · 18 years ago
  84. a7af649 Backlight support for Sansa, including brightness. Thanks to Rene by Barry Wardell · 18 years ago
  85. 1a2dddc RTC support for Sansa. by Barry Wardell · 18 years ago
  86. 28aa131 Allow longer filenames for settings files. (fixes FS #6615) by Marianne Arnold · 18 years ago
  87. 6b0fdae Removed unused 'mode' parameter from mkdir() for consistency with creat(). by Jens Arnold · 18 years ago
  88. ae6abfb Bugfix: Remove use of IDATA_ATTR - plugins can not use IRAM without stopping audio playback. This fixes crashes when invadrox is started with audio playing. by Dave Chapman · 18 years ago
  89. bc76a42 Corrected the comments regarding USB charging by Linus Nielsen Feltzing · 18 years ago
  90. 927ffda fmr is not a theme setting by Jonathan Gordon · 18 years ago
  91. 67eb154 Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. by Jens Arnold · 18 years ago
  92. 98dc093 Comment out an unused function by Nils Wallménius · 18 years ago
  93. fa7dd74 Increase disk thread stack on the Sansa in line with the changes in r12093. Fixes the recent Sansa crashes. Thanks to Rene Peinthor by Daniel Ankers · 18 years ago
  94. af3b42c Swedish language update. by Magnus Holmgren · 18 years ago
  95. 74db69e Fix dircache on simulators by Steve Bavin · 18 years ago
  96. 2289e1c Credit to Takashi Obara for FS #6603. by Adam Gashlin · 18 years ago
  97. 00547c6 Fix Steve's naughty commit to english.lang.. new strings go at the end! by Jonathan Gordon · 18 years ago
  98. f0d2861 when saving config.cfg, only save settings which are not the same as by Jonathan Gordon · 18 years ago
  99. c47172a FS#4770 - Oops by Steve Bavin · 18 years ago
  100. 253be08 FS#4770 - due credit to Chris Dohan by Steve Bavin · 18 years ago