Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2005-03-22

00:00:08t0masso maybe you can tell me how I link the bmp things to wps-display.c ?
00:00:24t0masi have the include..
00:00:31t0masbut I must change some makefile?
00:01:41 Quit sofaSpud (Read error: 110 (Connection timed out))
00:02:33 Quit _Lucretia_ ("Leaving")
00:05:10HClmy mind isn't really set at coing
00:05:15HClcoding
00:05:17*HCl slaps his d
00:05:35HCli need to be able to answer questions like this for a test in 3 weeks
00:05:41HCland if i don't pass it i get kicked off university
00:07:32t0masoh ow
00:08:00t0masfollow a quick run statistics?
00:09:06*t0mas is going to sleep now
00:09:08t0masc ya tomorrow
00:09:13 Nick t0mas is now known as t0mas|zzz (~Tomas@ip503c08d1.speed.planet.nl)
00:18:46 Join bippy [0] (~d92ba1c4@labb.contactor.se)
00:21:05HCli found the answer in swedish.
00:21:08HClon the internet
00:21:15HCljust gotta check what i did wrong..
00:21:20HCli actually had a big part of it right
00:21:23HClwhich is a good thing.
00:21:44 Quit matsl (Remote closed the connection)
00:25:59HCli had it right in the first place O.o
00:26:02bippymmmm bacon
00:26:03HCli just had a minor error...
00:26:09*HCl is glad he got it right...
00:26:16HClnow i can sleep peacefully.
00:26:20*bippy pats HCI on the back
00:26:24HCl^^
00:26:24HClyay.
00:26:26HClthanks :3
00:26:31bippylol np
00:26:54HClnow to write up a whole reasoning to why this was the right answer
00:26:58HClso i won't forget in 3 weeks time
00:27:01HClwhen i actually have my test
00:27:03bippySo, hows mister iriver coming along, slowly and smoothly ?
00:27:55HCli'm kind of waiting for xshock
00:28:01HCli gave him an alpha rockboy sound driver
00:28:05HCland he said he got it to work
00:28:06HClsomewhat
00:29:01bippyI only care about if it plays MP3 files to be honest
00:29:30HClawwww
00:29:38HClall my work on rockboy gone to waste
00:29:42HCl:p
00:29:44HClwell
00:29:47HCli'm just bored
00:29:49bippyIll re- phrase my question, hows the codec intergration coming along
00:29:52HCland then i code semi-useless junk
00:29:54HCllike rockboy
00:30:04 Quit prpplague ("Client Exiting")
00:30:22tvelocityrockboy useless?
00:30:32tvelocityno way!
00:30:42tvelocityi use it all the time :D
00:30:45bippyIm sure lots of people will like rockboy, ill like rockboy, just Codec intergration seems more important since it is an MP3 player...
00:31:41 Quit mirak (Remote closed the connection)
00:32:32bippySo, what kinda games will we see on rockboy ?
00:33:05tvelocitygameboy games i assume:P
00:33:35bippyNot Half life 2 then ? :P
00:34:43tvelocityahahah
00:37:13tvelocitydoes rockboy have grayscale now?
00:37:27tvelocityor am i asking for way too much?:P
00:38:23 Quit mattzz ("Client exiting")
00:39:13bippyway to much
00:40:23bippyohhhh happy days (8)
00:41:28bippyAnyway im of now, give my love to rasher and tell him yellowstone is still purring.
00:41:32*bippy waves
00:41:50*bippy is not gay just for the record
00:42:03 Quit bippy ("CGI:IRC")
00:45:02CoCoLUSlike we care
00:45:19***Saving seen data "./dancer.seen"
00:48:35HClt0mas|zzz: oh, by the way, if you're interested at all, the answer was: 11!/(2!)^3 - 6*9!/(2!)^2 + 6*7!/2!
00:53:44 Join XShocK [0] (~XShocK@pcp09492659pcs.nrockv01.md.comcast.net)
00:53:52XShocKargh...
00:54:04XShocKdoes rockboy gives 8-bit stereo?
00:54:09XShocKit seems it does
00:56:44HClhey
00:56:51HCljust the person i wanted to talk to :3
00:57:01HClyea, i was just talking to linus about it
00:57:06HClwe need a way to set the pcm format
00:57:11HClcause rockboy uses 11025 hz
00:57:17HCland i don't think we can change that
00:57:24HCloh, it outputs 8bit too?
00:57:32HClneither me nor linus have been able to get it to work yet.
00:57:38HCllet me see if there's a way to make it do 16 bi
00:57:39HClt
00:57:59HClnop :/
00:59:04XShocKok. i convert it to 16-bit, part of it
01:00
01:01:03HClprobably easier if we could set the dac to 11025 hz 8 bit
01:01:03HCl: lags
01:02:18XShocKok. i will do it. :)
01:11:33XShocKwe have 44100,22050,11025,8000
01:11:48XShocKtechnically, wil we need any other frequency
01:11:50XShocK?
01:20:16 Quit mecraw_ ("Trillian (http://www.ceruleanstudios.com")
01:22:51HCli dunno, i don't think so.
01:22:57HClrockboy does 11025
01:23:08HClthe pcm api just needs to get extended with a function
01:23:23HClthat can set the sampling rate and the bits and stereo or mono
01:23:53HClchoosing between what you just mentioned, 8 or 16 ( can we do 24?) and 1/0
01:23:58XShocKi do it like that, in plugin.h a function pcm_set_format(pcm_format format);
01:24:16HClwell, it probably should be in pcm_playback.h ?
01:24:21HClbut sounds nice.
01:24:26XShocKyes, it is there.
01:24:29HCldo you have cvs access?
01:24:45XShocKi mean it will also be in plugin.h so that rockboy can access it.
01:24:49HClyea
01:24:53XShocKno. i don't have an access
01:25:14HClkay, well, if you're able to send me a fairly clean patch, i can take a look at it, and if it looks ok, i can commit it for you
01:25:53XShocKok.
01:26:10XShocKi am working on it
01:30:30 Join Guest1046740 [0] (na@ti521110a080-0416.bb.online.no)
01:31:49*HCl slaps himself and just had one of the worst ideas ever.
01:31:57HClddr for iriver..
01:32:20HClthe sad part is, i would probably play it too, if it would work on my iriver....
01:32:32HClmaybe i really should make an iriver ddr ;/
01:33:08tvelocityddr?
01:33:44HCldance dance revolution..
01:34:04HClwhere you have like arrows you need to press to the beat of a song
01:34:14tvelocitylol...
01:34:25HClits actually quite fun..
01:34:51HCli would probably play it if i was bored and listening to music on my iriver..
01:35:15*HCl goes to play ddr..
01:48:16XShocKcorrect if i am wrong, i can only feed 16-bit data to DAC and to PDOR
01:48:38XShocKso in order to use 8-bit i need to manually change it to 16-bit and feed it
01:49:24HClew
01:49:25HClokay.
01:49:38HClits probably easier if i'd just alter sound.c then
01:49:44HCland make it 16 bit in the first place
01:49:47XShocKif so, then there is only a need to make a function like pcm_set_freq
01:50:07HClhow do you convert 8 bit to 16?
01:50:15HCladd 0's ? or what?
01:50:56XShocKno, just short_array[counter] = char_array[counter] for all items.
01:51:02*HCl was forced to drink coke cause he played ddr, will be awake for a while now :/
01:51:08HClyea, thats adding extra zeros :P
01:51:33HClshouldn't be much trouble to fix that in rockboy's sound.c
01:51:34XShocKmmm. yea. :))
01:52:37HCl*stares at a night butterfly and wonders wth its trying to do*
01:53:00HClit almost looks as if its trying to mate with my pencils >.<;
01:53:21*HCl goes to catch and release outside..
01:55:40XShocK:)
02:00
02:04:52XShocKhehe.. changing to 16-bit in sound.c is just a matter of changing two lines. good.
02:06:31HCl :)
02:06:58HClyou might have to explicitly set the 0's, dunno your implementation, anyways, remember that pcm.buf is far from clean at the start..
02:07:43XShocKdoes it really matter? i mean palying of sound will start when buffer is already filled.
02:07:48XShocKplaying
02:08:04XShocKsince pcm_submit is called only when whole buffer is full
02:08:21HClno.
02:08:23HClits not.
02:08:27HClits called every emulation cycle too.
02:08:44HClits only called when the buffer is full as a safety precaution
02:08:49HClto prevent overflows.
02:09:07XShocKaaah yep. i forgot that it is called in two places.
02:09:25XShocKby the way 8-bit sound was actually the main issue why rockboy hanged when you first did it.
02:09:34HClokay
02:09:46XShocKsize of data was not a multiple of 4 as it should be
02:09:50HCli wasn't aware that it was 8 bit at the time...
02:10:01HClshouldn't 16 bit make it a multiple of 2?
02:10:11XShocKyep, but it is stereo, so 4.
02:10:18HClahh.
02:10:19HClright.
02:10:36*HCl lays down with his hellsing book
02:13:49 Quit Aison ("( www.nnscript.de :: NoNameScript 3.72 :: www.XLhost.de )")
02:14:50XShocKactually no. on pcm_submit if the buffer is not filled yet, it would just give a right amount of bytes already prepared in pcm.pos, so no need to clean buffer in the begining
02:17:31HCleh?
02:17:47HCli'm just saying with the adding of the 0's..
02:18:06HClthat you should actually write zero's, rather than taking position steps with two rather than 1
02:18:09HClnevermind X:
02:20:13XShocKi changed type of "buf " in struct "pcm" from "byte*" to "short*", and in sound.c changed "pcm.buf[...] = (r) + 128;" and left channel too to "pcm.buf[..] = (r << 8) + 0x8000;"
02:21:05XShocKi think these are all required changes that actually need to be done.
02:22:19XShocK* crossing fingers and hopes that it will build fine
02:34:21XShocKone question that really bothers me.. what is this hissing sound that appears when i run rockbox the seocnd time?
02:45:21***Saving seen data "./dancer.seen"
02:46:48HClyea, should work..
02:46:53HCli don't know, haven't heard it
02:48:20XShocKwhen you shut rockbox and run again there is a hissing sound.
02:48:30XShocKit shows up time to time...
02:54:33 Nick kergoth`zzz is now known as kergoth (~kergoth@covenant.kergoth.com)
03:00
03:02:53 Quit tvelocity ()
03:18:13XShocKi guess (right_chanell << 8) + 0x8000 is not correct translation to 16-bits.
03:18:35XShocKthen it should be right_channel * 256 , but ut us also sounds crappy
03:19:47HClshouldn't you just shift by 8 left?
03:21:53XShocKmmm. maybe
03:22:58XShocK00 00 00 00 00 00 00 00 ¦ 00 00 00 00 00 00 00 0F
03:22:58XShocK00 0F 00 0F 00 0F 00 0F ¦ 00 0F 00 0F 00 0F 00 0F
03:23:13XShocKit is a dump of sound data... something is wrong here..
03:23:23HCl :/
03:23:31XShocKi suspect i shift data somewhere
03:23:48XShocK00 0F 00 0F 00 0F 00 0F ¦ 00 0F 00 01 00 01 00 01
03:23:48XShocK00 01 00 03 00 03 00 03 ¦ 00 03 00 05 00 05 00 05
03:23:48XShocK00 05 00 07 00 07 00 F7 ¦ 00 F7 00 FA 00 FA 00 FC
03:23:48DBUGEnqueued KICK XShocK
03:23:48XShocK00 FC 00 FC 00 FC 00 FE ¦ 00 FE 00 FE 00 FE 00 00
03:24:01HClmk...
03:24:35XShocKhere should probably be some kind of alteration between negative and positive number... but i don't have any ideas where are those
03:26:02HClaudio is signed?
03:26:37XShocKit should normally be just a normal "short int" singed
03:26:43HClokay
03:26:50HClyou probably need to sign extend it in that case
03:27:07HClpcm.buf[blah] = (signed char) (stuff here)
03:28:17XShocKbulding...
03:32:51XShocKi don't get it
03:32:55HClm?
03:33:53XShocKsounds bad. :)
03:34:01HCl :/
03:34:04HClin what way?
03:34:18HClmoving the spinlock to the front of the function might help
03:34:43HClhm, nm
03:34:44XShocKshhh... :)
03:34:49HClit wouldn't.
03:34:53CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
03:34:53*HCl shushes.
03:34:59HClthe sound... of silence... o/'
03:35:09XShocK:)
03:36:34XShocKooh. i will do everything tomorrow.
03:36:41XShocKi will go to sleep
03:37:56underlordiriver wouldnt be able to have a clock would it?
03:38:14HClas a realtime clock, no.
03:38:41*underlord grabs some superglue, a h140, and a watch.
03:38:48HClmhm.
03:38:51*HCl goes to sleep
03:41:19XShocKnight
03:44:35underlordwith the iriver official firmware the fm tuner supports usa/japan/korea/europe, and just to be different i had to go life in australia, the reception goes to hell if i turn stereo on, might this be fixable (or fixed?) in rockbox?
03:45:57XShocKi am sure it can if it is the issue of different frequency mappings in australia, if it is just a weak signal then no
03:46:33underlordits not weak signal
03:47:16underlordi think the "sub bands" are different here, mono works well which ofcource doesnt use any sub bands (sorry if sub bands isnt right word)
03:47:55XShocKthen yes, it most probably can be fixed
03:49:19XShocKby the way did you try EU and US versions of firmware?
03:49:39XShocKthey differ in the way of frequencies
03:50:18underlordreading http://sourceforge.net/tracker/index.php?func=detail&group_id=44306&atid=439121&aid=737307 it occurs to me that an ir reciever might be as simple as a suitable ir light sensor (whats the name of those things...) hooked in to ext. mic, provided the cpu has enough space cpu cycled, then programmed to watch for some remove that you have laying around
03:50:26 Quit edx (Read error: 60 (Operation timed out))
03:50:28underlordi only tried us
03:50:39HCli think an ir transmitter would be more usable
03:50:59underlordwhat you gona use a transmitter for?
03:51:08HClto control my computer.
03:51:09HClbut tehn
03:51:14XShocKphotoresistor or photodiod
03:51:15HCli already have a remote control for my computer.
03:51:21HClso using my iriver for it would be a bit pointless
03:51:32HClbut.
03:51:33HCli'm asleep.
03:51:37HCl*nods*
03:51:39underlordlol
03:51:47underlordyour sleep-hacking :P
03:51:49XShocKunderlord: try EU version
03:51:50*HCl closes his eyes and goes afk
03:51:52underlordok
03:55:21 Join amiconn_ [0] (~jens@pD9E7F91C.dip.t-dialin.net)
03:56:08underlordGah! bill gates... hes holding a h10 on the eu site, irivers making deals with the devil O_o
03:57:28XShocK:))
03:57:38*underlord hugs linux
04:00
04:03:48 Quit amiconn (Read error: 145 (Connection timed out))
04:03:48 Nick amiconn_ is now known as amiconn (~jens@pD9E7F91C.dip.t-dialin.net)
04:05:39 Join QT_ [0] (as@area51.users.madwifi)
04:12:20 Quit QT (Read error: 60 (Operation timed out))
04:32:36 Join amiconn_ [0] (~jens@pD9E7F91C.dip.t-dialin.net)
04:35:00 Quit XShocK (" HydraIRC -> http://www.hydrairc.com <- The future of IRC")
04:41:03 Quit amiconn (Read error: 145 (Connection timed out))
04:41:03 Nick amiconn_ is now known as amiconn (~jens@pD9E7F91C.dip.t-dialin.net)
04:45:22***Saving seen data "./dancer.seen"
04:51:45 Join amiconn_ [0] (~jens@pD9E7F91C.dip.t-dialin.net)
04:54:04 Quit amiconn (Read error: 60 (Operation timed out))
04:54:04 Nick amiconn_ is now known as amiconn (~jens@pD9E7F91C.dip.t-dialin.net)
04:54:55 Join Bonkers [0] (nobody@dyn-wien-208-83.dyn.columbia.edu)
05:00
05:37:23 Quit johntb ("Leaving")
05:41:26 Join edx [0] (edx@p54879E9C.dip.t-dialin.net)
05:44:14 Part underlord ("Konversation terminated!")
06:00
06:30:41 Join DJ_Dooms_Day|BR [0] (~scottr@dialup-119.32.221.203.acc13-dryb-mel.comindico.com.au)
06:31:04DJ_Dooms_Day|BRHeya
06:31:09 Nick DJ_Dooms_Day|BR is now known as DJ_Dooms_Day (~scottr@dialup-119.32.221.203.acc13-dryb-mel.comindico.com.au)
06:31:27 Join StrathAFK [0] (~mike@dgvlwinas01pool0-a241.wi.tds.net)
06:33:00DJ_Dooms_DayCan someone please fill me in on these .wps files?
06:33:13DJ_Dooms_DayWhat do they do?
06:33:16DJ_Dooms_DayHow do they work?
06:34:22DJ_Dooms_DayNever mind
06:34:41rasher:)
06:34:50rasherfound the wiki page?
06:34:52DJ_Dooms_Dayheh, found doco of it
06:34:55DJ_Dooms_Dayyep
06:35:36DJ_Dooms_DayHey, i see how it works, but how does each thing you call get aligned on the screen? I see no co-ords for each thing
06:36:28rasherI think it's line-based
06:36:38DJ_Dooms_DayYeah, looks like it
06:38:33DJ_Dooms_DaySo how would one say, put the artist name (%ia) in the middle of a line?
06:39:33rasherI.. don't know..
06:39:34rashersorry
06:39:39DJ_Dooms_Daylol
06:39:40DJ_Dooms_Daykk
06:39:52rasherhaven't bothered with it since it's not an issue yet on the iriver
06:40:23DJ_Dooms_DayWhat do you mean?
06:40:47rasherThat it isn't used on the iriver since it can't play anything
06:41:32DJ_Dooms_Daylol, not yet
06:44:49DJ_Dooms_DayWhere would i find this .wps file to edit in the devkit?
06:45:24***Saving seen data "./dancer.seen"
06:45:54rasherit's possibly using a default layout
06:45:57rashermaybe
06:46:03rasherI think you just load .wps files
06:46:10DJ_Dooms_Dayah
06:46:14DJ_Dooms_DayLike plugins?
06:46:21rasherpretty much
06:49:19 Quit Strath (Read error: 110 (Connection timed out))
06:54:29 Join lostlogic [0] (~lostlogic@node-4024215a.mdw.onnet.us.uu.net)
07:00
07:00:25 Quit Bonkers (Read error: 54 (Connection reset by peer))
07:26:08 Join R3nTiL [0] (~zorroz@217.30.249.67)
07:26:36Rickgreetings humanoids
07:28:31 Join _Lucretia_ [0] (~munkee@abyss2.demon.co.uk)
07:43:09Rickhey DJ_Dooms_Day, you there?
07:43:34DJ_Dooms_DayThat i am
07:43:59RickI recall you had troubles with bmp2rb right?
07:44:22DJ_Dooms_DayYeah, i fixed it though.
07:44:29Rickwell
07:44:31DJ_Dooms_DayBut it seems to invert the colors for some reason
07:44:34RickI was wondering what bmp format it needs to be in
07:44:36DJ_Dooms_DayNot a big thing though
07:44:46DJ_Dooms_DayHave you read my wiki?
07:44:50RickNo?
07:45:10DJ_Dooms_Dayhttp://www.rockbox.org/twiki/bin/view/Main/RockboxGraphicalUIDesign
07:47:37Rickhmm
07:47:42Ricki got a full black bitmap with 8bit
07:47:49Rickdecrasing to 2bit gets me a more proper result
07:48:27Rickmmm
07:48:32Ricklooks like it's upside down too
07:48:36Ricklooks correct
07:48:53DJ_Dooms_DayWhat do you mean? You don't get to choose how many bits you use in PS.
07:49:00RickI am using PSP
07:49:07DJ_Dooms_DayAh
07:49:10DJ_Dooms_Dayhrmm..
07:49:51DJ_Dooms_DayWell yeah, 2-bit is all thats supported right now
07:50:02 Nick kergoth is now known as kergoth`bbl (~kergoth@covenant.kergoth.com)
07:50:03DJ_Dooms_DayI have no idea why its upside down
07:50:11Rickthe upside down is a good thing
07:50:13DJ_Dooms_DayMy image colors get inverted
07:50:19Rickhmm
07:50:22Rickit barfed on my second bmp
07:50:34DJ_Dooms_DayIts probably jsut the way bmp2rb does the converion
07:50:57Rickbmp2rb dumps it to the raw data that is stored in the pixel buffer
07:50:57DJ_Dooms_DayLike how?
07:51:22DJ_Dooms_Dayand converts it to RB, what ever that is
07:51:28Rick'raw bitmap' probably
07:51:33Rickor 'raw bytes'
07:51:39Rickerror - Bitmap is too wide for iRiver models (1176528231 pixels, max is 160)
07:51:39Rick;P
07:51:46DJ_Dooms_Daylol
07:51:56DJ_Dooms_Daythats a lot of fuckin pixels
07:52:08Rickah, I saved it in the wrong format
07:52:14DJ_Dooms_Day-_-
07:52:47DJ_Dooms_DayIf you want, you could update my wiki with how you do it in PSP
07:55:22Ricksure.
07:56:51 Quit R3nTiL ()
08:00
08:28:49t0mas|zzzDJ_Dooms_Day, Rick: there is a usefull call in bmp.h
08:28:51t0mas|zzzint read_bmp_file(char* filename,
08:28:51t0mas|zzz int *get_width, /* in pixels */
08:28:51t0mas|zzz int *get_height, /* in pixels */
08:28:51DBUGEnqueued KICK t0mas|zzz
08:28:51t0mas|zzz char *bitmap);
08:29:31t0mas|zzzit read's a normal bmp file into rockbox...
08:29:53t0mas|zzz<DJ_Dooms_Day> Well yeah, 2-bit is all thats supported right now <−− and that's not yet supported...
08:30:13t0mas|zzzafaik is't just true black and white... (wich is 1 bit/pixel)
08:30:46DJ_Dooms_Daylol
08:30:54DJ_Dooms_DayHey check the thread tom
08:30:54CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
08:30:54*t0mas|zzz copy/pasted his images in mspaint... set to black and white... and then converted em :) works great
08:32:36 Quit _Lucretia_ ("Leaving")
08:33:52*t0mas|zzz replyed
08:33:58 Nick t0mas|zzz is now known as t0mas|work (~Tomas@ip503c08d1.speed.planet.nl)
08:33:58DBUGEnqueued KICK t0mas|work
08:34:02t0mas|workand it's now time to work
08:34:10Rickmmmm
08:41:22Rickfor some reason my plugin isn't working
08:44:37DJ_Dooms_Daywhats the plugin?
08:45:28***Saving seen data "./dancer.seen"
08:47:21Rickgame I pored
08:47:23Rick*pored
08:47:29Rickported
08:47:31CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
08:47:31*Rick kicks keyboard
08:47:41Rickit is working... just menu isn't
08:47:42Rickfor whatever reason
08:47:44t0mas|workif you can't get out of it...
08:47:58t0mas|workI'm back in 6 hours ;) email me..
08:48:01t0mas|worktomas@salfischberger.nl
08:48:33RickI can get out of it
08:48:41Rickjust have to randomly select a menu option without being able to see it
08:48:41Rick;p
08:49:06Rickah
08:49:07Ricknow I know why
08:49:10RickI was using the wrong func
08:49:21amiconnt0mas|work: The code in bmp.h is way outdated and won't work with current rockbox' internal bitmap format any more
08:56:56Rickyay
08:56:58Rickmy port is almost done
08:57:59DJ_Dooms_DayWhat game rick?
08:58:01Rickjust need to clean up button handling
08:58:13Rickand some display issues
08:58:57DJ_Dooms_DayHows it play in black and white?
08:59:14Rickjust fine
08:59:22DJ_Dooms_DayWHAT is it?
08:59:26Rickminotaur
08:59:40DJ_Dooms_Day...never heard of it
08:59:43DJ_Dooms_DayRPG?
08:59:47Rickno
09:00
09:00:02Ricklemme find the original desc
09:00:40RickThis is my implementation of the classic Thesues and the minotaur puzzle where Theseus (the character you play) has to get to the exit without getting eaten by the minotaur, which is AI and moves two squares for every one of yours. however, the ai follows strict rules. It will always first take a move horizontally to be on the same column as you, then move vertically to be on same row with you. Be warned: if the minotaur cant take take a horizontal move (blocked by a
09:02:48 Join einhirn [0] (Miranda@bsod.rz.tu-clausthal.de)
09:02:50rasherhttp://steike.com/ScientificAudioCodecShootout excellent
09:04:40Rickif anyone can find a nifty minotaur image that would work well in 2bpp, would be nice ;)
09:11:51rasherhttp://personal.telefonica.terra.es/web/laberintia/Minotauro_archivos/image003.gif :)
09:12:10Rickhah
09:12:11Rickthat rocks
09:13:25Rickyep
09:13:26Rickthat's excellent
09:13:27Rickthanks rasher
09:20:18rasherwhat are the 2-bit colours again?
09:21:11Rick?
09:21:25RickYour set, simply stick to using the following supported colors:
09:21:25Rick#FFFFFF
09:21:25Rick#000000
09:21:25DBUGEnqueued KICK Rick
09:21:25RickThe following color are ment to be the colors that will be supported once 4-bit greyscale completely works.
09:21:25Rick#6E6E6E << Doesn't work yet
09:21:26***Alert Mode level 1
09:21:26Rick#DCDCDC << Doesn't work yet
09:21:28Rickfrom DJ_Dooms_Day's page
09:21:29DJ_Dooms_Dayblack and white man
09:22:00DJ_Dooms_Daythe other 2 colors don't work yet as greyscale hasn't been put in yet
09:22:05rasheryeah, just found them :)
09:22:17DJ_Dooms_Dayalthough there IS a patch that gives you greyscale
09:22:26DJ_Dooms_Daybut i tryed it and it fucked everything up
09:22:32DJ_Dooms_Dayits not complete yet
09:22:49rasherI know this, just trying to convert an image I have here to the format
09:23:08DJ_Dooms_Day[5:45pm] <DJ_Dooms_Day> http://www.rockbox.org/twiki/bin/view/Main/RockboxGraphicalUIDesign
09:25:14CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
09:25:14*rasher punches psp
09:25:20rasherdither correctly you fool!
09:27:21Ricklol
09:28:10DJ_Dooms_Daypsh, use PS
09:28:12rasherMaybe I should try with gimp
09:29:06 Nick QT_ is now known as QT (as@area51.users.madwifi)
09:29:14Rickheh
09:30:08 Join bobTHC [0] (~foo@l06v-6-179.d1.club-internet.fr)
09:30:15bobTHChi folks !
09:30:22DJ_Dooms_Dayheya
09:31:27***Alert Mode OFF
09:57:48 Quit bobTHC (sterling.freenode.net irc.freenode.net)
09:57:48NSplitsterling.freenode.net irc.freenode.net
09:57:48 Quit webmind (sterling.freenode.net irc.freenode.net)
09:57:48 Quit SeeSchloss (sterling.freenode.net irc.freenode.net)
09:57:48 Quit elinenbe (sterling.freenode.net irc.freenode.net)
09:57:48 Quit Heidelbaer (sterling.freenode.net irc.freenode.net)
09:57:48 Quit gromit` (sterling.freenode.net irc.freenode.net)
09:57:48 Quit einhirn (sterling.freenode.net irc.freenode.net)
09:57:48 Quit edx (sterling.freenode.net irc.freenode.net)
09:57:48 Quit Guest1046740 (sterling.freenode.net irc.freenode.net)
09:57:48 Quit DeadMan (sterling.freenode.net irc.freenode.net)
09:57:48 Quit pill (sterling.freenode.net irc.freenode.net)
09:57:48 Quit hile (sterling.freenode.net irc.freenode.net)
09:57:50 Quit QT (sterling.freenode.net irc.freenode.net)
09:57:50 Quit Bagder (sterling.freenode.net irc.freenode.net)
09:57:50 Quit mbr (sterling.freenode.net irc.freenode.net)
09:57:50 Quit nozomiyume (sterling.freenode.net irc.freenode.net)
09:57:50 Quit Lynx_awy (sterling.freenode.net irc.freenode.net)
09:57:50 Quit CoCoLUS (sterling.freenode.net irc.freenode.net)
09:57:50 Quit HCl (sterling.freenode.net irc.freenode.net)
09:57:50 Quit pabs (sterling.freenode.net irc.freenode.net)
09:57:50 Quit ncrawla (sterling.freenode.net irc.freenode.net)
09:57:50 Quit [Zmaj] (sterling.freenode.net irc.freenode.net)
09:57:50 Quit lostlogic (sterling.freenode.net irc.freenode.net)
09:57:50 Quit StrathAFK (sterling.freenode.net irc.freenode.net)
09:57:50 Quit Nibbler (sterling.freenode.net irc.freenode.net)
09:57:50 Quit courtc (sterling.freenode.net irc.freenode.net)
09:57:50 Quit Seed (sterling.freenode.net irc.freenode.net)
09:57:50 Quit silencer1 (sterling.freenode.net irc.freenode.net)
09:57:50 Quit dwihno (sterling.freenode.net irc.freenode.net)
09:57:50 Quit Hadaka (sterling.freenode.net irc.freenode.net)
09:57:50 Quit crwl (sterling.freenode.net irc.freenode.net)
09:57:50 Quit wacky_ (sterling.freenode.net irc.freenode.net)
09:57:50 Quit ze (sterling.freenode.net irc.freenode.net)
09:57:50 Quit Tipi^ (sterling.freenode.net irc.freenode.net)
09:57:50 Quit Rick (sterling.freenode.net irc.freenode.net)
09:57:50 Quit kergoth`bbl (sterling.freenode.net irc.freenode.net)
09:57:50 Quit rob- (sterling.freenode.net irc.freenode.net)
10:00
10:17:24 Join Patr3ck [0] (~patr3ck@pD9ECEC3F.dip.t-dialin.net)
10:17:24 Join ashridah [0] (ashridah@220-253-120-63.VIC.netspace.net.au)
10:17:24NHealsterling.freenode.net irc.freenode.net
10:17:24NJoinlostlogic [0] (~lostlogic@node-4024215a.mdw.onnet.us.uu.net)
10:17:24NJoinStrathAFK [0] (~mike@dgvlwinas01pool0-a241.wi.tds.net)
10:17:24NJoinNibbler [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
10:17:24NJoinwacky_ [0] (~wacky@modemcable011.4-37-24.mc.videotron.ca)
10:17:24NJoincourtc [0] (~court@adsl-33-161-167.asm.bellsouth.net)
10:17:24NJoinze [0] (ze@adsl-69-231-231-112.dsl.irvnca.pacbell.net)
10:17:24NJoinSeed [0] (ben@l192-114-41-133.broadband.actcom.net.il)
10:17:24NJoinTipi^ [0] (~tipi@adsl-38.166-DynIP.ssp.fi)
10:17:24NJoinsilencer1 [0] (~silencer@zen.via.ecp.fr)
10:17:24 Join Rick [0] (rick@Rick.user)
10:17:24NJoinkergoth`bbl [0] (~kergoth@covenant.kergoth.com)
10:17:24NJoindwihno [0] (~dw@81.8.224.89)
10:17:24NJoinHadaka [0] (naked@naked.iki.fi)
10:17:24NJoinrob- [0] (~robbie@haylott.plus.com)
10:17:24NJoincrwl [0] (~crawlie@adsl-37.130-DynIP.ssp.fi)
10:18:18NJoineinhirn [0] (Miranda@bsod.rz.tu-clausthal.de)
10:18:18NJoinedx [0] (edx@p54879E9C.dip.t-dialin.net)
10:18:18NJoinGuest1046740 [0] (na@ti521110a080-0416.bb.online.no)
10:18:18NJoinDeadMan [0] (Rori@deadman3000.plus.com)
10:18:18NJoinpill [0] (dearth@ip-130.net-82-216-140.issy4.rev.numericable.fr)
10:18:18NJoinhile [0] (hile@62.142.228.114)
10:19:59Rickhttp://rick.gibbed.us/projects/rockbox/dump_0001.png
10:20:00Rickhttp://rick.gibbed.us/projects/rockbox/dump_0002.png
10:21:19rasherexcellent :)
10:21:20NJoinQT [0] (as@area51.users.madwifi)
10:21:20NJoinBagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se)
10:21:20NJoinmbr [0] (~mb@stz-softwaretechnik.de)
10:21:20NJoinnozomiyume [0] (~vthakkar@ip-133-194.station.sony.com)
10:21:20NJoinLynx_awy [0] (HydraIRC@134.95.189.59)
10:21:20NJoinncrawla [0] (chris@128-8-243-144.umd.edu)
10:21:20NJoinCoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at)
10:21:20NJoinHCl [0] (hcl@titania.student.utwente.nl)
10:21:20NJoinpabs [0] (~pabs@xor.pablotron.org)
10:21:20NJoin[Zmaj] [0] (zmaj@liebt.polnische.putzen.am.telefon.und.das.ist.auch.gut-s0.de)
10:21:31Rickhehe
10:21:36Rickhttp://rick.gibbed.us/projects/rockbox/minotaur.c
10:21:42rashernow make it screen-size agnostic :)
10:21:56Rickhaha
10:22:28rasherThe LCD_WIDTH and LCD_HEIGHT defines should be helpful
10:22:38Rickyeah
10:23:02RickI used that to center the minotaur image
10:23:02NJoinbobTHC [0] (~foo@l06v-6-179.d1.club-internet.fr)
10:23:02NJoinwebmind [0] (~webmind@217-195-236-172.dsl.esined.net)
10:23:02NJoinSeeSchloss [0] (~SeeSchlos@ARennes-352-1-7-139.w83-195.abo.wanadoo.fr)
10:23:02NJoinelinenbe [0] (~elinenbe_@65.115.46.225)
10:23:02NJoinHeidelbaer [0] (~h@p54808AAD.dip.t-dialin.net)
10:23:02NJoingromit` [0] (~gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
10:23:05Rickand align it to the right
10:23:05Rickrb->lcd_bitmap(logo, LCD_WIDTH - 98, (LCD_HEIGHT / 2) - (128 / 2), 98, 128, true);
10:23:05Rick;P
10:23:43Rickmenu is centered too
10:27:11 Join webguest34 [0] (~5189b144@labb.contactor.se)
10:32:23DJ_Dooms_Dayback
10:32:27DJ_Dooms_DayNice job Rick!
10:32:45Rickit wasn't that hard to port
10:33:02rasherwherefrom?
10:33:10Rickti-gcc
10:33:21RickI've been looking through archives of ti games, it's a good source to port games from
10:33:33rasherhow's that for licensing?
10:33:40Rickhow do you mean?
10:33:47rasherwhat is the license of the original?
10:33:56Rickno license specified
10:34:00rashererk
10:34:01DJ_Dooms_Dayti games, their calc games arn't they?
10:34:04RickDJ_Dooms_Day: yes
10:34:15rasherno license specified is problematic
10:34:20Rickrasher: I would assume public domain or creditware
10:34:35Rickfrom minotaur readme
10:34:36RickSource Code
10:34:36Rickfeel free to edit and use but please give me credit :)
10:34:36DBUGEnqueued KICK Rick
10:34:36Rick−−−−−−−−−−−−−−−−−−−−−−−−−−−−-
10:34:50DJ_Dooms_Dayrasher their made by dudes just like rick
10:34:55rasherthat's pretty vague :-\
10:34:59DJ_Dooms_Daylol
10:35:01RickI don't forsee it as a problem
10:35:18DJ_Dooms_Dayand i wouldn't give a flying fuck WHO it belonged to anyway :P
10:35:20rasherDJ_Dooms_Day: yeah but we're going to include it in GPL crap
10:35:33DJ_Dooms_DayGPL?
10:35:38Rickit's not that hard to contact the original author
10:35:45Rickof software
10:35:52rasherDJ_Dooms_Day: The license of Rockbox
10:36:06DJ_Dooms_Dayahuh
10:36:09Rickrasher: http://www.ticalc.org/pub/89/asm/games/
10:36:45Ricka big lot are coded in c rather than assembly, which is nifty
10:36:57 Nick Lynx_awy is now known as Lynx_ (HydraIRC@134.95.189.59)
10:37:40rasherDJ_Dooms_Day: basically, to avoid (potential) legal problems, we need to be able to re-distribute the source under the GPL
10:38:08DJ_Dooms_DayThats fair enough
10:38:12Rickwhat's hard about putting a different license in the header of the file?
10:38:31rasherWell if the original license doesn't allow that
10:38:37ashridahrick: the only ones who can do that is the original copyright holder
10:38:45rasherthe project would be in a world of problems
10:39:00rasherashridah: depends on the original license actually :)
10:39:02ashridahassuming that it's not explicitly public domain.
10:39:06Rickashridah: no no, I mean putting the license that was specified
10:39:30rasherRick: imagine the license says "This code may not be combined with other software"
10:39:32ashridahRick: ah, well then you've got conflicts with pure GPL code that has restrictions on what can be hidden from users
10:39:55Rickmeh
10:39:58rasheror something less restrictive that conflicts with the gpl
10:40:22DJ_Dooms_DayAnyone know whos working on the greyscale code?
10:40:23Rickmm
10:40:29Ricka plugin and rockbox are two different things though
10:40:36Rickso I don't see a problem with that kind of interaction, rasher
10:40:37rasherDJ_Dooms_Day: a guy with ircnick 'markun'
10:40:58rasherThey're most likely not different in that sense
10:41:13DJ_Dooms_DayRasher, do you know if he is actively working on it?
10:41:14rashersince they're compiled against rockbox source
10:41:16ashridahrick: as a matter of fact, how the program loads the code is very much a problem with GPL. see non-gpl'ed kernel modules, for example
10:41:21rasherDJ_Dooms_Day: I think so
10:41:23Rickwell
10:41:32Rickrockbox plugins arn't statically linked against rockbox
10:41:40Rickfrom what I see anyway
10:42:06ashridahrick: so? neither are kernel modules. that's not the problem.
10:42:51Rickheh
10:43:52rasherprobably not a problem here, I say fire an email at the original author asking if we may release it as gpl
10:43:56rasherthat should be enough
10:44:02Rickyes
10:44:13Rickprobably have to explain what GPL is, ;P
10:44:15ashridahrasher: that's the easiest solution, more or less
10:44:48rasherinstead of trying to guess what "feel free do edit and use but please give me credit :)" means
10:44:57RickHehe
10:45:12rasherit doesn't actually mention redistributing, so
10:45:30***Saving seen data "./dancer.seen"
10:45:33rasherit's probably too vague to be strictly legal to redistribute as gpl
10:45:37Rickwhat would be the point of giving credit if you couldn't redistribute?
10:45:50RickLet's hope whakojacko@aol.com still exists. :P
10:45:52rasherthat's probably what he meant, yes
10:46:04rasheroh dear yes
10:47:36RickMeh, GPL annoys me :P
10:47:51CtcpIgnored 1 channel CTCP requests in 0 seconds at the last flood
10:47:51*Rick fired off an e-mail
10:48:29rasherit's a good choice for many situations
10:48:47rasherjust causes many problems
10:50:07 Join webguest26 [0] (~527f020a@labb.contactor.se)
10:50:13 Part webguest26
10:52:55rasherI think it still exists
10:52:59rashergoogled a bit
10:53:08rasherand he's at least using that alias on various message-boards
10:53:19rashermaybe try reaching him through aim
10:54:18rasher06jacksonD@students.harker.org is also him
10:54:31rashergoogle scares me
10:54:36Ricklol
10:54:42Rickcan't find me ;)
10:54:48Rickwell, you could with my webby addy ;P
10:55:10 Join Schee [0] (~SeeSchlos@ARennes-352-1-9-238.w83-195.abo.wanadoo.fr)
10:55:10DJ_Dooms_Dayyou can certainly find me, im actually pretty well known in google :P
10:55:43rasherfinding me is fairly straight-forward
10:55:48Rickhehe
10:56:24rasherboth by real name and alias
10:56:46Rickhehe
10:56:49Rickyour real name must be unique
10:56:49Rick;P
10:57:03rasherit totally is
10:57:18Rickhehe
10:57:41rasherfirst page has 2 results which isn't me
10:58:11DJ_Dooms_Daywww.googlebattle.com
10:58:14rasherapparently some Swede has my name
10:58:38DJ_Dooms_Dayhttp://www.googlebattle.com/index.php?domain=%22dj+dooms+day%22&domain2=%22rasher%22&submit=Go%21
10:58:39DJ_Dooms_Day:P
10:58:42DJ_Dooms_Daykicked my ass
10:58:54RickI probably kick both of yours
10:58:54Rick;P
10:59:16DJ_Dooms_DayYeah but how much is actually YOU
10:59:24Rickhehe
10:59:35Rick0.00000000000000001%
10:59:35Rick;P
10:59:38rasherwell, rasher is an english word so
10:59:40DJ_Dooms_Daythe first page of me is all me
11:00
11:00:07DJ_Dooms_Day...and the second page
11:00:32DJ_Dooms_DayYep, EVERY single page is me :)
11:01:15Rickhm
11:01:19RickI need to do something with h120.us
11:01:20Rickhehe
11:01:57rasherthis is most excellent
11:01:58 Quit SeeSchloss (Read error: 145 (Connection timed out))
11:02:02Rickwhat is?
11:02:25rasherthe current state of it
11:02:34Rickhaha
11:02:47rasheralthough invalide
11:02:51rasheroh
11:02:52rasherno
11:03:00rasherI'm being stupid
11:03:03*Rick isn't following you
11:03:03Rick;P
11:03:09rasherjust ignore me.
11:03:13Ricklol
11:03:16Rickbrain fart?
11:03:19rashertotally
11:04:13*Rick registered it out of boredom one night :<
11:04:35rasherheh
11:04:41rasherboredom is dangerous
11:04:46Rickindeed
11:16:19 Join Zagor [0] (foobar@h14n2fls31o265.telia.com)
11:17:51DJ_Dooms_DayAnyone here good at modding games?
11:18:04DJ_Dooms_DayOr would like to?
11:20:13 Quit webguest34 ("CGI:IRC (EOF)")
11:20:58Zagoranyone care to whack the xchat authors over the head? the buggers removed support for bitmap fonts. for some things you DON'T WANT antialiased fonts :-(
11:21:54ashridahzagor!
11:22:04ashridahyou live!
11:22:06*DJ_Dooms_Day whacks a random xchat author over the head with a giant UNanti-aliased font
11:22:10Zagorbarely :)
11:22:37DJ_Dooms_Day...whats xchat?
11:22:51Zagorx11 irc client
11:23:01Zagor(linux)
11:23:04DJ_Dooms_Dayah
11:23:05DJ_Dooms_Daypff
11:23:23ashridahthere's also a win32 version, and a macosX port
11:23:48Zagoryeah, i used the win32 version when I was tied to a winnt machine at work
11:24:26ashridahalthough there's been some entertaining hoops jumped about the win32 version and it going 'pay-for' nagware. to which a whole bunch of people responded by leeching the source (since it's GPL) and recompiling it :)
11:25:30Zagoryeah, i keep some old binaries too
11:25:32ashridahi rather suspect he could have automated a large chunk of his problems
11:25:57Zagorautomating windows is not easy
11:26:21Zagorwe only get away with it by running wine on linux :)
11:26:40ashridahtrue. there are ways tho. doesn't xchat-win32 still use cygwin? or do they compile it under vs.net or something now?
11:26:55Zagorno idea
11:28:39*amiconn did test xchat on windows some time ago
11:28:52amiconnDidn't like it at all - ugly and crash prone
11:29:19ashridahi found it less irritating than most win32 irc clients i've tried. i tend to avoid windows at the best of times tho. it's often easier to just use putty, screen and epic :)
11:32:18rasherZagor: tell your font renderer not to alias those fonts
11:32:23rasheranti-alias
11:33:29Zagorthe problem is I can't even select the font I want, since the font dialog only allows me to choose TTF fonts. and I don't want to turn off aa of these fonts globally. i like to have it enabled in web browsers, for instance.
11:33:51rasheryou can do it pretty fine-grained
11:34:01rasherlike "monotype fonts between 5-10 pts
11:34:47Zagoryeah, but it doesn't really solve my problem which is that I don't want a TTF font at all. I want "fixed". it's the only good monospace font for text imho.
11:35:18rasherUse another client :)
11:35:19Zagori guess I should make a TTF font of it for the size I like.
11:44:54 Join preglow [0] (thomj@s183a.studby.ntnu.no)
11:47:14rasherhey preglow
11:50:50 Join kurzhaarrocker [0] (~Phil@p5487C43C.dip0.t-ipconnect.de)
11:51:25 Quit Zagor (Remote closed the connection)
11:54:00 Join mrelwood [0] (~54e68f7e@labb.contactor.se)
11:54:56mrelwoodam i correct to notice that iriver progress has slowd down? problems?
11:55:20ashridahmrelwood: yeah. go solve the problem known as 'real life' and we'll be golden
11:55:21preglowrasher: hi'
11:56:24mrelwoodashridah, ;) i understand. I was just worried if you guys hit a brick wall with something.
11:56:36 Quit kurzhaarrocker (Read error: 131 (Connection reset by peer))
11:56:50ashridahso far as i know the only brick wall is time V complexity. optimising isn't a simple process.
11:57:14preglowno brick wall, everything is in control
11:57:15ashridahbut things are getting there
11:57:23preglowbut time is lacking
11:58:10ashridahmrelwood: since rockbox previously never actually had audio decoding, there's lots of work to do to actually provide a player that loads, decodes, buffers and plays sound
11:58:25 Join kurzhaarrocker [0] (~Phil@p5487C43C.dip0.t-ipconnect.de)
11:59:31 Join amiconn_ [0] (~jens@pD9E7F7AF.dip.t-dialin.net)
12:00
12:02:56mrelwoodok. so just patience and we'll get there some day. thanks to everybody working on this, and good luck!
12:06:42 Quit amiconn (Read error: 60 (Operation timed out))
12:06:43 Nick amiconn_ is now known as amiconn (~jens@pD9E7F7AF.dip.t-dialin.net)
12:11:33 Nick Guest1046740 is now known as thegeek (na@ti521110a080-0416.bb.online.no)
12:20:03 Quit Heidelbaer (Read error: 145 (Connection timed out))
12:24:55 Quit preglow ("pemle")
12:28:25 Join Aison [0] (~hans@zux166-181.adsl.green.ch)
12:41:13HClmrf
12:44:40ashridahs'mrf?
12:45:19HClhello.
12:45:22HClwha?
12:45:26ashridahheh.
12:45:28ashridahnevermind
12:45:33***Saving seen data "./dancer.seen"
12:45:34*HCl rubs his eyes and stretches
12:46:01*ashridah contemplates writing some more java
12:46:31*HCl contemplates getting out of bed
12:52:23ashridahhmm. might leave my pc running tonight performing this dist-upgrade
12:58:24HCl X:
13:00
13:02:21ashridahhrm. going to make this room a bit toasty tho
13:21:00HClyou can just make it resume, can't you?
13:21:03*HCl waits for xshock
13:21:59DJ_Dooms_Dayxshock?
13:23:21 Join tvelocity [0] (tony@chan530-a188.otenet.gr)
13:26:22 Join Patr3ck_ [0] (~patr3ck@pD9ECED57.dip.t-dialin.net)
13:27:46 Quit DJ_Dooms_Day ()
13:29:08ashridahHCl: yeah
13:29:23ashridahHCl: i just don't have much time before another tv episode comes out and i need to start hitting up bittorrent again :)
13:36:00kurzhaarrockerbtw: what happened to the plan to release rockbox regularily every 2 months?
13:36:59rasherI'm guessing the iriver+gmini ports are messing things up in a way that puts rockbox in a non-releaseable state
13:37:17rasheror.. well
13:37:48rasherI guess there'd be no problem in releasing the current code for the jukebox/recorder devices
13:37:52rasherand ondio
13:37:58rasherso.. *Shrug*
13:38:12ashridahyeah, i think they've kinda fallen behind on the actual 'adding features' side of things while iriver/gmini's devel continues
13:38:38rasherThat's more likely to be it I guess
13:38:41kurzhaarrockerProbably those people who release things have more fun hacking new devices :)
13:38:43rashernot much has happened I think
13:39:00rasherlittle point in releasing
13:39:33 Quit Patr3ck (Read error: 110 (Connection timed out))
13:40:13amiconnQuite a number of improvements happened since the 2.4 release...
13:40:23kurzhaarrockerdb browser ...
13:41:28amiconnPlayer graphics, multivolume and hotswap for Ondio...
13:41:48kurzhaarrockerPlayer graphics? With those 8 definable characters?
13:41:55amiconnyup
13:41:59kurzhaarrockercool
13:42:10ashridahplayer graphics?
13:42:31amiconnI ported the snow, mosaique, cube snow, and logo plugins
13:42:48amiconnSo much snow.. ;)
13:43:11kurzhaarrockerWhy didn't you port the viedeo plugin? :)
13:43:57amiconnVideo with 20x14 pixels?
13:45:26amiconnkurzhaarrocker: If you have no player, you can try this in a simulator. The sims are somewhat slower than the real target though
13:45:27kurzhaarrockerI admit you wouldn't recognize much with that resolution but that reason didn't prevent the 112 x 64 video either.
13:46:05*kurzhaarrocker tries
13:47:12 Quit ashridah ("Leaving")
13:47:19 Join ashridah [0] (ashridah@220-253-120-63.VIC.netspace.net.au)
13:47:29*ashridah mutters
13:53:18kurzhaarrockerls
13:53:18kurzhaarrockerAre up/down <-> left/right swapped in the player simulator?
13:53:54 Join Guest1046740 [0] (na@ti521110a080-0416.bb.online.no)
13:55:32 Quit thegeek (Read error: 54 (Connection reset by peer))
13:56:26*kurzhaarrocker sees the simulator snow
13:56:29kurzhaarrockermadness
13:56:41amiconnkurzhaarrocker: No; the player has no up/down
13:57:24kurzhaarrockerI simply am confused because I am used to the controls of the recorder.
13:59:26kurzhaarrockerDoes the micronas chip of the player support a peak meter?
14:00
14:00:25ashridahanyway, time to crash. night
14:00:27 Quit ashridah ("sleep")
14:05:08amiconnkurzhaarrocker: No.
14:05:15kurzhaarrocker:(
14:06:26*HCl apt-get dist-upgrades with 5mb/s :/
14:18:12 Quit Guest1046740 (sterling.freenode.net irc.freenode.net)
14:18:12NSplitsterling.freenode.net irc.freenode.net
14:18:12 Quit elinenbe (sterling.freenode.net irc.freenode.net)
14:18:12 Quit webmind (sterling.freenode.net irc.freenode.net)
14:18:12 Quit bobTHC (sterling.freenode.net irc.freenode.net)
14:18:12 Quit gromit` (sterling.freenode.net irc.freenode.net)
14:18:12 Quit [Zmaj] (sterling.freenode.net irc.freenode.net)
14:18:12 Quit CoCoLUS (sterling.freenode.net irc.freenode.net)
14:18:12 Quit ncrawla (sterling.freenode.net irc.freenode.net)
14:18:12 Quit nozomiyume (sterling.freenode.net irc.freenode.net)
14:18:12 Quit mbr (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Bagder (sterling.freenode.net irc.freenode.net)
14:18:12 Quit QT (sterling.freenode.net irc.freenode.net)
14:18:12 Quit HCl (sterling.freenode.net irc.freenode.net)
14:18:12 Quit pabs (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Lynx_ (sterling.freenode.net irc.freenode.net)
14:18:12 Quit tvelocity (sterling.freenode.net irc.freenode.net)
14:18:12 Quit hile (sterling.freenode.net irc.freenode.net)
14:18:12 Quit pill (sterling.freenode.net irc.freenode.net)
14:18:12 Quit DeadMan (sterling.freenode.net irc.freenode.net)
14:18:12 Quit einhirn (sterling.freenode.net irc.freenode.net)
14:18:12 Quit edx (sterling.freenode.net irc.freenode.net)
14:18:12 Quit lostlogic (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Patr3ck_ (sterling.freenode.net irc.freenode.net)
14:18:12 Quit amiconn (sterling.freenode.net irc.freenode.net)
14:18:12 Quit kurzhaarrocker (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Schee (sterling.freenode.net irc.freenode.net)
14:18:12 Quit dwihno (sterling.freenode.net irc.freenode.net)
14:18:12 Quit silencer1 (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Nibbler (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Hadaka (sterling.freenode.net irc.freenode.net)
14:18:12 Quit crwl (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Seed (sterling.freenode.net irc.freenode.net)
14:18:12 Quit StrathAFK (sterling.freenode.net irc.freenode.net)
14:18:12 Quit courtc (sterling.freenode.net irc.freenode.net)
14:18:12 Quit mrelwood (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Tipi^ (sterling.freenode.net irc.freenode.net)
14:18:12 Quit wacky_ (sterling.freenode.net irc.freenode.net)
14:18:12 Quit rob- (sterling.freenode.net irc.freenode.net)
14:18:12 Quit kergoth`bbl (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Rick (sterling.freenode.net irc.freenode.net)
14:18:12 Quit ze (sterling.freenode.net irc.freenode.net)
14:18:12 Quit Aison (Operation timed out)
14:18:12 Quit crash_ (Read error: 54 (Connection reset by peer))
14:18:12 Quit rasher (Connection reset by peer)
14:23:50DEBUGEOF from server (Connection timed out) (snapshot: netstuff.c line 545)
14:23:50***Cleanup
14:23:50***Cleanup
14:23:50***Saving seen data "./dancer.seen"
14:23:50***Exit
14:23:50***Started Dancer V4.16
14:23:50***Connected to irc.freenode.net on port 6667
14:23:50***Logfile for #rockbox started
14:23:52***Server message 501: 'logbot :Unknown MODE flag'
14:23:52Mode"logbot :+i" by logbot
14:23:53 Join logbot [242] (~bjst@labb.contactor.se)
14:23:53 Join crash_ [0] (~crash@a15167580.alturo-server.de)
14:23:53 Join izzy [0] (laitinei@huippu.net)
14:23:53 Join Ais [0] (~hans@zux166-181.adsl.green.ch)
14:23:53 Join Heidelbaer [0] (~h@pD9530F1A.dip.t-dialin.net)
14:23:53 Join t0mas [0] (~Tomas@ip503c08d1.speed.planet.nl)
14:23:53 Join Guest1046740 [0] (na@ti521110a080-0416.bb.online.no)
14:23:53 Join Patr3ck_ [0] (~patr3ck@pD9ECED57.dip.t-dialin.net)
14:23:53 Join tvelocity [0] (tony@chan530-a188.otenet.gr)
14:23:53 Join amiconn [0] (~jens@pD9E7F7AF.dip.t-dialin.net)
14:23:53 Join kurzhaarrocker [0] (~Phil@p5487C43C.dip0.t-ipconnect.de)
14:23:53 Join mrelwood [0] (~54e68f7e@labb.contactor.se)
14:23:53 Join Schee [0] (~SeeSchlos@ARennes-352-1-9-238.w83-195.abo.wanadoo.fr)
14:23:53 Join crwl [0] (~crawlie@adsl-37.130-DynIP.ssp.fi)
14:23:53 Join rob- [0] (~robbie@haylott.plus.com)
14:23:53 Join Hadaka [0] (naked@naked.iki.fi)
14:23:53 Join dwihno [0] (~dw@81.8.224.89)
14:23:53 Join kergoth`bbl [0] (~kergoth@covenant.kergoth.com)
14:23:53 Join Rick [0] (rick@Rick.user)
14:23:53 Join silencer1 [0] (~silencer@zen.via.ecp.fr)
14:23:53 Join Tipi^ [0] (~tipi@adsl-38.166-DynIP.ssp.fi)
14:23:53 Join Seed [0] (ben@l192-114-41-133.broadband.actcom.net.il)
14:23:53 Join ze [0] (ze@adsl-69-231-231-112.dsl.irvnca.pacbell.net)
14:23:53 Join courtc [0] (~court@adsl-33-161-167.asm.bellsouth.net)
14:23:53 Join wacky_ [0] (~wacky@modemcable011.4-37-24.mc.videotron.ca)
14:23:53 Join Nibbler [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
14:23:53 Join StrathAFK [0] (~mike@dgvlwinas01pool0-a241.wi.tds.net)
14:23:53 Join lostlogic [0] (~lostlogic@node-4024215a.mdw.onnet.us.uu.net)
14:23:53 Join einhirn [0] (Miranda@bsod.rz.tu-clausthal.de)
14:23:53 Join edx [0] (edx@p54879E9C.dip.t-dialin.net)
14:23:53 Join DeadMan [0] (Rori@deadman3000.plus.com)
14:23:53 Join pill [0] (dearth@ip-130.net-82-216-140.issy4.rev.numericable.fr)
14:23:53 Join hile [0] (hile@62.142.228.114)
14:23:53 Join QT [0] (as@area51.users.madwifi)
14:23:53 Join Bagder [0] (~daniel@1-1-5-26a.hud.sth.bostream.se)
14:23:53 Join mbr [0] (~mb@stz-softwaretechnik.de)
14:23:53 Join nozomiyume [0] (~vthakkar@ip-133-194.station.sony.com)
14:23:53 Join Lynx_ [0] (HydraIRC@134.95.189.59)
14:23:53 Join ncrawla [0] (chris@128-8-243-144.umd.edu)
14:23:53 Join CoCoLUS [0] (~coco@h081217139221.dyn.cm.kabsi.at)
14:23:53 Join HCl [0] (hcl@titania.student.utwente.nl)
14:23:53 Join pabs [0] (~pabs@xor.pablotron.org)
14:23:53 Join [Zmaj] [0] (zmaj@liebt.polnische.putzen.am.telefon.und.das.ist.auch.gut-s0.de)
14:23:53 Join bobTHC [0] (~foo@l06v-6-179.d1.club-internet.fr)
14:23:53 Join webmind [0] (~webmind@217-195-236-172.dsl.esined.net)
14:23:53 Join elinenbe [0] (~elinenbe_@65.115.46.225)
14:23:53 Join gromit` [0] (~gromit`@ras75-5-82-234-244-69.fbx.proxad.net)
14:23:53***Server message 477: 'logbot #rockbox :[freenode-info] help freenode weed out clonebots, please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup'
14:30:47 Join rasher [0] (rasher@zork.zork.net)
14:31:05 Join Liehbeth [0] (~negk@68-190-48-83.cpe.ga.charter.com)
15:00
15:17:58 Join asdsd [0] (~asdsd@h-67-100-24-22.miatflad.dynamic.covad.net)
15:35:28Lynx_OT: does anyone know a plugin/player that allows you just to play a few seconds of the songs in the playlist, peferably from the middle of the mp3?
15:47:55CoCoLUStheres an oggpreview plugin for foobar... it takes x seconds of every selected track and then creates a faded mix of those samples
15:52:03Lynx_does that only work for ogg?
15:53:35CoCoLUSno it works for every type but the resulting file is ogg
16:00
16:07:44 Quit lostlogic ("Going to the moon")
16:23:52***Saving seen data "./dancer.seen"
16:44:02 Join [IDC]Dragon [0] (~d90a3255@labb.contactor.se)
16:44:46[IDC]DragonLynx_: you can abuse the talkbox feature for preview
16:44:49 Join lolo-laptop [0] (~lostlogic@68.251.84.226)
16:45:13Lynx_[IDC]Dragon: how that?
16:45:43[IDC]Dragonclip a middle part of your music file into filename.talk
16:46:15[IDC]Dragonit doesn't have to be voice...
16:46:25[IDC]Dragonk
16:47:37 Quit elinenbe (" HydraIRC -> http://www.hydrairc.com <- :P")
16:53:01 Join cYmen [0] (~cymen@nat-ph3-wh.rz.uni-karlsruhe.de)
16:53:36 Quit [IDC]Dragon ("CGI:IRC (EOF)")
16:53:52kurzhaarrockerHm. Slightly changed that could be a useful feature for the browser. Imagine something like an acustic tooltip. When you rest the cursor on a mp3 file for > 1sec it tries to playback an excerpt of it.
16:55:20Lynx_i was more looking for a way to clip many middle parts of files into one, that is the hard part
17:00
17:05:51 Part kurzhaarrocker
17:07:15 Join mecraw [0] (fwuser@69.2.235.2)
17:15:33t0mashmz...
17:15:39t0masBagder?
17:15:58t0masI think our syntax idea isn't really ideal...
17:16:16t0masbecause it would have to load the file form disk every time it refreshes the wps...
17:16:50 Join R3nTiL [0] (~zorroz@217.30.249.113)
17:17:20rasherguh, telemarketer :(
17:19:38dwihnoYay!
17:19:57rasherAt least regular companies aren't allowed this
17:20:35rasherOnly newspapers (for some reason) and security (like first aid, fire-protection) companies
17:20:45rasherand then of course market research companies
17:23:54 Quit tvelocity ()
17:24:04Lynx_market research is the root of all evil
17:24:48rasherI'm sortof torn about it.. because on the one hand, they're annoying as hell, but on the other hand, they tell companies who to bother and who not to bother with
17:26:43Lynx_i meant more the 'collect as much data as we can' part
17:27:07rasherlike what, I only talked with them once or twice
17:27:54rasherand it seemed fairly focused on two subjects
17:27:56*t0mas alway's ask's em to call back
17:28:13t0masand keeps saying that for a few days..
17:28:20t0masnormally they just give up :P
17:28:37rasherheh
17:31:26 Quit R3nTiL ()
17:34:40 Nick Lynx_ is now known as Lynx_awy (HydraIRC@134.95.189.59)
18:00
18:02:49 Quit mrelwood ("CGI:IRC (EOF)")
18:03:25 Quit Nibbler (Read error: 104 (Connection reset by peer))
18:03:43 Join Nibbler [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
18:03:44 Join NibbIer [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
18:03:48 Quit NibbIer (Read error: 104 (Connection reset by peer))
18:05:24 Quit Patr3ck_ ()
18:20:01 Quit Nibbler ("blubber")
18:20:56 Join Nibbler [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
18:20:56 Join NibbIer [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
18:21:02 Quit Nibbler (Read error: 104 (Connection reset by peer))
18:23:53***Saving seen data "./dancer.seen"
18:32:18 Join _Lucretia_ [0] (~munkee@abyss2.demon.co.uk)
19:00
19:03:15 Quit bobTHC ("Smoke Weed Every Day !")
19:13:55 Nick kergoth`bbl is now known as kergoth (~kergoth@covenant.kergoth.com)
19:26:40 Join Tang [0] (~chatzilla@ARennes-252-1-43-129.w83-195.abo.wanadoo.fr)
19:26:55 Quit NibbIer (Remote closed the connection)
19:26:57Tanghello
19:30:00 Join Nibbler [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
19:32:03t0mashi Tang
19:33:05Tanghi Tomas
19:33:07Tang:)
19:33:43t0masintresting conversation this way :P
19:33:47 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
19:34:19Tanglol
19:34:23Tangvery funny
19:34:28Tang:D
19:34:40Tangso about sunday discussion
19:34:51*t0mas check's the log..
19:34:54t0mas;)
19:34:57Tangis it Michel who was working on the API
19:35:33t0masoh ok
19:36:24t0mashe's really busy...
19:36:30t0masnot being kicked out of university...
19:36:52*t0mas has been working on image support for the WPS
19:36:55t0mas(seen my screenshot?)
19:37:27t0masbut after that... I'm availible to help with the API..
19:38:26TangEy very cool news
19:38:28Tang:)
19:39:52t0masLOOOOL
19:39:58*t0mas was reading his work email...
19:40:51t0mastranslated: "I have a usbstick, and I have inserted it into my desktop... And it showsup as J:\ now I have shared it... and when I check my laptop, it isn't there."
19:40:57t0masbut that in 20 lines...
19:41:08t0maswith a lat of !!! and ???? AND UPPER CASE
19:41:36t0mashelpdesk didn't get the problem... and forwarded it to me as "Hardware problem" for the laptop not detecting it :X
19:42:54 Quit Nibbler ("blubber")
19:49:12 Join Stryke` [0] (~Chairman8@24-168-110-99.si.rr.com)
19:55:17 Join einhirn [0] (Miranda@carlsberg.heim2.tu-clausthal.de)
20:00
20:03:50 Join mirak [0] (~mirak@AAubervilliers-152-1-26-241.w83-114.abo.wanadoo.fr)
20:23:55***Saving seen data "./dancer.seen"
20:31:02Tanghum sorry it was "Michiel" not "Michel"
20:31:16 Quit rob- (Success)
20:33:07t0masHCl == Michiel right?
20:34:19amiconnhttp://www.rockbox.org/twiki/bin/view/Main/IrcNicks tells me it's correct
20:35:02t0masok
20:36:04Tangoups i didn't noticed he was HCl
20:38:21t0masbut he is to busy
20:38:28t0masto maybe we should help him?
20:38:31t0masto = so
20:41:16Tangno skill AFAIC
20:41:19Tang:(
20:42:04t0mastotally nothing?
20:43:57Tangnothing
20:44:11Tangi'm just a litterature student
20:44:12Tang:(
20:44:32TangVery interested in new technolgies and informatic
20:44:33mirakahah
20:44:36mirak:)
20:44:43Tangbut no coding skill
20:45:00mirakin ten years the technologies will still be called like that
20:45:07Tang(the more i've done is HTML for a website)
20:45:22Tanglol
20:45:28mirakthat's better than me
20:45:33mirakI am informatician
20:45:35Tangit's just the usual denomination:
20:45:37miraknever done a website
20:45:39Tang"NTIC"
20:45:41mirakI hate html
20:45:52mirakthis is ugly
20:45:54Tanglol i rather HTML to flash
20:46:06Tangbut it's not a programmation language
20:46:29mirakhum
20:46:31TangOh i used a programmation language a little bit
20:46:36mirakyes not much
20:46:42Tangwas 4D proprietary language
20:46:55Tang(a Database programm)
20:48:04rashert0mas: is http://tomas.salfischberger.nl/dump/wps-test.png a live shot?
20:48:14t0massimulator
20:48:26rasherYeah but is it running code?
20:48:31rasheror just a mock-up
20:48:32t0masyes it is
20:48:35t0masno, code
20:48:37rasherExcellent :)
20:50:22rasherThat's really cool
20:50:32rasheralthough I'll probably end up not using it :S
20:51:35rasherfor the same reasons I'm running fluxbox and using it mostly for consoles
20:51:53 Quit asdsd ("Trillian (http://www.ceruleanstudios.com")
20:51:57rasherwhich reminds me, i should look at evilwm.
20:53:19t0masyeah, but some people wanted it...
20:53:41*t0mas think's he isn't gonna use the graphics options either..
20:53:44rasherYeah, most people would probably love it
20:53:59t0masyeah, I like some view too...
20:54:06t0masso I'm not sure...
20:54:31t0masthe way it's looking now is ok for me...
20:55:11t0masbut I don't like the overloaded interfaces some people want... full of images
21:00
21:00:03 Join asdsd [0] (~asdsd@h-67-100-33-22.miatflad.dynamic.covad.net)
21:00:29 Quit asdsd (Client Quit)
21:02:50 Join matsl [0] (~matsl@1-1-4-2a.mal.sth.bostream.se)
21:07:18t0masdamn... why don't they stuff these iRiver's with an AMD 64 and gig's of mem? ;)
21:07:27*t0mas has a resource problem...
21:07:42 Join webguest94 [0] (~44e5cff2@labb.contactor.se)
21:07:45t0mashi
21:08:28rasherheh, what's up? trying to factor large primes?
21:08:30 Quit webguest94 (Client Quit)
21:08:46Bagderhttp://www.ussg.iu.edu/hypermail/linux/kernel/0411.3/1648.html <= iRiver GPL violation
21:09:43t0masrasher: no, did that a few weeks ago on a cluster...
21:09:49t0masI'm just loading images :P
21:09:54t0masbut a few 100/sec
21:10:04t0maslittle mistake somewhere :)
21:11:26t0masBagder: our syntax idea has a little problem
21:11:34BagderI read your comment
21:11:51BagderI don't see how that is strictly related to the syntax
21:11:59t0masno
21:12:08t0masit's related to the parsing of the syntax
21:12:25Bagderwell, you see it as a feature!
21:12:32t0masthe %ia and other's are parsed in static char* get_tag(...)
21:12:37Bagderwith the alternating lines thing, we could alter images...
21:12:45t0masyes we could...
21:12:53t0maswe could even display a video that way
21:12:57Bagderhehe
21:13:01t0masbut it's gonna eat resources like hell
21:13:26Bagderso you could just remember what image you loaded last time and not load it again
21:13:39Bagderor?
21:14:17t0maswell... I was thinking of loading it when the .wps file is loaded
21:14:53t0masbut I'm not sure how to do that...
21:14:59t0mas(brb... phone)
21:16:22DeadManCruise & Spoilberg got competition :) http://www.computercrowsnest.com/sfnews2/04_sept/news0904_9.shtml
21:16:30DeadManhttp://www.pendragonpictures.com/WOTWKEY.html
21:22:33HClwha..?
21:23:15HCli don't work on the api..
21:24:34Tangsorry HCl
21:24:39HClish fine
21:24:39Tangi mistook again
21:24:45TangChamois corrected me
21:25:03Tangso i echoed the correction on my board
21:25:24Tangi've to go
21:25:30Tangbye evrey one
21:26:18Tangif you see Linus would you tell him i sent him a little private message for something not cocnerning Rbx
21:26:21Tang:)
21:27:02TangBye
21:30:19 Quit Tang ("Chatzilla 0.9.66 [Mozilla rv:1.7.5/20041108]")
21:56:42 Join ashridah [0] (ashridah@220-253-120-22.VIC.netspace.net.au)
21:56:42 Quit edx (Read error: 54 (Connection reset by peer))
22:00
22:04:07pabsah, nothing quite like saving the world from the albatross project and wiseman on your iriver
22:07:16 Quit Stryke` (Read error: 110 (Connection timed out))
22:08:21 Join edx [0] (edx@p54879E9C.dip.t-dialin.net)
22:10:09 Join Rob- [0] (~robbie@haylott.plus.com)
22:10:41 Quit ashridah ("Leaving")
22:11:22 Quit Lynx_awy (Read error: 104 (Connection reset by peer))
22:19:26 Join Nibbler [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
22:19:26 Join NibbIer [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
22:19:28 Join xNibbler [0] (~sven@port-212-202-73-247.dynamic.qsc.de)
22:19:31 Quit Nibbler (Read error: 54 (Connection reset by peer))
22:19:35 Quit xNibbler (Read error: 104 (Connection reset by peer))
22:19:44 Nick NibbIer is now known as Nibbler (~sven@port-212-202-73-247.dynamic.qsc.de)
22:21:45*t0mas is going to bed
22:21:47 Quit t0mas ("goodnight")
22:23:57***Saving seen data "./dancer.seen"
22:43:47DeadManIt's a pain being technically minded. Stupid people pester you too much for free advice.
22:44:25DeadManI've wasted far too much time helping my brother setup his home cinema system
22:52:59HClheh
22:57:16 Join XShocK [0] (~XShocK@pcp09492659pcs.nrockv01.md.comcast.net)
22:57:29XShocKrockboy music works. :)
22:57:46HClcool :)
22:57:53HClcan you make a clean patch?
22:57:59rashersend to hcl so he can commit at once!
22:58:26XShocKthere are several files to patch. :)
22:58:31XShocKi will make it
23:00
23:15:55rasherOh boy, evilwm is great
23:20:26 Join tvelocity [0] (tony@chan530-a099.otenet.gr)
23:21:16HClo.o
23:21:26*HCl prods XShocK
23:23:32XShocKwhile cleaning the code i messed something. :)
23:25:40HClokies
23:25:43HCl X:
23:30:35 Join Stryke` [0] (~Chairman8@24-168-110-99.si.rr.com)
23:40:42 Join Bippy [0] (~5198273d@labb.contactor.se)
23:41:29 Quit Bippy (Client Quit)
23:41:31 Join Bippy [0] (~5198273d@labb.contactor.se)
23:42:36 Part Bippy
23:43:30XShocKftp://raurin.no-ip.com/rockboy_update.zip
23:43:44XShocKthese are files that needs to be changed. not patches.
23:43:55HClmk
23:44:36XShocKHCl: can you build rockboy? because there is a problem. you will hear it. :)
23:45:03 Join elinenbe [0] (trilluser@207-237-225-9.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com)
23:45:16HClyea.. i'm a bit busy with other stuff
23:45:20XShocKok
23:45:25HCllet me take a look at the patch now
23:45:59XShocKhow do i make patches? i don't know, never used cvs for commiting. :)
23:46:26XShocKdiff something... i can find out, but beter ask. :)
23:46:34Bagderhttp://www.rockbox.org/twiki/bin/view/Main/WorkingWithPatches
23:46:47 Quit Heidelbaer ()
23:47:37XShocKok. pretty easy :)
23:51:08*HCl makes a patch out of it
23:51:23HCldiff -r -C 2 <olddir> <newdir>
23:52:36mirakwhat are the cpu freq of the H300 ?
23:55:00Bagdermirak: the same as the h1x0
23:55:09Bagder11 - 140 MHz
23:56:20mirak11 - 140 ?
23:56:25miraka range ?
23:56:36mirakwhat is 11 ? Bagder
23:56:38XShocKftp://raurin.no-ip.com/patch
23:57:02Bagdera range, yes
23:57:11Bagder11 is minimum
23:57:15Bagder140 maximum
23:57:24mirakdo you think it could be theoritically possible to achieve better frame rate with video playing ?
23:57:37Bagderbetter than what?
23:57:38HClXShocK: other way around
23:57:48mirakI mean it's feasible to play a divx on a 400mhz cpu. Even a powerpc
23:58:09mirakhere the size of the video is 4 times less the surface of a "normal" divx
23:58:17mirakmore than 4 times in fact
23:58:31Bagder"even" a powerpc?
23:58:40Bagdera powerpc is lots more powerful than coldfire
23:58:47mirakwell you are right I should say even on intel
23:58:55Bagderintel is too
23:59:00mirakat same freq ppc is better than intel

Previous day | Next day