- e645e2d Fix the delay loops. Without scaling the CPU is always at 300MHz. by Marcoen Hirschberg · 18 years ago
- 6dd8fbe disable CPU scaling again because it actually made the power consumption worse. by Marcoen Hirschberg · 18 years ago
- 4718a1e beginning of the new menu system. This commit shouldnt break anything, by Jonathan Gordon · 18 years ago
- 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
- 3e16c9e if you reset your settings, you wont be in the rec screen anymore! by Jonathan Gordon · 18 years ago
- 48289a5 Do Mike's previous patch a bit nicer. by Jonathan Gordon · 18 years ago
- 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
- 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
- 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
- 70ebc8f Correct a deceptive comment. Clarify that this config file is only for the 4g grayscale iPod. by Tom Ross · 18 years ago
- 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
- 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
- dd50c86 Oops, we should close the devices during the scan by Dave Chapman · 18 years ago
- 2882b26 Major Rockboy update. by Tom Ross · 18 years ago
- 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
- 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
- 2f4521e More HAVE_TAGCACHE by Austin Appel by Jonathan Gordon · 18 years ago
- 9d15361 Bump version to 0.7 for release by Dave Chapman · 18 years ago
- d18a68d Fix FS #6624 - remove useless menu items from the context menu in an empty directory by Jonathan Gordon · 18 years ago
- d71b44c Made ipodpatcher use slightly more clear for linux users. by Paul Louden · 18 years ago
- 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
- d442cbe add a note about installing the bootloader on US h300s by Nils Wallménius · 18 years ago
- 3d43828 fix FS#6621 - viewer bookmarks only working for one file by Jonathan Gordon · 18 years ago
- 608e53d Remove H300 GPOODx debugging; it was using the wrong port addresses anyway by Steve Bavin · 18 years ago
- e332f4c Update (C) date to 2007 by Dave Chapman · 18 years ago
- 5ba289b Kill a warning. by Thom Johansen · 18 years ago
- 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
- 7170a00 Enable building ipodpatcher (pure win32 binary) on cygwin with a simple 'make' by Jens Arnold · 18 years ago
- 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
- eee9798 Bump version to 0.6 ready for new release by Dave Chapman · 18 years ago
- c500b96 Fix compile error on BSD and Mac OS and remove a warning by Dave Chapman · 18 years ago
- 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
- 6ce28d8 Fix Scroll Up/Down being backwards in some screens on the Sansa. by Barry Wardell · 18 years ago
- 7174e88 Fix setting time on Sansa used to set the day to one day later than it should. by Barry Wardell · 18 years ago
- 88b3f39 Enable FAT16 support for Sansa E200 by Daniel Ankers · 18 years ago
- f3fb97c removed since there's no UniCatcher for H10 5GB by Marcoen Hirschberg · 18 years ago
- 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
- 7ebb291 Fixed 64 bit warning. by Jens Arnold · 18 years ago
- e14594e WPS updates by Ioannis Koutoulakis by Marcoen Hirschberg · 18 years ago
- 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
- 7c9f4e3 Try to fix the simulator build warnings. by Magnus Holmgren · 18 years ago
- 39bd237 Fix playback of mono FLAC files, so they don't play in the left channel only. by Magnus Holmgren · 18 years ago
- 67ec617 Work around a bug in the Sansa flash driver by Daniel Ankers · 18 years ago
- a7af649 Backlight support for Sansa, including brightness. Thanks to Rene by Barry Wardell · 18 years ago
- 1a2dddc RTC support for Sansa. by Barry Wardell · 18 years ago
- 28aa131 Allow longer filenames for settings files. (fixes FS #6615) by Marianne Arnold · 18 years ago
- 6b0fdae Removed unused 'mode' parameter from mkdir() for consistency with creat(). by Jens Arnold · 18 years ago
- 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
- bc76a42 Corrected the comments regarding USB charging by Linus Nielsen Feltzing · 18 years ago
- 927ffda fmr is not a theme setting by Jonathan Gordon · 18 years ago
- 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
- 98dc093 Comment out an unused function by Nils Wallménius · 18 years ago
- 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
- af3b42c Swedish language update. by Magnus Holmgren · 18 years ago
- 74db69e Fix dircache on simulators by Steve Bavin · 18 years ago
- 2289e1c Credit to Takashi Obara for FS #6603. by Adam Gashlin · 18 years ago
- 00547c6 Fix Steve's naughty commit to english.lang.. new strings go at the end! by Jonathan Gordon · 18 years ago
- f0d2861 when saving config.cfg, only save settings which are not the same as by Jonathan Gordon · 18 years ago
- c47172a FS#4770 - Oops by Steve Bavin · 18 years ago
- 253be08 FS#4770 - due credit to Chris Dohan by Steve Bavin · 18 years ago
- 338d94f FS#4770 - Add USB charging for the H300 series by Steve Bavin · 18 years ago
- 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
- 47ddbd4 NES codec improvements - N106 fixed point implementation from FS #6603, removed redundant or unused tables and flags by Adam Gashlin · 18 years ago
- 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
- 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
- e79ba15 fix hardware eq settings by Jonathan Gordon · 18 years ago
- 0d094bd Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULING into the #ifdef blocks by Michael Sevakis · 18 years ago
- 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
- 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
- ca3b5bb Fix typo - thanks to Bryan Childs. by Dave Chapman · 18 years ago
- 5fc4ede add Jakub Matoušek to the credits by Marcoen Hirschberg · 18 years ago
- ddc8daa updated and fixed Czech translation by Jakub Matoušek by Marcoen Hirschberg · 18 years ago
- 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
- 1d7c1c6 italian language update by Alessio Lenzi with (re)unicodification by me by Marcoen Hirschberg · 18 years ago
- c1deda5 use the nimbus-12 font for the WPSs which used chicago12 now that it has been removed by Marcoen Hirschberg · 18 years ago
- 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
- 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
- ca91b67 Reverting the FAT32 driver change - it seems to have introduced a bug by Linus Nielsen Feltzing · 18 years ago
- 0f03e3a Changed fat_getnext(): by Linus Nielsen Feltzing · 18 years ago
- 1bb3d26 Minor bugfix - use O_TRUNC when reading the firmware partition. by Dave Chapman · 18 years ago
- 6be7727 Updated Polish translation by Tomasz Mon FS# 6592 by Nils Wallménius · 18 years ago
- 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
- 5fab9fc Fix a small typo, add FIXME's for sansa and h10 and clean some whitespace by Nils Wallménius · 18 years ago
- f90542b remove the ASCII version of the Polish translation by Marcoen Hirschberg · 18 years ago
- 7bb8b30 grr! didnt see the h100 warning.. build table is too wide by Jonathan Gordon · 18 years ago
- 2062f63 fix recorder warning by Jonathan Gordon · 18 years ago
- 1382f78 fix build by Jonathan Gordon · 18 years ago
- 41bd24e Rearrange these files so they are more managable. No real code changes. Some functions/variables in these are possibly out of place and by Jonathan Gordon · 18 years ago
- bc60af1 fix bool settings which don't use "off,on" for their config values. Neatens up the read/write code a bit also by Jonathan Gordon · 18 years ago
- 12f3769 FS#5967 Nimbus 19 font by Alexander Levin by Daniel Stenberg · 18 years ago
- e744deb Accept FS#6285 by Wenbin Leo, Thanks. by Jonathan Gordon · 18 years ago
- 7908740 Oops. sleep() doesn't work on PortalPlayer builds. Use udelay() instead. by Barry Wardell · 18 years ago
- 942e4d8 Do not change backlight timeout and disk spindown timeout when battery is low by Nils Wallménius · 18 years ago
- 84b509d FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this. by Barry Wardell · 18 years ago
- 6c3a446 add svn:keywords property by Dominik Riebeling · 18 years ago
- eb1cb57 Prevent an additional protected space after version string. by Dominik Riebeling · 18 years ago
- dcbf5d4 don't use TOOLSDIR for svnversion.sh as it causes error messages when building the manual (because of some build system trickery used) by Dominik Riebeling · 18 years ago
- e463dde Fixes the keyboard file setting by Jonathan Gordon · 18 years ago
- 3a3b261 Fix red builds by Daniel Ankers · 18 years ago
- 541c2f0 Fix Blackjack not looking correct when a backdrop is in use. by Tom Ross · 18 years ago