Karl Kurbjun
|
7ef0af07f1
|
Faster/Smoother fading on the Gigabeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13354 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-08 03:57:42 +00:00 |
|
Jonathan Gordon
|
cf478758dd
|
fix the menus again, this time it stopped redrawing after coming out of setting screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13353 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-08 01:32:29 +00:00 |
|
Karl Kurbjun
|
2576d34ac6
|
Fix Gigabeat english.lang target specific strings (should be gigabeatf rather then gigabeat)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13352 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-08 01:20:09 +00:00 |
|
Karl Kurbjun
|
bd07b3c336
|
Fix the red Gigabeat bootloader: Add a dummy for button_backlight_on with the rest of the backlight functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13351 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-08 00:49:08 +00:00 |
|
Jonas Häggqvist
|
09097978be
|
Synced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13350 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-08 00:31:11 +00:00 |
|
Dave Chapman
|
4ae85e6886
|
Revert the addition of the steal_codec_stack function. Replace by accessing the threads structure to grab the codec stack. Maybe a better solution exists.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13349 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 23:54:10 +00:00 |
|
Karl Kurbjun
|
3d53e10341
|
Reduce code size for players that do not have the 'Human Interface Luminescence Control' feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13348 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 23:42:12 +00:00 |
|
Dave Chapman
|
f4a9dab4d1
|
Use a separate thread in test_codec, with the same (IRAM) stack as the main codec thread. Add a function to the plugin API to steal the codec thread, which test_codec copies and then restores. Now libmad can be benchmarked.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13347 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 22:30:23 +00:00 |
|
Karl Kurbjun
|
173b611921
|
Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disables USB PLL and the USB device clock (uneeded to connect to computer) - May offer some power savings. Changed how some pins are initialized.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13346 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 19:34:34 +00:00 |
|
Dave Chapman
|
7cdd0fe6ea
|
Initial version of a test_codec plugin (viewer). This loads the audio file into the audio buffer and decodes it as fast as it can via a locally implemented version of the codec API. Intended for use when optimising codecs - so isn't built by default. Remember to add it to both plugins/SOURCES and viewers.config to enable it. Currently the codec is run in the main thread which means mpa.codec doesn't work - it requires more stack than is available on the main thread. The solution will be to create a new thread in the plugin which steals the main codec thread's IRAM stack, but that's not done yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13345 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 17:23:31 +00:00 |
|
Dave Chapman
|
1feb8bd4a1
|
Minor header file cleanup - try and include the minimal number of files, and only where they are needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13344 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 13:32:56 +00:00 |
|
Dave Chapman
|
9a011f3a80
|
Clean up the codec API - remove all unused (and in many cases inappropriate) functions, move functions used only by encoders into the HAVE_RECORDING part of the API and document the reasons for the more unexpected functions being present.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13343 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 11:09:45 +00:00 |
|
Marianne Arnold
|
c5ec5f2c72
|
VBRfix description, part 2: actually this note was way outdated. Files recorded with rockbox should contain the vbr header - the hint about using it on files with broken/missing headers in general is enough.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13342 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 10:50:08 +00:00 |
|
Dave Chapman
|
a8b7967055
|
Code police - codecs shouldn't call GUI functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13341 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 10:34:10 +00:00 |
|
Jonathan Gordon
|
e22f22b599
|
Accept FS#7123 - add h10_5gb strings
Do the same for e200 by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13340 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 08:53:37 +00:00 |
|
Marianne Arnold
|
5017c73ab0
|
VBRfix description: No need to tell OndioSP owners about files they recorded with their player...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13339 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 08:51:45 +00:00 |
|
Jonathan Gordon
|
baf9cf6990
|
Fix my previous commit... menus will redraw correctly again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13338 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 08:50:47 +00:00 |
|
Jonathan Gordon
|
1228820ca9
|
Fix the menus so lines scroll again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13337 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-07 07:51:35 +00:00 |
|
Jonathan Gordon
|
0e8a9e4eb7
|
e200 viewer button changes:
- rec button toggles auto-scroll
- scroll wheel scrolles text up/down by lines (FS#7087)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13336 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-06 15:41:10 +00:00 |
|
Nils Wallménius
|
f41497f98e
|
Fix metadata reading for 64 bit sims. Closes FS#6690
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13335 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-06 15:09:41 +00:00 |
|
Jonathan Gordon
|
685005ec4c
|
e200: set the default values to stop the backlight turning off on boot, regardless of the setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13334 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-06 15:01:06 +00:00 |
|
Thom Johansen
|
35390cd625
|
FS #7115. Updated nynorsk translation by Karl Ove Hufthammer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13333 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-06 11:10:00 +00:00 |
|
Dave Chapman
|
a34ce902e3
|
Emphasise the installation steps required to install Rockbox itself - hopefully less people will now skip this step
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13332 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-06 10:34:01 +00:00 |
|
Dominik Riebeling
|
23a8a9f0b9
|
When installing on the gigabeat don't use the cradle to connect to the pc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13331 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-06 09:48:39 +00:00 |
|
Dominik Wenger
|
1b36be2946
|
early proxy support on rbutil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13330 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-05 20:23:28 +00:00 |
|
Dominik Wenger
|
5e7b140a09
|
integrated Manual for rbutil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13329 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-05 18:28:18 +00:00 |
|
Dominik Wenger
|
e9f08dc193
|
rbutil now ask before doing anything, plus minor gui changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13328 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-05 16:55:04 +00:00 |
|
Magnus Holmgren
|
a967523b2b
|
Fix buffer overflow when adding a radio preset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13327 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-05 12:06:35 +00:00 |
|
Marianne Arnold
|
3fb7c5cb41
|
DancePuffDuo.wps and marquee.wps can use the nimbus-13 font now. Fixed the alignment issues that were there since the chicago-'12' font had been removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13326 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-05 10:05:14 +00:00 |
|
Marianne Arnold
|
55ae940457
|
Additions to the nimbus font family: nimbus-13 made from nimbus-12 with additional spacing, initial commit of nimbus-10 and nimbus-11 (hopefully meeting the style of the other fonts enough) - feel free to improve.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13325 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-05 10:01:13 +00:00 |
|
Michael Sevakis
|
a8140eb259
|
Enable KBD_CURSOR_KEYS and KBD_MODES on Gigabeat. Enter things any way you like.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13324 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-04 17:15:55 +00:00 |
|
Michael Sevakis
|
fd8dd686f4
|
Default HW_SAMPR_CAPS should be SAMPR_CAP_44, not 0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13323 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-04 16:21:32 +00:00 |
|
Michael Sevakis
|
dfeeeebee0
|
Fix some errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13322 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-04 15:39:01 +00:00 |
|
Michael Sevakis
|
5d73049768
|
Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. Also, HW_SAMPR_CAPS should always be defined for sim and target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13321 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-04 15:21:24 +00:00 |
|
Michael Sevakis
|
2aaf45e643
|
Get samplerate switching working in the sim to be similar to on target. Make all pcm functions available there as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13320 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-04 15:14:56 +00:00 |
|
Antonius Hellmann
|
621cf0788f
|
bugfixes in AS3514 shadow register handling, for details see patch #7101
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13319 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-04 10:28:07 +00:00 |
|
Antonius Hellmann
|
d68a51680f
|
date calculation corrected, fixes #7096 and #7097
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13318 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-04 07:37:19 +00:00 |
|
Michael Sevakis
|
d7e8e38253
|
Audio seemed never to want to stop stopping. A bad condition for plugins that want to stop audio and begin pcm playback immediately. Only do the stop if the state is playing. Properly wait for it to be done as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13317 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 21:49:59 +00:00 |
|
Dave Chapman
|
0658dce706
|
Make rbutil compile on Mac OS X
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13316 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 21:05:24 +00:00 |
|
Dominik Wenger
|
dde262b58a
|
Support for Sansa E200 in rbutil
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13315 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 20:07:57 +00:00 |
|
Dave Chapman
|
39939bb137
|
Remove some unused functions, no functional change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13314 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 19:57:35 +00:00 |
|
Nicolas Pennequin
|
f097e13759
|
Make the engineer2 WPS work again. Not sure the code does exactly what it should though...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13313 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 18:11:52 +00:00 |
|
Michael Sevakis
|
d989f19eda
|
No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a little too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13312 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 18:08:00 +00:00 |
|
Dave Chapman
|
441a8d8054
|
Sync the Mac OS X Makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13311 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 18:00:36 +00:00 |
|
Dominik Wenger
|
60f8641811
|
New, better GUI for rbutil. (FS#6893)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13310 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 17:10:28 +00:00 |
|
Michael Sevakis
|
f48e0b514c
|
Gigabeat: Get rid of the obsolete FIQ wrapper (not used on PP anymore FIY, but no change there). Use the FIQ stack for DMA address and size variables instead of globals.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13309 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 12:39:36 +00:00 |
|
Hardeep Sidhu
|
7a2bc5272b
|
Enable playlist functions for m3u files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13308 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-03 01:10:52 +00:00 |
|
Michael Sevakis
|
3c38fe4204
|
Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with intended interface.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13307 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-02 22:33:24 +00:00 |
|
Nicolas Pennequin
|
aa220d5acd
|
Trim a bunch of long lines and fix an infinite loop and buffer overrun in the impossible case that a WPS line ends with a litteral string but without a newline char (wps_parser.c:774).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13306 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-02 17:51:01 +00:00 |
|
Magnus Holmgren
|
2a20bfe153
|
Make the ID3 info screen treat empty tag strings as 'no value', like the WPS does.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13305 a1c6a512-1295-4272-9138-f99709370657
|
2007-05-02 17:01:02 +00:00 |
|