summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-01-13Faster, simplified A/D driver. The previous batch convert in init_adc() ↵Linus Nielsen Feltzing1-48/+37
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-12Synced.Mats Lidell1-0/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4221 a1c6a512-1295-4272-9138-f99709370657
2004-01-12Restore LCD margins after plugin exitsBjörn Stenberg1-2/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4220 a1c6a512-1295-4272-9138-f99709370657
2004-01-10Fix cygwin/X11 build by defining _SSIZE_T_Hardeep Sidhu1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4219 a1c6a512-1295-4272-9138-f99709370657
2004-01-10next round of playback function split: everything in place, working and ↵Jörg Hohensohn4-188/+256
used; except for the playtime git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4218 a1c6a512-1295-4272-9138-f99709370657
2004-01-10Added mp3_playback.cHardeep Sidhu1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4217 a1c6a512-1295-4272-9138-f99709370657
2004-01-09Removed mallocBjörn Stenberg1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4216 a1c6a512-1295-4272-9138-f99709370657
2004-01-09The Unicode parser now handles unterminated strings, plus it tries to guess ↵Linus Nielsen Feltzing1-2/+22
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-08Removed gnushBjörn Stenberg1-2/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4214 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Added multimedia support (but no compression)Björn Stenberg1-50/+115
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4213 a1c6a512-1295-4272-9138-f99709370657
2004-01-08ancient experimental test code not used for 2+ years, removedDaniel Stenberg6-323/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4212 a1c6a512-1295-4272-9138-f99709370657
2004-01-08prehistoric stuff never usedDaniel Stenberg2-957/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4211 a1c6a512-1295-4272-9138-f99709370657
2004-01-08malloc is not used in RockboxDaniel Stenberg4-475/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4210 a1c6a512-1295-4272-9138-f99709370657
2004-01-08not usedDaniel Stenberg9-1792/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4209 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Itai Shaked/pascal paillet (?) brought this mosaique plugin displayingDaniel Stenberg1-0/+106
visual effects. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4208 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Lee Pilgrim's patch to enable the chip8 plugin for the simulatorDaniel Stenberg1-222/+232
I also code-policed it somewhat. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4207 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectoriesDaniel Stenberg3-7/+10
in .rockbox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4206 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Updated the plugin API number due to the modified splash(). The plugins madeDaniel Stenberg1-2/+2
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-08adjust to the new splash()Daniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4204 a1c6a512-1295-4272-9138-f99709370657
2004-01-08use the new splash() apiDaniel Stenberg1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4203 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Fixed the newly introduced hang when leaving the recording screenLinus Nielsen Feltzing1-0/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4202 a1c6a512-1295-4272-9138-f99709370657
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg18-100/+95
was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657
2004-01-08add newline at end of file as older gcc compilers warn about thisDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4200 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Added support for multimedia .ajz filesBjörn Stenberg1-10/+95
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4199 a1c6a512-1295-4272-9138-f99709370657
2004-01-07removed evil DOS newlinesDaniel Stenberg0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4198 a1c6a512-1295-4272-9138-f99709370657
2004-01-06fix by Alex PleinerJörg Hohensohn1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4197 a1c6a512-1295-4272-9138-f99709370657
2004-01-06typo: one create_thread() too many, caused crashJörg Hohensohn1-3/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4196 a1c6a512-1295-4272-9138-f99709370657
2004-01-05still trying to fix the sim (blindfolded)Jörg Hohensohn3-3/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4195 a1c6a512-1295-4272-9138-f99709370657
2004-01-05trying to fix the simJörg Hohensohn1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4194 a1c6a512-1295-4272-9138-f99709370657
2004-01-05fixes the red builds, I hopeJörg Hohensohn2-49/+54
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4193 a1c6a512-1295-4272-9138-f99709370657
2004-01-05Moved the low-level playback functionality into a new, separate module ↵Jörg Hohensohn11-930/+1081
"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-05tolerate firmware v1.32 for a V2 RecorderJörg Hohensohn1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4191 a1c6a512-1295-4272-9138-f99709370657
2004-01-04bring back the cat for the preprocessing of the app.lds file, sinceDaniel Stenberg1-1/+1
Jörg got problems on cygwin with the previous "< file" approach. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4190 a1c6a512-1295-4272-9138-f99709370657
2004-01-04Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing1-12/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4189 a1c6a512-1295-4272-9138-f99709370657
2004-01-04ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ↵Linus Nielsen Feltzing1-26/+79
the whole tag before we can parse the individual frames. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4188 a1c6a512-1295-4272-9138-f99709370657
2004-01-02oops, before code police arrests me: C++ style comment removedJörg Hohensohn1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4187 a1c6a512-1295-4272-9138-f99709370657
2004-01-02checks relaxed again, to tolerate firmware 1.15-1.29 for recordersJörg Hohensohn1-10/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4186 a1c6a512-1295-4272-9138-f99709370657
2004-01-01on popular demand: flip screen now in F3 menu, instead of inverseJörg Hohensohn1-9/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4185 a1c6a512-1295-4272-9138-f99709370657
2004-01-01nicer handling of button_flip(), swap stored value, too, and avoid race ↵Jörg Hohensohn1-11/+21
condition git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4184 a1c6a512-1295-4272-9138-f99709370657
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play ↵Linus Nielsen Feltzing8-245/+526
key. Especially useful for FM radio recording. Also fixed a bug which didn't apply the recording settings correctly in the Radio screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4183 a1c6a512-1295-4272-9138-f99709370657
2003-12-28Fixed yellow and red buildsLinus Nielsen Feltzing2-3/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4182 a1c6a512-1295-4272-9138-f99709370657
2003-12-28Patch #866595, a rock that displays a clock, both digital and analog, by ↵Linus Nielsen Feltzing1-0/+748
Zakk Roberts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4181 a1c6a512-1295-4272-9138-f99709370657
2003-12-28Internal code cleanup - the header template is not taken from the stream if ↵Linus Nielsen Feltzing1-7/+5
a template header is passed to create_xing_header() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4180 a1c6a512-1295-4272-9138-f99709370657
2003-12-28Internal code cleanup - the header template for the Xing header generation ↵Linus Nielsen Feltzing1-23/+21
is read from the MAS instead of from the recorded file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4179 a1c6a512-1295-4272-9138-f99709370657
2003-12-24oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4178 a1c6a512-1295-4272-9138-f99709370657
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. ↵Jörg Hohensohn6-37/+40
This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4177 a1c6a512-1295-4272-9138-f99709370657
2003-12-23I found several plugins to draw beyond screen boundaryJörg Hohensohn4-5/+123
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4176 a1c6a512-1295-4272-9138-f99709370657
2003-12-23Use rockbox random in win32 simulatorHardeep Sidhu2-6/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4175 a1c6a512-1295-4272-9138-f99709370657
2003-12-22better USB handling, typo fixedJörg Hohensohn1-2/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4174 a1c6a512-1295-4272-9138-f99709370657
2003-12-22Patch #863775 by Bluechip - fixes window size on win32 simulatorLinus Nielsen Feltzing1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4173 a1c6a512-1295-4272-9138-f99709370657