Commit graph

11529 commits

Author SHA1 Message Date
Jonathan Gordon
92eff9d293 fixed once again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11464 a1c6a512-1295-4272-9138-f99709370657
2006-11-08 03:19:53 +00:00
Jonathan Gordon
59da10a940 grr.. got lost in firmware/SOURCES
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11463 a1c6a512-1295-4272-9138-f99709370657
2006-11-08 03:06:37 +00:00
Jonathan Gordon
d9f7ac24f4 fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)
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
2006-11-08 02:23:01 +00:00
Jonathan Gordon
f184152c05 * changes to ata.c - idle callbacks are called after 2 sec of real idle,
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
2006-11-08 01:55:26 +00:00
Michael Sevakis
5dd0775924 Calculation was wrong in pcmbuf_is_same_size such that is would almost certainly return false.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11460 a1c6a512-1295-4272-9138-f99709370657
2006-11-07 19:30:48 +00:00
Magnus Holmgren
50deedc6c7 UI simulator: fix startup freeze if a language had been selected.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11459 a1c6a512-1295-4272-9138-f99709370657
2006-11-07 19:03:29 +00:00
Jonathan Gordon
398c802710 dont spin up the disk to call the callbacks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11458 a1c6a512-1295-4272-9138-f99709370657
2006-11-07 13:14:52 +00:00
Jonathan Gordon
a018641105 allow the nano to rebuffer on "disk" spindown, seems to be fine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11457 a1c6a512-1295-4272-9138-f99709370657
2006-11-07 06:31:36 +00:00
Jens Arnold
0f949e93e3 Archos recorders, Ondio FM: Set (unused) MAS SDO and S/PDIF out while 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
2006-11-06 22:40:40 +00:00
Jens Arnold
128c3ee686 AIFF is not (yet) a supported format on HWCODEC targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11455 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 19:49:05 +00:00
Michael Sevakis
4aa01ed5f0 Fixed the errors on the sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11454 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 18:36:10 +00:00
Michael Sevakis
5efee7c94a Forgot to use cvs add on a few new files in the fresh checkout I used. woops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11453 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 18:18:05 +00:00
Michael Sevakis
0f5cb94aa4 Big Patch adds primarily: Samplerate and format selection to recording for 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
2006-11-06 18:07:30 +00:00
Jonathan Gordon
0b22795e26 adds ata_idle_notify system which allows callbacks in apps/ to be called
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
2006-11-06 14:24:18 +00:00
Jonas Häggqvist
e543901777 I think I'm really done now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11450 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 11:48:00 +00:00
Jonas Häggqvist
08f4a42f7d Oops, only meant to change the error, not the shebang
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11449 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 11:40:10 +00:00
Jonas Häggqvist
8ff1d63d2c Last POSIX fix of the day. I think I'll never make that mistake again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11448 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 11:21:11 +00:00
Jonas Häggqvist
519461c764 Another POSIX fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11447 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 11:19:14 +00:00
Jonas Häggqvist
a895738b60 POSIX fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11446 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 10:21:03 +00:00
Jonathan Gordon
6a1161b634 dont allow the volume setting to wrap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11445 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 10:11:51 +00:00
Dave Chapman
2f444aac29 Fix keymapping for pitchscreen on ipods - PLAY is now used to toggle between percentage and semitone modes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11444 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 09:43:40 +00:00
Linus Nielsen Feltzing
4c1ba959a4 Move the new pitch strings to the end of the language file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11443 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 09:24:16 +00:00
Linus Nielsen Feltzing
3b99840019 Patch #6145 by Alexander Levin - Pitch adjustment in semitone steps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11442 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 09:19:40 +00:00
Jonathan Gordon
ddba5fa37d fixes fs5913
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11441 a1c6a512-1295-4272-9138-f99709370657
2006-11-06 06:21:45 +00:00
Magnus Holmgren
397c39badc H1x0/H3x0: Re-enable the 'big value step' (on+left or on+right) in the graphic equalizer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11440 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 19:37:43 +00:00
Magnus Holmgren
d6729e2654 Fix remote screen check in graphic equalizer, so that it can be used on logf-enabled builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11439 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 19:01:36 +00:00
Jens Arnold
a19faaed63 Doom bugfix: updating a saved tranmap didn't work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11438 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 17:45:54 +00:00
Jens Arnold
9a56fdf5b2 JPEG viewer: Removed the playback control menu on archos. It made no sense 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
2006-11-05 15:06:11 +00:00
Jens Arnold
32c69452d6 Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 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
2006-11-05 14:40:14 +00:00
Marcoen Hirschberg
0b9e266b1e fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11435 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 07:55:00 +00:00
Marcoen Hirschberg
bce255d98b implement the gigabeat backlight driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11434 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 07:54:08 +00:00
Marcoen Hirschberg
eda13cedc0 update by Jeong Taek In
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11433 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 07:20:05 +00:00
Dave Chapman
1c973706b9 Ooops, only the dest: field should have been updated with the "Cancelled" change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11432 a1c6a512-1295-4272-9138-f99709370657
2006-11-04 14:31:39 +00:00
Dave Chapman
7257704b45 Use the British English "Cancelled" instead of the US English "Canceled". Closes FS#6286.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11431 a1c6a512-1295-4272-9138-f99709370657
2006-11-04 14:05:32 +00:00
Jonas Häggqvist
18797f6cb9 This should fix a problem with some shells
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11430 a1c6a512-1295-4272-9138-f99709370657
2006-11-04 02:32:03 +00:00
Jens Arnold
f8b1da2f7b H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself 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
2006-11-04 00:42:18 +00:00
Dominik Riebeling
0d8781e2f9 add missing command line to ipod 3g installation instructions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11428 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 23:18:51 +00:00
Jonas Häggqvist
1fdb5221bd Include *.sh in tarballs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11427 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 22:01:02 +00:00
Jonas Häggqvist
da071d0d7c Voice update, most useful for non-Windows systems. Voice file building using 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
2006-11-03 21:47:52 +00:00
Jonas Häggqvist
b403c6007a Add eqs to include that dir in tarballs. Hopefully I did this right, can't figure out how to check.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11425 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 18:22:28 +00:00
Nils Wallménius
157b3cc874 Add Quickscreen button to the WPS buttontable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11424 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 17:23:38 +00:00
Nils Wallménius
ba99274176 Made some small tweaks to the tag cache cahpter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11423 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 15:59:08 +00:00
Michael Sevakis
0fb67cd475 More tweak to ColdFire default exception handler. iRiver reboots on power 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
2006-11-03 10:19:04 +00:00
Steve Bavin
46925b32a7 Oops, sim was missing a queue function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11421 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 10:12:15 +00:00
Steve Bavin
021413ad5e Don't overflow the backlight event queue with on messages
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11420 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 09:46:26 +00:00
Linus Nielsen Feltzing
a10397da0d Add target/coldfire/iriver/ to the tar files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11419 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 07:46:15 +00:00
Jens Arnold
83aded979f H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up 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
2006-11-02 20:50:50 +00:00
Nils Wallménius
d86350c9fa Updated helptext to include all powerups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11417 a1c6a512-1295-4272-9138-f99709370657
2006-11-02 18:50:08 +00:00
Michael Sevakis
59f9deb37e Display correct exception information on ColdFire targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11416 a1c6a512-1295-4272-9138-f99709370657
2006-11-02 15:39:08 +00:00
Steve Bavin
f71da380c2 A better fix for the crossfade setting crash (with no global variables added)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11415 a1c6a512-1295-4272-9138-f99709370657
2006-11-02 07:53:55 +00:00