Commit graph

3628 commits

Author SHA1 Message Date
Björn Stenberg
8ab8d7d8ac Don't fail on bitrate 0. Our own recordings have bitrate 0...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3492 a1c6a512-1295-4272-9138-f99709370657
2003-03-24 10:31:50 +00:00
Linus Nielsen Feltzing
051ff0c11f Spell check
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3491 a1c6a512-1295-4272-9138-f99709370657
2003-03-22 08:53:29 +00:00
Linus Nielsen Feltzing
887e217486 The create_playlist() function didn't correctly handle fd == 0, and didn't force a directory reload
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3490 a1c6a512-1295-4272-9138-f99709370657
2003-03-21 03:07:31 +00:00
Björn Stenberg
5188931e56 Added 8MB recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3489 a1c6a512-1295-4272-9138-f99709370657
2003-03-20 07:32:06 +00:00
Robert Hak
e9bda729a8 i screwed up the perl call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3488 a1c6a512-1295-4272-9138-f99709370657
2003-03-20 05:48:06 +00:00
Robert Hak
40e5d43199 paulheu updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3487 a1c6a512-1295-4272-9138-f99709370657
2003-03-19 23:40:13 +00:00
Daniel Stenberg
e86218b859 autodetect an ID smarter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3486 a1c6a512-1295-4272-9138-f99709370657
2003-03-19 21:42:50 +00:00
Robert Hak
6c0e419dd0 *** empty log message ***
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3485 a1c6a512-1295-4272-9138-f99709370657
2003-03-19 21:23:11 +00:00
Robert Hak
5c72bacf79 Corrections from Mike Holden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3484 a1c6a512-1295-4272-9138-f99709370657
2003-03-19 20:23:11 +00:00
Robert Hak
8c8a606601 account for the # in anchor tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3483 a1c6a512-1295-4272-9138-f99709370657
2003-03-19 20:22:39 +00:00
Robert Hak
8025685146 added comments that certain strings are no longer used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3482 a1c6a512-1295-4272-9138-f99709370657
2003-03-19 20:05:46 +00:00
Daniel Stenberg
a4bfefa1a6 even faster now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3481 a1c6a512-1295-4272-9138-f99709370657
2003-03-19 08:31:16 +00:00
Robert Hak
f6ee2f645e make use of the splash screen, kill displays we don't need anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3480 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 23:11:12 +00:00
Robert Hak
202169ed5a remove debug line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3479 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 22:51:12 +00:00
Daniel Stenberg
7b9a36eeff make the win32 sim build again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3478 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 21:45:13 +00:00
Robert Hak
a8985205f6 point to the docs page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3477 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 21:20:41 +00:00
Daniel Stenberg
078f328544 When you use splash() and a centered output, it will now put the text in
a centered "box" on the screen and will not clear the rest of the screen.
This makes a neat "windows-effect", as can be seen on these demo-shots:

http://www.contactor.se/~dast/splash3.png
http://www.contactor.se/~dast/splash2.png
http://www.contactor.se/~dast/splash.png

Needless to say, current code that "pops-up" information should be moved
to use splash() instead...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3476 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 16:04:58 +00:00
Linus Nielsen Feltzing
6b6f97ddda Tidied up the ID3V2 parser a little
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3475 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 01:31:35 +00:00
Linus Nielsen Feltzing
372ad33d35 Faster ID3 parsing with the new filesize() function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3474 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 00:45:27 +00:00
Linus Nielsen Feltzing
e98bad5b38 Added the filesize() function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3473 a1c6a512-1295-4272-9138-f99709370657
2003-03-18 00:39:57 +00:00
Linus Nielsen Feltzing
55fc6df874 The keyboard input didn't terminate the on-screen string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3472 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 23:16:20 +00:00
Daniel Stenberg
3c6bb5c040 added strtok_r() proto to build warning-free on mingw
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3471 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:48:08 +00:00
Daniel Stenberg
1450f4a9b5 don't set NOCYGWIN unconditionally! ;-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3470 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:47:43 +00:00
Daniel Stenberg
4c6af02a06 more shots, some using custom language and font
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3469 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:39:41 +00:00
Daniel Stenberg
cbf7f4f8b7 updated keywords
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3468 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:33:35 +00:00
Daniel Stenberg
237029435f new screenshot link
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3467 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:18:31 +00:00
Daniel Stenberg
8aafcf88f8 use splash() when a new language is loaded
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3466 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:17:08 +00:00
Daniel Stenberg
e51cbc5579 Hey, how come no one reported this? The credits were rolling using that
boring old monospace font! ;-)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3465 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:16:23 +00:00
Daniel Stenberg
87cd59f7e3 power-splash, this should be able to replace most cases where we "splash"
messages for a brief period


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3464 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 21:14:46 +00:00
Daniel Stenberg
7ab2ff550d adjust the splash timer if the wrong key is pressed many times
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3463 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:37:01 +00:00
Daniel Stenberg
2517523c30 Hey Linus! Here it is!
Added splash(). Shows a message on screen during a given period, waiting for
the given keymask.

