Dave Chapman
8204cd76a7
iPod: Enable dynamic CPU frequency changing on the 4G (both greyscale and colour) and the first generation mini
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9548 a1c6a512-1295-4272-9138-f99709370657
2006-04-07 12:16:27 +00:00
Jens Arnold
24bb9d4ceb
Fix 64bit warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9547 a1c6a512-1295-4272-9138-f99709370657
2006-04-07 07:05:02 +00:00
Christian Gmeiner
b040cdc4af
Add audio playback menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9546 a1c6a512-1295-4272-9138-f99709370657
2006-04-07 00:19:18 +00:00
Zakk Roberts
a7b593055f
Add button mappings and support for iAudio X5, also simplified a bit of code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9545 a1c6a512-1295-4272-9138-f99709370657
2006-04-07 00:17:34 +00:00
Dominik Riebeling
17b17be607
opt out the note about mp3 recordings -- they apply only to archos devices.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9544 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 22:29:51 +00:00
Karl Kurbjun
b41cf31e2c
Fix warning
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9543 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 21:35:34 +00:00
Karl Kurbjun
0242912a2d
Scaling code fixed by clamping down the width to a max of SCREENWIDTH. Removed some #ifdefs for glprboom
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9542 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 21:31:49 +00:00
Brandon Low
2736363d71
Remove duplicated code and improve button responsiveness during buffer fill
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9541 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 21:06:37 +00:00
Jens Arnold
a5d2a28089
lcd_blit() (with mono->2bit expansion) implemented for greyscale ipods. Changed the flip mode maths for the mini LCD for coexistence with lcd_blit().
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9540 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 21:05:59 +00:00
Thom Johansen
cf23618980
Fix GCC trying to use memcpy for GCC 4.1 and allow Doom to compile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9539 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 20:44:33 +00:00
Thom Johansen
ba08767434
Allow lower cuts than -23 dB, since the code seems to work then anyway.
...
This is needed by both EQ pre-cut and new crossfeed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9538 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 20:33:35 +00:00
Jens Arnold
5ad51c61bc
Greyscale ipods: Fix horizontal scrolling in oscilloscope, the flipped LCD driver broke it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9537 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 20:31:57 +00:00
Jens Arnold
5106e228cc
Since we poll buttons every tick now, the extra if() checking the polling interval was obsolete. Pointed out by Mikael Magnusson. * Some tweaks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9536 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 18:58:42 +00:00
Jens Arnold
b509ff5069
Patch #3022 by Mikael Magnusson: Only zero out the actual bss area instead of the whole plugiin buffer, for faster plugin loading. * Applied the same idea to the overlay loader.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9535 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 18:26:14 +00:00
Brandon Low
930785cd8f
Stop abusing the queuing features, and start treating them with respect. This seems to solve audio skipping and track skipping issues as well as seeking inside the disk buffer for me.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9534 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 16:21:31 +00:00
Daniel Stenberg
993a20a2ca
* added more safety checks for failed open()s
...
* allow 'deprecated' as a keyword for strings marked as ... deprecated!
* warns on stderr if a given string is given without quotes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9533 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 09:08:11 +00:00
Miika Pekkarinen
6b7dff6e77
Do not stop playback until stop button has been released or shutdown
...
triggered.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9532 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 09:01:30 +00:00
Jens Arnold
e3c21065fc
Iriver remotes might also tick on H300, so offer the ticking reduction. H300 users: reset settings and reload from .cfg
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9531 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 07:30:02 +00:00
Jens Arnold
cef83c782f
Do extra filtering in H300 (and H100) main unit button reading to suppress wrong readings during voltage transitions. * Optimised multi-button ADC reads to use a balanced binary tree with an initial check for 'any button' to determine the pressed button. * The iriver button driver wouldn't have detected main unit (ADC-connected) buttons as long as remote buttons (ADC-connected) were pressed (btn = value; vs. btn |= value), * Do extra filtering in the recorder v1 OFF button read, to suppress spurious OFF events. * Some more tweaks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9530 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 07:27:11 +00:00
Brandon Low
857db456af
Fix seeking on swcodec, but probably break some cases of skipping. Another important rework here, buffer management is serialized along with most other operations on the audio thread. This has some minor performance issues on ipod that can lead to audio skips during buffer fill as well.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9529 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 04:07:06 +00:00
Dave Chapman
295fdf294c
Add tagnavi.config
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9528 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 00:01:56 +00:00
Brandon Low
a69c495e5d
Patches from bug #5001 by Rani Hod, should make settings more resiliant to having 'off-step' values in a general way, but specifically fixes that bug report, and also round the current sleep timer value up when entering settings for sleep timer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9527 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 22:36:42 +00:00
Jens Arnold
51deb1d158
Revert the <source> section change for non-english in order to make genlang -u catch the change for the translator.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9526 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 21:18:52 +00:00
Jens Arnold
e0185b3587
Somehow one desc: string was lost. * Synced deutsch.lang.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9525 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 21:08:29 +00:00
Brandon Low
6cd6a447e0
Fix buggy WPS change from earlier
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9524 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 20:48:44 +00:00
Miika Pekkarinen
35d213aec3
Tagcache engine: Better handling for track numbers and genre strings.
...
Browser: Don't jam if search string was not supplied. Don't show
incorrect track numbers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9523 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 18:46:38 +00:00
Dominik Riebeling
1de1f5b141
Initial manpage for Text Editor plugin by Jonathan Gordon (FS#5040) with additions by me. Fix a table rule in the Wormlet plugin.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9522 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 18:32:07 +00:00
Brandon Low
686fc085f1
Remove wasted instruction
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9521 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 16:14:38 +00:00
Thom Johansen
63b3b0c024
Remove workaround for broken ARM memset.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9520 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 15:43:42 +00:00
Thom Johansen
872797be0e
Make ASM memset for ARM return destination address, as is standard.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9519 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 15:41:07 +00:00
Hristo Kovachev
ffefe9237b
CP1251 is cyrillic, and not only russian codepage
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9518 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 14:23:57 +00:00
Brandon Low
a482da3692
Inspired by patch 4784 by Dominik, add pitch to WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9517 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 14:22:40 +00:00
Magnus Holmgren
9613b91164
Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break any other files. :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9516 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 14:01:08 +00:00
Magnus Holmgren
a2d8fb5d8c
Synced, and some minor changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9515 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 13:28:09 +00:00
Brandon Low
0fcd411965
Fix bug #4896 and make the beep code a bit cleaner
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9514 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 13:00:31 +00:00
Daniel Stenberg
231d1d255c
ranlib the .a file after creation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9513 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 12:56:05 +00:00
Hristo Kovachev
6eafd48cec
Fix bug #5037 , spotted by David Rothenberger, also increase the max threads' count by 2
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9512 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 08:33:20 +00:00
Karl Kurbjun
45f2df0eba
Fix finale text and try and prevent some data corruption due to the scaling code. Also allows the non-standard GP32 mods to work with some bounds checking. More comments are in v_video.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9511 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 06:37:37 +00:00
Brandon Low
33a62e8a8e
More work on swcodec. No significant pcmbuf functions are called from the audio thread now. Do not be surprised if seek or skip behavior gets weird after this, but it Works for Me (TM), and is a significant step in the right direction.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9510 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 04:27:16 +00:00
Karl Kurbjun
4ff8744e55
Fix automap coordinates
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9509 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 00:20:32 +00:00
Karl Kurbjun
36259dafe9
Make savegame strings more informative
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9508 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 23:58:37 +00:00
Zakk Roberts
4ca80ee219
Convert 'pixels' in the scroll settings menu to a LANG string for translations (bug FS#5027).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9507 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 23:19:11 +00:00
Karl Kurbjun
8ae6802697
Fix up configurable keys, edit exit string, more work needs to be done on menu keys
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9506 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 23:13:50 +00:00
Dominik Riebeling
6171be84da
Small adjustments to pacbox description.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9505 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 22:24:14 +00:00
Dominik Riebeling
c75a844e86
First section to describe tagcache.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9504 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 21:48:47 +00:00
Jens Arnold
d0136ed145
Doom on H1x0: Don't waste memory, the grayscale lib doesn't need that much, but properly tell the lib how much memory it may use.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9503 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 19:39:31 +00:00
Miika Pekkarinen
ba3289dc2b
Forgot to commit the browser configuration file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9502 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 19:33:19 +00:00
Miika Pekkarinen
4a63c09c86
Initial support for the advanced conditional fully configurable tagcache
...
browser. Browsing not supported by numeric tags yet, and some features
work currently only when tagcache is loaded in ram.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 19:28:13 +00:00
Brandon Low
461addf658
Disable backlight fade out for shutdown
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9500 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 19:19:28 +00:00
Dominik Riebeling
69b2cfe207
Initial attempt for doom plugin. Still incomplete.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9499 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 19:12:02 +00:00