Dan Everton
|
ad74906e18
|
In the equalizer menu, switch to low-latency mode in the smallest scope rather than for the entire equalizer menu. Also mark some more functions as static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16888 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-30 09:31:09 +00:00 |
|
Michael Sevakis
|
52527a4d1d
|
Fix red and clean up meg-fx firmware sources. Remove an unused file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16887 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-30 06:06:43 +00:00 |
|
Michael Sevakis
|
5f1590bf4a
|
Have meg-fx i2c driver use the wakeup functionality by making it interrupt-based (and serves as a simple usage example).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16886 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-30 05:38:28 +00:00 |
|
Michael Sevakis
|
bc192c953e
|
Add a lightweight wakeup object for fast processors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16885 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-30 04:59:51 +00:00 |
|
Michael Sevakis
|
8a6fd3ff4e
|
Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegplayer as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16884 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 23:21:19 +00:00 |
|
Michael Sevakis
|
9120c85698
|
Change the default buffer filechunk back to 32KB and bump the buffering thread priority up by one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16883 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 20:52:56 +00:00 |
|
Rob Purchase
|
3d36f4e938
|
Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as switching can cause an occasional freeze. Reduce default speed from maximum to 48Mhz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16882 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 20:40:38 +00:00 |
|
Nicolas Pennequin
|
12b6c847c5
|
Fix sim warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16881 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 17:40:04 +00:00 |
|
Nicolas Pennequin
|
732df386af
|
Boost the audio thread while it's filling the buffer. In the audio and the buffering threads, only cancel cpu boost when not filling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16880 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 17:28:30 +00:00 |
|
Rob Purchase
|
3b46671a40
|
Make the Telechips bootloader slightly less messy, kill some warnings and allow entry to the bootloader debug screen via the D2's hold switch.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16879 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 17:26:16 +00:00 |
|
Rob Purchase
|
edf6d90ca4
|
Updated TCC780x NAND driver. Still work-in-progress but lots better than the previous version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16878 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 17:18:53 +00:00 |
|
Nicolas Pennequin
|
4fd277481a
|
Correct some windows line endings back to unix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16877 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 14:09:14 +00:00 |
|
Nicolas Pennequin
|
b71cbd599b
|
Use queue_empty instead of queue_peek again now that we don't care about the event type anymore.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16876 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 13:32:37 +00:00 |
|
Michael Sevakis
|
951cbdde7e
|
Oops. test_codec should be updated too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16875 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 06:40:45 +00:00 |
|
Michael Sevakis
|
4855e734f3
|
Move codec_get_file_pos somewhere else like the comment said should be done. Codec API version increment was needed so update all codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16874 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 06:36:53 +00:00 |
|
Dave Chapman
|
d746b79317
|
Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16873 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 01:14:10 +00:00 |
|
Marianne Arnold
|
2e45ca37ce
|
Manuals - put some remaining recording specific things into an '\opt{recording}' so that they are not mentioned in manuals of non-recording devices.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16872 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 01:11:12 +00:00 |
|
Marianne Arnold
|
6f027bbe25
|
Add some more missing Action commands to the H10s' and recording capable Ipods'platform files which should fix the manuals for good. Also renamed ActionSettings* to ActionRecSettings* to avoid confusion with ActionSetting* ... (which is really different on most targets).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16871 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-29 00:19:25 +00:00 |
|
Michael Sevakis
|
58787280b8
|
Go back to the ata lock hack for 5g until whatever is going on there is discovered and fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16870 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 23:39:28 +00:00 |
|
Dominik Riebeling
|
8f44dd2b72
|
Make the image tags examples nicer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16869 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 21:49:41 +00:00 |
|
Nicolas Pennequin
|
f68147e5eb
|
Track playback filling state with a state-machine approach. There shouldn't be any change in behaviour but things are simpler.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16868 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 20:18:53 +00:00 |
|
Jens Arnold
|
5280395baa
|
Update the LCD after setting flip status as required by the LCD drivers. Fixes garbled display after flipping before the first list update.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16867 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 19:07:27 +00:00 |
|
Jens Arnold
|
567105b219
|
Stop saving more registers than necessary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16866 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 18:56:50 +00:00 |
|
Dominik Riebeling
|
c70f81ff93
|
Rename InstallProgress form to ProgressLogger as it's a generic logger window now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16865 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 17:30:37 +00:00 |
|
Steve Bavin
|
135cc757bd
|
Revert my earlier const madness, we'll keep the parameter lists simple.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16863 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 12:51:33 +00:00 |
|
Steve Bavin
|
3d0b7c6901
|
Oops, another pondlife puddle of red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16862 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 11:43:08 +00:00 |
|
Steve Bavin
|
20d57a30e3
|
...and that plugin API has changed again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16861 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 11:30:08 +00:00 |
|
Steve Bavin
|
c9df8fd87b
|
The const police raid playback.c, should be no change to behaviour.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16860 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 11:24:24 +00:00 |
|
Michael Sevakis
|
f54def9dd5
|
queue_delete should reset the blocker_p member.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16859 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 03:02:14 +00:00 |
|
Marianne Arnold
|
af6907e3a2
|
Another set of player graphics in preparation of a manual. This time for the Iaudio M3 (so not used yet).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16858 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 01:15:21 +00:00 |
|
Marianne Arnold
|
f7496fc10b
|
New M:Robe100 graphic for the manual (svg and prepared a png and pdf from it).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16857 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 01:12:24 +00:00 |
|
Marcoen Hirschberg
|
80f05233eb
|
fix the m68k crosscompiler build for FreeBSD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16856 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-28 00:00:46 +00:00 |
|
Marcoen Hirschberg
|
82c52302bd
|
split boot.lds and move it into the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16855 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 23:58:03 +00:00 |
|
Dominik Riebeling
|
8406d92475
|
Clean up double path in resource file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16854 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 23:39:49 +00:00 |
|
Jens Arnold
|
7ff853fc1b
|
Enable the greyscale library for ZXbot on M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16853 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 23:32:57 +00:00 |
|
Marianne Arnold
|
198224d78b
|
Cabbiev2 for the small H10: the lock image wasn't renamed yet. Fixes issue when making zip as reported in IRC.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16852 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 22:30:15 +00:00 |
|
Dominik Riebeling
|
22e1329c72
|
When trying to check for an installed bootloader treat an empty bootloader md5sum in the installation log as a missing bootloader. Should fix issues with rbutil reporting an up-to-date bootloader even if none was installed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16851 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 22:27:11 +00:00 |
|
Alessio Lenzi
|
0af9a516f1
|
Fixed some accents for italian TTS pronunciation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16850 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 21:26:19 +00:00 |
|
Peter D'Hoye
|
df22c1890f
|
Update Dutch language file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16849 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 21:10:00 +00:00 |
|
Dominik Riebeling
|
5a6a601453
|
Add some missing action commands to make the manual buildable again. Some buttons are still missing. Fixes FS#8811.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16848 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 20:08:06 +00:00 |
|
Marcoen Hirschberg
|
b2ec13d8f1
|
Revert "initial Meizu M6SL port"
This reverts commit b7bd17ce1715c3a8acbf74a63694c28b6075da5b.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16846 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 11:53:51 +00:00 |
|
Marcoen Hirschberg
|
f8690231bf
|
cleanup some ifdefs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16845 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 11:29:27 +00:00 |
|
Marcoen Hirschberg
|
c7e5d78241
|
initial Meizu M6SL port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16844 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 11:29:24 +00:00 |
|
Marcoen Hirschberg
|
be40427bae
|
use HAVE_ATA to decide if ata.c should be compiled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16842 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 10:58:36 +00:00 |
|
Andree Buschmann
|
2364bc213c
|
Save a few registers in assembler routines for iPod 5Gs LCD driver and YUV conversion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16840 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 07:46:04 +00:00 |
|
Dominik Riebeling
|
a3674c6bc0
|
Fix wps image tags description.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16839 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 07:35:53 +00:00 |
|
Michael Giacomelli
|
03f1b98531
|
Fix misleading debug statement.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16838 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 01:40:16 +00:00 |
|
Barry Wardell
|
b35d45db02
|
Make H10 bootloader successfully boot the OF again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16837 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 00:50:50 +00:00 |
|
Dave Chapman
|
f0cde2dff9
|
Don't make the Sansa bootloaders verbose when USB is connected
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16836 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 00:31:51 +00:00 |
|
Dave Chapman
|
52655751fa
|
Fix red - adc.h used to be in lcd-remote.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16835 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-27 00:09:31 +00:00 |
|