Daniel Stenberg
9757dc1bea
--nocrc to disable CRC checksums
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7378 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 22:20:57 +00:00
Daniel Stenberg
7bf97cf91f
Help text added for --help. Confusion about the --dirisalbum and
...
--dirisalbumname options. What do they actually do?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7377 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 22:04:49 +00:00
Jens Arnold
dece414749
Hooked up the runtime database on archos.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7376 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 21:15:32 +00:00
Daniel Stenberg
c9caf9781b
Fixed title extracting for Ogg files. Fixed suggested by 'cosmocat' in the
...
Misticriver forum.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7375 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 20:53:34 +00:00
Miika Pekkarinen
fe89d36954
The previous commit I did was supposed to fix the wps mode patch only
...
but it committed the wps align patch "[ 1236643 ] Enable multiple
align tags in wps" also which I didn't want to do right now. But it's now
done and here is the last portion of that patch.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7374 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 20:18:24 +00:00
Linus Nielsen Feltzing
a81f4c35c1
Sim build fix
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7373 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 19:56:49 +00:00
Miika Pekkarinen
ef99e4e400
Archos players doesn't have a hold switch.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7372 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 19:39:05 +00:00
Miika Pekkarinen
d9874b266e
Committed the "[ 1247788 ] Adds wps tags for repeat modes" patch.
...
Please revert back should it cause problems.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7371 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 19:17:50 +00:00
Miika Pekkarinen
b2e94eff7f
Fixed unused codec swapping when voice codec is not playing.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7370 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 18:38:27 +00:00
Miika Pekkarinen
8a7d104a35
Now codecs will do the buffer flushing after seeking as they find it
...
necessary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7369 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 18:12:31 +00:00
Miika Pekkarinen
6e291fdcdf
Fixed and removed the most annoying pops with iRiver.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7368 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 17:34:56 +00:00
Miika Pekkarinen
b529289e93
Fixed the usb mode. We did hit the thread limit which was now
...
increased from 10 to 14.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7367 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 12:51:00 +00:00
Miika Pekkarinen
8899fccf76
Fixed the warning.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7366 a1c6a512-1295-4272-9138-f99709370657
2005-08-21 06:38:34 +00:00
Miika Pekkarinen
9d7fd1804e
Now beep can be disabled.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7365 a1c6a512-1295-4272-9138-f99709370657
2005-08-20 21:17:41 +00:00
Jonas Häggqvist
5d0fe30feb
Plugin that counds files and folders on harddisk. Works on all models.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7364 a1c6a512-1295-4272-9138-f99709370657
2005-08-20 19:56:01 +00:00
Miika Pekkarinen
e3dc61e0b9
Preparations to fix the usb mode (something is still preventing it from
...
working).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7363 a1c6a512-1295-4272-9138-f99709370657
2005-08-20 18:55:15 +00:00
Miika Pekkarinen
fa0cecf5a9
Fixed a bug that caused codec memory allocation buffer overwrite and
...
vorbis codec to crash.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7362 a1c6a512-1295-4272-9138-f99709370657
2005-08-20 18:49:14 +00:00
Miika Pekkarinen
b4bdfee43c
Fixed "if there are less than 2 bytes left in the buffer, then
...
framelen is set to 0 or -1", thanks to Frank Dischner.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7361 a1c6a512-1295-4272-9138-f99709370657
2005-08-20 18:19:56 +00:00
Miika Pekkarinen
159c52dd36
Initial voice ui support for software codec platforms. Added also a
...
beep when changing tracks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7360 a1c6a512-1295-4272-9138-f99709370657
2005-08-20 11:13:19 +00:00
Jens Arnold
329caa8ade
More mpeg.c cleanup: collected variables and declarations at the top, more #if/#ifdef fixup. Cut a bit of binary size by making debug_tags() an empty define for ordinary builds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7359 a1c6a512-1295-4272-9138-f99709370657
2005-08-19 22:39:01 +00:00
Jens Arnold
6e4f07b508
This code wasn't used at all.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7358 a1c6a512-1295-4272-9138-f99709370657
2005-08-19 20:01:15 +00:00
Linus Nielsen Feltzing
7db258f3c7
Removed the uda1380_mute() calls, since they were called in interrupt context, which could lead to a big crash. This will reintroduce a slight pop when starting/stopping playbac, and when switching tracks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7357 a1c6a512-1295-4272-9138-f99709370657
2005-08-19 12:29:28 +00:00
Linus Nielsen Feltzing
d71f7824a1
Properly skip the ID3v2 extended header for both 2.3 and 2.4
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7356 a1c6a512-1295-4272-9138-f99709370657
2005-08-19 09:43:47 +00:00
Jens Arnold
1d38aa19e7
Cleaned up remnants of early iriver development. First part of #if/#ifdef cleanup,adjusted comments.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7355 a1c6a512-1295-4272-9138-f99709370657
2005-08-19 06:43:50 +00:00
Björn Stenberg
3070bac100
removed the text about h100 vs h120 changes
...
(and lots of other stuff that was never committed before) / dast
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7354 a1c6a512-1295-4272-9138-f99709370657
2005-08-19 06:26:15 +00:00
Magnus Holmgren
75ef3129c9
iriver: slightly faster replaygain processing and clipping.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7353 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 19:25:39 +00:00
Linus Nielsen Feltzing
49483bc488
Fixed sim warning
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7352 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 14:46:35 +00:00
Linus Nielsen Feltzing
670abf99ae
The shutdown message is now displayed before saving the database, giving better user feedback when whutting off the player
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7351 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 14:23:18 +00:00
Björn Stenberg
9f30e1eefa
added beep, removed 2004 entries to history (dast)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7350 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 12:00:12 +00:00
Linus Nielsen Feltzing
82ac901095
iriver: Radio screen didn't properly filter stray FM_EXIT events
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7349 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 09:18:40 +00:00
Linus Nielsen Feltzing
57d8e8fe0c
Some more cosmetic fixes for bitmap displays in the debug menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7348 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 07:16:53 +00:00
Linus Nielsen Feltzing
b3e49e2286
The const police struck again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7347 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 07:02:03 +00:00
Linus Nielsen Feltzing
604d59bc26
iriver: exit the FM screen (with FM audio on) with joystick push instead of Play
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7346 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 07:01:18 +00:00
Jens Arnold
a88d076ac4
Preparation for runtimedb hookup on archos: don't pass software playback system specific structures.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7345 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 06:05:15 +00:00
Jens Arnold
363bc490ff
Use the provided function to calculate the unsaved space in rec_tick().
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7344 a1c6a512-1295-4272-9138-f99709370657
2005-08-18 04:38:57 +00:00
Magnus Holmgren
39cb5b7912
iriver: Do correct ReplayGain calculation. Fixes distortion problems (and lowers playback volume).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7343 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 20:58:15 +00:00
Jonas Häggqvist
280d9cc00a
Undo my previous commit and do the same with a parantheses change in filetree.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7342 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 17:53:54 +00:00
Jonas Häggqvist
b2b0a7ebcb
Updated Francais language file by Manuel Dejonghe
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7341 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 11:16:31 +00:00
Jonas Häggqvist
0e3caeab73
This is getting embarrassing.. forgot this one too. Last one - I promise!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7340 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 10:53:21 +00:00
Jonas Häggqvist
803d5cc3e9
Forgot this file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7339 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 10:40:50 +00:00
Jonas Häggqvist
1cd9993030
Updated Islenska language from Richard O'Brien
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7338 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 09:45:17 +00:00
Jonas Häggqvist
96ff4b3d68
Don't show dirs when browsing WPS files, .cfg files, fonts, languages and firmwares
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7337 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 09:40:07 +00:00
Linus Nielsen Feltzing
a387805071
Correct samplecount calculation, suggested by Markus Kaufhold
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7336 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 09:34:18 +00:00
Jonas Häggqvist
e1fb48767b
Avoid zero values for defines to minimize problems where they're compared to undefined values.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7335 a1c6a512-1295-4272-9138-f99709370657
2005-08-17 05:03:33 +00:00
Magnus Holmgren
753a89718c
Fix for ff/rw in long MP3 files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7334 a1c6a512-1295-4272-9138-f99709370657
2005-08-16 18:26:41 +00:00
Linus Nielsen Feltzing
1d28240330
Enlarged the buffer for DEBUGF()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7333 a1c6a512-1295-4272-9138-f99709370657
2005-08-16 08:32:43 +00:00
Linus Nielsen Feltzing
d3fde76fc7
FM radio simulation working again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7332 a1c6a512-1295-4272-9138-f99709370657
2005-08-16 06:50:25 +00:00
Magnus Holmgren
1d4a6c0cc3
One more gapless fix for LAME MP3 files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7331 a1c6a512-1295-4272-9138-f99709370657
2005-08-15 19:33:56 +00:00
Linus Nielsen Feltzing
d7dd2f8b81
iriver: Always turn on the backlight in backlight_init()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7330 a1c6a512-1295-4272-9138-f99709370657
2005-08-15 07:18:36 +00:00
Linus Nielsen Feltzing
46b3b86a50
Fixed the problem where a scrolling subline could keep scrolling with old information when displaying an alternate non-scrolling subline (say that quickly ten times)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7329 a1c6a512-1295-4272-9138-f99709370657
2005-08-15 06:35:29 +00:00