This function word-wraps the input message itself to show it as nicely as
possible. Multi platform function.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3462 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:32:12 +00:00
Hardeep Sidhu
9354c9c988 Spinup time was not accessible in disk info debug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3461 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:27:45 +00:00
Hardeep Sidhu
bed4b0fb68 Don't reload_dir after page up/down.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3460 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:20:30 +00:00
Daniel Stenberg
ebef8e9bee removed libmad leftovers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3459 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 19:04:04 +00:00
Björn Stenberg
fd15b3aa41 Check paused state after pitch screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3458 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 13:49:52 +00:00
Björn Stenberg
7682d46713 Don't spin down disk while retrying
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3457 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 13:42:30 +00:00
Linus Nielsen Feltzing
ed2312eec6 wps-display() now tries to inform the user if the LCD is too old for full line progress bar on the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3456 a1c6a512-1295-4272-9138-f99709370657
2003-03-17 00:57:39 +00:00
Daniel Stenberg
73b427a743 kill warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3455 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 22:35:30 +00:00
Daniel Stenberg
1e94b873c4 'screenshots' needs a make too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3454 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 22:15:25 +00:00
Daniel Stenberg
17c5060d85 images and HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 22:15:08 +00:00
Daniel Stenberg
3f27f7d82c only do the fprintf() if not doing a simulator, since this file is used
for the win32 simulator and the fprintf() of Rockbox differs slightly from
how the true POSIX one is (the first argument).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3452 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 21:42:22 +00:00
Daniel Stenberg
5bbed107ab added fprintf() proto
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3451 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 19:44:48 +00:00
Daniel Stenberg
758a2c823a introducing fprintf():
int fprintf(int fd, const char *fmt, ...)

Returns number of bytes written to the file descriptor.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3450 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 19:43:28 +00:00
Daniel Stenberg
2955a2ead3 initial test code for the snprintf() (and family) function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3449 a1c6a512-1295-4272-9138-f99709370657
2003-03-16 19:12:48 +00:00
Hardeep Sidhu
e5e9bc3e65 Previous change broke read after seek. Reverted that change and added temporary fix in flush_cache to make sure we are on correct sector before writing to disk.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3448 a1c6a512-1295-4272-9138-f99709370657
2003-03-15 21:13:35 +00:00
Linus Nielsen Feltzing
001226c7e1 patch #702874 by Craig Sather, fixes a pause bug in WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3447 a1c6a512-1295-4272-9138-f99709370657
2003-03-15 12:09:09 +00:00
Linus Nielsen Feltzing
7105b28bba The frame buffer was too small for 320kbit/s frames
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3446 a1c6a512-1295-4272-9138-f99709370657
2003-03-15 07:28:12 +00:00
Björn Stenberg
c6ae452853 FM recorders can wake up from RTC alarm.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3445 a1c6a512-1295-4272-9138-f99709370657
2003-03-14 16:26:51 +00:00
Björn Stenberg
bb6e51aa0d Moved read code around a bit to more strictly obey the ATA specification.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3444 a1c6a512-1295-4272-9138-f99709370657
2003-03-14 16:06:09 +00:00
Hardeep Sidhu
67c1a0c63c Make sure we are on correct sector after lseek. This fixes the queue file corruption bug.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3443 a1c6a512-1295-4272-9138-f99709370657
2003-03-14 15:39:50 +00:00