- 8b99ad3 Fix warning when compiling the sim. by Michael Giacomelli · 17 years ago
- c21180f Delay reading the first battery level for at least 1 tick. Seems to fix the low battery shutdown problem on 3g. Reenable the low battery shutdown on 3g. by Michael Sevakis · 17 years ago
- 124f8de Fix setting name in the menu for remote backlight timeout when plugged. by Jens Arnold · 17 years ago
- 89bfb66 BMP loader: Handle top-down BMP files (height is negative). Note that the e200 example pictures still don't work, as they are larger than the screen (not a loader problem). by Jens Arnold · 17 years ago
- 5323fe9 Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM buffer is empty and save some power. Codec API becomes incompatible so full updates! :) by Michael Sevakis · 17 years ago
- b0dd9eb Repair the no-spinup on start/split feature of recording. Recording directory selection broke it. Please only look at the disk during encoder loading opportunities in future additions. by Michael Sevakis · 17 years ago
- 655fa16 Fix FS #8251, replaygain doesn't switch to track gain mode if album gain is missing from a file, also make unused replaygain entries not be displayed in track info. by Thom Johansen · 17 years ago
- 1a5d594 Fix overflow when seeking in long files wma. Also, add a simple sanity check when seeking. by Michael Giacomelli · 17 years ago
- 94be71e Add a working serial driver to usb stack. At the moment it simply echos back what it gets. You can test it on linux by by Christian Gmeiner · 17 years ago
- bf2a334 Fix some plugins not using the helper functions for the new backlight timeout handling. by Jens Arnold · 17 years ago
- feb75d4 Remove unneeded files. by Thom Johansen · 17 years ago
- 6587478 Add some brief instructions to compile sansapatcher by Dave Chapman · 17 years ago
- 0c2ff76 Make more sound related settings that might damage your ears not wrap. by Dan Everton · 17 years ago
- 9fe5633 Stop writing to the metadata struct in the codec, it's not nice. These fields are already properly filled out anyway. by Thom Johansen · 17 years ago
- e959c5a Possibly save a few bytes when stripping the tags of the last allocated handle by Brandon Low · 17 years ago
- 3e7f02e No functional changes, just coding tweaks for speed, codesize and style by Brandon Low · 17 years ago
- df0df31 Add rbspeexdec, decoder for the Rockbox voice clips. Also nitpick a bit on rbspeexenc while I'm at it. by Thom Johansen · 17 years ago
- c1b7184 Fix red by Brandon Low · 17 years ago
- 3386dd7 Fix FS8069, because Nico_P made it easy by Brandon Low · 17 years ago
- 05784b5 H10 button driver: Use atomic GPIO bit manipulation. by Jens Arnold · 17 years ago
- db52067 Scramble can now generate an nk.bin file, independent of the OF. These nk.bin files will only transfer using the sendfirm tool. by Will Robertson · 17 years ago
- d543099 Oops. Fix yellow. by Nicolas Pennequin · 17 years ago
- c2ca8c7 * Make the Gigabeat S bootloader a bit more interesting: it looks for the first firmware file it finds on the second partition and attempts to load it. Loading fails to get past the splash screen though. by Nicolas Pennequin · 17 years ago
- 1dff29a Accept FS#8236: make voice should overwrite existing .voice files. by Stéphane Doyon · 17 years ago
- a022459 Added some error returns by Björn Stenberg · 17 years ago
- f666a7e Fix crash in sim when changing the MAS specific sound settings. by Dan Everton · 17 years ago
- a43c5c1 Volume for rbspeexenc. by Stéphane Doyon · 17 years ago
- 00d0a3a Only compile Matrix on non-mono targets, rather than all bitmap targets. by Jonas Häggqvist · 17 years ago
- 923cbe3 revert my previous commit and use a conditional for the time format instead which is probably better. by Jonathan Gordon · 17 years ago
- a8f9003 On second thoughts, let's compile Matrix for all non-mono bitmap displays. by Jonas Häggqvist · 17 years ago
- 4fb825e Make the Gigabeat-S bootloader dual-boot. The hold switch is used to choose what to boot - because it is a simple GPIO test. by Dave Chapman · 17 years ago
- a8b388f Enable dualcore for the pp5002 processor by adding the needed cache handling and sleep/wakeup sync to the kernel. Refine some handling of fw/bl startup for all. by Michael Sevakis · 17 years ago
- 0ade09b add 2 new tags which display the hour in 12 or 24 hour format depending on the config setting. by Jonathan Gordon · 17 years ago
- 7034237 Only compile Matrix for colour targets. by Jonas Häggqvist · 17 years ago
- 450ed52 Matrix demo plugin for colour targets. Ported from Ipodlinux who ported it from cmatrix for Linux. Closes FS#7920. by Jonas Häggqvist · 17 years ago
- 7126d64 Further lockdown of multipart i2c operations that must be done without intrusion. by Michael Sevakis · 17 years ago
- b9b736f Disable low battery shutdown for the time being on iPod 3g until the battery reading strangeness is fixed. by Michael Sevakis · 17 years ago
- 774fd19 Checking for total free buffer space isn't correct. What we need to check is the space available for the particular handle we want to rebuffer. by Nicolas Pennequin · 17 years ago
- 120fb4f Speed up YUV blitting on iPod Video by ~8% (FS #8075 by Andree Buschmann). by Jens Arnold · 17 years ago
- 727ada0 Fix Player warning. by Jens Arnold · 17 years ago
- 5d2757a Enable reboot on USB-insert for e200, as it works when done c200-style by Daniel Stenberg · 17 years ago
- 09a7861 Allow (almost) arbitrary backlight fade in and fade out times (on targets with software PWM fading), and comvert the associated settings to table settings. * Settings system: Unify a bunch of formatters and getlang helpers. by Jens Arnold · 17 years ago
- e24454f Buffering callbacks rework. There is now one callback for all the events that can occur. Callbacks are now registred only once instead of being removed after having been called. by Nicolas Pennequin · 17 years ago
- fa92f1b More Dutch langfile updates by Peter D'Hoye · 17 years ago
- 292d135 Update Dutch langfile by Peter D'Hoye · 17 years ago
- d6b0b42 Updated italian translation. by Alessio Lenzi · 17 years ago
- 6bda0c3 Update greek translation once more. Strings are now in the same order as in english.lang because I was unable to find the very few small mistakes otherwise. Alexander Spyridakis translated some more strings (especially voice parts of splashes) to be on par with english. by Marianne Arnold · 17 years ago
- 236cdae Make the recording screen handle button repeats correctly when changing gain. Fixes FS#8038. by Linus Nielsen Feltzing · 17 years ago
- d1f22a4 Disabling usb reboot for Sansa E200 until system_reboot() is fixed. by Björn Stenberg · 17 years ago
- 5979d78 Fix backlight timeout in 'keep backlight running' plugins (related to yesterday's settings rework by Jens, fix also by him). by Marianne Arnold · 17 years ago
- a124e12 Be sure SPC codec runs nicely from the start by using more IRAM when the dual core is done for PP5002. Basically ready, it is. by Michael Sevakis · 17 years ago
- 9beb210 pcf50605_write_multiple must prelock driver or the series of bytes may be interrupted resulting in something you didn't intend. :) by Michael Sevakis · 17 years ago
- e711de2 Make the variable for numbers of screens to update const on non-remote-lcd targets. by Nils Wallménius · 17 years ago
- e542444 Convert 2 more settings to table settings. * Fix duplicate value display if the first value is selected in a table setting. by Jens Arnold · 17 years ago
- d63f237 Fix 64 bit warnings. by Jens Arnold · 17 years ago
- d490f44 New way of handling integer settings with variable steps: table settings (FS #8186, with fixes by me). This allows to get rid of those synchronised tables in firmware/ and apps/, making things more flexible and less error prone. First application: backlight timeouts. * Make some more things 'const'. by Jens Arnold · 17 years ago
- 54ecc69 Break out some duplicated code into a seperate function by Nils Wallménius · 17 years ago
- 475e64e m:robe 500i: Fix indenting style in DSP loader by Catalin Patulea · 17 years ago
- 739b2cc m:robe 500i: Initialize the HPIB from scratch by Catalin Patulea · 17 years ago
- da245a9 Added support for 'deconfiguration'. by Björn Stenberg · 17 years ago
- d2b8688 Fixed memory corruption bug for those testing usb_storage. by Björn Stenberg · 17 years ago
- bfff12a Added GET_CONFIGURATION. Added usb state tracking. Changed charger pktsize to 512. Fixed compile errors for usb_storage. by Björn Stenberg · 17 years ago
- d2ab668 Move some stuff out of IRAM for the voice decoder. by Thom Johansen · 17 years ago
- 40f2427 Remove unused file. by Thom Johansen · 17 years ago
- d1ee042 FS#8216 Update finnish translation by Jani Kinnunen. by Mustapha Senhaji · 17 years ago
- 181fa73 Update the french translation. by Mustapha Senhaji · 17 years ago
- 929443c Sync to SVN. by Thom Johansen · 17 years ago
- d6e2244 Remove a function that is no longer used. by Stéphane Doyon · 17 years ago
- 686b114 Have voice_wait wait for the PCM buffer to drain. It can only do this if by Stéphane Doyon · 17 years ago
- 3082a40 Fix warnings. by Jens Arnold · 17 years ago
- a9fa492 Make the sound settings talk unit selection slightly less hackish, and make it handle unitless settings (like the new bass/treble cutoff setting on iPod Video). by Jens Arnold · 17 years ago
- 7da37b8 Update the manual for the iPod Video changes to hardware equalizer. by Dan Everton · 17 years ago
- 3a0e45d Missed removing a voice string as well. by Dan Everton · 17 years ago
- 659cd97 One of the former 'hardware eq' strings was not marked as deprecated only emptied, correct that in english.lang and deutsch.lang while at it. by Marianne Arnold · 17 years ago
- a9e41ff Update the german translation. by Marianne Arnold · 17 years ago
- b45d7cd Deprecate some unused strings and make the bass/treble cutoff string only used on iPod Video. by Dan Everton · 17 years ago
- d7e1f77 Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It does have hardware bass/treble settings with configurable cutoff. So make the bass/treble settings use the hardware and remove the hardware equalizer configuration. by Dan Everton · 17 years ago
- a334bd2 revise commit r15463 - we still get the immediate display of runtime data in the wps, but avoid unnecessary calls while initialising/updating the database. by Robert Kukla · 17 years ago
- ded6554 Free resources properly. Fixes all kind of strange issues (shutdown problems with dircache and dirfds running out) with the newly added database.ignore -feature. by Miika Pekkarinen · 17 years ago
- cb65426 Make usb_pin_detect() static. by Jens Arnold · 17 years ago
- d508ce0 USB detect pin is GPIO D3 on Mini G2, and almost for sure also on G4 grayscale, Color, and Mini G1. by Jens Arnold · 17 years ago
- f98a0a9 Fixed compile errors with logf enabled. by Miika Pekkarinen · 17 years ago
- 30d2ff4 I forgot to credit the libmtp team. by Nicolas Pennequin · 17 years ago
- b3f155d don't show the scrollbar after turning it off in the menu. by Marcoen Hirschberg · 17 years ago
- 20dbc1b Re-added USB charger detection and auto reboot on host connect. by Björn Stenberg · 17 years ago
- f7f7967 More fixes for the e200 manual: Proper keymap for the FM screen by Paul Louden · 17 years ago
- 482e839 Enable usbstack on ipods. by Björn Stenberg · 17 years ago
- 73d514f remove debug leftover by Marcoen Hirschberg · 17 years ago
- f8232e7 use the plugin buffer instead of the static one by Marcoen Hirschberg · 17 years ago
- 3f6461a rearrange the initialization a bit. also fixes the disappearing scrollbar. by Marcoen Hirschberg · 17 years ago
- 8a64cdd Patch FS#8203 - Fixes the Stop split setting not being saved by Linus Nielsen Feltzing · 17 years ago
- 5ee2e37 Save runtime info for last track in playlist as well (FS#8040) by Robert Kukla · 17 years ago
- e8fd3dd Bad fix, reverting. by Björn Stenberg · 17 years ago
- a561abf Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup. by Jens Arnold · 17 years ago
- 68b4403 Quick fix for ipod usb detect. (Charger detection coming later.) by Björn Stenberg · 17 years ago
- 1c38c75 remove not used dummy code by Christian Gmeiner · 17 years ago
- bd1813d Fix FS#8196 - Gather Runtime Data > User Rating not working by Robert Kukla · 17 years ago
- 7af22e1 Red fix: USB power check implemented in driver instead by Björn Stenberg · 17 years ago
- f2815ff Removed a little too much. by Björn Stenberg · 17 years ago
- b4e5123 New USB stack by Björn Stenberg · 17 years ago