Linus Nielsen Feltzing
54353e04b1
Second bug in mkdir() :-)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4241 a1c6a512-1295-4272-9138-f99709370657
2004-01-15 15:56:19 +00:00
Daniel Stenberg
d815ad6035
Added mpeg_next_track(), which returns a pointer to the id3 struct of the
...
upcoming song (if available).
Now we just need a WPS patch to make it possibly to display info based on
this!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4240 a1c6a512-1295-4272-9138-f99709370657
2004-01-15 15:32:49 +00:00
Linus Nielsen Feltzing
ce1c93d628
First mkdir() bug killed :-)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4239 a1c6a512-1295-4272-9138-f99709370657
2004-01-15 14:34:54 +00:00
Linus Nielsen Feltzing
60b1c4bbe1
Implemented the mkdir() function in the FAT32 driver
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4238 a1c6a512-1295-4272-9138-f99709370657
2004-01-15 14:30:59 +00:00
Björn Stenberg
a73cc6afa2
Re-added wake-up alarm which was lost in the menu reorganisation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4237 a1c6a512-1295-4272-9138-f99709370657
2004-01-15 08:25:42 +00:00
Jörg Hohensohn
4044f1e93a
nicer reverse play, FF/FR with acceleration and position bar
...
(BTW: cut still images like lena to fit into buffer if they don't loop any more)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4236 a1c6a512-1295-4272-9138-f99709370657
2004-01-15 07:48:02 +00:00
Mats Lidell
0151659c75
Firmware and a lost question mark.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4235 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 17:17:26 +00:00
Mats Lidell
453a79903f
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4234 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 16:30:51 +00:00
Björn Stenberg
ef1ecade52
Fixed typo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4233 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 15:10:17 +00:00
Björn Stenberg
218754ad2c
Added display of acoustic management, power management and read look-ahead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4232 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 15:08:55 +00:00
Björn Stenberg
fe375a0404
Menu reorganization (patch #872810 by Peter Schneider)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4231 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 14:42:31 +00:00
Björn Stenberg
a53afc0330
Added acoustic management, power management and read look-ahead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4230 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 13:15:19 +00:00
Daniel Stenberg
d2b625f818
Craig Sather's patch #749974 :
...
Adds the ability to define 2 or more alternating lines on each line of the WPS
and the ability to control how long each alternating line is displayed before
switching to the next one.
Backward compatible with the current WPS specification language (existing WPS
files will display the same as they do now).
His HTML version of the docs is found at:
http://home.pacbell.net/csath/rockbox/details.html
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4229 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 07:59:06 +00:00
Björn Stenberg
e99f3b2b13
Removed warnings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4228 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 00:38:45 +00:00
Björn Stenberg
a108ec2ebd
Added Benjamin Metzlers bookmarking feature (patch #669440 )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4227 a1c6a512-1295-4272-9138-f99709370657
2004-01-14 00:13:04 +00:00
Daniel Stenberg
50b6358272
Craig Sather's patch #849405 :
...
This patch fixes two bugs associated with lcd_puts and scrolling on the
recorder.
1 - Unlike the implementation in the player code, on the recorder a call to
lcd_puts does not stop the scrolling text from a previous lcd_puts_scroll
call, so the new line gets overwritten by the old scrolling text. More
discussion and details can be found at:
http://rockbox.haxx.se/mail/archive/rockbox-archive-2003-11/0531.shtml
2 - When the function lcd_puts_scroll_style is called with an x offset greater
than 0, the scrolling text is placed at an offset of 2x instead of x.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4226 a1c6a512-1295-4272-9138-f99709370657
2004-01-13 14:59:51 +00:00
Linus Nielsen Feltzing
1936c413a8
Slightly improved VBR fixer, now uses the same template header throughout the entire file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4225 a1c6a512-1295-4272-9138-f99709370657
2004-01-13 14:06:18 +00:00
Linus Nielsen Feltzing
bc9f60deb7
mpeg_stop() now clears the paused flag in the simulator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4224 a1c6a512-1295-4272-9138-f99709370657
2004-01-13 12:40:52 +00:00
Linus Nielsen Feltzing
1cd5b02b15
Increased the mp3 buffer for the simulator, to avoid crash when running the Xing header generator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4223 a1c6a512-1295-4272-9138-f99709370657
2004-01-13 12:35:08 +00:00
Linus Nielsen Feltzing
5bd3297fd4
Faster, simplified A/D driver. The previous batch convert in init_adc() produced garbage because of the fast conversion time, causing fake keypresses that made ask_resume() return prematurely. This should fix the intermittent resume problem reported by many users.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4222 a1c6a512-1295-4272-9138-f99709370657
2004-01-13 11:36:23 +00:00
Mats Lidell
8815d88573
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4221 a1c6a512-1295-4272-9138-f99709370657
2004-01-12 20:24:42 +00:00
Björn Stenberg
04519dbfa4
Restore LCD margins after plugin exits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4220 a1c6a512-1295-4272-9138-f99709370657
2004-01-12 13:19:13 +00:00
Hardeep Sidhu
be01f63c83
Fix cygwin/X11 build by defining _SSIZE_T_
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4219 a1c6a512-1295-4272-9138-f99709370657
2004-01-10 19:29:00 +00:00
Jörg Hohensohn
ec5d44627f
next round of playback function split: everything in place, working and used; except for the playtime
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4218 a1c6a512-1295-4272-9138-f99709370657
2004-01-10 15:39:56 +00:00
Hardeep Sidhu
1e32b94441
Added mp3_playback.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4217 a1c6a512-1295-4272-9138-f99709370657
2004-01-10 02:07:15 +00:00
Björn Stenberg
165b9e8f7c
Removed malloc
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4216 a1c6a512-1295-4272-9138-f99709370657
2004-01-09 08:32:41 +00:00
Linus Nielsen Feltzing
2f4a5616c0
The Unicode parser now handles unterminated strings, plus it tries to guess the byte order when the BOM is missing (a violation of the spec, btw)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4215 a1c6a512-1295-4272-9138-f99709370657
2004-01-09 00:47:26 +00:00
Björn Stenberg
4b4776c362
Removed gnush
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4214 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 23:05:28 +00:00
Björn Stenberg
123ae83b07
Added multimedia support (but no compression)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4213 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 21:34:52 +00:00
Daniel Stenberg
8463a2bbd3
ancient experimental test code not used for 2+ years, removed
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4212 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 15:46:17 +00:00
Daniel Stenberg
5c7d66890c
prehistoric stuff never used
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4211 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 15:44:36 +00:00
Daniel Stenberg
e11a1e29df
malloc is not used in Rockbox
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4210 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 15:43:37 +00:00
Daniel Stenberg
21fba08fc3
not used
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4209 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 15:42:18 +00:00
Daniel Stenberg
e428647018
Itai Shaked/pascal paillet (?) brought this mosaique plugin displaying
...
visual effects.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4208 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 13:09:45 +00:00
Daniel Stenberg
aac303e17b
Lee Pilgrim's patch to enable the chip8 plugin for the simulator
...
I also code-policed it somewhat.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4207 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 13:03:04 +00:00
Daniel Stenberg
0f68958b11
Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories
...
in .rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4206 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 12:40:25 +00:00
Daniel Stenberg
7b4cc78f03
Updated the plugin API number due to the modified splash(). The plugins made
...
now won't work with the previous Rockbox and vice versa.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4205 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 12:04:30 +00:00
Daniel Stenberg
84a7b24578
adjust to the new splash()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4204 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 12:00:58 +00:00
Daniel Stenberg
0582b91872
use the new splash() api
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4203 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 12:00:04 +00:00
Linus Nielsen Feltzing
cd8847b883
Fixed the newly introduced hang when leaving the recording screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4202 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 11:18:01 +00:00
Daniel Stenberg
1afa395c2f
The splash() function's second argument (keymask) is now removed, as it
...
was not used by any code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 09:58:58 +00:00
Daniel Stenberg
fe706d2754
add newline at end of file as older gcc compilers warn about this
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4200 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 09:53:53 +00:00
Björn Stenberg
7f749b4689
Added support for multimedia .ajz files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4199 a1c6a512-1295-4272-9138-f99709370657
2004-01-08 00:22:27 +00:00
Daniel Stenberg
a55bfd9204
removed evil DOS newlines
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4198 a1c6a512-1295-4272-9138-f99709370657
2004-01-07 15:14:48 +00:00
Jörg Hohensohn
b46a8c68ef
fix by Alex Pleiner
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4197 a1c6a512-1295-4272-9138-f99709370657
2004-01-06 19:14:03 +00:00
Jörg Hohensohn
e412a98203
typo: one create_thread() too many, caused crash
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4196 a1c6a512-1295-4272-9138-f99709370657
2004-01-06 08:15:18 +00:00
Jörg Hohensohn
daaec5df2f
still trying to fix the sim (blindfolded)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4195 a1c6a512-1295-4272-9138-f99709370657
2004-01-05 23:42:56 +00:00
Jörg Hohensohn
97c76f9f68
trying to fix the sim
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4194 a1c6a512-1295-4272-9138-f99709370657
2004-01-05 23:19:39 +00:00
Jörg Hohensohn
881b53ff3f
fixes the red builds, I hope
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4193 a1c6a512-1295-4272-9138-f99709370657
2004-01-05 22:46:54 +00:00
Jörg Hohensohn
f993365447
Moved the low-level playback functionality into a new, separate module "mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4192 a1c6a512-1295-4272-9138-f99709370657
2004-01-05 20:42:51 +00:00