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 2009-12-11

00:03:09***Saving seen data "./dancer.seen"
00:05:37LambdaCalculus37It didn't do that to me with the T.
00:07:09LambdaCalculus37But then again, I barely got far with it!
00:13:06 Quit LambdaCalculus37 ("Fwump")
00:14:07 Quit BlakeJohnson86 (Read error: 110 (Connection timed out))
00:18:00 Quit BlakeJohnson861 (Remote closed the connection)
00:19:10Unhelpfulhrm, might that same shift-and-round sequence make sense on beast even when there's not an extra addition to be done? instead of (x + (1<<(y-1))) >> y, doing asm( "movs %[x], %[x], lsr %[y]\n\t" "adc %[x], %[x], #0" ...)
00:20:52Unhelpfulit would save a register used to form y-1, and it would be fewer register-specified shifts, since those interlock on ARM11... the two instructions have no interlock with each other, just the 1-cycle possible interlock for the register holding y
00:21:25 Join BlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
00:25:58 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
00:28:27 Quit pamaury ("exit(*(int *)0 / 0);")
00:42:20 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
00:45:10 Quit PaulJam_ (Nick collision from services.)
00:45:24 Join PaulJam__ [0] (i=Paule@vpn-3149.gwdg.de)
00:47:08 Join mt [0] (n=mtee@rockbox/developer/mt)
01:00
01:07:03 Join DerPapst [0] (n=DerPapst@dslb-084-059-073-193.pools.arcor-ip.net)
01:13:45 Join KBH [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
01:16:09 Quit HBK (Read error: 60 (Operation timed out))
01:16:17 Nick KBH is now known as HBK (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
01:17:20 Quit flydutch ("/* empty */")
01:18:44Unhelpfulhrm, i think pow2_int in apps/codecs/libfaad/common.c may actually contain an error.. it returns round(2^n) with a fixed-point input and integer output, but it actually is always returning 0 if the whole part of the input is <= 0. this doesn't seem quite right, it does rounding for larger inputs and 2^x should round to 1 or more for all x >= -1
01:28:14 Quit huelk_ ("Ex-Chat")
01:32:27 Join ansuz [0] (n=ansuz@c-98-219-218-216.hsd1.pa.comcast.net)
01:33:44 Quit rphillips (Read error: 104 (Connection reset by peer))
01:34:27 Quit PaulJam__ (Read error: 110 (Connection timed out))
01:34:33 Quit Thundercloud (Remote closed the connection)
01:36:43Unhelpfulit appears it *is* an error, cvs version from the time of our faad2 checkout (to look at the float code) uses pow(2.0, x) in place of pow2_int and pow2_fix... therefore they should presumably be returning the best possible representation of the float value pow(2.0,x) in their respective output formats.
01:38:13 Join rphillips [0] (n=rphillip@66-90-184-91.dyn.grandenetworks.net)
01:40:30 Part toffe82
01:43:02 Quit TaZzZ ("ZNC - http://znc.sourceforge.net")
01:44:31 Join TaZzZ [0] (i=GamingEx@hidden.botpack.eu)
01:49:17pixelmatomers: it's in manual/platform/keymap-*
01:49:48pixelmaand put there manually
01:54:24 Quit Byan (Read error: 104 (Connection reset by peer))
01:56:01JdGordon|pixelma: get a chance to try early usb yet?
02:00
02:03:10***Saving seen data "./dancer.seen"
02:04:21 Quit DerPapst ("Leaving.")
02:07:40pixelmano, haven't yet
02:12:36 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
02:38:04 Quit Rondom (Nick collision from services.)
02:38:07 Join Rondom [0] (n=quassel@dslb-084-057-164-123.pools.arcor-ip.net)
02:41:21 Join Spinetti_ [0] (n=krabador@79.52.177.217)
02:41:23*FlynDice still looking for fuze and clip test on FS #10838 when someone find time.....
02:41:50 Quit Spinetti_ (Client Quit)
02:49:20 Quit akur ("Leaving.")
02:59:11 Join william [0] (n=william@pool-71-105-76-195.lsanca.dsl-w.verizon.net)
02:59:37williamhello, are you familiar with rockbox?
02:59:39 Nick william is now known as Guest51252 (n=william@pool-71-105-76-195.lsanca.dsl-w.verizon.net)
03:00
03:00:36 Part Guest51252 ("Leaving")
03:04:32 Join FOAD_ [0] (n=dok@dinah.blub.net)
03:05:53 Quit FOAD (Read error: 60 (Operation timed out))
03:05:54 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net)
03:10:39 Quit efyx_ (Remote closed the connection)
03:20:33 Quit FlynDice (Remote closed the connection)
03:23:00 Join FlynDice [0] (n=FlynDice@24.19.225.90)
03:23:44 Join CaptainKewl [0] (n=jason@207-237-117-89.c3-0.80w-ubr2.nyr-80w.ny.cable.rcn.com)
03:25:19FlynDicesaratoga: Thanks for testing that any chance your clip is handy......
03:25:36saratogaFlynDice: sorry left it at home, but i can test it later
03:25:45FlynDicethanks
03:31:43 Join BHSPitMonkey [0] (n=stephen@unaffiliated/bhspitmonkey)
03:31:51 Join n17ikh [0] (n=n17ikh@host-69-59-126-212.nctv.com)
03:33:58 Quit BHSPitMonkey (Remote closed the connection)
03:34:38 Quit robin0800 (Read error: 145 (Connection timed out))
03:35:11 Join BHSPitMonkey [0] (n=stephen@unaffiliated/bhspitmonkey)
03:37:26Unhelpfulhrm, how is a register-based shift on ARM handled if the shift register is negative? if i read correctly, this is equivalent to shift == 32... so if i want to shift either way i must explicitly test, negate, and shift the opposite direction?
03:44:09 Part froggyman
03:56:24 Quit MethoS- (Remote closed the connection)
04:00
04:03:14***Saving seen data "./dancer.seen"
04:07:02 Join webguest72 [0] (n=44e6190f@giant.haxx.se)
04:07:17 Join n00b12345 [0] (i=44e6190f@gateway/web/freenode/x-elxwqeqjrysrwwxf)
04:07:28 Quit webguest72 (Client Quit)
04:10:16n00b12345guys, I have some music on my C200 but I don't know how to manage it from the PC
04:10:22n00b12345it's on Database not on Folders
04:10:38n00b12345I can't see anything from the PC
04:11:02n00b12345if I plug the player on C200 normal mode I see free space like 2MB but no files inside
04:11:06JdGordon|show hidden folders
04:12:09n00b12345wtf, I'm retard
04:12:10n00b12345thanks
04:17:02 Quit CaptainKewl (Remote closed the connection)
04:27:32 Join fdinel [0] (n=Miranda@modemcable235.127-131-66.mc.videotron.ca)
04:29:00 Join CaptainKewl [0] (n=jason@207-237-117-89.c3-0.80w-ubr2.nyr-80w.ny.cable.rcn.com)
04:30:22 Quit kugel (Read error: 113 (No route to host))
04:40:28 Quit n00b12345 ("Page closed")
04:53:37 Quit BHSPitMonkey (Connection timed out)
05:00
05:03:55Unhelpfulhrm. would somebody mind taking a look at these? as i understand shift-by-register on ARM, they ought to produce identical results... but that's not what i'm seeing. http://pastie.org/738451
05:04:09 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
05:17:23 Quit JdGordon (Ping timeout: 180 seconds)
05:21:18 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon)
05:37:26 Join Waltertaucher [0] (n=cc398e03@giant.haxx.se)
05:38:23WaltertaucherNoob here but on sansa e200 v1 r23928 has iriver files and will cause codex error if loaded
05:41:13 Quit Waltertaucher (Client Quit)
05:48:06 Quit Horscht ("Verlassend")
05:53:24CIA-6New commit by FlynDice (r23929): Sansa AMS: Assume IDE_CLK is used as MCLK for internal SD. We assumed PCLK previously. ...
06:00
06:02:17Unhelpfulah, i think i see the issue, the lsrs leaves carry untouched if shift == 0, doesn't it?
06:03:18***Saving seen data "./dancer.seen"
06:13:29 Quit ansuz (Read error: 60 (Operation timed out))
06:15:22 Join thims [0] (i=bushblow@gateway/shell/blinkenshell.org/x-tzusvsydubfzrkvi)
06:15:47thimsdoes anyone know where I could find the specifics on how the click wheel works?
06:16:09thimsI cant seem to find any documentation anywhere on it, nor can I find a datasheet for the main IC in its circuitry
06:18:14 Join ansuz [0] (n=ansuz@c-98-219-218-216.hsd1.pa.comcast.net)
06:22:57 Quit Tomis (Read error: 104 (Connection reset by peer))
06:30:01 Join ansuz_ [0] (n=ansuz@c-98-219-218-216.hsd1.pa.comcast.net)
06:38:33 Quit ansuz (Read error: 110 (Connection timed out))
06:41:01 Join martian67 [0] (n=arkfar@about/linux/regular/martian67)
06:42:14 Quit Strife89 ("See ya.")
06:46:05 Join ansuz__ [0] (n=ansuz@98.219.218.216)
06:52:44 Join FOAD_ [0] (n=dok@dinah.blub.net)
06:54:29 Join Xerion_ [0] (i=xerion@82.170.197.160)
06:55:02 Quit ansuz_ (Read error: 110 (Connection timed out))
06:57:40 Join ansuz [0] (n=ansuz@c-98-219-218-216.hsd1.pa.comcast.net)
06:57:45 Quit ansuz__ (Read error: 131 (Connection reset by peer))
07:00
07:06:52 Join bluebrother [0] (n=dom@78.53.155.131)
07:09:47 Quit FOAD (Read error: 110 (Connection timed out))
07:09:47 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net)
07:10:37 Quit Xerion (Read error: 110 (Connection timed out))
07:10:38 Nick Xerion_ is now known as Xerion (i=xerion@82.170.197.160)
07:19:51 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
07:21:10 Quit liar (Read error: 113 (No route to host))
07:22:51 Quit bluebroth3r (Read error: 110 (Connection timed out))
07:29:15 Join Tomis [0] (n=Tomis@70.134.85.242)
07:34:35 Join Zaba_ [0] (n=zaba@about/goats/billygoat/zaba)
07:35:31 Join PaulJam [0] (i=Paule@vpn-3223.gwdg.de)
07:39:57 Join einhirn [0] (n=Miranda@bsod.rz.tu-clausthal.de)
07:46:36 Quit tomers (Read error: 113 (No route to host))
07:48:28 Quit Zaba (Read error: 110 (Connection timed out))
07:52:49 Quit scorche (" rawr...that is all...rawr")
08:00
08:03:21***Saving seen data "./dancer.seen"
08:03:27 Join scorche [50] (n=scorche@rockbox/administrator/scorche)
08:04:15 Quit angelwolf71885 ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
08:10:49 Join stoffel [0] (n=quassel@p57B4CA08.dip.t-dialin.net)
08:10:50 Join Bagder [0] (n=dast@giant.haxx.se)
08:12:18 Join Lss [0] (n=Lss@59.189.92.91)
08:17:32amiconnUnhelpful: lsrs is a pseudo-op (in ARM mode) I wouldn't use because it obfuscates things
08:19:10amiconnAnd the asm is probably not working because it only handles half of what the C function handles
08:19:39amiconnShift can obviously be either >0, meaning right-shift, or <0, meaning left-shift
08:20:44topikFlynDice: somehow your latest patch changed how rockbox sees the uSD card in my Fuze
08:21:52topikboth internal and external are listed as 'Rev 8.0', and the uSD card is now 50Mbit/s
08:22:30 Join ender` [0] (i=krneki@84.255.206.8)
08:23:26Unhelpfulamiconn: i got the impression that the low seven bits of the source register were interpreted as an unsigned value... so a negative value in the shift register would be >32, clearing the destination register.
08:24:59 Quit CaptainKewl (Remote closed the connection)
08:26:22amiconnYes, that's what happens because you're not handling the shift<0 case
08:29:05Unhelpfulbut i am, or at least i thought i was. if shift >0, the movs shifts the value right and stores the last-bit-shifted-out in C, then the rsb inverts the shift value, then the adc adds val lsl shift (which will be 0) plus the C, so that the rounding is also handled there
08:29:10amiconnAnd according to the arm reference manual it's the low 8 bits which are used in a shift-right-by-register operation
08:29:24 Quit ansuz (Remote closed the connection)
08:29:38 Join ansuz [0] (n=ansuz@c-98-219-218-216.hsd1.pa.comcast.net)
08:30:37Unhelpfulif shift <0, the initial movs clears C and stores 0 to the output register, then rsb inverts shift, so the adc adds val << (-shift) to the zero already stored
08:31:04amiconnDoes it really always clear the output reg?
08:32:05amiconnAssuming that the actual value stays within the +/-31 range, it should though
08:32:40amiconnBut the result will definitely be wrong for shift == 0
08:33:25amiconnIndependent of the carry bit, it will double the value
08:33:26Unhelpfulbecause C is untouched by the first movs in that case? i looked for an explicit clear carry or clear flags instruction. the best i could come up with was to tst any register with #256 :/
08:33:57Unhelpful...*oh*, and because adds the value to itself in that case.
08:34:03amiconnyep
08:35:07Unhelpfulmake the rsb an rsbs, and add a moveq %[val], #0?
08:35:32Unhelpfulah, but that would set the carry bit, too, wouldn't it?
08:36:31amiconnHmm, actually I think the function is always wrong for shift > 0
08:36:48amiconnAnd your adc is missing an operand
08:37:37 Join Utchybann_ [0] (n=lolo@ede67-1-81-56-102-26.fbx.proxad.net)
08:37:44Unhelpfulindeed it is... i wonder what exactly the assembler is turning that into...
08:40:01 Join nosa-j [0] (n=k@adsl-235-26-175.clt.bellsouth.net)
08:40:51nosa-jhay there will rockbox run at all on the nano chronomatic, i know some stuff can be done with the 2ng gen but i was wonder if the same can be done with the chronomatic
08:40:55amiconnWhat it should do is essentially a right shift with rounding
08:41:03scorchenosa-j: nope
08:42:02Unhelpfulamiconn: shift >0 is supposed to do a rounded right shift. shift <= 0 should be a left shift. i think it needs some tinkering still. :/
08:47:06 Join flydutch [0] (n=flydutch@host140-41-dynamic.116-80-r.retail.telecomitalia.it)
08:50:13 Join Zagor [242] (n=bjorn@rockbox/developer/Zagor)
08:50:26amiconnUnhelpful: Did you test this in a plugin or so, comparing C and asm?
08:50:36 Join ansuz_ [0] (n=ansuz@c-98-219-218-216.hsd1.pa.comcast.net)
08:51:27Unhelpfulactually i did, along with the function that uses it... and it gets correct results even for cases where it would be using shift==0. that's after i added a clear-carry before the shift.
08:53:15amiconnThat is odd, because shift == 0 is definitely broken unless I'm missing something
08:54:11Unhelpfulit looks to me like it should be quite broken, too... it should be doubling the value, because of the addition.
08:54:43linuxstbnosa-j: This page shows what's possible at the moment on the newer ipods - http://l4n.clustur.com/index.php/Status
09:00
09:00:20Unhelpfulyou know what, i actually wasn't testing the shift==0 case. this is the last step in a fixed-point-input, integer-output 2^n function, and i tested it with inputs where the whole part == 0, but the case i actually need to hit shift==0 is whole == 14
09:03:36 Quit nosa-j (Read error: 110 (Connection timed out))
09:04:57 Join petur [50] (n=petur@rockbox/developer/petur)
09:05:08Unhelpfulso as soon as a file decodes that will calculate 2^14.x this is wrong. not that it seems to impact the output *audibly*. the function as it is in svn is also not really right, inputs <0 and >=-0.5 produce 0 where round(2.0^n) would be 1. and fixing that didn't make it sound different, either. :/
09:07:45 Quit JdGordon (Read error: 113 (No route to host))
09:08:22 Quit gevaerts (Nick collision from services.)
09:08:34 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
09:10:39 Quit ansuz (Read error: 110 (Connection timed out))
09:16:20 Quit Guest1171 (Remote closed the connection)
09:16:34 Join Tristan [0] (n=Tristan@i.dont.want.to.die.virgin.net.in)
09:16:58 Nick Tristan is now known as Guest44305 (n=Tristan@i.dont.want.to.die.virgin.net.in)
09:23:59 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
09:27:18 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
09:28:58 Quit robin0800 (Remote closed the connection)
09:34:17 Join maruk [0] (n=papier@titanium.sdv.fr)
09:46:04 Quit Thundercloud (Remote closed the connection)
10:00
10:02:29 Quit PaulJam (Read error: 110 (Connection timed out))
10:03:25***Saving seen data "./dancer.seen"
10:06:03 Join hebz0rl [0] (n=hebz0rl@dslb-088-065-063-180.pools.arcor-ip.net)
10:06:32 Quit faemir ("Leaving")
10:19:44 Join DerPapst [0] (n=DerPapst@188.107.209.186)
10:25:04 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
10:26:28 Join ennui [0] (n=ennui@dslb-088-068-198-019.pools.arcor-ip.net)
10:28:35 Quit ennui (Client Quit)
10:29:55 Join Kitr88 [0] (n=Kitarist@89.143.74.165)
10:30:18 Quit Kitar|st (Read error: 104 (Connection reset by peer))
10:31:51 Join jordan`` [0] (n=jordan@78.235.252.137)
10:36:17 Quit jordan` (Read error: 110 (Connection timed out))
10:39:11 Quit Kitr88 (Read error: 145 (Connection timed out))
10:39:47 Join Kitar|st [0] (i=Kitarist@195.250.199.61)
10:41:00 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
11:00
11:00:12 Join noise1 [0] (n=TekDaHoR@71.90.170.30)
11:00:33noise1wat
11:00:52 Part noise1
11:03:08 Join Transformer [0] (n=Transfor@67.86.52.96)
11:06:07 Part Transformer
11:16:49 Join PaulJam [0] (i=Paule@vpn-3060.gwdg.de)
11:20:42 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
11:28:49 Part thims
11:35:42 Join tomers [0] (n=chatzill@bzq-84-109-85-100.red.bezeqint.net)
11:41:17 Join gtkspert_ [0] (n=gtkspert@203-59-213-206.dyn.iinet.net.au)
11:42:18 Quit gtkspert (Read error: 60 (Operation timed out))
11:46:45CIA-6New commit by tomers (r23930): Manual: Song rating control is a list, and therefore no need to explain what ...
11:48:44 Quit PaulJam (Read error: 110 (Connection timed out))
11:59:13CIA-6New commit by tomers (r23931): Manual: Use proper action for leaving preset list
12:00
12:00:20 Quit dfkt ("-= SysReset 2.53=- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.")
12:01:06 Join kugel [0] (i=kugel@rockbox/developer/kugel)
12:03:28***Saving seen data "./dancer.seen"
12:05:50 Join watto [0] (n=watto@193.203.81.165)
12:07:22 Quit phanboy4 (Read error: 110 (Connection timed out))
12:15:44 Nick Zaba_ is now known as Zaba (n=zaba@about/goats/billygoat/zaba)
12:17:45 Quit Zagor ("Don't panic")
12:20:37 Quit hebz0rl (Read error: 104 (Connection reset by peer))
12:21:03 Quit DerPapst ("Leaving.")
12:25:15 Quit goffa (Read error: 110 (Connection timed out))
12:35:40 Quit stoffel (Remote closed the connection)
12:43:05 Quit tomers (Read error: 113 (No route to host))
12:44:30Unhelpfulamiconn: ah, i think i have it figured out. i can either add the rounding bit explicitly with an adc %[out], %[out], #0 and then use moveq (as a negative shift will have set Z in the initial movs) to write the left-shifted value over %[out], or i can add a movne [%val], #0 to clear val - in which case the adc won't add anything but the carry bit. either should handle the shift==0 case nicely, but the first is probably more friendly to arm
12:44:30Unhelpful its early register interlocks.
12:46:10 Join xavieran [0] (n=xavieran@ppp118-209-112-86.lns20.mel4.internode.on.net)
12:48:07Unhelpfuli ended up with this: http://pastie.org/738751
12:48:44Unhelpfulthe first instruction still feels like obscure voodoo to me, but i didn't see anything about a set/clear flags instruction
12:49:33 Quit kugel (Read error: 110 (Connection timed out))
12:49:53Tornewhy do you need to clear the flags?
12:50:09 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
12:50:56UnhelpfulTorne: because if the shift is 0, the initial movs leaves C unchanged :/
12:51:51Tornereally? that's horrendously broken
12:52:18 Quit angelwolf71885 (Client Quit)
12:53:03Torneif so then, er
12:53:08TorneTST has the same problem, surely?
12:53:16TorneTST also sets C to shifter_carry_out
12:53:46 Join kood777 [0] (n=79b45a2c@giant.haxx.se)
12:53:59UnhelpfulTorne: yes, but shifter_carry_out, for an immediate operand, is set to the high bit of the rotated result. *if* the result is rotated.
12:54:10kood777hi~
12:54:15TorneOh christ so it is
12:54:27Torneorthogonal instruction set my arse.
12:54:30Unhelpfulso if the TST is against 0-255 C is unchanged
12:55:03Unhelpfulwhich is why i say this feels like voodoo
12:55:18Tornebut yes, you're right, that TST will clear C
12:55:28Torneand MOV always sets Z one way or the other
12:55:52Torneand clearing the flags using non-voodoo takes two instructions :)
12:56:40Unhelpfulas in, doing some math? :/
12:56:58Torneno, you just MSR a value into the flags..
12:57:05Tornebut you can only MSR from a register, not an immediate
12:57:18Torneso you need a register handy where the top bits are known to be zero
12:57:54Torneoh wait
12:57:59Torneno i'm an idiot
12:58:05 Quit kood777 (Client Quit)
12:58:06TorneMSR CPSR_f, #0
12:58:11 Join kood777 [0] (n=79b45a2c@giant.haxx.se)
12:58:15Tornethat clears the flags :)
12:58:35Unhelpfulif i feed the sign in reversed, i think there may be another way :)
12:58:50Tornewell the msr is nicer than tst :)
13:00
13:03:02kood777'
13:05:21 Quit jae ("leaving")
13:13:38 Join seani [0] (n=seani@78.33.109.70)
13:24:22 Join DerPapst [0] (n=DerPapst@p4FE8FE6A.dip.t-dialin.net)
13:26:05 Join teru [0] (n=teru@59.133.115.245)
13:26:19kood777.
13:29:04 Join goffa [0] (n=goffa@70.33.8.114)
13:29:53 Quit kood777 ("CGI:IRC")
13:31:15 Join kood777 [0] (n=79b45a2c@giant.haxx.se)
13:35:59topikkood777: is there anything you need?
13:42:52mc2739rasher: When you get a chance, can you update your simulator webpage for the new target names?
13:51:35 Join jae [0] (n=jae@HSI-KBW-091-089-249-155.hsi2.kabel-badenwuerttemberg.de)
13:58:35 Join froggyman [0] (n=sopgenor@pool-72-69-220-194.chi01.dsl-w.verizon.net)
14:00
14:03:16kood777topic: not
14:03:30***Saving seen data "./dancer.seen"
14:06:12 Quit kood777 ("CGI:IRC (EOF)")
14:08:56 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
14:19:33UnhelpfulTorne: i'd say that maybe it's like the x86 BSR instruction, "we don't know what the output should be, so lets have it undefined", but it defines rather clearly what goes in the C flag on movs without shift
14:20:10 Join Llorean [0] (n=DarkkOne@99-32-77-163.lightspeed.hstntx.sbcglobal.net)
14:20:17Unhelpfulanyway, since shift is actually the result of a subtraction, i can start with it inverted for free
14:37:55 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
15:00
15:07:42 Join Xenophobe [0] (n=s@58.34.60.89)
15:10:33 Nick Xenophobe is now known as icecream (n=s@58.34.60.89)
15:13:17icecreami can't find this in the manual, are all of rockbox's config files / plugins etc in /.rockbox ?
15:14:24Torneyes
15:14:49Torneall rockbox files are in .rockbox except the bootloader, which is in a target-specific place depending on the target's requirements
15:16:04icecreamok thanks
15:17:29icecreami have a sansa fuze, i'm guessing that there aren't any files i need in root after first installation?
15:17:58topikonly your .rockbox folder
15:18:12 Quit sunrider ("leaving")
15:19:23icecreamalright, thanks for the catch
15:24:35 Join domonoky [0] (n=Domonoky@rockbox/developer/domonoky)
15:27:54 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
15:34:09 Join froggyman| [0] (n=187b533e@giant.haxx.se)
15:40:49 Quit icecream ("leaving")
15:44:26 Join kood777 [0] (n=79b45a2c@giant.haxx.se)
15:46:01kood777hi
15:48:15froggyman|hello
15:48:44froggyman|kood777: if you are interested in social talking you can join #rockbox-community
15:49:35froggyman|:)
15:50:58CIA-6New commit by mc2739 (r23932): Remove svn:executable
15:52:02 Join pyro_maniac [0] (i=foobar@p57BB9EC1.dip0.t-ipconnect.de)
15:52:49 Quit froggyman| ("CGI:IRC")
15:53:19pyro_maniachi there, i ve got a quick question. can i make album art accept everything that ends on Cover.jpg? For Example 00_{foldername}-Cover.jpg
15:54:17Torneonly by changing the code and doing your own build
15:56:33pyro_maniacthat would be no problem, but i don't understand the current way really
15:58:25 Join pamaury [0] (n=pamaury@140.77.26.96)
15:58:35Tornewha tdo you mean?
16:00
16:00:06pyro_maniaci am looking at search_albumart_files which is trying to find files with a specific name.
16:00:49 Quit antil33t (Read error: 54 (Connection reset by peer))
16:00:56 Join antil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
16:02:19pyro_maniaci know that it concats dirname with cover.bmp / folder.bmp etc
16:02:31 Join n1s [0] (n=n1s@rockbox/developer/n1s)
16:03:33***Saving seen data "./dancer.seen"
16:08:46 Quit teru ("Quit")
16:09:11 Join Omlet [0] (i=omlet05@91.181.224.54)
16:11:33domonokypyro_maniac: what do you not understand ? currently it just constructs a potential filename/path and check if that file exists
16:13:59pyro_maniacthe order of replacement irritates me in here: "%scover%s." EXT, dir
16:13:59pyro_maniacbut i guessed this works the other way round and isn't near to be my solution
16:15:14domonokyno.. there is no comma before EXT.
16:15:42domonokythis means the format string and the EXT string will get made to one format string.
16:15:58 Quit kood777 ("CGI:IRC (EOF)")
16:16:47 Quit DerPapst ("Leaving.")
16:16:52pyro_maniac-.- damed, i didn't see that
16:18:06domonokythis is done, so we can get no extension in the format string, if jpeg_cover support is enabled (because then the try_exts() function tests for all extensions.
16:19:03domonokyif jpeg_cover support is not enabled, try_exts is just a file_exists(), so we need the extension ofcourse.
16:20:24pyro_maniachmm, is there a way to search for files that ends with "-Cover.jpg" ?
16:20:29 Join kugel [0] (n=kugel@rockbox/developer/kugel)
16:22:10 Quit pamaury ("exit(*(int *)0 / 0);")
16:23:12domonokyyou need to uses a different method for this.. maybe get a dir-listing and search for entrys with end with this string.
16:24:28pyro_maniacsounds like a plan, thanks for that. i will try that.
16:26:16 Quit angelwolf71885 ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
16:28:40 Part pyro_maniac ("Leaving.")
16:37:00 Join KBH [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
16:37:38 Join funman [0] (n=fun@rockbox/developer/funman)
16:43:04 Join Strife89 [0] (n=Strife89@adsl-154-14-88.mcn.bellsouth.net)
16:47:01 Join toffe82 [0] (n=chatzill@12.169.218.14)
16:47:49CIA-6New commit by mc2739 (r23933): Sansa e200r uses e200 manual
16:51:02 Join TheSeven|Mobile [0] (n=theseven@rockbox/developer/TheSeven)
16:53:35 Quit HBK (Read error: 110 (Connection timed out))
16:53:46 Nick KBH is now known as HBK (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
16:59:27 Quit saratoga (Ping timeout: 180 seconds)
17:00
17:06:43 Quit JdGordon| (Read error: 110 (Connection timed out))
17:12:01 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
17:13:01 Part Bagder
17:14:56 Quit petur ("connection reset by beer!")
17:18:23 Join Horscht [0] (n=Horscht2@xbmc/user/horscht)
17:19:10 Join PaulJam [0] (i=Paule@vpn-3078.gwdg.de)
17:19:27 Part LinusN
17:22:12 Quit TheSeven|Mobile (Read error: 110 (Connection timed out))
17:23:19 Join Casainho [0] (n=chatzill@87.196.80.12)
17:26:17 Nick YPSY is now known as Ypsy (n=ypsy@geekpadawan.de)
17:26:20rasherWhy is the mini2440 not lyremini2440?
17:28:34 Quit ansuz_ (Read error: 113 (No route to host))
17:30:02 Quit funman ("free(random());")
17:31:29 Quit maruk ("Leaving.")
17:32:45 Quit toffe82 (Read error: 104 (Connection reset by peer))
17:33:09n1shmm, this buisness with test codec results varying dependant on if the backlight (actually display) is on or not is rather annoying
17:33:20 Quit seani ("Leaving")
17:37:38 Quit HBK (Read error: 104 (Connection reset by peer))
17:38:46 Join HBK [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
17:39:03 Quit Horscht (Read error: 104 (Connection reset by peer))
17:39:19 Join Horscht [0] (n=Horscht2@xbmc/user/horscht)
17:46:53 Quit kugel (Read error: 113 (No route to host))
17:47:13rasherZagor: Why is the mini2440 not lyremini2440?
17:59:18 Join pamaury [0] (n=pamaury@88-123-151-22.rev.libertysurf.net)
18:00
18:03:18 Quit HBK (Read error: 104 (Connection reset by peer))
18:03:37***Saving seen data "./dancer.seen"
18:04:28 Join HBK [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
18:08:15 Quit PaulJam (Nick collision from services.)
18:08:22 Join PaulJam_ [0] (i=Paule@vpn-3045.gwdg.de)
18:13:04 Quit Casainho (Remote closed the connection)
18:14:56amiconngrah
18:17:43 Join Grahack [0] (n=Grahack@ip-222.net-82-216-222.rev.numericable.fr)
18:27:04 Join KBH [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
18:29:19 Join JdGordon [0] (n=jonno@rockbox/developer/JdGordon)
18:29:28n1sooh, PANIC "Updating size on empty dir entry 98"
18:31:51*n1s guesses test_codec doesn't close the file if it quits because of a usb insert
18:32:45gevaertsprobably
18:33:20 Quit PaulJam_ (Nick collision from services.)
18:33:28 Join PaulJam__ [0] (i=Paule@vpn-3012.gwdg.de)
18:34:07 Join phanboy4 [0] (n=benji@c-24-98-43-198.hsd1.ga.comcast.net)
18:37:52 Nick Ypsy is now known as YPSY (n=ypsy@geekpadawan.de)
18:44:22 Quit HBK (Read error: 110 (Connection timed out))
18:44:31 Nick KBH is now known as HBK (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
18:46:05 Join toffe82 [0] (n=chatzill@12.169.218.14)
18:47:29JdGordonrasher: why would it be?
18:47:41JdGordonits openARM or something...
18:47:52rasherThen that..
18:52:35 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
18:53:52 Join Tomis2 [0] (n=Tomis@70.134.95.5)
19:00
19:01:35 Quit Tomis (Read error: 110 (Connection timed out))
19:10:30 Join Tomis [0] (n=Tomis@70.134.71.5)
19:17:01 Quit Tomis2 (Read error: 110 (Connection timed out))
19:27:05 Join Tomis2 [0] (n=Tomis@70.134.78.68)
19:28:14 Quit amiconn (Nick collision from services.)
19:28:16 Join amiconn_ [0] (i=quassel@rockbox/developer/amiconn)
19:28:35 Nick amiconn_ is now known as amiconn (i=quassel@rockbox/developer/amiconn)
19:28:58 Quit PaulJam__ (Nick collision from services.)
19:28:59 Join PaulJam_ [0] (i=Paule@vpn-3151.gwdg.de)
19:30:18 Join pixelma_ [0] (i=quassel@rockbox/staff/pixelma)
19:30:18 Quit pixelma (Nick collision from services.)
19:30:29 Nick pixelma_ is now known as pixelma (i=quassel@rockbox/staff/pixelma)
19:31:37 Quit Grahack ("Tu m'as vu ?")
19:33:11 Quit bmbl ("Bye!")
19:36:44 Part webmind
19:37:17 Quit Tomis (Read error: 110 (Connection timed out))
19:37:18 Nick Tomis2 is now known as Tomis (n=Tomis@70.134.78.68)
19:37:35 Quit PaulJam_ (Nick collision from services.)
19:37:42 Join PaulJam__ [0] (i=Paule@vpn-3098.gwdg.de)
19:37:52*domonoky works on a patch to allow to link to a specific theme (by makeing the name a link), but the resulting single theme page looks still a bit empty i think. (http://imagebin.org/75128) does anyone have ideas to improve ?
19:42:35 Quit HBK (Read error: 60 (Operation timed out))
19:42:57 Join HBK [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
19:44:13gevaertsdomonoky: I assume we don't care much about historical checkwps results?
19:45:44domonokygevaerts: you mean checkwps results of deleted/update themes ?
19:45:49gevaertsyes
19:46:04 Join JdGordon| [0] (n=Miranda@nat/microsoft/x-uqkfulmyxxnjxaje)
19:46:06domonokyi dont think they are important.
19:46:24domonokywe can just run checkwps again after a theme restore.
19:46:50 Join KBH [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
19:49:48 Quit HBK (Read error: 60 (Operation timed out))
19:50:01 Nick KBH is now known as HBK (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
19:50:48gevaertsdomonoky: maybe a stupid thing, but if we stop removing "deleted" themes, is there still a difference between "hidden" and "deleted"?
19:50:52 Quit evilnick (Ping timeout: 180 seconds)
19:52:19domonokyhm.. true, there is not much difference. only that we only allow uploads if the name is unique.
19:52:49CIA-6New commit by Domonoky (r23934): Make it possible to link to individual themes.
19:52:52gevaertsI actually think that uploading a new version of the theme should just hide the old version, not delete it. That way, "delete" remains available for cases where we really don't want the theme at all anymore, e.g. because of copyright issues
19:54:55*domonoky just made his change also live: http://themes.rockbox.org/index.php?themeid=317&target=cowond2 :-)
19:55:26JdGordon|nice!
19:55:27n1scould someone benchmark this on a pp target, prefferably with vorbis? http://pastie.org/739370
19:55:38gevaertsI think the logic should be : user uploads theme, if the name is not unique assume it's an update (and possibly show message to say that) and (maybe?) check if the email address is the same. After the verification is done, hide the old one.
19:55:56gevaertsIf the name is unique, it's a new theme and nothing changes
19:56:12JdGordon|domonoky: if a theme works for all targets of a display size.. is there really any reason to require the target name in the link?
19:56:35JdGordon|and the location thing at the top?
19:56:40domonokyJdGordon|: not really. its just used to construct the correct link back.
19:57:05 Join archivator [0] (n=archivat@77.70.28.57)
19:57:08JdGordon|can you make it optional?
19:57:16gevaertsdomonoky: now make the rss feed use those :)
19:57:17domonokyit just displays the theme which matches the rowid you give.
20:00
20:00:45JdGordon|http://themes.rockbox.org/index.php?themeid=317&target=ondiosp hehe
20:01:05domonoky:-)
20:03:41***Saving seen data "./dancer.seen"
20:03:49 Join GeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
20:05:41domonokygevaerts: true the rss feed for this new page is wrong... now looking how to fix that. (didnt touch rss at all till now :-) )
20:06:22 Quit Tomis (Read error: 104 (Connection reset by peer))
20:09:41 Join Tomis [0] (n=Tomis@70.134.102.214)
20:19:09archivatorSpeaking of RSS, what's up with the MajorChanges RSS? Does someone manually edit it or something? If not, your script is broken :)
20:20:39CIA-6New commit by Domonoky (r23935): fix rss feed for single themes.
20:24:31 Quit toffe82 (Read error: 104 (Connection reset by peer))
20:26:33 Join toffe82 [0] (n=chatzill@12.169.218.14)
20:36:16 Join Tomis2 [0] (n=Tomis@70.134.69.165)
20:36:42 Join panni_ [0] (i=hannes@ip-95-222-21-143.unitymediagroup.de)
20:42:28domonokyrasher: why did you specifically wanted to avoid user logins on the themepage ?
20:42:46 Quit Tomis (Read error: 110 (Connection timed out))
20:42:46 Nick Tomis2 is now known as Tomis (n=Tomis@70.134.69.165)
20:42:58rasherarchivator: It is? How so?
20:44:03rasherdomonoky: Just a personal preference - I hate having to sign up to do stuff. Plus it seems to me there's just more things that can go wrong once you start trusting some users more than others (by virtue of being logged in). Nothing important, really
20:45:03 Join solexx [0] (n=jrschulz@e176112136.adsl.alicedsl.de)
20:45:11archivatorrasher: whenever someone posts something to that list, I usually get two messages - the first one is improperly formatted (things like %BR% and %Y% _2009-11-24_) and the second one is the right one. It *could* in theory be google reader's fault, though I doubt it..
20:45:45 Join Strife1989 [0] (n=Strife89@adsl-154-14-88.mcn.bellsouth.net)
20:45:50domonokyrasher: because i have a patch to allow users to login, and manage their themes. :-) But if that isnt wanted i can think of otherways to allow users to update their themes.
20:46:20 Quit scorche (Nick collision from services.)
20:46:31rasherdomonoky: no, it's fine - by all means. I just didn't personally want to do it.
20:47:06 Join scorche [50] (n=scorche@rockbox/administrator/scorche)
20:47:16gevaertsIf we don't want logins, checking that the email address used is the same should be easy
20:48:11 Quit Thundercloud (niven.freenode.net irc.freenode.net)
20:48:11NSplitniven.freenode.net irc.freenode.net
20:48:11 Quit Strife89 (niven.freenode.net irc.freenode.net)
20:48:11 Quit xavieran (niven.freenode.net irc.freenode.net)
20:48:11 Quit rphillips (niven.freenode.net irc.freenode.net)
20:48:11 Quit Sajber^ (niven.freenode.net irc.freenode.net)
20:48:11 Quit linuxguy3 (niven.freenode.net irc.freenode.net)
20:48:11 Quit tarbo (niven.freenode.net irc.freenode.net)
20:48:11 Join liar [0] (n=liar@83.175.83.185)
20:48:16NHealniven.freenode.net irc.freenode.net
20:48:16NJoinSajber^ [0] (n=Sajber@h-143-7.A213.priv.bahnhof.se)
20:48:31NJoinThundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
20:48:37rasherarchivator: I can't make sense of why that would happen. I'll go over it another time
20:50:02archivatorrasher: that's okay, it's only a minor inconvenience :)
20:50:48NJoinrphillips [0] (n=rphillip@66-90-184-91.dyn.grandenetworks.net)
20:51:55NJoinStrife89 [0] (n=Strife89@adsl-154-14-88.mcn.bellsouth.net)
20:51:55NJoinxavieran [0] (n=xavieran@ppp118-209-112-86.lns20.mel4.internode.on.net)
20:51:55NJoinlinuxguy3 [0] (n=timj@adsl-76-202-217-123.dsl.emhril.sbcglobal.net)
20:52:00 Join linuxguy4 [0] (n=timj@adsl-76-202-217-123.dsl.emhril.sbcglobal.net)
20:52:05NJointarbo [0] (n=me@unaffiliated/tarbo)
20:52:26 Quit linuxguy3 (Success)
20:52:41 Join Zaba_ [0] (n=zaba@about/goats/billygoat/zaba)
20:53:05 Quit Sajber^ (niven.freenode.net irc.freenode.net)
20:53:05 Quit solexx (niven.freenode.net irc.freenode.net)
20:53:05 Quit antil33t (niven.freenode.net irc.freenode.net)
20:53:05 Quit Kitar|st (niven.freenode.net irc.freenode.net)
20:53:05 Quit flydutch (niven.freenode.net irc.freenode.net)
20:53:05 Quit Utchybann_ (niven.freenode.net irc.freenode.net)
20:53:05 Quit Zaba (niven.freenode.net irc.freenode.net)
20:53:05 Quit grndslm (niven.freenode.net irc.freenode.net)
20:53:05 Quit HellDragon (niven.freenode.net irc.freenode.net)
20:53:05 Quit advcomp2019_ (niven.freenode.net irc.freenode.net)
20:53:05 Quit B4gder (niven.freenode.net irc.freenode.net)
20:53:05 Quit chaos (niven.freenode.net irc.freenode.net)
20:53:05 Quit ThomasAH (niven.freenode.net irc.freenode.net)
20:53:05 Quit rasher (niven.freenode.net irc.freenode.net)
20:54:09 Join thegeek_ [0] (n=nnscript@s168c.studby.ntnu.no)
20:55:04NJoinadvcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
20:55:10 Join [1]w1ll14m [0] (n=w1ll14m@84-104-81-17.cable.quicknet.nl)
20:55:15 Join Xerion_ [0] (i=xerion@82-170-197-160.ip.telfort.nl)
20:55:23domonokygevaerts: yes, checking if email,name and themename matches for a update is easy. But remembering which theme to hide on validation might be a bit more difficult.
20:55:54 Join Zambezi_ [0] (i=Zulu@80.67.9.2)
20:56:05 Join killan [0] (n=nnscript@c-94fc70d5.06-397-67626721.cust.bredbandsbolaget.se)
20:56:12gevaertsdomonoky: all other themes with the same name?
20:56:45 Join advcomp2019__ [0] (n=advcomp2@unaffiliated/advcomp2019)
20:56:50 Quit Thundercloud (niven.freenode.net irc.freenode.net)
20:56:50 Quit toffe82 (niven.freenode.net irc.freenode.net)
20:56:50 Quit n1s (niven.freenode.net irc.freenode.net)
20:56:50 Quit ender` (niven.freenode.net irc.freenode.net)
20:56:50 Quit Lss (niven.freenode.net irc.freenode.net)
20:56:50 Quit bluebrother (niven.freenode.net irc.freenode.net)
20:56:50 Quit Xerion (niven.freenode.net irc.freenode.net)
20:56:50 Quit FlynDice (niven.freenode.net irc.freenode.net)
20:56:50 Quit beta2k (niven.freenode.net irc.freenode.net)
20:56:50 Quit soap (niven.freenode.net irc.freenode.net)
20:56:50 Quit killan_ (niven.freenode.net irc.freenode.net)
20:56:50 Quit w1ll14m (niven.freenode.net irc.freenode.net)
20:56:50 Quit thegeek (niven.freenode.net irc.freenode.net)
20:56:50 Quit niekie (niven.freenode.net irc.freenode.net)
20:56:50 Quit Zambezi (niven.freenode.net irc.freenode.net)
20:56:50 Quit Slasheri (niven.freenode.net irc.freenode.net)
20:56:50 Quit jon-kha (niven.freenode.net irc.freenode.net)
20:56:50 Quit Hadaka (niven.freenode.net irc.freenode.net)
20:56:50 Quit advcomp2019_ (Read error: 104 (Connection reset by peer))
20:56:50 Quit Strife89 (SendQ exceeded)
20:56:50 Nick Xerion_ is now known as Xerion (i=xerion@82-170-197-160.ip.telfort.nl)
20:56:51 Nick [1]w1ll14m is now known as w1ll14m (n=w1ll14m@84-104-81-17.cable.quicknet.nl)
20:56:55NJoinniekie [0] (i=quasselc@CAcert/Assurer/niekie)
20:57:03domonokyinclude resolution into this checks and it should work..
20:57:06NJointoffe82 [0] (n=chatzill@12.169.218.14)
20:57:50NJoinThundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
20:58:10gevaertsor just add a column with the id of the theme that this one is meant to replace
20:58:19 Join Lss [0] (n=Lss@cm91.delta92.maxonline.com.sg)
20:58:20gevaertsThat will also give you a nice history trace
20:58:27 Join FlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
20:58:45 Join Naked [0] (n=naked@naked.iki.fi)
20:59:00 Nick Naked is now known as Hadaka (n=naked@naked.iki.fi)
20:59:02NJoinbeta2k [0] (i=1000@d24-36-68-97.home1.cgocable.net)
20:59:12 Join bluebrother [0] (n=dom@f053155131.adsl.alicedsl.de)
20:59:53domonokygevaerts: sounds nice. dont know how difficult it is to add a row to a existing table
21:00
21:00:22*gevaerts grabs a database to try
21:00:26 Join fyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
21:01:15gevaertsdomonoky: it's easy :)
21:01:27gevaertssqlite3 supports the needed stuff to do it live
21:01:29 Quit solexx_ (Read error: 110 (Connection timed out))
21:01:40domonokyhm, looks like the theme page uses sqlite 2.8.17
21:02:11domonokyso no sqlite3
21:02:11 Quit jae (Remote closed the connection)
21:02:20gevaertsoh, ok. Let me check that one
21:02:58domonokyotherwise we need a script to export, drop table,create table, import.
21:03:18gevaerts2 doesn't seem to support it
21:04:05gevaertsoh well, re-importing one table isn't that hard
21:10:31 Quit PaulJam__ (Nick collision from services.)
21:10:37 Join PaulJam_ [0] (i=Paule@vpn-3059.gwdg.de)
21:13:00 Join nosa-j [0] (n=k@adsl-235-26-175.clt.bellsouth.net)
21:16:29NJoinsoap [50] (n=soap@rockbox/staff/soap)
21:21:47 Quit PaulJam_ (Nick collision from services.)
21:21:53 Join PaulJam [0] (i=Paule@vpn-3117.gwdg.de)
21:22:04 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
21:24:05 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
21:24:05 Join faemir [0] (n=faemir@78.33.109.163)
21:24:05NJoinSajber^ [0] (n=Sajber@h-143-7.A213.priv.bahnhof.se)
21:24:05NJoinsolexx [0] (n=jrschulz@e176112136.adsl.alicedsl.de)
21:24:05NJoinantil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
21:24:05NJoinKitar|st [0] (i=Kitarist@195.250.199.61)
21:24:05NJoinflydutch [0] (n=flydutch@host140-41-dynamic.116-80-r.retail.telecomitalia.it)
21:24:05NJoingrndslm [0] (n=grndslm@174-126-14-4.cpe.cableone.net)
21:24:05 Join HellDragon [0] (n=jd@Wikipedia/HellDragon)
21:24:05 Join advcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
21:24:05 Join B4gder [241] (n=daniel@rockbox/developer/bagder)
21:24:05NJoinchaos [0] (n=chaos@gentoo/user/ch4os)
21:24:05NJoinrasher [50] (n=rasher@rockbox/developer/rasher)
21:24:05NJoinThomasAH [0] (n=thomas@aktaia.intevation.org)
21:24:20 Quit advcomp2019_ (Read error: 110 (Connection timed out))
21:24:31 Part watto
21:30:43 Quit fyre^OS (Read error: 110 (Connection timed out))
21:33:32 Join einhirn [0] (n=Miranda@p54851C7F.dip0.t-ipconnect.de)
21:37:41 Join n1s [0] (n=n1s@rockbox/developer/n1s)
21:47:32 Quit archivator ("Leaving")
21:48:54 Join archivator [0] (n=archivat@77.70.28.57)
21:51:23 Quit archivator (Client Quit)
21:53:52 Quit nosa-j (niven.freenode.net irc.freenode.net)
21:53:52NSplitniven.freenode.net irc.freenode.net
21:53:52 Quit parafin (niven.freenode.net irc.freenode.net)
21:53:52 Quit dmb (niven.freenode.net irc.freenode.net)
21:53:52 Quit blithe (niven.freenode.net irc.freenode.net)
21:53:52 Quit Torne (niven.freenode.net irc.freenode.net)
21:53:52 Quit shodanX_ (niven.freenode.net irc.freenode.net)
21:53:52 Quit yawny (niven.freenode.net irc.freenode.net)
21:53:52 Quit Tuplanolla (niven.freenode.net irc.freenode.net)
21:53:52 Quit Kopfgeldjaeger (niven.freenode.net irc.freenode.net)
21:53:52 Quit jds2001 (niven.freenode.net irc.freenode.net)
21:53:52 Quit Hadaka (niven.freenode.net irc.freenode.net)
21:53:52 Quit AlexP (niven.freenode.net irc.freenode.net)
21:53:52 Quit aevin (niven.freenode.net irc.freenode.net)
21:53:52 Quit J-23 (niven.freenode.net irc.freenode.net)
21:53:52 Quit ehntoo_ (niven.freenode.net irc.freenode.net)
21:53:52 Quit ps-auxw (niven.freenode.net irc.freenode.net)
21:53:52 Quit bzed (niven.freenode.net irc.freenode.net)
21:53:52 Quit einhirn (niven.freenode.net irc.freenode.net)
21:53:52 Quit bluebrother (niven.freenode.net irc.freenode.net)
21:53:52 Quit Zaba_ (niven.freenode.net irc.freenode.net)
21:53:52 Quit GeekShadow (niven.freenode.net irc.freenode.net)
21:53:52 Quit krazykit (niven.freenode.net irc.freenode.net)
21:53:52 Quit Topy44 (niven.freenode.net irc.freenode.net)
21:53:52 Quit togetic (niven.freenode.net irc.freenode.net)
21:53:52 Quit fish_ (niven.freenode.net irc.freenode.net)
21:53:52 Quit crashd (niven.freenode.net irc.freenode.net)
21:53:52 Quit Unhelpful (niven.freenode.net irc.freenode.net)
21:53:52 Quit rjg (niven.freenode.net irc.freenode.net)
21:55:52 Join archivator [0] (n=archivat@77.70.28.57)
21:57:33 Join webguest53 [0] (n=5628bf71@giant.haxx.se)
21:57:51NHealniven.freenode.net irc.freenode.net
21:57:51NJoineinhirn [0] (n=Miranda@p54851C7F.dip0.t-ipconnect.de)
21:57:51NJoinnosa-j [0] (n=k@adsl-235-26-175.clt.bellsouth.net)
21:57:51 Join bluebrother [0] (n=dom@rockbox/developer/bluebrother)
21:57:51NJoinHadaka [0] (n=naked@naked.iki.fi)
21:57:51NJoinZaba_ [0] (n=zaba@about/goats/billygoat/zaba)
21:57:51NJoinGeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
21:57:51NJoinkrazykit [0] (n=kkit@ppp-70-225-140-18.dsl.ipltin.ameritech.net)
21:57:51NJoinTopy44 [0] (n=topy@my.fastsh.it)
21:57:51NJoindmb [0] (n=Dmb@unaffiliated/dmb)
21:57:51NJointogetic [0] (n=togetic@unaffiliated/ibuffy)
21:57:51NJoinblithe [0] (n=blithe@blakesmith.me)
21:57:51NJoinshodanX_ [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
21:57:51NJoinKopfgeldjaeger [0] (n=nicolai@monitor-mode-enabled-on-mon0.phy0.de)
21:57:51NJoinTorne [0] (i=torne@rockbox/developer/Torne)
21:57:51NJoinTuplanolla [0] (n=jani@unaffiliated/tuplanolla)
21:57:51NJoinjds2001 [0] (n=jds2001@fedora/jds2001)
21:57:51NJoinyawny [0] (i=user36@pr0.us)
21:57:51NJoinparafin [0] (i=parafin@paraf.in)
21:57:51NJoinJ-23 [0] (n=zelazko@unix.net.pl)
21:57:51NJoinehntoo_ [0] (n=ehntoo@lug.mtu.edu)
21:57:51NJoinaevin [0] (i=eivindsy@unaffiliated/aevin)
21:57:51NJoinAlexP [0] (n=alex@rockbox/staff/AlexP)
21:57:51NJoinbzed [0] (n=bzed@devel.recluse.de)
21:57:51NJoinps-auxw [0] (n=arneb@dyn37.ps-auxw.de)
21:57:51NJoinUnhelpful [0] (n=quassel@rockbox/developer/Unhelpful)
21:57:51NJoincrashd [0] (i=foobar@lostnode.org)
21:57:51NJoinrjg [0] (i=rgordon@odie.tomelliott.net)
21:57:51NJoinfish_ [0] (n=fish@freigeist.org)
21:59:14webguest53if a theme has been released to the public domain can it be updated and agreed to by the Creative Commons Attribution-Share Alike 3.0 Unported License ?
22:00
22:01:12 Quit Thundercloud (Remote closed the connection)
22:01:17webguest53if a theme has been released into the public domain can it be edited and licencesed as Creative Commons Attribution-Share Alike 3.0 Unported License?
22:01:55martian67yes
22:02:09n1swebguest53: if a theme *is* in the public domain you can do *anything* with it, *but* just saying it's in the public domain is not usually possible and how do do this is usually subject to local laws etc and IANAL
22:02:23 Quit webguest53 ("CGI:IRC")
22:03:42***Saving seen data "./dancer.seen"
22:05:25n1sUnhelpful: speex has its own ilog2 function too.however i don't know how to handle the speex-as-voicefile-decoder case with regard to iram...
22:05:37 Quit angelwolf71885 ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
22:06:53 Join petur [0] (n=peter@d54C6F9B2.access.telenet.be)
22:07:31n1salso if you fel like benchmarking on a pp target, could you try http://pastie.org/739370, it gives a small speedup for codecs that use the mdct lib (vorbis, wma, aac) vorbis got 0.5% faster on coldfire and about 2% faster on the beast
22:07:42n1ss/fel/feel/
22:08:05n1swma and aac saw smaller speedups
22:08:46n1s...or someone else with a pp target of course ;)
22:09:43pixelmadon't you have a borrowed c200?
22:09:48 Quit n17ikh ()
22:10:23n1spixelma: i do, it's in sweden though and i am not :)
22:10:52pixelmahehe :)
22:18:38 Join fml [0] (n=5dd2d86b@giant.haxx.se)
22:19:20fmlpixelma: hello. Could you look at FS #10843. This could even make it into the release ;-)
22:27:04 Join fyre^OS [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
22:28:08 Join Xerion_ [0] (i=xerion@82-170-197-160.ip.telfort.nl)
22:29:15 Quit petur (niven.freenode.net irc.freenode.net)
22:29:15NSplitniven.freenode.net irc.freenode.net
22:29:15 Quit fyrestorm (niven.freenode.net irc.freenode.net)
22:29:15 Quit Xerion (niven.freenode.net irc.freenode.net)
22:29:15 Quit linuxguy4 (niven.freenode.net irc.freenode.net)
22:29:15 Quit xavieran (niven.freenode.net irc.freenode.net)
22:29:18 Nick Xerion_ is now known as Xerion (i=xerion@82-170-197-160.ip.telfort.nl)
22:30:47NHealniven.freenode.net irc.freenode.net
22:30:47NJoinpetur [0] (n=peter@d54C6F9B2.access.telenet.be)
22:32:23 Quit PaulJam (Nick collision from services.)
22:32:31 Join PaulJam_ [0] (i=Paule@vpn-3032.gwdg.de)
22:33:01 Quit n1s (niven.freenode.net irc.freenode.net)
22:33:01 Quit ThomasAH (niven.freenode.net irc.freenode.net)
22:33:01 Quit rasher (niven.freenode.net irc.freenode.net)
22:33:01 Quit antil33t (niven.freenode.net irc.freenode.net)
22:33:01 Quit solexx (niven.freenode.net irc.freenode.net)
22:33:01 Quit robin0800 (niven.freenode.net irc.freenode.net)
22:33:01 Quit flydutch (niven.freenode.net irc.freenode.net)
22:33:01 Quit Kitar|st (niven.freenode.net irc.freenode.net)
22:33:01 Quit chaos (niven.freenode.net irc.freenode.net)
22:33:01 Quit grndslm (niven.freenode.net irc.freenode.net)
22:33:01 Quit B4gder (niven.freenode.net irc.freenode.net)
22:33:01 Quit HellDragon (niven.freenode.net irc.freenode.net)
22:33:01 Quit Sajber^ (niven.freenode.net irc.freenode.net)
22:33:01 Quit faemir (niven.freenode.net irc.freenode.net)
22:33:31NJoinantil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
22:33:34 Join jae [0] (n=jae@HSI-KBW-091-089-249-155.hsi2.kabel-badenwuerttemberg.de)
22:34:41NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
22:34:41NJoinlinuxguy4 [0] (n=timj@adsl-76-202-217-123.dsl.emhril.sbcglobal.net)
22:34:41NJoinxavieran [0] (n=xavieran@ppp118-209-112-86.lns20.mel4.internode.on.net)
22:34:56NJoinfaemir [0] (n=faemir@78.33.109.163)
22:35:22 Join HellDragon [0] (n=jd@modemcable207.134-202-24.mc.videotron.ca)
22:36:05NJoinrobin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
22:36:33 Join hd [0] (n=jd@modemcable207.134-202-24.mc.videotron.ca)
22:37:28NJoinflydutch [0] (n=flydutch@host140-41-dynamic.116-80-r.retail.telecomitalia.it)
22:37:41 Join rasher [0] (n=rasher@0x5550f5a3.adsl.cybercity.dk)
22:37:49NJoinsolexx [0] (n=jrschulz@e176112136.adsl.alicedsl.de)
22:38:29 Quit HellDragon (niven.freenode.net irc.freenode.net)
22:38:29 Quit linuxguy4 (niven.freenode.net irc.freenode.net)
22:38:29 Quit xavieran (niven.freenode.net irc.freenode.net)
22:38:29 Quit fyrestorm (niven.freenode.net irc.freenode.net)
22:39:34NJoinSajber^ [0] (n=Sajber@h-143-7.A213.priv.bahnhof.se)
22:39:34NJoinHellDragon [0] (n=jd@modemcable207.134-202-24.mc.videotron.ca)
22:39:34NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
22:39:34NJoinlinuxguy4 [0] (n=timj@adsl-76-202-217-123.dsl.emhril.sbcglobal.net)
22:39:34NJoinxavieran [0] (n=xavieran@ppp118-209-112-86.lns20.mel4.internode.on.net)
22:43:03NJoinKitar|st [0] (i=Kitarist@195.250.199.61)
22:45:25 Quit linuxguy4 (Connection timed out)
22:45:28NJoinchaos [0] (n=chaos@gentoo/user/ch4os)
22:46:10 Join linuxguy3 [0] (n=timj@adsl-76-202-217-123.dsl.emhril.sbcglobal.net)
22:47:20 Quit fyrestorm (Success)
22:48:05 Part toffe82
22:48:09 Join [1]w1ll14m [0] (n=w1ll14m@84-104-81-17.cable.quicknet.nl)
22:48:17 Join jfc^2 [0] (n=john@dpc6682208002.direcpc.com)
22:49:08 Join n1s [0] (n=n1s@cm-84.215.127.139.getinternet.no)
22:49:40NJoinB4gder [241] (n=daniel@rockbox/developer/bagder)
22:50:50 Quit chaos (niven.freenode.net irc.freenode.net)
22:50:50 Quit flydutch (niven.freenode.net irc.freenode.net)
22:50:50 Quit faemir (niven.freenode.net irc.freenode.net)
22:50:50 Quit PaulJam_ (niven.freenode.net irc.freenode.net)
22:50:50 Quit nosa-j (niven.freenode.net irc.freenode.net)
22:50:50 Quit parafin (niven.freenode.net irc.freenode.net)
22:50:50 Quit Torne (niven.freenode.net irc.freenode.net)
22:50:50 Quit shodanX_ (niven.freenode.net irc.freenode.net)
22:50:50 Quit yawny (niven.freenode.net irc.freenode.net)
22:50:50 Quit blithe (niven.freenode.net irc.freenode.net)
22:50:50 Quit Tuplanolla (niven.freenode.net irc.freenode.net)
22:50:50 Quit Kopfgeldjaeger (niven.freenode.net irc.freenode.net)
22:50:50 Quit jds2001 (niven.freenode.net irc.freenode.net)
22:50:50 Quit dmb (niven.freenode.net irc.freenode.net)
22:50:50 Quit rasher (niven.freenode.net irc.freenode.net)
22:50:50 Quit Hadaka (niven.freenode.net irc.freenode.net)
22:50:50 Quit AlexP (niven.freenode.net irc.freenode.net)
22:50:50 Quit aevin (niven.freenode.net irc.freenode.net)
22:50:50 Quit J-23 (niven.freenode.net irc.freenode.net)
22:50:50 Quit ehntoo_ (niven.freenode.net irc.freenode.net)
22:50:50 Quit ps-auxw (niven.freenode.net irc.freenode.net)
22:50:50 Quit bzed (niven.freenode.net irc.freenode.net)
22:50:50 Quit linuxguy3 (niven.freenode.net irc.freenode.net)
22:50:50 Quit antil33t (niven.freenode.net irc.freenode.net)
22:50:50 Quit bluebrother (niven.freenode.net irc.freenode.net)
22:50:50 Quit einhirn (niven.freenode.net irc.freenode.net)
22:50:50 Quit fish_ (niven.freenode.net irc.freenode.net)
22:50:50 Quit crashd (niven.freenode.net irc.freenode.net)
22:50:50 Quit Unhelpful (niven.freenode.net irc.freenode.net)
22:50:50 Quit rjg (niven.freenode.net irc.freenode.net)
22:50:50 Quit Zaba_ (niven.freenode.net irc.freenode.net)
22:50:50 Quit Topy44 (niven.freenode.net irc.freenode.net)
22:50:50 Quit krazykit (niven.freenode.net irc.freenode.net)
22:50:50 Quit togetic (niven.freenode.net irc.freenode.net)
22:50:50 Quit GeekShadow (niven.freenode.net irc.freenode.net)
22:52:09NJoinlinuxguy3 [0] (n=timj@adsl-76-202-217-123.dsl.emhril.sbcglobal.net)
22:52:09NJoinchaos [0] (n=chaos@gentoo/user/ch4os)
22:52:09NJoinrasher [50] (n=rasher@rockbox/developer/rasher)
22:52:09NJoinflydutch [0] (n=flydutch@host140-41-dynamic.116-80-r.retail.telecomitalia.it)
22:52:09NJoinfaemir [0] (n=faemir@78.33.109.163)
22:52:09NJoinantil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
22:52:09NJoinPaulJam_ [0] (i=Paule@vpn-3032.gwdg.de)
22:52:09NJoineinhirn [0] (n=Miranda@p54851C7F.dip0.t-ipconnect.de)
22:52:09NJoinnosa-j [0] (n=k@adsl-235-26-175.clt.bellsouth.net)
22:52:09NJoinbluebrother [0] (n=dom@rockbox/developer/bluebrother)
22:52:09NJoinHadaka [0] (n=naked@naked.iki.fi)
22:52:09NJoinZaba_ [0] (n=zaba@about/goats/billygoat/zaba)
22:52:09NJoinGeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
22:52:09NJoinkrazykit [0] (n=kkit@ppp-70-225-140-18.dsl.ipltin.ameritech.net)
22:52:09NJoinTopy44 [0] (n=topy@my.fastsh.it)
22:52:09NJoindmb [0] (n=Dmb@unaffiliated/dmb)
22:52:09NJointogetic [0] (n=togetic@unaffiliated/ibuffy)
22:52:09NJoinfish_ [0] (n=fish@freigeist.org)
22:52:09NJoinrjg [0] (i=rgordon@odie.tomelliott.net)
22:52:09NJoincrashd [0] (i=foobar@lostnode.org)
22:52:09NJoinUnhelpful [0] (n=quassel@rockbox/developer/Unhelpful)
22:52:09NJoinps-auxw [0] (n=arneb@dyn37.ps-auxw.de)
22:52:09NJoinbzed [0] (n=bzed@devel.recluse.de)
22:52:09NJoinAlexP [0] (n=alex@rockbox/staff/AlexP)
22:52:09NJoinaevin [0] (i=eivindsy@unaffiliated/aevin)
22:52:09NJoinehntoo_ [0] (n=ehntoo@lug.mtu.edu)
22:52:09NJoinJ-23 [0] (n=zelazko@unix.net.pl)
22:52:09NJoinparafin [0] (i=parafin@paraf.in)
22:52:09NJoinyawny [0] (i=user36@pr0.us)
22:52:09NJoinjds2001 [0] (n=jds2001@fedora/jds2001)
22:52:09NJoinTuplanolla [0] (n=jani@unaffiliated/tuplanolla)
22:52:09NJoinTorne [0] (i=torne@rockbox/developer/Torne)
22:52:09NJoinKopfgeldjaeger [0] (n=nicolai@monitor-mode-enabled-on-mon0.phy0.de)
22:52:09NJoinshodanX_ [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
22:52:09NJoinblithe [0] (n=blithe@blakesmith.me)
22:54:14 Quit Zarggg (Excess Flood)
22:54:24 Join Zarggg [0] (n=zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com)
22:55:08 Quit tchan (Remote closed the connection)
22:55:44 Join tchan [0] (n=tchan@lunar-linux/developer/tchan)
22:56:40 Quit gevaerts (Remote closed the connection)
22:57:06 Nick Zambezi_ is now known as Zambezi (i=Zulu@80.67.9.2)
22:58:54 Quit reid02 (Remote closed the connection)
22:59:09 Join reid02 [0] (n=reid02@CPE00226b5e2074-CM000e5c6ebb22.cpe.net.cable.rogers.com)
23:00
23:00:46 Quit HellDragon (Connection timed out)
23:05:10 Quit robin0800 ("http://quassel-irc.org - Chat comfortably. Anywhere.")
23:05:26 Join robin0800 [0] (n=quassel@general-ld-216.t-mobile.co.uk)
23:05:57 Quit w1ll14m (Success)
23:05:57 Nick [1]w1ll14m is now known as w1ll14m (n=w1ll14m@84-104-81-17.cable.quicknet.nl)
23:06:00 Quit jfc (Read error: 110 (Connection timed out))
23:06:37 Quit n1s ("Lämnar")
23:06:50 Quit pixelma (Success)
23:07:12 Quit HBK (Killed by ballard.freenode.net (Nick collision))
23:07:15 Join gevaerts [0] (n=fg@195-144-092-169.dyn.adsl.xs4all.be)
23:07:15 Join HBK [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
23:07:15 Join pixelma [0] (i=quassel@p57A0BB64.dip.t-dialin.net)
23:07:54 Join mt_ [0] (n=mtee@41.233.142.165)
23:09:24 Nick gevaerts is now known as Guest43936 (n=fg@195-144-092-169.dyn.adsl.xs4all.be)
23:15:28 Join LambdaCalculus37 [0] (n=LambdaCa@rockbox/staff/LambdaCalculus37)
23:16:18 Nick Strife1989 is now known as Strife89 (n=Strife89@adsl-154-14-88.mcn.bellsouth.net)
23:16:37 Quit einhirn (Read error: 104 (Connection reset by peer))
23:22:52fmlIs anybody here who can build manuals? I'd like to compare my taste with yours (as described in FS #10843)
23:24:01 Quit mt (Success)
23:24:27 Quit JdGordon| ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
23:25:24archivatorI'm starting to work with threads (in a plugin), and found a small ambiguity in the docs. Apparently, mutex_lock() is a blocking call but given the thread model in Rockbox, does that mean it also switches to another thread context?
23:25:37archivatorOtherwise, I can't see how you would use that to synchronize between two threads..
23:26:15domonokyarchivator: yes, when a thread blocks, other threads can run..
23:26:50archivatorMakes perfect sense.. I guess I was overthinking it :)
23:27:14domonokyevery blocking call lets the sheduler select another thread to run (if any thread is in a runable state)
23:28:04archivatorAh, so I don't have to relearn everything I know about threads, after all! Good.
23:28:07 Join Zaba [0] (n=zaba@ip102.148.adsl.wplus.ru)
23:29:16domonokyyes, its similar to normal threading but easier, as you cant be interrupted anytime, so less protection needed.
23:32:40 Quit Zaba_ (Connection timed out)
23:34:51 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
23:49:57 Join tomers [0] (n=chatzill@bzq-84-109-85-100.red.bezeqint.net)
23:53:52 Quit robin0800 (Remote closed the connection)
23:54:17kkurbjunJdGordon: I found at least one bug in svn with respect to the sbs
23:54:19kkurbjunthe line scrolling breats when you enter some submenus
23:54:23kkurbjunbreaks
23:54:43kkurbjunJdGordon: I found at least one bug in svn with respect to the sbs: The line scrolling breaks when you enter some submenus
23:56:01kkurbjunthe colors are still messed up going into plugins
23:56:20kkurbjunit seems to be changing the background color to the rockbox blue, but the foreground remains the same
23:56:39kkurbjunI double checked my background color and it is set to solid black
23:57:01tomersshotofadds: ping
23:57:18 Quit pamaury ("exit(*(int *)0 / 0);")

Previous day | Next day