Commit graph

9282 commits

Author SHA1 Message Date
Martin Arver
864f1ac8b3 Now almost all tables in this chapter uses the button macros as defined in the platform files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9216 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 20:46:30 +00:00
Thom Johansen
cc94ae45a7 Keep assembler versions of DSP routines in dsp_arch.S files. This also
solves the annoying register allocator problem when not using
-fomit-frame-pointer for the Coldfire assembler optimised crossfeed
routine.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9215 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 19:59:52 +00:00
Thom Johansen
5f9bd4fb98 Make EQ work on 64 bit sims again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9214 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 19:26:21 +00:00
Martin Arver
6cecfb006d Patch #4898 by Michael DiFebbo. Updates to Configure Rockbox chapter of the manual. Adds description of the EQ amongst other changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9213 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 18:19:10 +00:00
Brandon Low
fdb58dfe1c Allow the pcm buffer to fill while playback is paused
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9212 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 17:11:00 +00:00
Brandon Low
1127c5fe15 Remove commented code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9211 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 16:18:57 +00:00
Brandon Low
a553d5f048 First small step in playback.c's pending makeover. Properly lock and cleanup codec swapping
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9210 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 16:18:17 +00:00
Thom Johansen
e70a50cd9a Fix the inaccurate frequency setting problems of the EQ due to
inaccuracies in the sin/cos functioncs. A million thanks to safetydan
for fixing my crappy trig functions!


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9209 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 15:40:59 +00:00
Martin Arver
55e67fc1dc Move config file options to the appendix. These options should be grouped in sections with regards to the type of option (recording, sound etc) they represent
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9208 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 15:23:53 +00:00
Martin Arver
50b5b65ddc Some fixes to the ondio key-presses
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9207 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 15:15:21 +00:00
Martin Arver
94c1289da7 Move WPS tag definitions to the appendix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9206 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 14:11:52 +00:00
Christian Gmeiner
e7463a45ba use logf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9205 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 14:02:43 +00:00
Christian Gmeiner
7446714e11 x5: we dont have a BUTTON_OFF -> we use BUTTON_POWER now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9204 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 13:47:48 +00:00
Martin Arver
8ea7f74832 Correct the tables in the two first sections of chapter Rockbox Interface. Some changes to the keynames in the platform files as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9203 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 13:35:00 +00:00
Martin Arver
63f9c11f19 Correct to use the H300 pad definiton
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9202 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 11:18:52 +00:00
Martin Arver
f5a2bb8d5a Correct keypad definition for the h300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9201 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 11:17:44 +00:00
Brandon Low
b4d495c69f Fix ipod 3g build that was broken (by me perhaps?)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9200 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 03:48:48 +00:00
Thom Johansen
d6877bc9ae Make libmad use inttypes.h types and remove the old ad-hoc typedefs.
Makes mpa.c work somewhat better in 64 bit sims, thought there's still
another crash issue.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9199 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 00:52:12 +00:00
Martin Arver
8bedb5c510 Change basic font to Palatino.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9198 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 23:26:30 +00:00
Thom Johansen
09ed0d6f26 Fixed ADPCM support. 3 bit ADPCMs do not work, but those didn't seem to
work before either.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9197 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 21:52:48 +00:00
Jens Arnold
ec70f29f1e Fix remaining warnings in 64bit simulator builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9196 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 19:51:40 +00:00
Martin Arver
aac8d6917e Patch #4891 by Michael DiFebbio. Some updates and additions to the Configure Rockbox chapter.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9195 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 18:33:34 +00:00
Martin Arver
49c7707fa3 Small changes to Xobox to make it playable on grayscale targets with slow screen (h1xx)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9194 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 17:47:31 +00:00
Miika Pekkarinen
e4c0ef35fc Don't stop dircache thread when charger is plugged in/removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9193 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 17:09:13 +00:00
Thom Johansen
e2824c94fc Use size-correct casts. Fixes some AMD64 sim warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9192 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 16:04:51 +00:00
Thom Johansen
738a584a5c Use correct types, which kills some AMD64 sim warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9191 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 16:04:01 +00:00
Thom Johansen
a7b5a2ce73 Quick fix for voice UI on iPods. Proper fix (which does not impact
functionality in any way) coming later.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9190 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 15:19:59 +00:00
Linus Nielsen Feltzing
930e315c64 Me silly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9189 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 15:17:17 +00:00
Linus Nielsen Feltzing
7d3e202293 Even more simulator fixes for backlight
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9188 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 15:04:46 +00:00
Linus Nielsen Feltzing
a34a857dcd Proper scrambling options for the X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9187 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 14:56:00 +00:00
Linus Nielsen Feltzing
9a6997753d Fix simulator backlight for X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9186 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 14:33:07 +00:00
Linus Nielsen Feltzing
13618007b3 Backlight for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9185 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 14:17:45 +00:00
Martin Arver
cff2a54e7c Correct table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9184 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 13:48:19 +00:00
Martin Arver
86122ffdc3 Some cleanup of chapter getting started. Adds a \firmwarefilename macro to the platform files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9183 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 13:13:52 +00:00
Thom Johansen
611e002800 Add Ralf Herz to credits for line out patch.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9182 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 13:06:01 +00:00
Thom Johansen
473fc2ba74 Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 by
Ralf Herz.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9181 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 13:04:49 +00:00
Linus Nielsen Feltzing
ce6527b7d2 iAudio X5 bootloader, plus some cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9180 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 11:45:33 +00:00
Linus Nielsen Feltzing
8f186803a5 USB mode for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9179 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 11:06:45 +00:00
Marcoen Hirschberg
d257683f3e font caching fixes by Frank Dischner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9178 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 09:53:27 +00:00
Linus Nielsen Feltzing
d0e8c57b77 Now the X5 LCD driver works as expected
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9177 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 09:50:35 +00:00
Zakk Roberts
c5b63269fc Whoops, the Archos Player/Studio doesn't have the ability to change pitch..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9176 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 02:44:18 +00:00
Zakk Roberts
5b93eb6f74 Pitch screen now accessible from the WPS context menu for all targets. This means pitch adjustment is now available on the iPods and iAudio X5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9175 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 02:18:44 +00:00
Adam Boot
e1226f4305 Fix stack overflow bug for real
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9174 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 01:13:39 +00:00
Thom Johansen
b0960aed11 Enabled channel configuration and stereo width option on software codec
platforms.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9173 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 23:20:17 +00:00
Marcoen Hirschberg
a27123fe81 update by Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9172 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 21:01:28 +00:00
Martin Arver
620b7a66d9 Patch #4877 by Nils Wallménius. Adds Bubbles plugin to the manual (incl. X5), using the new button macros. Use this as a template if your'e unsure how they work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9171 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 20:41:06 +00:00
Martin Arver
c94f47260d Add platform file for the iPod 4G, to make the manual build for that target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9170 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 20:12:04 +00:00
Hristo Kovachev
5a0bb99013 Jewels: little changes regarding trademark issues
Brickmania: change the highscore file to the more apropriate "brickmania.score" (patch #4789 by Mikael Magnusson)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9169 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 15:24:25 +00:00
Linus Nielsen Feltzing
1c1915c0d1 Add X5 support to scramble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9168 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 14:40:07 +00:00
Hristo Kovachev
dced47b1ff Updated Korean translation by Jeong Taek In
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9167 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 13:49:13 +00:00