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-09

00:00:16Bagderit specificly mentions they work, I haven't tried that myself
00:00:36 Join stripwax_ [0] (n=Miranda@87-194-34-169.bethere.co.uk)
00:00:54Unhelpfullovely. i'm not entirely sure things build the same for sim, though. i got different CRCs in test_codec for some files
00:02:06***Saving seen data "./dancer.seen"
00:03:14 Quit GeekShadow (Read error: 113 (No route to host))
00:04:40 Join phanboy4 [0] (n=benji@c-24-98-43-198.hsd1.ga.comcast.net)
00:08:25 Quit linuxguy4 (Read error: 113 (No route to host))
00:11:21 Quit GeekShado_ (Read error: 148 (No route to host))
00:13:25saratogastripwax: does the sim profile then?
00:14:55 Quit Armand` ("Leaving")
00:15:54amiconnUnhelpful: Lossless or lossy?
00:16:03stripwax_saratoga - needed to rebuild, forgot to have Map files so profile output wasn't super useful
00:17:07 Quit stripwax (Read error: 110 (Connection timed out))
00:17:54saratogastripwax_: but at least it runs?
00:17:59saratogai wonder if its an IRAM issue
00:19:15stripwax_yeah, it works fine
00:19:23Unhelpfulamiconn: lossy, aac-he... but shouldn't we be using the fixed-point math on the sim, and getting the same results?
00:19:29stripwax_So two of the aborts I had were in iram. But C0EDBABE is something .. special ..
00:19:40stripwax_Unhelpful - (we should)
00:19:56saratogacorrupted memory address maybe
00:20:16saratogamaybe the codec is overwriting the memory thats supposed to hold the profile code
00:20:43amiconnUnhelpful: For lossy formats I'd expect a few differences. Even though we're using fixed point, platform specific shortcuts may lead to slightly different results
00:20:44Unhelpfulstripwax: i think you had already left before, but i asked if you happened to be using the eabi toolchain
00:21:05 Join asynchronous95 [0] (n=410d02d8@giant.haxx.se)
00:21:53stripwax_saratoga - hm. any idea how that might happen?
00:22:19stripwax_Unhelpful - how do I tell? (I don't think I am, but I might be). I build on cygwin
00:22:21*Unhelpful thinks before committing bs_generic he should add a BS_LOG2... either its own flag value or just a 0 since it's already the default "personality"
00:22:24saratogastripwax_: maybe too much malloc?
00:22:40saratogaIIRC the HE codec will malloc a lot more then the regular, and the linker can't check for malloc
00:22:44stripwax_malloc in iram?
00:22:49saratogaoh hmm
00:23:06stripwax_well, but no, if malloc trashes anything, it could end up resulting in a weird jump to somewhere crazy.
00:23:11Unhelpfulstripwax_: if you built it yourself and used the "e" target. and then used −−eabi with configure. you would pretty much know. but it *could* explain problems like the one you saw if you were.
00:23:15stripwax_but that's if malloc trashes something. presumably, it doesn't .. ?
00:23:32stripwax_Unhelpful - nope, I'm not doing any of that
00:24:08stripwax_saratoga - fwiw, I got it on target with other codecs off this build too. tried fresh build from scratch too. something just seems borked.
00:26:15Unhelpfulheh, i think the sim might be slower under callgrind than my e200 :/
00:26:43amiconnUnhelpful: One example is that for fixmul31 equivalents, it pays off to drop the lsb on coldfire, saving either a multiply or fiddling with the accumulator extension
00:27:23amiconnSo the sim would use 32 bit precision while coldfire uses 31 bit precision. Still sufficient for lossy formats, but crc will change
00:27:43stripwax_Hrm - I actually don't think the profile results on sim are super useful, cos even with map files, I guess the host os relinking means those addresses aren't really the right ones.. (or at least, profile_reader can't seem to find the symbols for anything). Plus, tick times seem to be rounded down (to exactly zero) on my last run. call counts look reasonable but zero ticks :(
00:27:43Unhelpfulknow of any hacks like that for ARM?
00:28:14saratogadid libfaad get switched over to using the new malloc library?
00:28:17stripwax_similar hack on ARM
00:28:21saratogai think it did
00:29:44saratogahmm maybe not
00:30:07 Quit asynchronous95 ("CGI:IRC (Ping timeout)")
00:34:19 Join reid02 [0] (n=reid02@CPE00226b5e2074-CM000e5c6ebb22.cpe.net.cable.rogers.com)
00:45:18 Join Tomis2 [0] (n=Tomis@70.134.103.150)
00:46:14 Join GeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
00:49:18 Quit efyx_ (Remote closed the connection)
00:49:46 Quit dfkt (Read error: 104 (Connection reset by peer))
00:50:01 Quit amiconn (Remote closed the connection)
00:50:01 Quit pixelma (Read error: 104 (Connection reset by peer))
00:52:05 Join pixelma [0] (i=quassel@rockbox/staff/pixelma)
00:52:05 Join amiconn [0] (i=quassel@rockbox/developer/amiconn)
00:55:55 Quit Tomis (Read error: 110 (Connection timed out))
00:55:56 Nick Tomis2 is now known as Tomis (n=Tomis@70.134.103.150)
00:59:14 Join togetic [0] (n=togetic@unaffiliated/ibuffy)
01:00
01:08:01 Quit flydutch ("/* empty */")
01:08:42 Quit Thunder_Drop ("ChatZilla 0.9.85 [Firefox 3.5.5/20091109125225]")
01:13:19 Quit seani ("Leaving")
01:13:47 Quit Stephen_ ("Leaving")
01:14:25 Quit matsl (Read error: 60 (Operation timed out))
01:23:04 Quit stripwax_ (Read error: 104 (Connection reset by peer))
01:42:54Unhelpfulit seems that the sim hangs forever on exit w/ callgrind :)
01:51:30Tomisso it would seam that none of the "keypad mode" settings do anything on the ipod nano 2g? or perhaps there's something i'm missing, they're supposed to send certain keycodes over usb when you press keys on the nano and have HID turned on correct?
01:52:54 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
01:54:58 Quit angelwolf71885 (Client Quit)
01:55:03 Quit kugel (Read error: 113 (No route to host))
01:55:14 Quit Thundercloud_ (Remote closed the connection)
01:55:18 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
01:55:44 Quit PaulJam__ (Read error: 110 (Connection timed out))
02:00
02:02:08***Saving seen data "./dancer.seen"
02:06:30 Join Soap_ [0] (n=David_Ha@rockbox/staff/soap)
02:08:25 Quit angelwolf71885 ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
02:08:39 Join GeekShado_ [0] (n=Antoine@APoitiers-552-1-27-18.w86-217.abo.wanadoo.fr)
02:08:48 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
02:09:56 Quit angelwolf71885 (Client Quit)
02:10:21 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
02:11:12 Quit angelwolf71885 (Client Quit)
02:11:59 Join Lss [0] (n=Lss@cm91.delta92.maxonline.com.sg)
02:14:45 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
02:15:05 Quit angelwolf71885 (Client Quit)
02:22:35 Quit GeekShadow (Read error: 113 (No route to host))
02:38:46 Join Darkknight512 [0] (n=63e16e06@giant.haxx.se)
02:39:31Darkknight512Hey guys, I installed rockbox on my ipod nano last night and was wondering if I can change the icons on the status bar at the top, by that I dont mean change from numarical to graphical
02:48:53 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
02:49:14 Quit angelwolf71885 (Client Quit)
02:54:40 Quit Darkknight512 ("CGI:IRC (EOF)")
02:58:18 Join tchan [0] (n=tchan@lunar-linux/developer/tchan)
03:00
03:00:07 Nick fxb is now known as fxb__ (n=felixbru@h1252615.stratoserver.net)
03:05:50 Join CaptainKewl [0] (n=jason@207-237-117-89.c3-0.80w-ubr2.nyr-80w.ny.cable.rcn.com)
03:07:52 Quit xavieran (Read error: 110 (Connection timed out))
03:08:25 Part froggyman
03:10:54 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
03:11:25 Join froggyman [0] (n=sopgenor@pool-72-69-220-194.chi01.dsl-w.verizon.net)
03:12:11 Quit angelwolf71885 (Client Quit)
03:15:08 Quit GeekShado_ ("The cake is a lie !")
03:15:16 Join deathkitten [0] (n=jgsj9gsi@94-193-135-203.zone7.bethere.co.uk)
03:15:25deathkittendoes it work with new ipod shuffle yet?
03:17:38deathkittencan anyone tell me what the best non-isolating earphones would be for gym? http://avforums.com/forums/headphones-headphone-amps/1113761-headphone-gym.html#post11009857
03:18:22 Quit JdGordon| ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
03:18:43 Quit thegeek_ (Read error: 104 (Connection reset by peer))
03:23:46scorchedeathkitten: the list of targets that rockbox works on is listed on the front page ...also, this channel is about rockbox and rockbox only - anything else needs to be taken somewhere else
03:24:49CIA-6New commit by unhelpful (r23903): Extend av_log2 in codeclib into a generic for scanning for set bits, which can provide either log2 or leading-zero-count output, and can force mapping ...
03:25:58 Part froggyman
03:29:23 Part deathkitten
03:29:31 Join JdGordon| [0] (n=Miranda@rockbox/developer/JdGordon)
03:35:26saratogathe sheer effort put into these log2 optimizations is amazing
03:41:55 Quit DerPapst ("Leaving.")
03:46:03 Nick Llorean1 is now known as Llorean (n=DarkkOne@adsl-76-202-17-167.dsl.hstntx.sbcglobal.net)
03:48:58 Quit MethoS- (Read error: 54 (Connection reset by peer))
03:56:44 Quit JdGordon| ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
04:00
04:00:37 Quit lostlogic ("leaving")
04:02:09***Saving seen data "./dancer.seen"
04:03:33Unhelpfulsaratoga: it was also in the name of unifying a bunch of different implementations. come up with one way that works best, use it everywhere. :)
04:03:55 Quit CaptainKewl (Remote closed the connection)
04:04:10 Join CaptainKewl [0] (n=jason@207-237-117-89.c3-0.80w-ubr2.nyr-80w.ny.cable.rcn.com)
04:05:40 Join lostlogic [50] (n=lostlogi@rockbox/developer/lostlogic)
04:07:03Unhelpfulalso the debruijn stuff was interesting... pity it didn't pan out though :/
04:13:16 Join BHSPitMonkey [0] (n=stephen@unaffiliated/bhspitmonkey)
04:17:04 Quit Rondom (Nick collision from services.)
04:17:07 Join Rondom [0] (n=quassel@dslb-084-057-165-241.pools.arcor-ip.net)
04:34:17 Quit tchan ("WeeChat 0.3.1-dev")
04:41:12 Join tchan [0] (n=tchan@lunar-linux/developer/tchan)
04:53:04Unhelpfulsaratoga: i note that while ffmpeg does not do aac-he at present, apparently, it does claim to decode aac faster than faad and ac3 faster than liba52. perhaps it might be worth porting more ff codecs and/or working on aac-he for their aac decoder?
04:53:21saratogaUnhelpful: SBR is in the ffmpeg-soc repo
04:53:32saratogaits nearly complete
04:53:34Unhelpfulsaratoga: even better ;)
04:53:49saratogatheir SBR stuff is probably worth taking
04:53:54saratogai'm not sure about the rest
04:54:09saratogamuch of the difference is just that they have a much faster mdct then stock faad
04:54:31saratogai think someone would have to compare the two in detail
04:54:51saratogato see what is worth taking and what is not
04:54:57Unhelpfulthe mdct you've been semi-working on, isn't it?
04:55:08saratogayeah
04:55:15saratogaalthough hopefully ours will eventually be faster
04:55:30saratogaalmost anything is better then the stock faad mdct though, since it used a slow fft
04:56:26saratogai don't really know much about the complete AAC format, it does all sorts of wierd stuff since its an mpeg codec, i mostly just looked at the parts that seemed to be slow
04:58:43Unhelpfulagain... if the other components are as good as the log2 was... ;)
05:00
05:00:50Unhelpfulalso ffmpeg supports e-ac3, but unless there starts being a lot of music distributed in it i'm guessing we don't care ;)
05:01:44saratogaWMA Pro too
05:01:47saratogabut i have to go
05:01:49Unhelpfulyes, i saw just now
05:01:50 Quit saratoga ("Page closed")
05:40:37JdGordonkkurbjun: ping?
05:42:58 Quit panni_ ("( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de )")
05:47:07 Quit tchan ("WeeChat 0.3.1-dev")
05:48:46 Quit Horscht ("Verlassend")
05:49:10 Join tchan [0] (n=tchan@lunar-linux/developer/tchan)
05:54:19 Quit Bagder (Remote closed the connection)
06:00
06:02:10***Saving seen data "./dancer.seen"
06:05:01 Join hebz0rl [0] (n=hebz0rl@dslb-088-065-208-152.pools.arcor-ip.net)
06:19:14kkurbjunJdGordon: what's up
06:19:31kkurbjunhas a quarterly event with work tonight...
06:21:44 Join shai [0] (n=Shai@l192-117-110-233.cable.actcom.net.il)
06:41:39JdGordonkkurbjun: I havnt seen any wierd plugin colours that make things terrible...
06:41:45JdGordoncommit?
06:44:43 Join daurnimator [0] (i=daurnima@freenode/staff/daurnimator)
06:54:47 Quit shai ("Leaving")
07:00
07:05:34 Join shai [0] (n=Shai@l192-117-110-233.cable.actcom.net.il)
07:05:37 Quit bluebroth3r (Read error: 104 (Connection reset by peer))
07:14:25 Quit liar (Client Quit)
07:21:04 Join bluebrother [0] (n=dom@f053152199.adsl.alicedsl.de)
07:24:38 Join matsl [0] (n=matsl@dhcp126.contactor.se)
07:26:01 Quit matsl (Remote closed the connection)
07:30:51 Join polobric1lo [0] (n=polobric@AGrenoble-257-1-11-140.w86-193.abo.wanadoo.fr)
07:42:15 Quit polobricolo (Read error: 110 (Connection timed out))
07:47:03 Quit hebz0rl ("Ex-Chat")
07:51:32 Join sbhsu [0] (n=a6530466@Zion.dorm.au.edu.tw)
07:54:42 Quit CaptainKewl (Remote closed the connection)
07:56:38 Join kugel [0] (i=kugel@rockbox/developer/kugel)
08:00
08:01:03FlynDicekugel: FS #10838 has some speed tests for you to peruse at your leisure... ;-P
08:02:14***Saving seen data "./dancer.seen"
08:05:47JdGordonmoment of truth time... all opposed say eye!
08:06:24JdGordonI mean.. nay
08:09:57daurnimatoreyenay?
08:10:01 Part daurnimator
08:20:08 Join Bagder [0] (n=dast@giant.haxx.se)
08:25:02 Join pondlife [50] (n=Steve@rockbox/developer/pondlife)
08:25:49CIA-6New commit by jdgordon (r23904): FS #10824 - viewport/statusbar API rework. ...
08:30:55kugel:'(
08:31:21JdGordonthe fix for early statusbar is fixing gui_statusbar_draw() to ignore the global_settings.statusbar setting, which isnt entirely simple, but doable
08:32:01kugelwhy didn't you put LCD_EVENT_ACTIVATION back in?
08:32:15JdGordonI DID
08:32:42kugelwhere is it?
08:32:49JdGordonviewport.c where it should be
08:32:59kugelwtf in viewport.c?
08:33:13kugelwhy should it be there?
08:33:26JdGordonbecause thats what manages the drawing
08:33:33*JdGordon curses checkwps
08:34:33JdGordonwtf is _ansi.h?
08:34:56*pondlife wonders when the extra delta table headings will realise they're unneeded
08:35:00kugelviewport.c should just call enable_sbs or something
08:35:47Bagderpondlife: haha, good point. we better ridicule zagor about them! ;-)
08:36:03*JdGordon forgot to look at the delta table... not too shabby
08:36:28pondlifeRidicule? Nah... not that bad
08:37:07Bagdernah, but he's my kid brother and that's what you're supposed to do to brothers!
08:37:24kugelJdGordon: did you do anything w.r.t. to the yesterday's objections?
08:38:19JdGordonof course
08:39:15JdGordon_ansi.h anyone?
08:40:19 Quit kugel (Read error: 104 (Connection reset by peer))
08:40:32 Join kugel [0] (i=kugel@rockbox/developer/kugel)
08:44:10CIA-6New commit by jdgordon (r23905): fix red checkwps
08:44:29kugelJdGordon: you moved set_default_align_flags() into the #ifndef __PCTOOL__ section
08:44:45kugelI wonder why, a function called compiled for checkwps needs it
08:45:04JdGordonyes, i obviously did it on purpose!
08:45:49*GodEater has had a thought regarding the organisation of stuff in the wiki
08:45:54kugelI don't know, what was the purpose of moving it?
08:46:17JdGordonyou mean other than to cause red?
08:46:27JdGordonreorganise it in the file
08:46:29GodEaterwhat if we were to try to mimic the menu structure of a rockbox build?
08:46:49JdGordonthats quite a thought!
08:47:31kugelyou could just have moved it back and decrease #ifdef count
08:47:48GodEaterit's probably a lot of initial work to find all the stuff that needs categorising like that
08:48:00GodEaterbut further down the road you could probably maintain it a bit easier
08:48:04GodEaterany opinions?
08:49:29 Quit Rob2223 (Read error: 110 (Connection timed out))
08:49:45JdGordonwell, it sounds like alot of work, and dont we have arguments every few months about reorginasing the menus?
08:49:56GodEaterhehe - no, you do ;)
08:50:14GodEaterseriously, do we?
08:50:15JdGordonwe being me and someone :)
08:50:19JdGordondont we?
08:50:22GodEaterI don't remember the last one of those
08:50:26GodEaterwhat was in the wrong place?
08:50:44JdGordoneverything
08:50:55JdGordonit always ends up in the same argument... but anyway...
08:51:04JdGordonwhats the problem with the org in the wiki?
08:51:13GodEaterthere isn't any
08:51:23GodEaterI always have to resort to search
08:51:57kugelisn't there already the concept of parent pages?
08:52:10kugelI assume nobody made a nice menu for that yet
08:52:16GodEaterthere may be the concept, but it's implementation is invisible
08:52:32 Join flydutch [0] (n=flydutch@host140-41-dynamic.116-80-r.retail.telecomitalia.it)
08:53:00JdGordonhang on... how do you mean mimic?
08:53:24kugelJdGordon: are splashes still cut of?
08:53:43JdGordondepends
08:54:25kugelon?
08:54:43JdGordonthe splash, the user settings
08:54:49JdGordonthe weather.. time of day
08:55:03JdGordonposition of andromeda in the sky
08:55:17kugel..........are 0-tick splashes still cut of if someone doesn't use a fullscreen ui vp?
08:56:21JdGordonnot nessecaroly
08:57:22kugelcan you elaborate on that a bit?
08:57:56JdGordonI'm not sure how else I cna put it, that I hadnt last night...
08:58:22kugelit was one of the objections and you said you did something against them
08:58:43JdGordonyou didnt ask what I did about it
08:59:28JdGordonbah... show me an example where its actually a PROBLEM and it can be fixed
08:59:53*kugel isn't in the mood for playing silly games now
09:00
09:00:06JdGordonthats a shame... I am :p
09:02:56 Join petur [50] (n=petur@rockbox/developer/petur)
09:10:53 Join maruk [0] (n=papier@titanium.sdv.fr)
09:20:29 Join polobricolo [0] (n=polobric@AGrenoble-257-1-18-89.w86-194.abo.wanadoo.fr)
09:20:57 Quit xordos (Read error: 110 (Connection timed out))
09:28:02 Join Thundercloud [0] (i=thunderc@persistence.flat.devzero.co.uk)
09:34:34 Quit polobric1lo (Read error: 110 (Connection timed out))
09:36:38 Join polobric1lo [0] (n=polobric@AGrenoble-257-1-119-141.w90-27.abo.wanadoo.fr)
09:37:20 Quit phanboy4 (Read error: 104 (Connection reset by peer))
09:44:42 Quit maruk ("Leaving.")
09:45:30 Quit polobricolo (Read error: 110 (Connection timed out))
09:51:45 Join robin0800_ [0] (n=robin080@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
09:52:58 Quit kugel (Connection timed out)
09:53:23 Join kugel [0] (i=kugel@rockbox/developer/kugel)
09:58:00 Quit Thundercloud (Remote closed the connection)
10:00
10:02:18***Saving seen data "./dancer.seen"
10:03:48 Join PaulJam__ [0] (i=Paule@vpn-3071.gwdg.de)
10:05:34 Join funman [0] (n=fun@rockbox/developer/funman)
10:09:05 Quit faemir ("Leaving")
10:09:39 Join maruk [0] (n=papier@titanium.sdv.fr)
10:13:57 Join einhirn [0] (n=Miranda@bsod.rz.tu-clausthal.de)
10:22:20 Quit Llorean (Read error: 54 (Connection reset by peer))
10:26:30 Join LinusN [0] (n=linus@rockbox/developer/LinusN)
10:38:25 Join jordan` [0] (n=jordan@78.235.252.137)
10:45:20 Quit jordan`` (Read error: 110 (Connection timed out))
10:46:47 Join DerPapst [0] (n=DerPapst@p4FE8F358.dip.t-dialin.net)
10:48:10 Quit kugel (niven.freenode.net irc.freenode.net)
10:48:10NSplitniven.freenode.net irc.freenode.net
10:48:10 Quit polobric1lo (niven.freenode.net irc.freenode.net)
10:48:10 Quit Tomis (niven.freenode.net irc.freenode.net)
10:48:10 Quit fyrestorm (niven.freenode.net irc.freenode.net)
10:48:10 Quit advcomp2019_ (niven.freenode.net irc.freenode.net)
10:48:10 Quit Byan_ (niven.freenode.net irc.freenode.net)
10:48:10 Quit FlynDice (niven.freenode.net irc.freenode.net)
10:48:10 Quit antil33t (niven.freenode.net irc.freenode.net)
10:48:10 Quit jasio (niven.freenode.net irc.freenode.net)
10:48:10 Quit goffa (niven.freenode.net irc.freenode.net)
10:48:10 Quit gevaerts (niven.freenode.net irc.freenode.net)
10:48:10 Quit Topy44 (niven.freenode.net irc.freenode.net)
10:57:13*linuxstb wonders why Zagor hasn't set up the "old name -> new name" symlinks in http://build.rockbox.org/data/ - won't rbutil will be downloading older current builds?
11:00
11:01:09NHealniven.freenode.net irc.freenode.net
11:01:09NJoinkugel [0] (i=kugel@rockbox/developer/kugel)
11:01:09NJoinpolobric1lo [0] (n=polobric@AGrenoble-257-1-119-141.w90-27.abo.wanadoo.fr)
11:01:09NJoinTomis [0] (n=Tomis@70.134.103.150)
11:01:09NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
11:01:09NJoinadvcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
11:01:09NJoinByan_ [0] (n=notByan@lackey.csl.mtu.edu)
11:01:09NJoinFlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
11:01:09NJoinantil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
11:01:09NJoinTopy44 [0] (n=topy@my.fastsh.it)
11:01:09NJoingevaerts [0] (n=fg@rockbox/developer/gevaerts)
11:01:09NJoingoffa [0] (n=goffa@70.33.8.114)
11:01:09NJoinjasio [0] (n=yann@cpc2-rdng23-2-0-cust292.15-3.cable.virginmedia.com)
11:03:29 Quit jasio (niven.freenode.net irc.freenode.net)
11:03:29 Quit Byan_ (niven.freenode.net irc.freenode.net)
11:03:29 Quit goffa (niven.freenode.net irc.freenode.net)
11:03:29 Quit gevaerts (niven.freenode.net irc.freenode.net)
11:03:29 Quit Topy44 (niven.freenode.net irc.freenode.net)
11:03:29 Quit antil33t (niven.freenode.net irc.freenode.net)
11:03:29 Quit FlynDice (niven.freenode.net irc.freenode.net)
11:03:29 Quit kugel (niven.freenode.net irc.freenode.net)
11:03:29 Quit advcomp2019_ (niven.freenode.net irc.freenode.net)
11:03:29 Quit Tomis (niven.freenode.net irc.freenode.net)
11:03:29 Quit fyrestorm (niven.freenode.net irc.freenode.net)
11:03:29 Quit polobric1lo (niven.freenode.net irc.freenode.net)
11:03:55pixelmalinuxstb: that might be the reason for the report in the forums...
11:04:32NJoinkugel [0] (i=kugel@rockbox/developer/kugel)
11:09:44 Join xavieran [0] (n=xavieran@ppp118-209-112-86.lns20.mel4.internode.on.net)
11:13:44 Quit HBK (Read error: 110 (Connection timed out))
11:18:45NJoinpolobric1lo [0] (n=polobric@AGrenoble-257-1-119-141.w90-27.abo.wanadoo.fr)
11:18:45NJoinTomis [0] (n=Tomis@70.134.103.150)
11:18:45NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
11:18:45NJoinadvcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
11:18:45NJoinByan_ [0] (n=notByan@lackey.csl.mtu.edu)
11:18:45NJoinFlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
11:18:45NJoinantil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
11:18:45NJoinTopy44 [0] (n=topy@my.fastsh.it)
11:18:45NJoingevaerts [0] (n=fg@rockbox/developer/gevaerts)
11:18:45NJoingoffa [0] (n=goffa@70.33.8.114)
11:18:45NJoinjasio [0] (n=yann@cpc2-rdng23-2-0-cust292.15-3.cable.virginmedia.com)
11:22:49 Quit PaulJam__ (Nick collision from services.)
11:22:54 Join PaulJam [0] (i=Paule@vpn-3140.gwdg.de)
11:23:57 Join Tomis2 [0] (n=Tomis@70.134.68.145)
11:28:09 Join Lynx_ [0] (n=Lynx@xdsl-78-34-98-149.netcologne.de)
11:31:39 Quit tarbo (Connection timed out)
11:33:47 Join angelwolf71885 [0] (n=chatzill@cpe-173-171-133-36.tampabay.res.rr.com)
11:36:43 Quit kugel (Read error: 110 (Connection timed out))
11:40:29 Quit Tomis (Read error: 110 (Connection timed out))
11:40:30 Nick Tomis2 is now known as Tomis (n=Tomis@70.134.68.145)
11:44:36 Quit jasio (niven.freenode.net irc.freenode.net)
11:44:36NSplitniven.freenode.net irc.freenode.net
11:44:36 Quit Byan_ (niven.freenode.net irc.freenode.net)
11:44:36 Quit goffa (niven.freenode.net irc.freenode.net)
11:44:36 Quit gevaerts (niven.freenode.net irc.freenode.net)
11:44:36 Quit Topy44 (niven.freenode.net irc.freenode.net)
11:44:36 Quit antil33t (niven.freenode.net irc.freenode.net)
11:44:36 Quit FlynDice (niven.freenode.net irc.freenode.net)
11:44:36 Quit advcomp2019_ (niven.freenode.net irc.freenode.net)
11:44:36 Quit fyrestorm (niven.freenode.net irc.freenode.net)
11:44:36 Quit polobric1lo (niven.freenode.net irc.freenode.net)
11:48:56 Quit BHSPitMonkey (Read error: 113 (No route to host))
11:50:55 Join watto [0] (n=watto@193.203.81.165)
11:54:13 Quit Soap_ (Read error: 113 (No route to host))
11:56:01NHealniven.freenode.net irc.freenode.net
11:56:01NJoinpolobric1lo [0] (n=polobric@AGrenoble-257-1-119-141.w90-27.abo.wanadoo.fr)
11:56:01NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
11:56:01NJoinadvcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
11:56:01NJoinByan_ [0] (n=notByan@lackey.csl.mtu.edu)
11:56:01NJoinFlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
11:56:01NJoinantil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
11:56:01NJoinTopy44 [0] (n=topy@my.fastsh.it)
11:56:01NJoingevaerts [0] (n=fg@rockbox/developer/gevaerts)
11:56:01NJoingoffa [0] (n=goffa@70.33.8.114)
11:56:01NJoinjasio [0] (n=yann@cpc2-rdng23-2-0-cust292.15-3.cable.virginmedia.com)
11:57:48 Quit robin0800_ ("Leaving")
12:00
12:02:19***Saving seen data "./dancer.seen"
12:03:07 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
12:06:15 Join HBK [0] (n=hbk@rrcs-97-77-51-170.sw.biz.rr.com)
12:07:22 Quit robin0800 (Remote closed the connection)
12:07:33 Quit funman ("free(random());")
12:07:39 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
12:09:00 Quit jasio (niven.freenode.net irc.freenode.net)
12:09:00NSplitniven.freenode.net irc.freenode.net
12:09:00 Quit Byan_ (niven.freenode.net irc.freenode.net)
12:09:00 Quit goffa (niven.freenode.net irc.freenode.net)
12:09:00 Quit gevaerts (niven.freenode.net irc.freenode.net)
12:09:00 Quit Topy44 (niven.freenode.net irc.freenode.net)
12:09:00 Quit antil33t (niven.freenode.net irc.freenode.net)
12:09:00 Quit FlynDice (niven.freenode.net irc.freenode.net)
12:09:00 Quit advcomp2019_ (niven.freenode.net irc.freenode.net)
12:09:00 Quit fyrestorm (niven.freenode.net irc.freenode.net)
12:09:00 Quit polobric1lo (niven.freenode.net irc.freenode.net)
12:09:56NHealniven.freenode.net irc.freenode.net
12:09:56NJoingevaerts [0] (n=fg@rockbox/developer/gevaerts)
12:16:52 Quit robin0800 (Remote closed the connection)
12:19:03 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
12:21:17 Join Sajber^ [0] (n=Sajber@c-c33271d5.012-155-73746f22.cust.bredbandsbolaget.se)
12:21:51 Join robin0800_ [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
12:22:17 Quit robin0800_ (Remote closed the connection)
12:22:20 Join FOAD_ [0] (n=dok@dinah.blub.net)
12:23:14 Join thegeek [0] (n=nnscript@s168c.studby.ntnu.no)
12:32:25 Quit robin0800 ("http://quassel-irc.org - Chat comfortably. Anywhere.")
12:32:43 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
12:39:20 Quit FOAD (Read error: 110 (Connection timed out))
12:39:21 Nick FOAD_ is now known as FOAD (n=dok@dinah.blub.net)
12:42:30NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
12:42:30NJoinadvcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
12:42:30NJoinByan_ [0] (n=notByan@lackey.csl.mtu.edu)
12:42:30NJoinFlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
12:42:30NJoinantil33t [0] (n=Mudkips@203-184-54-232.callplus.net.nz)
12:42:30NJoinTopy44 [0] (n=topy@my.fastsh.it)
12:42:30NJoingoffa [0] (n=goffa@70.33.8.114)
12:42:30NJoinjasio [0] (n=yann@cpc2-rdng23-2-0-cust292.15-3.cable.virginmedia.com)
12:53:45 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
12:59:11 Join teru [0] (n=teru@KD059133115245.ppp.dion.ne.jp)
13:00
13:16:56 Quit DerPapst ("Leaving.")
13:28:08 Part pondlife
13:36:49 Part LinusN
13:40:10 Join kugel [0] (i=kugel@rockbox/developer/kugel)
13:43:00 Join dfkt_ [0] (i=dfkt@unaffiliated/dfkt)
13:49:24 Join Zagor [242] (n=bjorn@rockbox/developer/Zagor)
13:51:08linuxstbZagor: Hi. Do you need to add "oldname -> newlame" symlinks in http://build.rockbox.org/data/ ?
13:51:21 Quit dfkt (Read error: 145 (Connection timed out))
13:51:37gevaertslinuxstb: is that meant as some sort of opinion about the new names? ;)
13:51:48 Join hebz0rl [0] (n=hebz0rl@dslb-088-065-208-152.pools.arcor-ip.net)
13:52:11*linuxstb wonders how that typo happened....
13:52:51Zagorlinuxstb: when is oldname used there?
13:53:13linuxstbrbutil ?
13:54:15 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
13:54:16linuxstbFiles with the old names still appear to be there, but a build from sunday night.
13:54:18Zagorah, right. in my confused mind it only did daily builds, not bleeding.
13:56:08linuxstbAnd as I mentioned the other day, we need a bootlaoder-ipodnano1g.ipod on the download server (for when the next rbutil is released), as you changed that name in rbutil.ini
13:57:04Zagorfixed
13:57:36Zagorthe bootloaders, that is. I'll add bleeding links too
13:58:35linuxstbWhat about the Sansa bootloaders I also mentioned the other day? You don't want to change those to use the new standard names?
13:58:46 Quit dfkt_ (Nick collision from services.)
14:00
14:02:21***Saving seen data "./dancer.seen"
14:03:34Zagorwe should, yes. we just need to clearly separate which bootloaders need specific names. many are obvious, but not all. c200/firmware.mi4 and iaudio/x5_fw.bin for example
14:06:57linuxstbI'm just talking about the bootloader-$modelname.sansa bootloaders (you partly made that change, but then reverted it...)
14:08:15ZagorI want to do all or nothing. what I did was a mistake that didn't match the names in tools/configure or rbutil, hence the revert.
14:09:12Zagoryou could say ipodnano boot was also a mistake, but that at least matches with configure.
14:14:00CIA-6New commit by dave (r23906): Fix ipodpatcher to work with new target names introduced in r23883
14:16:42linuxstbZagor: Whilst fixing ipodpatcher, I noticed that there was also a bootloader rename from ipodmini to ipodmini1g - can you fix that as well? Also, can you rename the bootloaders inside bootloaders.zip - that zip file is intended for people building ipodpatcher, so needs the new names as well.
14:16:49 Join Omlet [0] (i=omlet05@103.114-244-81.adsl-dyn.isp.belgacom.be)
14:17:15Zagorlinuxstb: yes, I added a symlink for mini1g too
14:17:23CIA-6New commit by teru (r23907): Rework spacerocks: ...
14:19:23 Join funman [0] (n=fun@rockbox/developer/funman)
14:20:17 Quit angelwolf71885 ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
14:25:29Zagorbootloaders.zip updated
14:25:51linuxstbThanks.
14:26:48funmando we freeze this week-end ? I don't know if there is work in progress which should be finished before
14:27:29gevaertsif we keep the 23rd schedule and one week each for freeze and branch, we should freeze today
14:28:43funmani thought doing it on the week-end would give more time immediately after freezing, but if it lasts one 7 days it's not important i guess
14:28:50funmans/one//
14:39:16 Quit Omlet ("( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )")
14:50:45BagderI propose we push the release schedule forward, like perhaps 14 days
14:52:49gevaertsI'm not against that, as it would give more time to put a decent testing/reporting system in place
14:53:09funmansomeone is working on such a system ?
14:56:46Zagorfunman: yes, I
14:57:45funmanwe could even push the freeze a bit further (after christmas)
14:58:58gevaertsso move it 17 days or so?
15:00
15:00:23kugelwe are going to be late again? :(
15:01:02kugelbut well, releasing around christmas is annoying, so i wouldn't mind too
15:02:31*kugel remembers that many people didn't have time for 3.1
15:07:02kugels/again// btw, 3.4 wasn't late in hawaiin time :9
15:07:31kugelhawaiian*
15:07:39 Quit kugel ("exit(0);")
15:18:04 Quit antil33t ()
15:29:56 Join faemir [0] (n=faemir@78.33.109.163)
15:33:17 Join evilnick [0] (i=0c140464@rockbox/staff/evilnick)
15:33:43 Join Llorean [0] (n=DarkkOne@adsl-76-202-17-167.dsl.hstntx.sbcglobal.net)
15:34:27gevaertsBagder: maybe a dev-ml mail would be useful?
15:37:09 Quit PaulJam (Read error: 104 (Connection reset by peer))
15:40:27 Quit robin0800 (Remote closed the connection)
15:46:30 Join tarbo [0] (n=me@unaffiliated/tarbo)
15:46:48 Join DerPapst [0] (n=DerPapst@asr-nat2.its.fh-giessen.de)
15:48:29 Quit Lss ()
15:48:46 Join Lss [0] (n=Lss@cm91.delta92.maxonline.com.sg)
15:53:30Bagdergood idea, I'll try go get one sent later today
15:53:33Bagders/go/to
15:55:30 Join PaulJam [0] (i=Paule@vpn-3074.gwdg.de)
15:58:58 Join n1s [0] (n=n1s@rockbox/developer/n1s)
15:59:55 Quit teru ("Quit")
16:00
16:02:24***Saving seen data "./dancer.seen"
16:14:32 Quit funman ("free(random());")
16:32:24CIA-6New commit by mc2739 (r23908): Correct the debug information displayed for SD card to match the CID register layout.
16:33:05 Join toffe82 [0] (n=chatzill@12.169.218.14)
16:37:26 Join Casainho [0] (n=chatzill@87.196.80.12)
16:43:01CIA-6New commit by mc2739 (r23909): Fix red - resolve multiple variable definition
16:43:36 Join jgarvey [0] (n=jgarvey@cpe-174-097-130-131.nc.res.rr.com)
16:44:45 Quit toffe82 (Read error: 104 (Connection reset by peer))
16:48:43 Join toffe82 [0] (n=chatzill@12.169.218.14)
16:49:01 Quit soap (Read error: 110 (Connection timed out))
16:59:09 Quit Casainho ("ChatZilla 0.9.85 [Firefox 3.5.5/20091109125225]")
17:00
17:00:40 Quit DerPapst (Read error: 113 (No route to host))
17:01:28 Quit Zagor ("Don't panic")
17:02:30 Join DerPapst [0] (n=DerPapst@asr-nat2.its.fh-giessen.de)
17:11:45 Quit bzed (niven.freenode.net irc.freenode.net)
17:11:45NSplitniven.freenode.net irc.freenode.net
17:11:45 Quit ps-auxw (niven.freenode.net irc.freenode.net)
17:11:45 Quit n1s (niven.freenode.net irc.freenode.net)
17:11:45 Quit watto (niven.freenode.net irc.freenode.net)
17:11:45 Quit shai (niven.freenode.net irc.freenode.net)
17:11:45 Quit fish_ (niven.freenode.net irc.freenode.net)
17:11:45 Quit markun (niven.freenode.net irc.freenode.net)
17:11:45 Quit crashd (niven.freenode.net irc.freenode.net)
17:11:45 Quit Unhelpful (niven.freenode.net irc.freenode.net)
17:11:45 Quit rjg (niven.freenode.net irc.freenode.net)
17:11:45 Quit scorche (niven.freenode.net irc.freenode.net)
17:11:45 Quit J-23 (niven.freenode.net irc.freenode.net)
17:11:45 Quit ehntoo_ (niven.freenode.net irc.freenode.net)
17:11:45 Quit AlexP (niven.freenode.net irc.freenode.net)
17:11:45 Quit jfc (niven.freenode.net irc.freenode.net)
17:11:45 Quit aevin (niven.freenode.net irc.freenode.net)
17:11:45 Quit parafin (niven.freenode.net irc.freenode.net)
17:11:45 Quit DerPapst (niven.freenode.net irc.freenode.net)
17:11:45 Quit Tomis (niven.freenode.net irc.freenode.net)
17:11:45 Quit jordan` (niven.freenode.net irc.freenode.net)
17:11:45 Quit n17ikh (niven.freenode.net irc.freenode.net)
17:11:45 Quit yawny (niven.freenode.net irc.freenode.net)
17:11:45 Quit Torne (niven.freenode.net irc.freenode.net)
17:11:45 Quit shodanX_ (niven.freenode.net irc.freenode.net)
17:11:45 Quit Utchybann_ (niven.freenode.net irc.freenode.net)
17:11:45 Quit Tuplanolla (niven.freenode.net irc.freenode.net)
17:11:45 Quit Kopfgeldjaeger (niven.freenode.net irc.freenode.net)
17:11:45 Quit jds2001 (niven.freenode.net irc.freenode.net)
17:14:28NHealniven.freenode.net irc.freenode.net
17:14:28NJoinJ-23 [0] (n=zelazko@unix.net.pl)
17:14:28NJoinehntoo_ [0] (n=ehntoo@lug.mtu.edu)
17:14:28NJoinjfc [0] (n=john@dpc6682208002.direcpc.com)
17:14:28NJoinaevin [0] (i=eivindsy@unaffiliated/aevin)
17:14:28NJoinAlexP [0] (n=alex@rockbox/staff/AlexP)
17:14:28NJoinn1s [0] (n=n1s@rockbox/developer/n1s)
17:14:28NJoinwatto [0] (n=watto@193.203.81.165)
17:14:28NJoinshai [0] (n=Shai@l192-117-110-233.cable.actcom.net.il)
17:14:28NJoinbzed [0] (n=bzed@devel.recluse.de)
17:14:28NJoinps-auxw [0] (n=arneb@dyn37.ps-auxw.de)
17:14:28NJoinscorche [50] (n=scorche@rockbox/administrator/scorche)
17:14:28NJoinUnhelpful [0] (n=quassel@rockbox/developer/Unhelpful)
17:14:28NJoincrashd [0] (i=foobar@lostnode.org)
17:14:28NJoinrjg [0] (i=rgordon@odie.tomelliott.net)
17:14:28NJoinfish_ [0] (n=fish@freigeist.org)
17:14:28NJoinmarkun [50] (n=markun@rockbox/developer/markun)
17:14:28 Quit blithe_ ("leaving")
17:15:08NJoinDerPapst [0] (n=DerPapst@asr-nat2.its.fh-giessen.de)
17:15:08NJoinTomis [0] (n=Tomis@70.134.68.145)
17:15:08NJoinjordan` [0] (n=jordan@78.235.252.137)
17:15:08NJoinparafin [0] (i=parafin@paraf.in)
17:15:08NJoinn17ikh [0] (n=n17ikh@host-69-59-126-212.nctv.com)
17:15:08NJoinyawny [0] (i=user36@pr0.us)
17:15:08NJoinjds2001 [0] (n=jds2001@fedora/jds2001)
17:15:08NJoinUtchybann_ [0] (n=lolo@ede67-1-81-56-102-26.fbx.proxad.net)
17:15:08NJoinTuplanolla [0] (n=jani@unaffiliated/tuplanolla)
17:15:08NJoinTorne [0] (i=torne@rockbox/developer/Torne)
17:15:08NJoinKopfgeldjaeger [0] (n=nicolai@monitor-mode-enabled-on-mon0.phy0.de)
17:15:08NJoinshodanX_ [0] (n=shodanX@jazz.informatik.uni-erlangen.de)
17:15:17 Join blithe [0] (n=blithe@blakesmith.me)
17:21:15n1sUnhelpful: saw you got that unified bitscanner thing in, nice :) a summary on benchmar times? (also did you drop the arm asm implementaion because this was faster?)
17:22:42 Join archivator [0] (n=archivat@77.70.28.57)
17:24:38 Join froggyman [0] (n=sopgenor@pool-72-69-220-194.chi01.dsl-w.verizon.net)
17:24:39 Quit DerPapst ("Leaving.")
17:25:15 Join Jaykay [0] (n=chatzill@p5DDC637F.dip.t-dialin.net)
17:25:23 Part Bagder
17:27:42 Part froggyman
17:27:43 Join Omlet [0] (i=omlet05@103.114-244-81.adsl-dyn.isp.belgacom.be)
17:28:16 Join robin0800 [0] (n=quassel@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
17:30:24 Quit Hillshum (Remote closed the connection)
17:35:20 Join MethoS- [0] (n=clemens@134.102.106.250)
17:37:17 Quit grndslm (Remote closed the connection)
17:42:53 Join dfkt_ [0] (n=dfkt@unaffiliated/dfkt)
17:51:26PaulJamcould someone change the category of FS #10831 to manual?
17:51:36n1ssure
17:52:09PaulJamthanks
17:54:14n1sdone
17:58:32 Nick Omlet is now known as Omlet^RPM (i=omlet05@103.114-244-81.adsl-dyn.isp.belgacom.be)
18:00
18:00:37 Quit dfkt (Read error: 110 (Connection timed out))
18:02:20n1sUnhelpful: also, did you intend to put those shortcut functions in codeclib.c?
18:02:25***Saving seen data "./dancer.seen"
18:03:06Unhelpfuln1s: gah... no, i did not :/
18:03:25n1si guessed so :)
18:04:47Unhelpfulthis can potentially be one clock faster than usat if the compiler can't fit another instruction between the usat and the use of its result (and i'm not even sure gcc will know to do so), and it works on ARMv5 and ARMv6 without a special case
18:05:48n1syes, it's cleaner, was it fastert than your armv4 asm too?
18:07:16Unhelpfulthe C setup and LUT compiles cleanly on ARM, pretty much test + conditional shift + conditional add, and then fetch the LUT value and add
18:10:31 Join funman [0] (n=fun@rockbox/developer/funman)
18:10:50CIA-6New commit by mc2739 (r23910): Reuse existing variable instead of creating a new one.
18:10:52 Join stoffel [0] (n=quassel@p57B4D6C2.dip.t-dialin.net)
18:11:34 Quit petur ("work->home")
18:13:08CIA-6New commit by unhelpful (r23911): Remove some sample functions from codeclib - these were for verifying the generated asm for bs_generic and never intended for use.
18:15:36Unhelpfulas far as speed goes it's *not* a big deal. gevaerts saw a 1.8% improvement on flac -8 on coldfire, my e200 about .5% improvement on aac-he and alac. it's of more value for unifying code than for improving speeds
18:17:56 Join domonoky [0] (n=Domonoky@rockbox/developer/domonoky)
18:18:25 Quit dfkt_ (Read error: 110 (Connection timed out))
18:18:32 Quit jasio (niven.freenode.net irc.freenode.net)
18:18:32NSplitniven.freenode.net irc.freenode.net
18:18:32 Quit Byan_ (niven.freenode.net irc.freenode.net)
18:18:32 Quit goffa (niven.freenode.net irc.freenode.net)
18:18:32 Quit Topy44 (niven.freenode.net irc.freenode.net)
18:18:32 Quit FlynDice (niven.freenode.net irc.freenode.net)
18:18:32 Quit advcomp2019_ (niven.freenode.net irc.freenode.net)
18:18:32 Quit fyrestorm (niven.freenode.net irc.freenode.net)
18:20:42n1sUnhelpful: yes, i agree but it's nice when you can have code that's unified, clear *and* fast :)
18:21:01n1s... which is the case here
18:25:32NHealniven.freenode.net irc.freenode.net
18:25:32NJoingoffa [0] (n=goffa@70.33.8.114)
18:25:42 Quit einhirn ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
18:35:14JdGordonso release is going to be pushed another 2 weeks?
18:35:23n1ssounds so
18:35:35n1sfrom reading the logs
18:36:37gevaertsI don't think anyone has objected seriously yet, but I'd wait until after Bagder's promised mail to be sure
18:37:43 Quit maruk ("Leaving.")
18:42:50 Quit toffe82 ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
18:44:39 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
18:48:18 Quit n1s ("Lämnar")
18:48:35 Join n1s [0] (n=n1s@rockbox/developer/n1s)
18:48:39 Quit funman ("free(random());")
18:49:09 Quit flydutch ("/* empty */")
18:52:29NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
18:52:29NJoinadvcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
18:52:29NJoinByan_ [0] (n=notByan@lackey.csl.mtu.edu)
18:52:29NJoinFlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
18:52:29NJoinTopy44 [0] (n=topy@my.fastsh.it)
18:52:29NJoinjasio [0] (n=yann@cpc2-rdng23-2-0-cust292.15-3.cable.virginmedia.com)
18:52:57 Join einhirn [0] (n=Miranda@p54851E94.dip0.t-ipconnect.de)
18:57:50 Quit jfc (Read error: 104 (Connection reset by peer))
19:00
19:06:04 Quit krazykit (Read error: 104 (Connection reset by peer))
19:09:50 Join krazykit [0] (n=kkit@ppp-70-225-128-20.dsl.ipltin.ameritech.net)
19:11:47 Join Bagder_ [0] (n=daniel@1-1-5-26a.hud.sth.bostream.se)
19:12:04 Nick Bagder_ is now known as B4gder (n=daniel@1-1-5-26a.hud.sth.bostream.se)
19:20:51CIA-6New commit by rmenes (r23912): More GoGear SA9200 plugin keymaps, plus a fix on mosaique. ...
19:21:40 Join froggyman [0] (n=sopgenor@pool-72-69-220-194.chi01.dsl-w.verizon.net)
19:22:23 Join w1ll14m [0] (n=w1ll14m@84-104-81-17.cable.quicknet.nl)
19:24:30 Join kugel [0] (n=kugel@rockbox/developer/kugel)
19:25:06kugelFlynDice: doing the test_disk speed test without boosting isn't very useful on samsa since filetransfers do boosting
19:25:18 Join toffe82 [0] (n=chatzill@12.169.218.14)
19:25:24w1ll14mi have a ipod 5g, i changed a line in sound.c to make rockbox change lineout volume like it does on headphones. volume changes but lineout is a lot softer than headphones. In the past this worked fine on a diffrent ipod 5g. Could this be hardware related ?
19:25:33 Join Horscht [0] (n=Horscht2@xbmc/user/horscht)
19:25:51kugeli.e. what you get is the boosted data rate reduced by cpu_boost() overhead
19:26:50 Join amiconn_ [0] (i=quassel@rockbox/developer/amiconn)
19:26:50 Quit amiconn (Nick collision from services.)
19:27:09 Nick amiconn_ is now known as amiconn (i=quassel@rockbox/developer/amiconn)
19:27:26 Nick YPSY is now known as Ypsy (n=ypsy@geekpadawan.de)
19:28:46 Quit pixelma (Nick collision from services.)
19:28:47 Join pixelma_ [0] (i=quassel@rockbox/staff/pixelma)
19:29:06 Nick pixelma_ is now known as pixelma (i=quassel@rockbox/staff/pixelma)
19:32:56 Quit einhirn (Read error: 104 (Connection reset by peer))
19:33:59FlynDicekugel: I'm not really following you with the test_disk speed thing. Are you saying that the relative results are somehow not representative?
19:35:38kugelwell, I found in my tests that the numbers are lower for unboosted tests are lower than for boosted ones, even though our sd driver requires boosting during sd access
19:38:22FlynDicekugel: You probably understand the way the test works way better than I do, I wasn't looking for absolute values as much as a relative value between different setups.
19:38:23kugelso you actually measure the cpu_boost() overhead, and not the real data rate at 62MHz
19:39:41kugeland the number of boosts increases with the number of atomic transfers, so if the data rate is slower in reality it will show even slower due to the overhead
19:39:53 Quit robin0800 (Read error: 110 (Connection timed out))
19:40:31 Join Casainho [0] (n=chatzill@87-196-80-12.net.novis.pt)
19:41:02Casainhohello :-)
19:41:06kugelso, they're simply off, but taking it for relative measurements probably still works good enough
19:41:30 Quit Jaykay (Read error: 110 (Connection timed out))
19:42:07Casainhodomonoky: ping
19:42:17domonokypong
19:42:39Casainhodomonoky: so, how are you going with Mini2440?
19:42:56FlynDicekugel: ah, well good, you were starting to make me think too hard again and my doctor says I've used up my thinking allotment for this month..... ;-)
19:43:19domonokyCasainho: nothing new
19:43:28Casainhodomonoky: do you know? I got my first print in plastic today... now, I am looking for help in design of a plastic enclose in 3D, like using Blender for it...
19:44:19Casainhodomonoky: I was thinking that Mini2440 port should be listed on this wiki page: http://www.rockbox.org/wiki/TargetStatus
19:44:29kugelFlynDice: I still think those tests should be done after forcing boosted
19:44:53domonokyCasainho: feel free to edit the wiki :-)
19:45:24Casainhodomonoky: ok ;-)
19:46:21FlynDicekugel: I'll see what I can do... That shouldn't require too much heavy lifting
19:47:37 Join JdGordon| [0] (n=Miranda@nat/microsoft/x-qbikdtlyrurybqss)
19:56:04 Join pamaury [0] (n=pamaury@91-164-186-26.rev.libertysurf.net)
20:00
20:02:27***Saving seen data "./dancer.seen"
20:04:05CIA-6New commit by bluebrother (r23913): Always format error message using ANSI functions to get rid of type-punning when building with rbutil.
20:17:23 Quit evilnick (niven.freenode.net irc.freenode.net)
20:17:23NSplitniven.freenode.net irc.freenode.net
20:19:41 Join efyx_ [0] (n=efyx@lap34-1-82-225-185-146.fbx.proxad.net)
20:21:44 Nick Ypsy is now known as YPSY (n=ypsy@geekpadawan.de)
20:24:55linuxstbCasainho: On the TargetStatus page, the second and third columns should be "N/A" (not applicable), not "yes" for the mini2440 in that table.
20:25:55Casainholinuxstb: ok, thanks. I was looking for a "preview" button before svae the page :-(
20:29:24 Quit stoffel (Remote closed the connection)
20:29:49 Quit archivator ("Leaving")
20:33:29kugelANSI functions?
20:34:03Casainholinuxstb: done ;-)
20:34:28kugelbluebrother: ^
20:35:27NHealniven.freenode.net irc.freenode.net
20:35:27NJoinevilnick [0] (i=0c140464@rockbox/staff/evilnick)
20:37:17linuxstbkugel: "FormatMessageA" compared to "FormatMessage"
20:37:39kugelwhat ansi standard is that?
20:37:56 Part watto
20:37:58linuxstbI assume it's talking about character encodings
20:38:22kugelgoogle (and the source file) rather suggests it's win32 api
20:38:48domonokykugel: its still ANSI encoding
20:39:05domonokyregardless of api :-)
20:39:26linuxstbkugel: Yes, the winapi has ANSI and Unicode versions of functions.
20:40:54kugelah, so the result is ansi, and not the function itself?
20:41:48kugelanyway, thanks for clarification
20:41:49JdGordon|IIRC you should use the function without the W or A suffix and it gets defined to the correct one at build time
20:41:56domonokykugel: jup
20:42:37domonokyJdGordon|: but then you dont know what you get, if you interface it with another program :-)
20:43:58bluebrotherit is w32api, but w32api provides functions for ANSI and wide characters. That's the suffix A or W
20:44:05 Join solexx [0] (n=jrschulz@e176121174.adsl.alicedsl.de)
20:44:35bluebrotherusually you don't use the suffix but it gets set by the #define UNICODE
20:44:50 Join archivator [0] (n=archivat@77.70.28.57)
20:45:22bluebrotherbut this has also other effects −− you need to replace printf by wprintf, char by wchar_t and so on. w32 provides the tchar macro hell for that
20:45:26JdGordon|anyone else getting "This webpage isnt avilable" on the forums?
20:45:46*bluebrother can access the forums
20:46:07*linuxstb too
20:49:04 Quit hebz0rl ("Ex-Chat")
20:52:08 Join Jaykay [0] (n=chatzill@p5DDC637F.dip.t-dialin.net)
20:52:52PaulJamhmm, i'm getting a "*PANIC* Stack underflow... viewportmanager" everytime when leaving USB mode has anyone else seen this?
20:54:21gevaertsPaulJam: recent revision?
20:54:31kugelgevaerts: yes
20:55:27PaulJamgevaerts: just downloaded it a few minutes ago...
20:56:26kugelthe problem is that viewportmanager_theme_enable() is called conditionally, but viewportmanager_theme_undo() unconditionally
20:56:52kugelthe if () means that fullscreen i wanted if the logo doesn't fit into the parent viewport
20:57:29kugelso if it fits, viewportmanager_theme_enable() isn't called (and nothing is put on the stack). in the _undo() call removes something from the stack
20:57:51kugelin usb_screen.c that is
20:58:45kugelJdGordon|: ^^
20:59:00JdGordon|PaulJam: put in on FS... I'll fix it tonight
20:59:08 Quit solexx_ (Read error: 110 (Connection timed out))
20:59:31PaulJamok
20:59:52JdGordon|and assign it to me if you can be bothered... although unlikely anyone else will want to touch it anyway
21:00
21:00:05JdGordon|should be a simple fix if what kugel says is happening (which makes sense)
21:02:39PaulJami don't think i can assign tasks
21:03:06 Quit gevaerts (Nick collision from services.)
21:03:16 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
21:04:52gevaertsdoesn't look too hard
21:05:40JdGordon|I want to go in and redo most of how that screen is drawn, and get the inbuilt bar working for early usb again
21:07:00gevaertsI'll post a test patch to FS in a few minutes
21:08:46pixelmaJdGordon|: "again"?
21:09:11JdGordon|ok, I wont if you dont want it...
21:09:55pixelmasure I do but wasn't aware it is broken (with the current changes?)
21:10:09pixelmaI didn't try so far
21:10:22JdGordon|hasnt it been broken for some time?
21:10:25 Quit Topy44 ("No Ping reply in 180 seconds.")
21:10:27 Join Topy44 [0] (n=topy@my.fastsh.it)
21:10:35kugelwhich you also caused :)
21:10:55*JdGordon| makes no appologies
21:11:26pixelmaI'm currently not sure which kind of brokenness you are talking about currentl
21:11:27pixelmay
21:11:40pixelmaerr.. exactly
21:12:03JdGordon|parse error :p
21:13:08pixelmain what way would that be visible to the user - no updates or no early USB at all or?
21:14:21 Quit pamaury ("exit(*(int *)0 / 0);")
21:16:10gevaertsPaulJam, kugel: I uploaded a patch that should fix this is kugel is right
21:17:04kugelif? my unquestionable wisdom leaves to possiblity for being wrong!
21:17:09JdGordon|pixelma: I was never under the impression that early usb was broken, just the dispaly of the statusbar
21:17:11*gevaerts isn't sure if his patch is the right way to do this from a clean design point of view, but it should work
21:17:19 Quit Casainho ("ChatZilla 0.9.85 [Firefox 3.5.5/20091109125225]")
21:17:31gevaertskugel: sorry. This patch fixes the issue
21:17:36JdGordon|gevaerts: if it works do it... I'll try to do a proper fix tonight, but dunno if I'll have time
21:17:40*gevaerts hasn't tested :)
21:17:42kugelgevaerts: it's ok :)
21:17:45kugelfs#?
21:17:56gevaertsFS #10841
21:18:23kugeloh, I was looking at patches only
21:18:38pixelmaJdGordon|: as in "it doesn't display at all" or it doesn't show disk activity?
21:18:58JdGordon|they are the same arn't they?
21:19:13 Quit Utchybann_ (Read error: 113 (No route to host))
21:19:14gevaertskugel: well, it started as a plain normal bug report :)
21:19:32pixelmaJdGordon|: to me that's not the same
21:19:54pixelmaalthough if the former happens the latter will happen too
21:19:59kugelgevaerts: stop showing that I made a mistake!
21:21:10*kugel agrees with gevaerts
21:21:21 Quit jasio (niven.freenode.net irc.freenode.net)
21:21:21NSplitniven.freenode.net irc.freenode.net
21:21:21 Quit Byan_ (niven.freenode.net irc.freenode.net)
21:21:21 Quit FlynDice (niven.freenode.net irc.freenode.net)
21:21:21 Quit advcomp2019_ (niven.freenode.net irc.freenode.net)
21:21:21 Quit fyrestorm (niven.freenode.net irc.freenode.net)
21:22:02JdGordon|pixelma: OK, I was under the impression that the the bar didnt display at all... and probably didnt update... it could actually be working now, but I didnt test it
21:26:33 Quit shai ("Leaving")
21:29:43 Nick Omlet^RPM is now known as Omlet (i=omlet05@103.114-244-81.adsl-dyn.isp.belgacom.be)
21:32:25 Join [St [0] (n=4845dcc2@giant.haxx.se)
21:33:02 Join Byan [0] (n=notByan@lackey.csl.mtu.edu)
21:33:06 Quit markun (Read error: 110 (Connection timed out))
21:33:14NHealniven.freenode.net irc.freenode.net
21:33:14NJoinfyrestorm [0] (n=nnscript@cpe-69-203-150-85.si.res.rr.com)
21:33:19NJoinFlynDice [0] (n=FlynDice@c-24-19-225-90.hsd1.wa.comcast.net)
21:33:20NJoinadvcomp2019_ [0] (n=advcomp2@unaffiliated/advcomp2019)
21:34:08CIA-6New commit by gevaerts (r23914): Fix FS #10841. Thanks to Thomas Martitz for spotting what was wrong.
21:35:30gevaertsPaulJam: bug is gone now
21:35:37 Quit [St (Client Quit)
21:35:49PaulJamthanks
21:36:06*JdGordon| wishes you didnt close the bug though
21:36:16*gevaerts will reopen
21:36:26JdGordon|ah leave it
21:36:52gevaertstoo late :)
21:37:32gevaertsand assigned to you
21:38:18 Quit w1ll14m (Read error: 145 (Connection timed out))
21:39:14JdGordon|can we do anything about the really old bugs in FS? and patches?
21:39:35JdGordon|we are sitting around 300 open bugs... which sucks
21:40:39 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
21:42:17kugelI think we decided to make a cleanup week after 3.3 but we didn't get around it yet
21:42:24kugel(at the devcon)
21:47:50froggymanis current SVN safe to use right now?
21:48:18gevaertsask in #svn :)
21:48:20*gevaerts hides
21:48:50gevaertsotherwise it should really always be safe
21:49:02froggymanis current rockbox SVN safe to use right now?
21:49:39froggymangevaerts: as in I wont run into a ton of problems?
21:49:49gevaertsyou shouldn't
21:50:46 Join Lynx0 [0] (n=Lynx@xdsl-78-34-204-128.netcologne.de)
21:55:19 Join jfc [0] (n=john@dpc6682208002.direcpc.com)
22:00
22:02:28***Saving seen data "./dancer.seen"
22:06:14 Join liar [0] (n=liar@83.175.83.185)
22:06:40 Quit Lynx_ (Connection timed out)
22:07:21 Join MG_Man [0] (n=MGMan@97.101.208.11)
22:10:25 Quit jgarvey ("Leaving")
22:10:33 Join webguest56 [0] (n=5cc25adf@giant.haxx.se)
22:13:45 Join Kitr88 [0] (n=Kitarist@BSN-143-24-220.dial-up.dsl.siol.net)
22:15:25 Join marek_ [0] (n=marek@dynamic-62-87-243-196.ssp.dialog.net.pl)
22:16:10marek_hello i wanted to update my tohiba gigabeat i wanted to use installer, so i downloaded linux 64bit version i untar it and i have one file, is it a binary?
22:17:29linuxstbYes.
22:17:50 Join phanboy4 [0] (n=benji@c-24-98-43-198.hsd1.ga.comcast.net)
22:18:18webguest56Hello, I have registered for Flyspray but forgotten to choose a notification method (defaults to none). Now I don't receive the code and I can not register again under the same name to correct it. Any idee how to proceed? Gerhard
22:18:27marek_i got this error all the time "Network error: Request aborted. Please check your network and proxy settings."...
22:18:37marek_any ideas why?
22:20:14webguest56Should I register under a different name now or is there any possibility to get registered under the allready choosen one?
22:20:27 Nick niekie_ is now known as niekie (i=quasselc@CAcert/Assurer/niekie)
22:20:59B4gderwebguest56: Gerhard is the name you used?
22:21:10webguest56no, Gerbil
22:22:31B4gderI see no such user regged
22:22:47B4gderso try to do it again
22:23:53webguest56But when I try to register again as Gerbil I get the message " That username is already taken. You will need to choose another one."
22:25:02B4gderoh
22:25:30webguest56How long does it take normally after registering to get the mail, I'm waiting about 2 hours.
22:26:13B4gderI don't know
22:26:22B4gderit should be much faster than so
22:28:15webguest56Do you know, if you get the code after registering even if you forgot to choose an notification method thus "none" is choosen automatically?
22:29:02 Join LambdaCalculus37 [0] (n=LambdaCa@rockbox/staff/LambdaCalculus37)
22:29:30 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
22:30:44 Quit Kitar|st (Read error: 110 (Connection timed out))
22:30:45 Quit Kitr88 (Connection timed out)
22:30:51 Join Kitar|st [0] (i=Kitarist@BSN-142-77-31.dial-up.dsl.siol.net)
22:32:14 Quit dfkt ("-= SysReset 2.53=- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.")
22:36:15 Quit bmbl ("Bye!")
22:38:30 Join jasio [0] (n=yann@cpc2-rdng23-2-0-cust292.15-3.cable.virginmedia.com)
22:38:46 Join Utchybann_ [0] (n=lolo@ede67-1-81-56-102-26.fbx.proxad.net)
22:39:51n1sheh, tremor contains 5 integer log functions :) (3 of one kind and 2 of another kind) likely not performance critical in any way but still weird to not reuse a central implementation...
22:45:46n1snah called ~180 times a second or so only
22:45:46 Quit webguest56 ("CGI:IRC (EOF)")
22:47:47 Quit stripwax ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
22:52:15 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
22:52:42n1shmm, over 300 with a 500kbps file, if the values are large this could easily be a few thousand loop iterations per second or so...
22:53:15 Quit archivator ("Leaving")
22:54:25 Join stripwax_ [0] (n=Miranda@87-194-34-169.bethere.co.uk)
22:56:41n1sin fact, over 6000 calls are made *before* it starts decoding, or is the sim playing a trick on me?
22:57:44n1sso around 200 calls/sec while playing a 500kbps file and 6k before starting...
22:58:51 Quit ChanServ (shutting down)
22:59:10 Join ChanServ [0] (ChanServ@services.)
22:59:10Mode"#rockbox +o ChanServ " by irc.freenode.net
23:00
23:03:04 Join markun [50] (n=markun@rockbox/developer/markun)
23:03:48 Join kugel_ [0] (n=kugel@e178074239.adsl.alicedsl.de)
23:03:56n1svalues seem small
23:06:02 Join kugel__ [0] (n=kugel@e178074239.adsl.alicedsl.de)
23:06:26n1shaha, and the ilog calls while playing can *easily* be optimized away entirely...
23:07:08n1si think at least :)
23:08:03 Join Grahack [0] (n=Grahack@ip-222.net-82-216-222.rev.numericable.fr)
23:09:08n1syeah, store the log vale instead and use a 4 value LUT
23:09:25 Quit Omlet ("( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )")
23:10:17 Join w1ll14m [0] (n=w1ll14m@84-104-81-17.cable.quicknet.nl)
23:10:28 Quit n1s ("Lämnar")
23:16:38 Part Grahack
23:22:13 Quit kugel (Read error: 110 (Connection timed out))
23:24:12 Quit kugel_ (Read error: 110 (Connection timed out))
23:29:48 Nick kugel__ is now known as kugel (n=kugel@e178074239.adsl.alicedsl.de)
23:32:08 Quit togetic ("WeeChat 0.3.0")
23:32:17 Join togetic [0] (n=togetic@unaffiliated/ibuffy)
23:34:08 Join petur [0] (n=peter@d54C6F9B2.access.telenet.be)
23:38:13 Quit Jaykay ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]")
23:41:40stripwax_My ipod has started acting up in a way I haven't seen before, and it seems totally reproducible. If I turn on rockbox, the disk thrashes and thrashes (indefinitely, as far as I can tell), CPU is boosted (although every few minutes or so drops briefly to unboosted and then boosts back up again). That's without playing any audio and without dircache enabled. However I do have database enabled, and suspect corrupted database fil
23:41:40stripwax_es. Could that be possible? While thrashing, audio buffering from disk is really slow. While thrashing, if dircache enabled, building dircache takes forever.
23:42:51JdGordon|yes its possible the db is corrupt
23:43:37stripwax_Would/could corrupt db cause that? (leading question .. would it be possible for rockbox to detect that the db is corrupt and not thrash?)
23:44:10stripwax_Parallel question - any way to determine definitely if it is corrupt db and/or figure out which thread is doing all that disk activity?
23:44:49stripwax_Fwiw, browsing through Database menu items seems to work ok itself
23:45:59JdGordon|rename your .tcd file and see if its the db being problematic?
23:46:25stripwax_good idea!
23:47:49stripwax_all of them, or just database_idx.tcd?
23:47:58 Nick fxb__ is now known as fxb (n=felixbru@h1252615.stratoserver.net)
23:48:01JdGordon|just that one I think
23:49:02 Join DerPapst [0] (n=DerPapst@p4FE8F358.dip.t-dialin.net)
23:50:44stripwax_JdGordin| - thanks, that seems to have fixed it. I'll try renaming back and reconfirm. Also I saw boost counter as high as 4 sometimes - sounds odd - will see if that is also reproducible
23:53:19JdGordon|have you got auto-update enabled on the db maybe?
23:53:31JdGordon|and recently do lots of file pdating?
23:54:51stripwax_I might have auto-update enabled; but not lots of file updating recently (other than updating rockbox builds every so often etc). But I did have some unexpected resets and on reboot rockbox seemed to want to rebuild database; so may have ended up creating corrupted db
23:55:42stripwax_Yep, auto-update is on
23:56:44 Quit Lynx0 (Client Quit)
23:58:52JdGordon|sounds plausable
23:58:53stripwax_Oh I remember the other thing - while disk thrashing, if I play audio (and everything very slow, laggy UI etc), and then stop/shutdown rockbox, I get the 'couldn't open playlist control file' splash just before shutting down.
23:58:59stripwax_(can't remember exact wording)

Previous day | Next day