summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-24Move some stuff out of IRAM for the voice decoder.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15796 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Remove unused file.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15795 a1c6a512-1295-4272-9138-f99709370657
2007-11-24FS#8216 Update finnish translation by Jani Kinnunen.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15794 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Update the french translation. Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15793 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Sync to SVN.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15792 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Remove a function that is no longer used.Stéphane Doyon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15791 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Have voice_wait wait for the PCM buffer to drain. It can only do this ifStéphane Doyon
playback is NOT in progress, but that is indeed the case for the only caller (shutting down message). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15790 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Fix warnings.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15789 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Make the sound settings talk unit selection slightly less hackish, and make ↵Jens Arnold
it handle unitless settings (like the new bass/treble cutoff setting on iPod Video). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15788 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Update the manual for the iPod Video changes to hardware equalizer.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15787 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Missed removing a voice string as well.Dan Everton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15786 a1c6a512-1295-4272-9138-f99709370657
2007-11-24One of the former 'hardware eq' strings was not marked as deprecated only ↵Marianne Arnold
emptied, correct that in english.lang and deutsch.lang while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15785 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Update the german translation.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15784 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Deprecate some unused strings and make the bass/treble cutoff string only ↵Dan Everton
used on iPod Video. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15783 a1c6a512-1295-4272-9138-f99709370657
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. ↵Dan Everton
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15782 a1c6a512-1295-4272-9138-f99709370657
2007-11-23revise commit r15463 - we still get the immediate display of runtime data in ↵Robert Kukla
the wps, but avoid unnecessary calls while initialising/updating the database. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15781 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Free resources properly. Fixes all kind of strange issues (shutdown problems ↵Miika Pekkarinen
with dircache and dirfds running out) with the newly added database.ignore -feature. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15780 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Make usb_pin_detect() static.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15779 a1c6a512-1295-4272-9138-f99709370657
2007-11-23USB detect pin is GPIO D3 on Mini G2, and almost for sure also on G4 ↵Jens Arnold
grayscale, Color, and Mini G1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15778 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Fixed compile errors with logf enabled.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15777 a1c6a512-1295-4272-9138-f99709370657
2007-11-23I forgot to credit the libmtp team.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15776 a1c6a512-1295-4272-9138-f99709370657
2007-11-23don't show the scrollbar after turning it off in the menu.Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15775 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Re-added USB charger detection and auto reboot on host connect.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15774 a1c6a512-1295-4272-9138-f99709370657
2007-11-23More fixes for the e200 manual: Proper keymap for the FM screen Paul Louden
(assuming no more mistakes) and fix a typo for the Recording screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15773 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Enable usbstack on ipods.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15772 a1c6a512-1295-4272-9138-f99709370657
2007-11-23remove debug leftoverMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15771 a1c6a512-1295-4272-9138-f99709370657
2007-11-23use the plugin buffer instead of the static oneMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15770 a1c6a512-1295-4272-9138-f99709370657
2007-11-23rearrange the initialization a bit. also fixes the disappearing scrollbar.Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15769 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Patch FS#8203 - Fixes the Stop split setting not being savedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15768 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Save runtime info for last track in playlist as well (FS#8040)Robert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15767 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Bad fix, reverting.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15766 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15765 a1c6a512-1295-4272-9138-f99709370657
2007-11-23Quick fix for ipod usb detect. (Charger detection coming later.)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15764 a1c6a512-1295-4272-9138-f99709370657
2007-11-22remove not used dummy codeChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15763 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Fix FS#8196 - Gather Runtime Data > User Rating not workingRobert Kukla
(don't pass a pointer to short when pointer to int is required) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15762 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Red fix: USB power check implemented in driver insteadBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15761 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Removed a little too much.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15760 a1c6a512-1295-4272-9138-f99709370657
2007-11-22New USB stackBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15758 a1c6a512-1295-4272-9138-f99709370657
2007-11-22#ifdef out unused function to fix warning for non rtc and non bitmap targetsNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15757 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Simplify code for set time and date screenNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15756 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Firmware update utility for the Gigabeat S and probably other MTP devices. ↵Nicolas Pennequin
Based on libmtp's sendfile.c example, tweaked by Maurus Cuelenaere and me to send firmware files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15755 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Add voicetools to "make help"Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15754 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Add seeking support for wma. Works quite well on my Sansa, and theres some ↵Michael Giacomelli
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15753 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Fix error in the manual: In the tree "Power" stops playback on the e200.Paul Louden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15752 a1c6a512-1295-4272-9138-f99709370657
2007-11-22FS#8202 - fix up the greek translationJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15751 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Sync Speex to SVN.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15750 a1c6a512-1295-4272-9138-f99709370657
2007-11-220 is also a valid file descriptorDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15749 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Fix FS#8201 and correct fix for FS#8040 by making the track unbuffer ↵Nicolas Pennequin
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15748 a1c6a512-1295-4272-9138-f99709370657
2007-11-22Remove a couple of redundant array copy operations.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15747 a1c6a512-1295-4272-9138-f99709370657
2007-11-21Removed annoying splashBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15746 a1c6a512-1295-4272-9138-f99709370657