summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Missed one hotswap ifdef...Jens Arnold2006-11-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11466 a1c6a512-1295-4272-9138-f99709370657
* Fix idle monitoring to not freeze the Ondio, and add it in a more elegant ↵Jens Arnold2006-11-08
| | | | | | way. Fixed hotswap ifdefing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11465 a1c6a512-1295-4272-9138-f99709370657
* fixed once again.Jonathan Gordon2006-11-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11464 a1c6a512-1295-4272-9138-f99709370657
* grr.. got lost in firmware/SOURCESJonathan Gordon2006-11-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11463 a1c6a512-1295-4272-9138-f99709370657
* fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2006-11-08
| | | | | | | | | enable ata_idle callbacks in ata_mmc.c (calls the callbacks after 10s of real inactivity) fix builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11462 a1c6a512-1295-4272-9138-f99709370657
* * changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2006-11-08
| | | | | | | | | | | | and shutdown and usb (it makes sense here). ata_sleep doesnt get broken by callbacks. * allow ata_sleep() at the end of buffering again * config block uses ata_idle instead of delayed sector when saving * remove delayed sector code from ata_mmc.c (idle callbacks are not yet implemented for ata_mmc.c tho) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11461 a1c6a512-1295-4272-9138-f99709370657
* Calculation was wrong in pcmbuf_is_same_size such that is would almost ↵Michael Sevakis2006-11-07
| | | | | | certainly return false. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11460 a1c6a512-1295-4272-9138-f99709370657
* UI simulator: fix startup freeze if a language had been selected.Magnus Holmgren2006-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11459 a1c6a512-1295-4272-9138-f99709370657
* dont spin up the disk to call the callbacks.Jonathan Gordon2006-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11458 a1c6a512-1295-4272-9138-f99709370657
* allow the nano to rebuffer on "disk" spindown, seems to be fineJonathan Gordon2006-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11457 a1c6a512-1295-4272-9138-f99709370657
* Archos recorders, Ondio FM: Set (unused) MAS SDO and S/PDIF out while ↵Jens Arnold2006-11-06
| | | | | | recording the same way as for playback (SDO disabled, S/PDIF enabled on recorder V1 only). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11456 a1c6a512-1295-4272-9138-f99709370657
* AIFF is not (yet) a supported format on HWCODEC targets.Jens Arnold2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11455 a1c6a512-1295-4272-9138-f99709370657
* Fixed the errors on the sims.Michael Sevakis2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11454 a1c6a512-1295-4272-9138-f99709370657
* Forgot to use cvs add on a few new files in the fresh checkout I used. woops.Michael Sevakis2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11453 a1c6a512-1295-4272-9138-f99709370657
* Big Patch adds primarily: Samplerate and format selection to recording for ↵Michael Sevakis2006-11-06
| | | | | | SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11452 a1c6a512-1295-4272-9138-f99709370657
* adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon2006-11-06
| | | | | | | | | | when the hard disk is idle but spinning, and just before shutting down. on SWCODEC targets with > 8MB RAM the playback engine will try to refill the buffer if it is less than 75% full while the disk is spinning (temporarily disabled on the nano) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11451 a1c6a512-1295-4272-9138-f99709370657
* I think I'm really done now.Jonas Häggqvist2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11450 a1c6a512-1295-4272-9138-f99709370657
* Oops, only meant to change the error, not the shebangJonas Häggqvist2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11449 a1c6a512-1295-4272-9138-f99709370657
* Last POSIX fix of the day. I think I'll never make that mistake again.Jonas Häggqvist2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11448 a1c6a512-1295-4272-9138-f99709370657
* Another POSIX fix.Jonas Häggqvist2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11447 a1c6a512-1295-4272-9138-f99709370657
* POSIX fixJonas Häggqvist2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11446 a1c6a512-1295-4272-9138-f99709370657
* dont allow the volume setting to wrapJonathan Gordon2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11445 a1c6a512-1295-4272-9138-f99709370657
* Fix keymapping for pitchscreen on ipods - PLAY is now used to toggle between ↵Dave Chapman2006-11-06
| | | | | | percentage and semitone modes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11444 a1c6a512-1295-4272-9138-f99709370657
* Move the new pitch strings to the end of the language fileLinus Nielsen Feltzing2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11443 a1c6a512-1295-4272-9138-f99709370657
* Patch #6145 by Alexander Levin - Pitch adjustment in semitone stepsLinus Nielsen Feltzing2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
* fixes fs5913Jonathan Gordon2006-11-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11441 a1c6a512-1295-4272-9138-f99709370657
* H1x0/H3x0: Re-enable the 'big value step' (on+left or on+right) in the ↵Magnus Holmgren2006-11-05
| | | | | | graphic equalizer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11440 a1c6a512-1295-4272-9138-f99709370657
* Fix remote screen check in graphic equalizer, so that it can be used on ↵Magnus Holmgren2006-11-05
| | | | | | logf-enabled builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11439 a1c6a512-1295-4272-9138-f99709370657
* Doom bugfix: updating a saved tranmap didn't work.Jens Arnold2006-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11438 a1c6a512-1295-4272-9138-f99709370657
* JPEG viewer: Removed the playback control menu on archos. It made no sense ↵Jens Arnold2006-11-05
| | | | | | as the JPEG viewer always needs to use the main buffer on archos, and it could cause strange effects. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11437 a1c6a512-1295-4272-9138-f99709370657
* Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as ↵Jens Arnold2006-11-05
| | | | | | 16x16->32 bit isn't a single instruction. Renamed the macro for pointing out that it's not necessarily 16 bit anymore, and to avoid collisions with similar macros in plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11436 a1c6a512-1295-4272-9138-f99709370657
* fix typoMarcoen Hirschberg2006-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11435 a1c6a512-1295-4272-9138-f99709370657
* implement the gigabeat backlight driverMarcoen Hirschberg2006-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11434 a1c6a512-1295-4272-9138-f99709370657
* update by Jeong Taek InMarcoen Hirschberg2006-11-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11433 a1c6a512-1295-4272-9138-f99709370657
* Ooops, only the dest: field should have been updated with the "Cancelled" ↵Dave Chapman2006-11-04
| | | | | | change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11432 a1c6a512-1295-4272-9138-f99709370657
* Use the British English "Cancelled" instead of the US English "Canceled". ↵Dave Chapman2006-11-04
| | | | | | Closes FS#6286. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11431 a1c6a512-1295-4272-9138-f99709370657
* This should fix a problem with some shellsJonas Häggqvist2006-11-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11430 a1c6a512-1295-4272-9138-f99709370657
* H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself ↵Jens Arnold2006-11-04
| | | | | | at 124MHz: 10.5% on X5, 16.5% on H300. mpegplayer speedup 3..4% git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11429 a1c6a512-1295-4272-9138-f99709370657
* add missing command line to ipod 3g installation instructionsDominik Riebeling2006-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11428 a1c6a512-1295-4272-9138-f99709370657
* Include *.sh in tarballs.Jonas Häggqvist2006-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11427 a1c6a512-1295-4272-9138-f99709370657
* Voice update, most useful for non-Windows systems. Voice file building using ↵Jonas Häggqvist2006-11-03
| | | | | | Festival, Flite or eSpeak from the configure script. Compressing with Speex and Vorbis possible, but won't create useable voicefiles. Adds voicefont.c and wavtrim.c by Jörg Hohensohn. Also includes a script to generate talk clips. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11426 a1c6a512-1295-4272-9138-f99709370657
* Add eqs to include that dir in tarballs. Hopefully I did this right, can't ↵Jonas Häggqvist2006-11-03
| | | | | | figure out how to check. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11425 a1c6a512-1295-4272-9138-f99709370657
* Add Quickscreen button to the WPS buttontableNils Wallménius2006-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11424 a1c6a512-1295-4272-9138-f99709370657
* Made some small tweaks to the tag cache cahpterNils Wallménius2006-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11423 a1c6a512-1295-4272-9138-f99709370657
* More tweak to ColdFire default exception handler. iRiver reboots on power ↵Michael Sevakis2006-11-03
| | | | | | press but x5 just shuts down. Haven't yet thought much about why or how to make it reboot on x5 if it's possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11422 a1c6a512-1295-4272-9138-f99709370657
* Oops, sim was missing a queue functionSteve Bavin2006-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11421 a1c6a512-1295-4272-9138-f99709370657
* Don't overflow the backlight event queue with on messagesSteve Bavin2006-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11420 a1c6a512-1295-4272-9138-f99709370657
* Add target/coldfire/iriver/ to the tar filesLinus Nielsen Feltzing2006-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11419 a1c6a512-1295-4272-9138-f99709370657
* H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up ↵Jens Arnold2006-11-02
| | | | | | LCD updates by ~ 75% at 11MHz and 45MHz. Only ~ 11% speedup at 124MHz due to (2). (2) Less aggressive LCD transfer timing at 124MHz. With the previous timing, slightly corrupted display contents was reported, and with DMA transfers at least 4 waitstates are needed to make updates work at all. * A table in system-iriver.c shows settings for all integer multiples of the base clock frequency (info for developers, not yet complete). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11418 a1c6a512-1295-4272-9138-f99709370657
* Updated helptext to include all powerupsNils Wallménius2006-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11417 a1c6a512-1295-4272-9138-f99709370657