- 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
- 2e2cbfe #ifdef out unused function to fix warning for non rtc and non bitmap targets by Nils Wallménius · 17 years ago
- 7567e99 Simplify code for set time and date screen by Nils Wallménius · 17 years ago
- 3e2c51d Firmware update utility for the Gigabeat S and probably other MTP devices. Based on libmtp's sendfile.c example, tweaked by Maurus Cuelenaere and me to send firmware files. by Nicolas Pennequin · 17 years ago
- f7e2ece Add voicetools to "make help" by Dave Chapman · 17 years ago
- f861320 Add seeking support for wma. Works quite well on my Sansa, and theres some effort to catch and recover from seeking errors, but theres likely to be problems in some files. Also, add Thom's idea to skip past some errors in wma streams rather then just giving up. by Michael Giacomelli · 17 years ago
- 73c5ec5 Fix error in the manual: In the tree "Power" stops playback on the e200. by Paul Louden · 17 years ago
- 4c76924 FS#8202 - fix up the greek translation by Jonathan Gordon · 17 years ago
- 57a27c6 Sync Speex to SVN. by Thom Johansen · 17 years ago
- 14ac7ca 0 is also a valid file descriptor by Dave Chapman · 17 years ago
- c44d2bd Fix FS#8201 and correct fix for FS#8040 by making the track unbuffer callback be called from where it should be: clear_track_info, and writing track metadata back to the main buffer *before* the callback is called and the track erased. This simplifies audio_clear_track_entries. by Nicolas Pennequin · 17 years ago
- e7988b8 Remove a couple of redundant array copy operations. by Thom Johansen · 17 years ago
- e2e287d Removed annoying splash by Björn Stenberg · 17 years ago
- 8405fc9 Update Dutch langfile by Peter D'Hoye · 17 years ago
- ed64a66 make check_dir use dir_exists and slightly optimise the latter by Robert Kukla · 17 years ago
- afd5174 Fix iPod Nano & Video bootloaders. Backlight uses sleep(), hence it must be initialised after kernel_init(). by Jens Arnold · 17 years ago
- d87b037 consolidate the 3 file_exists() functions into one; use the version that explicitly uses dircache; give dir_exists() the same treatment for consistency by Robert Kukla · 17 years ago
- a2ad853 Compensate for encoder lookahead to make more click-free voice clips. Add narrowband option. by Thom Johansen · 17 years ago
- 5076723 Don't do lookahead skipping when stringing voice clips together. by Thom Johansen · 17 years ago
- d251d18 Add the utils/ directory, and name myself for a couple of things by Dave Chapman · 17 years ago
- c31ffae FS#5690 - folders with a file named database.ignore will be skipped by the database when it rebuilds, (this includes any subdirs in that fodler) by Jonathan Gordon · 17 years ago
- 2ed41f9 FS#8202 Update greek translation and make it follow the langv2 rules by Alexander Spyridakis. by Mustapha Senhaji · 17 years ago
- a14afac Okay. Really fix the red. It's a little ugly at this point, and clearly by Paul Louden · 17 years ago
- 0ffe935 Fix my rampant making of mistakes. by Paul Louden · 17 years ago
- ad97b04 Allow use of either A or Select to pause in mpegplayer. This means you by Paul Louden · 17 years ago
- cdb0721 More e200 keymap changes. In the FM screen, holding Play/Pause now does by Paul Louden · 17 years ago
- a02ed1d Oops yet again. "Play" shouldn't be the previous button for stopping by Paul Louden · 17 years ago