summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove not used dummy codeChristian Gmeiner2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15763 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#8196 - Gather Runtime Data > User Rating not workingRobert Kukla2007-11-22
| | | | | | (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
* Red fix: USB power check implemented in driver insteadBjörn Stenberg2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15761 a1c6a512-1295-4272-9138-f99709370657
* Removed a little too much.Björn Stenberg2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15760 a1c6a512-1295-4272-9138-f99709370657
* New USB stackBjörn Stenberg2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15758 a1c6a512-1295-4272-9138-f99709370657
* #ifdef out unused function to fix warning for non rtc and non bitmap targetsNils Wallménius2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15757 a1c6a512-1295-4272-9138-f99709370657
* Simplify code for set time and date screenNils Wallménius2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15756 a1c6a512-1295-4272-9138-f99709370657
* Firmware update utility for the Gigabeat S and probably other MTP devices. ↵Nicolas Pennequin2007-11-22
| | | | | | 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
* Add voicetools to "make help"Dave Chapman2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15754 a1c6a512-1295-4272-9138-f99709370657
* Add seeking support for wma. Works quite well on my Sansa, and theres some ↵Michael Giacomelli2007-11-22
| | | | | | 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
* Fix error in the manual: In the tree "Power" stops playback on the e200.Paul Louden2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15752 a1c6a512-1295-4272-9138-f99709370657
* FS#8202 - fix up the greek translationJonathan Gordon2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15751 a1c6a512-1295-4272-9138-f99709370657
* Sync Speex to SVN.Thom Johansen2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15750 a1c6a512-1295-4272-9138-f99709370657
* 0 is also a valid file descriptorDave Chapman2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15749 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#8201 and correct fix for FS#8040 by making the track unbuffer ↵Nicolas Pennequin2007-11-22
| | | | | | 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
* Remove a couple of redundant array copy operations.Thom Johansen2007-11-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15747 a1c6a512-1295-4272-9138-f99709370657
* Removed annoying splashBjörn Stenberg2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15746 a1c6a512-1295-4272-9138-f99709370657
* Update Dutch langfilePeter D'Hoye2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15745 a1c6a512-1295-4272-9138-f99709370657
* make check_dir use dir_exists and slightly optimise the latter Robert Kukla2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15744 a1c6a512-1295-4272-9138-f99709370657
* Fix iPod Nano & Video bootloaders. Backlight uses sleep(), hence it must be ↵Jens Arnold2007-11-21
| | | | | | initialised after kernel_init(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15743 a1c6a512-1295-4272-9138-f99709370657
* consolidate the 3 file_exists() functions into one; use the version that ↵Robert Kukla2007-11-21
| | | | | | explicitly uses dircache; give dir_exists() the same treatment for consistency git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15742 a1c6a512-1295-4272-9138-f99709370657
* Compensate for encoder lookahead to make more click-free voice clips. Add ↵Thom Johansen2007-11-21
| | | | | | narrowband option. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15741 a1c6a512-1295-4272-9138-f99709370657
* Don't do lookahead skipping when stringing voice clips together.Thom Johansen2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15740 a1c6a512-1295-4272-9138-f99709370657
* Add the utils/ directory, and name myself for a couple of thingsDave Chapman2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15739 a1c6a512-1295-4272-9138-f99709370657
* FS#5690 - folders with a file named database.ignore will be skipped by the ↵Jonathan Gordon2007-11-21
| | | | | | database when it rebuilds, (this includes any subdirs in that fodler) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15738 a1c6a512-1295-4272-9138-f99709370657
* FS#8202 Update greek translation and make it follow the langv2 rules by ↵Mustapha Senhaji2007-11-21
| | | | | | Alexander Spyridakis. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15737 a1c6a512-1295-4272-9138-f99709370657
* Okay. Really fix the red. It's a little ugly at this point, and clearly Paul Louden2007-11-21
| | | | | | | | | | I shouldn't be coding in whatever my mental state is. But the intent was not to remove the use of Select for pausing in Mpegplayer, for those who like it. The ugliness can be removed if we want to go back to a single pause button. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15736 a1c6a512-1295-4272-9138-f99709370657
* Fix my rampant making of mistakes.Paul Louden2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15735 a1c6a512-1295-4272-9138-f99709370657
* Allow use of either A or Select to pause in mpegplayer. This means you Paul Louden2007-11-21
| | | | | | | | | can pause it the same way you pause music, but I've not removed the old button since mpegplayer currently has plenty of buttons, and not many functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15734 a1c6a512-1295-4272-9138-f99709370657
* More e200 keymap changes. In the FM screen, holding Play/Pause now does Paul Louden2007-11-21
| | | | | | | | | | the function previously assigned to the Record button. As well, added Power as a cancel button in STD context, alongside Left, as it was previously unused in this context. This improves an inconsistency in the text editor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15733 a1c6a512-1295-4272-9138-f99709370657
* Oops yet again. "Play" shouldn't be the previous button for stopping Paul Louden2007-11-21
| | | | | | | FM radio, since long-play is no longer used as part of it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15732 a1c6a512-1295-4272-9138-f99709370657
* speex voice: Detect the end of a clip the right way.Michael Sevakis2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15731 a1c6a512-1295-4272-9138-f99709370657
* Fix caseJonas Häggqvist2007-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15730 a1c6a512-1295-4272-9138-f99709370657
* Bump version for release.Barry Wardell2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15728 a1c6a512-1295-4272-9138-f99709370657
* make private functions staticChristian Gmeiner2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15727 a1c6a512-1295-4272-9138-f99709370657
* FS#8107 Update the finnish translation by Jani Kinnunen.Mustapha Senhaji2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15726 a1c6a512-1295-4272-9138-f99709370657
* Update the french translation.Mustapha Senhaji2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15725 a1c6a512-1295-4272-9138-f99709370657
* Hopefully the last word on getting rid of yield_codecs loops (cut read chunk ↵Michael Sevakis2007-11-20
| | | | | | to 16kB). Sansa ata driver also didn't yield enough so buffering would starve other threads. Bump priority of audio thread to keep UI more responsive. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15724 a1c6a512-1295-4272-9138-f99709370657
* Make id's created with the TALK_ID macro work in 64 bit simsNils Wallménius2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15723 a1c6a512-1295-4272-9138-f99709370657
* Whitespace/indent/codestyle tweaks, should make no functional differenceNils Wallménius2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15722 a1c6a512-1295-4272-9138-f99709370657
* * dont compile audio codec drivers for bootloader, as we dont need them -> ↵Christian Gmeiner2007-11-20
| | | | | | | | | | | | saves time * dont include uda1380 in bootloaders * fix to get rid of a nasty humming sound during is not uda1380 specific but iriver specific and so put the fix into the bootloader. An other option was to put audiohw_reset() into target tree... but i want to get rid of audiohw_reset git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15721 a1c6a512-1295-4272-9138-f99709370657
* get rid of audiohw_resetChristian Gmeiner2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15720 a1c6a512-1295-4272-9138-f99709370657
* Restore a line accidentally removed by r15705Dave Chapman2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15719 a1c6a512-1295-4272-9138-f99709370657
* Manual typo fixLinus Nielsen Feltzing2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15718 a1c6a512-1295-4272-9138-f99709370657
* Code police raidLinus Nielsen Feltzing2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15717 a1c6a512-1295-4272-9138-f99709370657
* m:robe 500i: Fix DSP loader codeCatalin Patulea2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15716 a1c6a512-1295-4272-9138-f99709370657
* Add some TSC2101 register definitions.Catalin Patulea2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15715 a1c6a512-1295-4272-9138-f99709370657
* m:robe 500i: Add DSP code to SOURCESCatalin Patulea2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15714 a1c6a512-1295-4272-9138-f99709370657
* m:robe 500i: Add DSP (C5409) control driver and image loader.Catalin Patulea2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15713 a1c6a512-1295-4272-9138-f99709370657
* Remove last few inw/outw uses in the M:Robe portKarl Kurbjun2007-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15712 a1c6a512-1295-4272-9138-f99709370657