1. 0abfe9f Whitespace is nice, let's use some. No functional changes. by Dave Chapman · 18 years ago
  2. 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
  3. c22e29f Fix a warning in Speex codec_main declaration. by Dan Everton · 18 years ago
  4. 3e4613a The inevitable 'oops' commit. Add libspeex to the configure script. by Dan Everton · 18 years ago
  5. ebc58c9 Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre. by Dan Everton · 18 years ago
  6. 4642430 Display some advice when no ipods are found in interactive mode by Dave Chapman · 18 years ago
  7. 88c0d9d VRC6 speedup/bugfix from Takashi Obara, FS #6635 by Adam Gashlin · 18 years ago
  8. 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
  9. 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
  10. c76dfb3 Ooops, the default build mode should have been without the embedded bootloaders by Dave Chapman · 18 years ago
  11. 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
  12. deb8363 Testing svn_autoprops by readding one of the files with missing Ids. by Michael Sevakis · 18 years ago
  13. 9bb864b unstatic the string buffer, fix the recording setting lang, change the by Jonathan Gordon · 18 years ago
  14. 217ad16 OK, this was crazy overkill... the worst setting current by Jonathan Gordon · 18 years ago
  15. 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
  16. fe3cfcc Convert the sound menu to the new system by Jonathan Gordon · 18 years ago
  17. e645e2d Fix the delay loops. Without scaling the CPU is always at 300MHz. by Marcoen Hirschberg · 18 years ago
  18. 6dd8fbe disable CPU scaling again because it actually made the power consumption worse. by Marcoen Hirschberg · 18 years ago
  19. 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
  20. 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
  21. 3e16c9e if you reset your settings, you wont be in the rec screen anymore! by Jonathan Gordon · 18 years ago
  22. 48289a5 Do Mike's previous patch a bit nicer. by Jonathan Gordon · 18 years ago
  23. 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
  24. 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
  25. 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
  26. 70ebc8f Correct a deceptive comment. Clarify that this config file is only for the 4g grayscale iPod. by Tom Ross · 18 years ago
  27. 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
  28. 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
  29. dd50c86 Oops, we should close the devices during the scan by Dave Chapman · 18 years ago
  30. 2882b26 Major Rockboy update. by Tom Ross · 18 years ago
  31. 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
  32. 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
  33. 2f4521e More HAVE_TAGCACHE by Austin Appel by Jonathan Gordon · 18 years ago
  34. 9d15361 Bump version to 0.7 for release by Dave Chapman · 18 years ago
  35. d18a68d Fix FS #6624 - remove useless menu items from the context menu in an empty directory by Jonathan Gordon · 18 years ago
  36. d71b44c Made ipodpatcher use slightly more clear for linux users. by Paul Louden · 18 years ago
  37. 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
  38. d442cbe add a note about installing the bootloader on US h300s by Nils Wallménius · 18 years ago
  39. 3d43828 fix FS#6621 - viewer bookmarks only working for one file by Jonathan Gordon · 18 years ago
  40. 608e53d Remove H300 GPOODx debugging; it was using the wrong port addresses anyway by Steve Bavin · 18 years ago
  41. e332f4c Update (C) date to 2007 by Dave Chapman · 18 years ago
  42. 5ba289b Kill a warning. by Thom Johansen · 18 years ago
  43. 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
  44. 7170a00 Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make' by Jens Arnold · 18 years ago
  45. 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
  46. eee9798 Bump version to 0.6 ready for new release by Dave Chapman · 18 years ago
  47. c500b96 Fix compile error on BSD and Mac OS and remove a warning by Dave Chapman · 18 years ago
  48. 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
  49. 6ce28d8 Fix Scroll Up/Down being backwards in some screens on the Sansa. by Barry Wardell · 18 years ago
  50. 7174e88 Fix setting time on Sansa used to set the day to one day later than it should. by Barry Wardell · 18 years ago
  51. 88b3f39 Enable FAT16 support for Sansa E200 by Daniel Ankers · 18 years ago
  52. f3fb97c removed since there's no UniCatcher for H10 5GB by Marcoen Hirschberg · 18 years ago
  53. 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
  54. 7ebb291 Fixed 64 bit warning. by Jens Arnold · 18 years ago
  55. e14594e WPS updates by Ioannis Koutoulakis by Marcoen Hirschberg · 18 years ago
  56. 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
  57. 7c9f4e3 Try to fix the simulator build warnings. by Magnus Holmgren · 18 years ago
  58. 39bd237 Fix playback of mono FLAC files, so they don't play in the left channel only. by Magnus Holmgren · 18 years ago
  59. 67ec617 Work around a bug in the Sansa flash driver by Daniel Ankers · 18 years ago
  60. a7af649 Backlight support for Sansa, including brightness. Thanks to Rene by Barry Wardell · 18 years ago
  61. 1a2dddc RTC support for Sansa. by Barry Wardell · 18 years ago
  62. 28aa131 Allow longer filenames for settings files. (fixes FS #6615) by Marianne Arnold · 18 years ago
  63. 6b0fdae Removed unused 'mode' parameter from mkdir() for consistency with creat(). by Jens Arnold · 18 years ago
  64. 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
  65. bc76a42 Corrected the comments regarding USB charging by Linus Nielsen Feltzing · 18 years ago
  66. 927ffda fmr is not a theme setting by Jonathan Gordon · 18 years ago
  67. 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
  68. 98dc093 Comment out an unused function by Nils Wallménius · 18 years ago
  69. 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
  70. af3b42c Swedish language update. by Magnus Holmgren · 18 years ago
  71. 74db69e Fix dircache on simulators by Steve Bavin · 18 years ago
  72. 2289e1c Credit to Takashi Obara for FS #6603. by Adam Gashlin · 18 years ago
  73. 00547c6 Fix Steve's naughty commit to english.lang.. new strings go at the end! by Jonathan Gordon · 18 years ago
  74. f0d2861 when saving config.cfg, only save settings which are not the same as by Jonathan Gordon · 18 years ago
  75. c47172a FS#4770 - Oops by Steve Bavin · 18 years ago
  76. 253be08 FS#4770 - due credit to Chris Dohan by Steve Bavin · 18 years ago
  77. 338d94f FS#4770 - Add USB charging for the H300 series by Steve Bavin · 18 years ago
  78. 73ee237 Make the manual use utf8 as base input encoding. This *requires* the UCS package which is not part of standard LaTeX distributions. Fixes manual building which got broken by some extended character in the credits file. by Dominik Riebeling · 18 years ago
  79. 47ddbd4 NES codec improvements - N106 fixed point implementation from FS #6603, removed redundant or unused tables and flags by Adam Gashlin · 18 years ago
  80. 003e084 Power off on the Sansa more in line with how the OF does it (just change the relevant bit rather than the whole byte). by Barry Wardell · 18 years ago
  81. 83c831d Add power off for the Sansa. Thanks to Antonius Hellmann for figuring out how using the Sansa emulator in FS #6524. by Barry Wardell · 18 years ago
  82. e79ba15 fix hardware eq settings by Jonathan Gordon · 18 years ago
  83. 0d094bd Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULING into the #ifdef blocks by Michael Sevakis · 18 years ago
  84. e50cc6c FS #6243 - Invadrox, awesome Invaders clone by Albert Veli, supporting almost all bitmap LCD targets (but not Archos). Also resorted plugins/bitmaps/native/SOURCES (alphabetically). by Zakk Roberts · 18 years ago
  85. fc1efc7 Fix a couple of MP4 demuxing problems, preventing playback in a few cases. All my test files now play properly. by Magnus Holmgren · 18 years ago
  86. ca3b5bb Fix typo - thanks to Bryan Childs. by Dave Chapman · 18 years ago
  87. 5fc4ede add Jakub Matoušek to the credits by Marcoen Hirschberg · 18 years ago
  88. ddc8daa updated and fixed Czech translation by Jakub Matoušek by Marcoen Hirschberg · 18 years ago
  89. bad92dc FS#6594 - Fix ActionStd and ActionWPS buttons in the H10 manual. Also, the H10 has buttons for moving up/down a page in the file browser. by Barry Wardell · 18 years ago
  90. 1d7c1c6 italian language update by Alessio Lenzi with (re)unicodification by me by Marcoen Hirschberg · 18 years ago
  91. c1deda5 use the nimbus-12 font for the WPSs which used chicago12 now that it has been removed by Marcoen Hirschberg · 18 years ago
  92. 40310d8 Fix the default cutoff for the low shelf EQ filter. Should fix the oddness people have been hearing with the equalizer. by Dan Everton · 18 years ago
  93. 774fe9c remove chicago and xtal fonts. they have been replaced by the nedore and nimbus fonts a long time ago by Marcoen Hirschberg · 18 years ago
  94. ca91b67 Reverting the FAT32 driver change - it seems to have introduced a bug by Linus Nielsen Feltzing · 18 years ago
  95. 0f03e3a Changed fat_getnext(): by Linus Nielsen Feltzing · 18 years ago
  96. 1bb3d26 Minor bugfix - use O_TRUNC when reading the firmware partition. by Dave Chapman · 18 years ago
  97. 6be7727 Updated Polish translation by Tomasz Mon FS# 6592 by Nils Wallménius · 18 years ago
  98. 0684827 Update the description of the different builds that rockbox offers, to reflect the recent changes in the side menu. by Martin Arver · 18 years ago
  99. 5fab9fc Fix a small typo, add FIXME's for sansa and h10 and clean some whitespace by Nils Wallménius · 18 years ago
  100. f90542b remove the ASCII version of the Polish translation by Marcoen Hirschberg · 18 years ago