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-08-15

00:00:41 Join truthtaco_ [0] (n=truthtac@adsl-67-44-218.aby.bellsouth.net)
00:06:34 Join faemir [0] (n=faemir@78.33.109.163)
00:06:42 Quit TruthTaco (Read error: 60 (Operation timed out))
00:09:51 Join CaptainKwel [0] (n=jason@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
00:17:20 Quit domonoky1 (Read error: 104 (Connection reset by peer))
00:18:49 Quit GeekShadow ("The cake is a lie !")
00:20:07 Quit BlakeJohnson86 (Remote closed the connection)
00:22:09 Quit vodi (Read error: 110 (Connection timed out))
00:24:39 Join BlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
00:26:25 Quit ehntoo (Read error: 60 (Operation timed out))
00:27:21 Quit Omlet05 ()
00:34:20*petur waves at wincent
00:34:32*wincent waves back
00:35:16peturhad a good holiday?
00:35:26wincentpetur: I saw your comment about pdbox (it does not clear background)
00:35:59peturmy h300 has a bright background, and your plugin uses white text....
00:36:03wincentpetur: Yes, I did. Not quite what I expected, and some things were very suprising.
00:36:14peturnot everybody uses the default theme :)
00:36:52wincentpetur: So, leter today I will add setting background color to black.
00:37:08wincents/leter/later/
00:37:38petursure, no problem
00:46:47 Join funman [0] (n=fun@rockbox/developer/funman)
00:57:48 Quit robin0800 (Remote closed the connection)
00:57:55pixelmawhy not use the global fore- and background colours?
01:00
01:00:11 Quit Zagor ("Clint excited")
01:00:22kkurbjunis anyone around with a d2?
01:08:56CIA-61New commit by kkurbjun (r22314): Hopefully get all of the touchscreen drivers to act the same so release events get the appropriate data.
01:11:03 Part toffe82
01:12:41 Quit jgarvey ("Leaving")
01:12:49 Quit faemir ("Leaving")
01:13:35peturred! yellow!
01:13:39JdGordon|kkurbjun: having things work the same is a novel idea :)
01:13:50kkurbjun:)
01:13:57kkurbjunI'm not sure where that red came from
01:14:10funmanrussia?
01:14:16kkurbjunthose targets should not be touched by my commit
01:14:16peturnice score
01:14:19kkurbjun:-D
01:14:36JdGordon|gremlins!
01:14:48***Saving seen data "./dancer.seen"
01:14:49funmankkurbjun: changed makefile rules?
01:15:07peturbugger, it is my NAS that caused this, I'll take it offline
01:16:26CIA-61New commit by kkurbjun (r22315): Fix Yellow
01:16:51peturI fixed the red :/
01:17:53kkurbjun: ) thanks
01:20:02JdGordon|thats quite a score for a broken client :)
01:20:17peturseems perl went awol
01:20:47JdGordon|you need to symlink /opt/bin/perl to /usr/bin/perl
01:20:48peturI used the same startupscript as last time, no idea why it no longer works
01:21:16peturI did upgrade the firmware, that probably broke something
01:21:48 Quit petur ("Zzzzzz")
01:23:05 Quit JdGordon| ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
01:36:00 Join JdGordon_ [0] (i=ad801f85@gateway/web/freenode/x-sbvtbomwcnxspnex)
01:37:14 Quit Lynx_ (Read error: 104 (Connection reset by peer))
01:50:46 Join BdN3504 [0] (n=5ce227cd@gateway/web/cgi-irc/labb.contactor.se/x-zeckvxlillfyouun)
01:53:31BdN3504i don't know how to write a shell script that will answer the ../tools/configure dialogue. say i name that script e200, then it'll answer 50 and in the next step N for a normal build. would $ yes 50 N | ../tools/configure work?
01:55:32kkurbjunecho -e "50\nN" would probably do what you are looking for
01:55:49BdN3504thanks, i'll try that
01:55:59funman"echo 50" is enough
01:56:46BdN3504really? will the second dialogue be answered automatically?
01:58:11funmanyes, if you launch configure manually and type enter, normal (N) is selected
01:59:27 Quit JdGordon_ (Ping timeout: 180 seconds)
01:59:32 Join Lss [0] (i=Lss@cm150.delta91.maxonline.com.sg)
02:00
02:01:09FlynDicefunman: I found a few SD things, some that won't make a difference and one that I think might
02:01:27 Quit Rondom (Nick collision from services.)
02:01:38 Join Rondom [0] (n=Rondom@dslb-084-057-170-067.pools.arcor-ip.net)
02:03:17FlynDiceI was tracing down the card states after each command and found that we end up in a data state without following with a CMD 12 to go back to TRAN
02:04:09 Join tvelocity [0] (n=tony@athedsl-4486541.home.otenet.gr)
02:07:31FlynDiceAlso in the sd_wait_for _state function it appears to continually issue a CMD13 while waiting to get to TRAN state. But following a successful DATA transfer the card should enter the prg(programming) state and a CMD13 will leave it in prg
02:07:33funmanat which place ?
02:07:59FlynDicehold on I'll get a line #
02:08:24 Quit wincent (Read error: 60 (Operation timed out))
02:11:40funmansorry, got to go. i'll read it tomorrow (write it on the FS entry?). bye
02:11:41 Quit funman ("free(random());")
02:14:12JdGordonBdN3504: ../tools/configure −−target=<name> −−type=n
02:16:46BdN3504ah ok, thanks. i tried the things mentioned before and my suggestion ( yes 50 | ../tools/configure) works, whereas i had no success with echo. i didn't know you could use configure with these arguments, thanks jd
02:20:28 Part Xqtftqx1
02:24:00 Quit Lss ()
02:28:25 Quit Thundercloud (Remote closed the connection)
02:49:35 Quit mt (Read error: 113 (No route to host))
03:00
03:11:40rasherBdN3504: Don't use echo if you want something useful. Use printf instead: printf "50\n\n"|../tools/configure
03:12:14BdN3504thanks, but jdgordons solution is the most elegant one.
03:12:52 Quit tvelocity ("Αποχώρησε")
03:12:57rasherNot quite as flexible, but yes. I just wanted to mention it if you needed it for something else
03:13:20BdN3504would you consider it a bad idea, if i posted a shell script on the wiki that automatically checks out svn and leaves you with a compiled build?
03:13:45BdN3504i thought i'd attach it to the simpleguidetocompiling
03:14:50***Saving seen data "./dancer.seen"
03:14:57rasherOn the surface no, but from experience, these things often end up doing more harm than good.
03:15:48BdN3504hm, but i configured it to add and remove the build tree, so the user is left with nothing but a compiled zip in his root
03:17:07BdN3504but i wanted your opinion, that's why i asked. if you don't think it's a good idea, i'm ok with that. thanks for your attention.
03:18:13 Quit BdN3504 ("CGI:IRC (EOF)")
03:18:27 Join BdN3504 [0] (n=5ce227cd@gateway/web/cgi-irc/labb.contactor.se/x-mbbigglarlonouch)
03:19:02kkurbjunrasher: at least on ubuntu echo -e should act the same as the printf statement
03:19:14rasherkkurbjun: that's only true for bash.
03:19:20kkurbjunahh, bash
03:19:25rasherprintf works on all (posix compliant) shells
03:19:35kkurbjungotcha
03:24:51 Quit liar_ (Remote closed the connection)
03:31:26 Join bubsy [0] (i=Bubsy@94.139.72.137)
03:47:58 Join ehntoo [0] (n=ehntoo@24-177-172-69.dhcp.mrqt.mi.charter.com)
03:48:15 Quit ej0rge (Remote closed the connection)
03:51:29UnhelpfulJdGordon: it probably shouldn't fragment much now, they're stored in play order... shared AA might change that a bit, and any substantial bufalloc use for non-playback is a problem too
04:00
04:05:04Unhelpfulalso, the idea of making some of the header data optional would be a bit of a help to multi-file playback, like the wavpack hybrid stuff... as i understand it's using rather a lot of allocations, each with a chunk?
04:06:14 Join evilnick_home1 [0] (n=evilnick@pool-173-52-149-141.nycmny.east.verizon.net)
04:08:08 Quit TheSeven (Nick collision from services.)
04:08:24 Join The_Seven [0] (n=theseven@dslb-084-056-174-012.pools.arcor-ip.net)
04:08:28 Nick The_Seven is now known as TheSeven (n=theseven@dslb-084-056-174-012.pools.arcor-ip.net)
04:14:38 Nick evilnick_home1 is now known as evilnick (n=evilnick@pool-173-52-149-141.nycmny.east.verizon.net)
04:16:58 Quit at0m (Read error: 60 (Operation timed out))
04:16:59 Quit gevaerts (Read error: 60 (Operation timed out))
04:17:31 Join gevaerts [0] (n=fg@rockbox/developer/gevaerts)
04:17:42 Join at0m [0] (n=at0m@94-225-90-23.access.telenet.be)
04:19:57 Join Sajber^ [0] (n=Sajber@c-473171d5.012-155-73746f22.cust.bredbandsbolaget.se)
04:20:22 Quit Sajber^ (Read error: 104 (Connection reset by peer))
04:28:55 Quit evilnick_home (Read error: 113 (No route to host))
04:29:24 Join faemir [0] (n=faemir@78.33.109.163)
04:38:08 Join moos [0] (i=mustapha@rockbox/staff/moos)
04:38:53 Quit ehntoo (Read error: 110 (Connection timed out))
04:39:45 Join ehntoo [0] (n=ehntoo@24-177-172-69.dhcp.mrqt.mi.charter.com)
04:39:49 Join Cosmic_Karma [0] (n=cosmic@cpe-74-77-138-9.buffalo.res.rr.com)
04:41:30 Quit BdN3504 ("CGI:IRC")
04:41:34 Quit BlakeJohnson86 (Read error: 110 (Connection timed out))
04:59:52 Join BlakeJohnson86 [0] (n=bjohnson@c-24-118-162-123.hsd1.mn.comcast.net)
05:00
05:13:12 Quit advcomp2019 (No route to host)
05:14:53***Saving seen data "./dancer.seen"
05:15:56 Quit efyx (Remote closed the connection)
05:22:08 Join advcomp2019 [0] (n=advcomp2@unaffiliated/advcomp2019)
05:44:56 Join mylogic [0] (n=matt@74-36-196-3.dsl1.stbo.ga.frontiernet.net)
06:00
06:16:34 Quit antil33t ()
06:26:49 Quit togetic ("WeeChat 0.3.0-rc2")
06:27:11 Join togetic [0] (n=togetic@unaffiliated/ibuffy)
06:51:24 Join jernejovc [0] (n=jernejov@195.250.215.106)
07:00
07:06:39 Quit jernejovc_ (Read error: 110 (Connection timed out))
07:13:03 Quit CaptainKwel (Remote closed the connection)
07:14:57***Saving seen data "./dancer.seen"
07:25:34 Quit fdinel ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org")
07:52:28 Nick daurn| is now known as daurnimator (n=daurnima@ppp118-208-163-136.lns10.mel4.internode.on.net)
07:58:53 Join Horschti [0] (n=Horscht2@xbmc/user/horscht)
08:00
08:13:53 Join Rob2223 [0] (n=Miranda@p4FDCE526.dip.t-dialin.net)
08:16:58 Quit Horscht (Read error: 110 (Connection timed out))
08:32:09 Quit Rob2222 (Read error: 110 (Connection timed out))
08:49:08 Quit linuxstb (Read error: 60 (Operation timed out))
08:58:21 Quit mylogic ("Ex-Chat")
09:00
09:03:05 Join mylogic [0] (n=matt@74-36-196-3.dsl1.stbo.ga.frontiernet.net)
09:10:22 Join ThecoolGman [0] (n=446e5e7d@gateway/web/cgi-irc/labb.contactor.se/x-cflamfjgavuvzrem)
09:12:50ThecoolGmanCan some one just give me a zip of the source of the lates build? Please SVN is screwing up the DAILY BUILDS SOURCE IS STILL r21932, All it took was one day for Rockbox to fuck up on the source on day and now nothing works for me.
09:12:51 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
09:13:55ThecoolGmanWhat is with the alarm_menu.c? Someting is wrong with the build
09:14:58***Saving seen data "./dancer.seen"
09:16:30 Quit stripwax (Client Quit)
09:17:54 Join stripwax [0] (n=Miranda@87-194-34-169.bethere.co.uk)
09:26:29 Quit ThecoolGman ("CGI:IRC (EOF)")
09:32:24 Join pamaury [0] (n=pamaury@sal63-1-82-243-96-220.fbx.proxad.net)
09:36:41 Join fyrestorm [0] (n=nnscript@cpe-68-173-235-106.nyc.res.rr.com)
09:45:35 Join Thecoolgman [0] (n=446e5e7d@gateway/web/cgi-irc/labb.contactor.se/x-lxidfqjlyopxhrte)
09:46:13ThecoolgmanHmm interesting setting cygwin back to Unix seems be working so far.
09:46:20 Join bmbl [0] (n=Miranda@unaffiliated/bmbl)
10:00
10:10:45n1smany people have been sucessful in using cygwin with svn...
10:11:10n1sof course the source archive should be fixed anyway (or removed)
10:15:25pamauryI have a question about actions in rockbox. I'm currently reimplementing logf and I noticed that the current implementation uses get_action(CONTEXT_STD, HZ);
10:15:42pamauryThe problem is that it does not provide a smooth scrolling: how can I achieve that ?
10:16:03pamaury(smooth scrolling with the wheel, if available)
10:19:05 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
10:22:29*linuxstb wonders if anyone successfully uses tortoisesvn and Cygwin, or if we should delete http://www.rockbox.org/twiki/bin/view/Main/UsingCygwinAndTortoiseSVN
10:29:48 Join stripwax__ [0] (n=Miranda@87-194-34-169.bethere.co.uk)
10:30:18ThecoolgmanI say delete it not only dose change it to DOS not only screw it up on compiling, it is not recomended
10:30:22 Join TheSphinX^ [0] (n=cold@p54A5F548.dip.t-dialin.net)
10:30:36 Join DarkDefender [0] (n=rob@78-69-30-229-no36.tbcn.telia.com)
10:32:14linuxstbThecoolgman: I know you had problems, and it's not something I would use, but presumably it worked for the person who wrote that page...
10:33:56ThecoolgmanWell at least update the page, it looks like it was last updated in early 2007
10:38:46 Quit Thecoolgman ("CGI:IRC (EOF)")
10:43:23 Join ascheel [0] (n=ascheel@67.166.76.104)
10:43:49 Join TheCoolGman [0] (n=446e5e7d@gateway/web/cgi-irc/labb.contactor.se/x-fwlztrdqmoobuuua)
10:43:58ascheelIs the media player list on the front page of rockbox.org the full list of currently working players for Rockbox?
10:44:09 Quit linuxstb (Read error: 60 (Operation timed out))
10:45:47TheCoolGmanYes
10:45:51TheCoolGmanWhy is it that when I use SVN and Cygwin, custom patches HUNKs most of the time fail. Is it something that I sshould worry about?
10:46:59pixelmaascheel: yes, although some of the "ports in progress" are close to being close, you can check the page (and maybe the "new ports" section in the forums for details
10:48:00 Quit stripwax (Read error: 110 (Connection timed out))
10:48:27ascheelthanks, pixelma. :) Checking that now
10:48:27pixelmaTheCoolGman: that's not a problem of using cygwin, the patches are "just" out-of-sync, they won't work. You can either check out the revision they were made for, sync them yourself or wait for an update...
10:49:11TheCoolGmanFuck me, I just want an update zip of the source archive
10:50:33ascheel*sigh* makes me a sad panda... 2 years ago, spent big bucks on an iPod touch... and everything has to be MP3/AAC. Friend of mine bought a SanDisk, put rockbox on it, and only paid $60 out the door... and I feel jipped.
10:50:50pixelmaTheCoolGman: there is no reason for cursing... then get one. And if hunks fail with SVN then an up-to-date archive wouldn't help you either
10:52:47TheCoolGmanLook I'm sorry but I have the scripting knowledge of WPS and that's it. Everything use to work and compile when you guys use to give out the Current build source archive but now for some reason not a single patch works
10:53:56TheCoolGmanAnd there is an issue with the Daily Builds Source Archive is bugged because it won't update
10:54:36pixelmait doesn't have to do with SVN or archive, just with the fact that the code base changed since then. Try to find out when it still worked and apply the patches with that revision checked out, subversion lets you "update" to any revision you want
10:55:16pixelmaor get the authors of the patches to update them to current svn
10:55:26TheCoolGmanIs there a tutorial on how to update a patch?
10:56:37TheCoolGmanAlso what about the up to date patches HUNKs that fail?
10:59:02 Join flydutch [0] (n=flydutch@host214-146-dynamic.15-87-r.retail.telecomitalia.it)
10:59:08pixelmathen they aren't up-to-date or there's a change in your source tree (maybe from another patch or a failed applying of a patch) that makes it fail. What makes you say they are up-to-date?
10:59:56 Join Ubuntuxer [0] (n=johannes@dslb-094-221-091-226.pools.arcor-ip.net)
11:00
11:00:07TheCoolGmanThey say Updated to latest SVN one is 2 or 3 days old but nothing breaks that dast
11:00:15TheCoolGman*fast
11:01:15pixelmasure it can
11:02:04pixelmait can potentially break on every code change (if it's in the same files) and code changes happen a few times a day usually
11:02:30TheCoolGmanwell sometimes one HUNK succedes but that's when it's the .c file
11:07:02n1sa HUNK is simply a part of the patch, if it fails, your checkout simply doesn't match the checkout the patch was made with, to fix it,open the patch file and .rej files in a text editor and apply the appropriate changes to the code manually
11:08:35TheCoolGmanIs it so easy a noob could do it?
11:09:14pixelmait also depends on what changed exactly
11:10:37n1sTheCoolGman: it might be or it might mean you have to reimplement the whole patch, as pixelma said it depends on what changed and how
11:14:31 Quit bah_ (Read error: 110 (Connection timed out))
11:14:46 Join bah_ [0] (n=bah@c-76-105-203-173.hsd1.wa.comcast.net)
11:14:59***Saving seen data "./dancer.seen"
11:16:10TheCoolGmanAll it took was one day to ruin comipling for me. I don't know why it's having so many issues now. Iknow what you guys are saying but it just stopped all on one day. This was the worst summer I've ever had, *sigh Thanks anyways for your help though.
11:16:24 Quit daurnimator (Read error: 110 (Connection timed out))
11:16:50 Quit TheCoolGman ("CGI:IRC (EOF)")
11:20:36 Quit stripwax__ (Read error: 104 (Connection reset by peer))
11:23:34pixelman1s: I think the source archive broke with the new build system, I *thought* Zagor or Bagder would be aware
11:24:12pixelmait probably wouldn't have helped this guy though
11:24:51n1smaybe not
11:24:56 Join daurnimator [0] (i=daurnima@freenode/staff/daurnimator)
11:27:50 Join mt_ [0] (n=MTee@41.233.137.76)
11:28:56 Quit n1s ("Lmnar")
11:44:43CIA-61New commit by mt (r22316): Correct the ffmpeg revision of libatrac and write more import details.
11:45:43 Join n1s [0] (n=n1s@rockbox/developer/n1s)
11:52:31 Quit Marvin_ ("CGI:IRC (EOF)")
11:54:54 Join daurn| [0] (n=daurnima@ppp121-44-196-177.lns10.mel4.internode.on.net)
11:59:00 Part Ubuntuxer
12:00
12:05:37 Quit TheSphinX^ (Read error: 110 (Connection timed out))
12:11:51 Quit daurnimator (Read error: 101 (Network is unreachable))
12:11:55 Quit flydutch ("/* empty */")
12:20:36 Join daurni [0] (n=daurnima@freenode/staff/daurnimator)
12:21:20 Nick daurni is now known as daurnimator (n=daurnima@freenode/staff/daurnimator)
12:25:56 Join kugel [0] (n=kugel@rockbox/developer/kugel)
12:31:22 Quit daurn| (Read error: 101 (Network is unreachable))
12:41:12 Quit Trista247 (Remote closed the connection)
12:47:13 Quit daurnimator (Read error: 104 (Connection reset by peer))
12:47:42 Quit Utchybann ("I like core dumps")
12:55:52 Join vodi [0] (n=vodi@80-123-36-210.adsl.highway.telekom.at)
12:59:04 Join z35 [0] (n=z35@ool-45701ce5.dyn.optonline.net)
13:00
13:04:48 Join Lear [0] (i=chatzill@rockbox/developer/lear)
13:07:52 Quit jernejovc (Read error: 104 (Connection reset by peer))
13:09:25 Join jernejovc [0] (n=jernejov@195.250.215.106)
13:13:06 Join linuxstb [0] (n=linuxstb@rockbox/developer/linuxstb)
13:15:02***Saving seen data "./dancer.seen"
13:19:18 Part vodi
13:19:46 Join vodi [0] (n=vodi@80-123-36-210.adsl.highway.telekom.at)
13:27:33 Join dfkt [0] (i=dfkt@unaffiliated/dfkt)
13:28:20 Join Tristan [0] (i=tristan@i.dont.want.to.die.virgin.net.in)
13:28:27 Quit AndyI (Read error: 104 (Connection reset by peer))
13:30:29 Quit vodi (Read error: 60 (Operation timed out))
13:31:22 Join AndyI [0] (i=AndyI@212.14.205.32)
13:33:48 Join domonoky [0] (n=Domonoky@rockbox/developer/domonoky)
13:47:50 Join AndyIL [0] (i=AndyI@212.14.205.32)
13:55:25 Join bertrik [0] (n=5a809f66@gateway/web/cgi-irc/labb.contactor.se/x-rmazqlwvvghxznsr)
13:55:35 Quit TheSeven ("ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027]")
13:59:06 Join freqmod_qu [0] (i=quasselg@dhcp208-240.ed.ntnu.no)
14:00
14:00:31 Quit AndyI (Read error: 110 (Connection timed out))
14:01:07 Join J-23_ [0] (n=zelazko@unix.net.pl)
14:01:48 Quit FOAD (simmons.freenode.net irc.freenode.net)
14:01:48NSplitsimmons.freenode.net irc.freenode.net
14:01:48 Quit avacore (simmons.freenode.net irc.freenode.net)
14:01:48 Quit shaggy-h (simmons.freenode.net irc.freenode.net)
14:01:48 Quit freqmod (simmons.freenode.net irc.freenode.net)
14:01:48 Quit J-23 (simmons.freenode.net irc.freenode.net)
14:01:48 Quit sbhsu_ (simmons.freenode.net irc.freenode.net)
14:01:48 Quit trisiak (simmons.freenode.net irc.freenode.net)
14:01:48 Quit crwl (simmons.freenode.net irc.freenode.net)
14:01:48 Quit goffa_ (simmons.freenode.net irc.freenode.net)
14:02:26 Join avacore^ [0] (i=nobody@1008ds1-rdo.0.fullrate.dk)
14:02:47NHealsimmons.freenode.net irc.freenode.net
14:02:47NJoingoffa_ [0] (n=goffa@216.220.23.105)
14:02:50NJointrisiak [0] (n=tree@chello089078243195.chello.pl)
14:03:06 Join sbhsu [0] (n=a6530466@Zion.dorm.au.edu.tw)
14:05:04NJoincrwl [0] (n=crawlie@a91-156-100-168.elisa-laajakaista.fi)
14:10:41NJoinFOAD [0] (n=dok@dinah.blub.net)
14:40:44 Nick J-23_ is now known as J-23 (n=zelazko@unix.net.pl)
14:52:34 Join roolku [0] (n=roolku@77-99-223-115.cable.ubr16.sgyl.blueyonder.co.uk)
14:53:26roolkulinuxstb: I have always used tortoisesvn and cygwin, however cygwin setup to use lf only
15:00
15:03:37 Quit n1s ("Lmnar")
15:04:24CIA-61New commit by Domonoky (r22317): rbutil: add ams sansa targets. (FS #10185)
15:12:29 Join eido [0] (n=eido--@ool-457e25d7.dyn.optonline.net)
15:12:52eidosorry real quick question, does rockbox support m4b?
15:14:28eidothe files were converted to m4b for compatability with an ipod and do not have drm in them
15:14:41markunshould work
15:14:59markundid you try it?
15:15:05***Saving seen data "./dancer.seen"
15:15:35eidoalso i noticed you can resume play from a previously listened audio track but is there a way to bookmark tracks and then play other tracks and come back to it later
15:15:53eidoit seems it looses the bookmark when i play a different song
15:15:58Kohlrabim4b is just an apple rebranding of mp4 again?
15:17:25eidoexample i have a book that is several hours long and sometimes i listen to music in between hearing the book, after doing so i always have to seek back in the book
15:18:05 Quit bertrik ("CGI:IRC")
15:20:04 Join n1s [0] (n=n1s@rockbox/developer/n1s)
15:20:19eidodoes that seem right, in regards to the bookmarking?
15:23:20linuxstbroolku: But the files downloaded by tortoise have CR+LF endings?
15:24:09linuxstbeido: The Rockbox manual describes its bookmarking features. But yes, I think it can do what you want.
15:24:24eidoyeah sorry reading it now
15:24:36eidoi read it before but i cant seem to figure it out
15:24:44eidoill get ith though
15:24:46eidothanks
15:24:54*linuxstb never uses bookmarks, so can't help
15:27:07eidook i had it set wrong, under general settings bookmarking i had it auto create bookmark and auto play last bookmark, i just set it to ask to create and ask to resume most recent
15:30:11roolkulinuxstb: yes, but the vast majority of programs can cope with either line ending
15:30:23 Quit eido ("Leaving")
15:30:26 Join efyx [0] (n=efyx@lap34-1-82-224-140-171.fbx.proxad.net)
15:31:35 Join raphi [0] (n=raphi@82.136.118.205)
15:31:41linuxstbroolku: I wonder why TheCoolGman had problems then... Maybe it was because he was trying to use Cygwin's CR+LF mode, and that broke things.
15:32:16 Quit n1s ("Lmnar")
15:33:18 Part raphi ("leaving...")
15:33:48roolkulinuxstb: I guess so, or the problems were unrelated to the line endings
15:42:55 Join BdN3504 [0] (n=5ce227cd@gateway/web/cgi-irc/labb.contactor.se/x-tavrafesujlwlqft)
15:47:13BdN3504do the gigabeat f and s use the same power adapter model?
15:47:25pixelmaroolku: any idea what is different with the pyros client that it produces a +190 Byte delta with the Iaudio M3 build?
15:47:42moosBdN3504: yes they do
15:47:54BdN3504thanks
15:47:59moosnp
15:50:10 Join geo|ppc [0] (n=geo@98.18.6.107)
15:51:08 Quit BdN3504 ("CGI:IRC (EOF)")
15:54:23CIA-61New commit by Domonoky (r22318): mkamsboot: move intermediate files into a build directory and allow building of a universal lib (for macs)
15:57:21 Join funman [0] (n=fun@rockbox/developer/funman)
15:57:57Unhelpfulpixelma: maybe it would be worth comparing its binaries to ones of the same revision built elsewhere?
15:59:17 Join dmb [0] (n=Dmb@unaffiliated/dmb)
16:00
16:00:32 Join bluebrother [0] (n=dom@rockbox/developer/bluebrother)
16:01:01*geo|ppc is so used to the other irc he's on, he keeps wondering if he's still connected, lol
16:01:25bluebrotherhe is.
16:02:50bluebrotherdomonoky: it would be better to not have those extern "C" things in cpp includes but the included headers instead ...
16:03:25domonokybluebrother: true, i will change this.
16:03:46*bluebrother wondes if he didn't comment that on the task before
16:04:06 Quit dmb (Read error: 104 (Connection reset by peer))
16:04:11*domonoky just forgot to change this.
16:04:25*geo|ppc forgot how to register his nick
16:04:58geo|ppc:(
16:05:31rashergeo|ppc: /msg nickserv help
16:06:09geo|ppcty
16:09:07CIA-61New commit by Domonoky (r22319): rbutil: move extern "C" declaration into mkamsboot.h
16:10:38mt_hmm now at 57% realtime.
16:10:59linuxstbmt_: atrac3 on an e200?
16:11:41mt_linuxstb : Yes .. 25% speedup by using the asm multiply instructions.
16:12:12mt_I'll try putting atrac3context in iram.
16:18:21funmanmt_: do you have samples? i could try on my (faster) fuze
16:19:58amiconnmt_: Do you have any test results from coldfire targets yet?
16:20:05mt_funman: http://samples.mplayerhq.hu/real/AC-atrc/ - I'm testing on KingOfTheJailhouse.
16:20:14mt_amiconn: No not yet.
16:20:26 Quit HBK ()
16:21:27mt_There are still alignment problems with samples whose framsize is < 512 (fun and sich)
16:21:34funmanmt_: asm multiply instructions are not in svn yet, right?
16:21:36roolkupixelma: standard cygwin installation with the compiler packages from the rockbox site
16:21:58mt_funman: no, one second I'll produce a diff
16:22:20*amiconn wouldn't be able to use the cygwin packagaes from the rockbox site on his cygwin install
16:23:05amiconnlinuxstb, mt_: Are there plans to use the atrac decoder for plain atrac files as well? Do such files exist?
16:23:33pixelmaroolku: maybe it's due to cygwin then, I don't think there will be other build clients using it (or at least get to building usual builds)
16:25:02mt_amiconn: It seems from the code that atrac audio could exist in wav files, and the current decoder should be able to handle those.
16:25:53funmanis it possible to extract atrac files from sony walkmans (without drm) ?
16:26:11CIA-61New commit by bluebrother (r22320): Make mkamsboot Makefile more silent.
16:26:18mt_funman: http://www.pastie.org/584990
16:26:20funmanminidiscs could encode to atrac, but there was no way to read back the files
16:26:32*moos thinks his MD times and the silly sonic stage that used ATRAC
16:26:38moosyeah
16:26:41funmanmoos: :(
16:27:25funmansome people reverse engineered a model of minidisc and wrote an alternative firmware, but the information had been removed from the website by sony
16:27:45mt_I wrote the asm function for fixmul16, so I'm not sure if this is the best/fastest way of doing it.
16:28:02funmani doubt rockbox could be ported to these players anyway (they had no bitmap screens iirc)
16:28:16linuxstbfunman: Nor do all Rockbox targets...
16:28:29funmanlinuxstb: they don't have a character screen either
16:28:54funmanwell, a part of it at least.. (it could show titles) so perhaps i remember wrong
16:28:58amiconnImo rockbox could even be ported to a target without any screen
16:29:58moosa challenge for you amiconn :)
16:30:00amiconnVoice ui ftw
16:30:12funmanhttp://imagesa.ciao.com/ifr/images/products/normal/870/product-779870.jpg looks like a bitmap screen (much larger than the model i had)
16:33:24mt_There are 7 ( 1+2*3) memcpy's in atrac3.c that are done for each frame, could those cause a huge slow down ?
16:33:59funmanmt_: you know how to profile codecs?
16:34:45linuxstbmt_: Probably not huge, but if they can be avoided, it can't hurt...
16:35:04mt_funman: Haven't tried before.
16:36:15mt_linuxstb: That's why I asked, I want to focus now on things that could hurt. :)
16:36:32funmanhttp://www.minidisc.org/pony_mp3n1_interview.html damned, it was an april fool
16:36:51CIA-61New commit by blue_dude (r22321): FS #10526: mpegplayer audio out of sync, reverts r22280
16:37:02funmani don't remember it being an april fool back in the days i had read this very page
16:41:03funmanmt_: mc_sich_ra8_352.rm 173.9% realtime on fuze with your patch
16:41:31linuxstbfunman: What clock speed is the fuze's cpu?
16:41:50funman62MHz, 248MHz boosted
16:41:57mt_funman: Thanks !
16:42:15geo|ppcslow. srry, couldn't resist :)
16:42:21amiconnThe beast should play atrac realtime with no problem
16:42:47amiconnGigabeat F/X too, I suppose
16:43:16amiconnFor coldfire, proper iram usage is essential for good performance
16:43:19*amiconn will test in a bit
16:43:21mt_funman: Didn't sich_105 or FUN_RM cause data aborts ? (if you tried any..)
16:43:47mt_amiconn: I still haven't done the asm multiply functions for the coldfire though.
16:43:50 Join Blue_Dude [0] (n=chatzill@adsl-235-222-153.mco.bellsouth.net)
16:44:42 Join CaptainKwel [0] (n=jason@207-237-172-77.c3-0.nyr-ubr4.nyr.ny.cable.rcn.com)
16:44:50*geo|ppc has yet to figure how to even begin creating a theme for his e280
16:45:12Blue_DudeHi guys. I just wanted to throw out a plea for help. Please apply FS #10199 on your favorite target for a bit and try it out. I don't want to commit this patch without more eyes looking at it first. Thanks!
16:45:19linuxstbgeo|ppc: You could start by modifying an existing one, to get an idea of how they work.
16:45:24 Join dmb [0] (n=Dmb@unaffiliated/dmb)
16:45:42geo|ppcdidn't consider tht one :/
16:46:03funmanmt_: test_codec decodes them in 0.02s - i guess there is a problem
16:47:10geo|ppcwho else thinks the look on ppl's faces is quite funny when you say 'yea, I changed the OS on my mp3 player
16:48:12Blue_Dudegeo|ppc: I get the "you did WHAT?" look-of-panic. It is funny.
16:48:44geo|ppcor 'what's an OS?'
16:50:00funmani prefer "i wrote the OS on my mp3 player" but that can be discussed
16:52:30geo|ppcbut most ppl I kno think tht a desktop/lptp is the only thing tht can even HAVE an os. they don't consider their iPod/Sansa/etc. could have one
16:52:30CIA-61New commit by mt (r22322): Fix handling of unaligned input buffers in libatrac.
16:52:47Blue_Dudefunman: Yeah, but then you get the "But look what my new iPhone does". As though they were personally responsible for it.
16:53:26funmanBlue_Dude: but then i ask if it runs free software, and in this area rockbox clearly outperforms other devices
16:54:12Blue_Dudefunman: indeed, but they act so *smug* about the flashy interface I am boycotting iPhones on general principle.
16:54:14geo|ppc...and THT'S why I love open source
16:54:16mt_funman: ~53% realtime for FUN_RM on e200. :(
16:55:30funmanbutton code is responsible for togglign backlight when hold button has changed
16:55:48funmanbut which code is responsible for toggling button light when hold button changes?
16:56:31*geo|ppc is listening to one of the many xp sound remixes out there
16:58:14kugelfunman: I don't think there's code for it :)
16:58:42funmankugel: ah, then i think the buttonlight on my fuze goes off because the backlight is not powered when i switch hold
16:58:57 Join bertrik [0] (n=bertrik@d90-128-154-247.cust.tele2.nl)
16:59:03 Join daurn [0] (i=daurn@freenode/staff/daurnimator)
16:59:45kugelthe buttonlight on the e200v1 isn't reacting on the hold at all
17:00
17:00:31kugelpossibly
17:02:33bertrikfunman, had any luck with ams?
17:02:53CIA-61New commit by funman (r22323): Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggled
17:03:45funmanbertrik: the guy should send me a SMS tomorrow to manage a phone meeting (morning or afternoon)
17:04:50mt_amiconn: Is this correct : http://www.pastie.org/585013 ? (multiply and shift 16)
17:05:08 Quit sitwon (Read error: 110 (Connection timed out))
17:06:44 Quit dmb (Read error: 104 (Connection reset by peer))
17:07:28bertrikhm, why do we need backlight_hold_changed anyway, can't we do that with exisiting functionality?
17:10:03CIA-61New commit by Domonoky (r22324): libucl: move intermediate files into a build directory and allow to build a universal lib for macs.
17:10:58funmanbertrik: what do you mean? i think this function was recently introduced
17:12:06bertrikpeople can call button_hold to find out if the hold button is engaged
17:12:41bertrikthere should be a good reason to introduce all kinds of notifications back and forth
17:12:43funmanright , in the backlight thread
17:13:41funmanthis is old in fact : http://www.rockbox.org/tracker/task/5735 r10489 (3 years)
17:14:54funmansomehow this code had never been used for sansa clip and i remember the backlight turning off when switching the hold button
17:15:08***Saving seen data "./dancer.seen"
17:16:20funmanand backlight_hold_changed only turns ON the backlight, not OFF
17:16:26*funman scratches head
17:16:50bertrikoh I see, the backlight_hold_changed was already present, still it feels like double functionality, I'd like to keep the APIs as clean as possible
17:16:56 Join Ubuntuxer [0] (n=johannes@dslb-094-221-093-242.pools.arcor-ip.net)
17:17:33funmanyou have my blessing to do it :)
17:19:05 Quit geo|ppc ("Pocket IRC 1.2.5 (http://pocketirc.com/) UNREGISTERED")
17:21:20Blue_Dudelinuxstb: I am pretty confident that FS #10199 will work as advertised, and that it won't break anything if it's not used at all. The big question is whether it'll even compile on all targets. If it compiles and links, then I think it'll behave. The real downside is that there will be big red deltas for RAM and bin size.
17:22:17linuxstbHow big?
17:22:32*funman stares at domonoky and mentions building libusb for ppc & i686 for e200rpatcher
17:22:42amiconnmt_: 140% realtime on the beast. So it's playing realtime, but there's still some work to do, given that this is an ARMv6 running at 264MHz
17:22:44Blue_Dudelinuxstb: How would I find out?
17:22:58linuxstbBlue_Dude: Compare rockbox-info.txt with and without your patch
17:23:14domonokyfunman: at moment i still struggle with using universal libucl and mkamsboot in rbutil
17:23:20linuxstbBlue_Dude: Unless you know approximately how much more RAM you're using.
17:23:26funmanBlue_Dude: ./utils/analysis/bloat-o-meter.py rockbox-old.elf rockbox-new.elf # for details
17:24:02Blue_Dudelinuxstb: It's complicated by IRAM usage. Let me run a couple of tests.
17:24:02funmandomonoky: i can access an osx computer if needed
17:24:16mt_amiconn: Thanks for testing, did you see my message about the coldfire fixmul16 function ?
17:24:59bluebrotherdomonoky: you're still editing the libucl Makefile? Otherwise I'm making that slightly more silent too :)
17:25:00amiconnYes, but I didn't check that yet
17:25:25domonokybluebrother: no i am finished with that.
17:25:33bluebrotherok
17:25:45CIA-61New commit by bluebrother (r22325): Make libucl Makefile more silent.
17:26:08CIA-61New commit by Domonoky (r22326): rbutil: use universal mkamsboot.a and libucl.a on mac.
17:27:34domonokyfunman: universal static lib usb is tricky on mac. i used a prebuild one (http://www.ellert.se/twain-sane/ somwhere deep in this package), and made sure only the .a is available for rbutil.
17:27:44funmanbluebrother: does your editor add the newline at the end of makefiles or do you do it yourself? (and why?)
17:28:46funmandomonoky: you could "only" build 2 times libusb.a with a different name for i386 & ppc, and then concatenate the 2 e200rpatcher into an universal binary
17:29:05domonokyfunman: the other way would be to build lib-usb your self for i386 and ppc and lipo them together afterwards.
17:29:24funmani was thinking of a rule to download & build libusb
17:29:29domonokyfunman: thats what we do with libucl, libmkamsboot and librbspeex in rbutil.
17:30:11 Quit Ubuntuxer ("Leaving.")
17:30:17bluebrotherfunman: I do, and it's simply because I'm used to −− diff notes about a missing newline, and at least some versions of gcc want a newline at the end too, so I simply add it. Does it cause any issues?
17:30:21domonokyah with downloading would be nice. but thats a bit to difficult for as i only have remote access to a mac (not very comfortable).
17:30:50bluebrotherdownload and build libusb? For building rbutil?
17:30:59domonokyfunman: but if you want to try that, feel free :-)
17:31:04funmanbluebrother: no, just curiosity. gcc won't complain about makefiles though, but git complains if if files end with an empty newline in my diffs
17:31:15funmanbluebrother: for e200rpatcher
17:31:26domonokybluebrother: yes, because its very difficult to get a universal lib-usb on mac
17:31:34bluebrotherfunman: ah. Btw, I'm using git here too (except when working on w32 ;-)
17:33:08funmandomonoky: s/custum/custom/ (in r22326)
17:33:49domonoky:-)
17:35:19domonokybluebrother: do you have any idea how to call external makefiles for "clean" in rbutilqt.pro ? at moment we dont clean the external targets with "make clean" in rbutil.
17:37:01funmandomonoky: $(MAKE) -C ../../foo clean
17:37:28linuxstbfunman: Why would git complain about empty newlines? i.e. what's wrong with them? (I would guess almost all files in Rockbox end with a newline character)
17:37:29domonokyfunman: sure, but we have to somehow confice qmake to put this into the clean target :-)
17:38:01funmanlinuxstb: i can't remember, i'm checking the git hooks to see what would have enabled this fascist check ..
17:38:57funmani had enabled a check for line endings with blank characters to remove them from my diffs, perhaps this newline check came with it
17:39:09amiconnmt_: atrac doesn't play on coldfire at all (with the C code)
17:39:44funmanlinuxstb: git diff −−check
17:39:47funmanfirmware/target/arm/as3525/usb-as3525.c:60: ends with blank lines.
17:40:08amiconnmt_: On PP5002 (ipod G2) it's 21% realtime, meaning that iram usage needs to be improved
17:40:26mt_amiconn: Kind of expected :( (coldfire)
17:40:35amiconn(If iram is used properly, PP5002 should be (almost) as fast as PP502x)
17:41:00amiconnWhy is that?
17:42:45*linuxstb is also surprised that it doesn't work on coldfire - presumably the original ffmpeg code is endian etc safe
17:44:48funmanthe check for empty newlines at the end of file is tied to the check for "trailing-space" (it's the name of the option)
17:45:40kugelman, give mt_ a cf device :)
17:46:11funmanbetter give bryanjacobs a clip ;=)
17:46:16funmansee you
17:46:17 Quit funman ("free(random());")
17:46:29 Join saratoga [0] (i=9803aae5@gateway/web/freenode/x-casauxkoolquhvef)
17:46:41saratogamt: did you try putting those lookup tables in IRAM?
17:46:52saratogai suspect they're used very, very often
17:47:16mt_kugel: I would gladly accept such offer. :D
17:47:24mt_saratoga: Not yet, will try now.
17:47:33saratogaregarding memcpy, its usually pretty cheap if you can arrange it to always happen in IRAM
17:47:40saratogamemcpy to DRAM should be avoided if possible
17:48:26bluebrotherdomonoky: no, at least not for addint them to the clean target. Though I'm wondering if we should clean those libs and if it is a good idea to have them in the pro file at all −− I'm thinking if it would be better to not build them at all but use a separate script that triggers them.
17:48:40saratogai think the next step is to try and drop any redundant buffers, put them in IRAM, and then see where you are
17:48:50bluebrotherfor cleaning we could of course go the way we do right now and simply add targets like libucl_clean and so on.
17:48:55saratogamemory optimizations are usually the easiest and most effective on PP and Coldfire
17:48:57 Part ascheel
17:49:32saratogai don't have acecss to my source checkout, but i can look at it later this weekend or on monday perhaps
17:50:04domonokybluebrother: i tried adding libucl_clean targets and adding it to CLEAN_DEPS but then the Makefile goes strange and tries to clean multiple times.. :-/
17:50:27domonokyif you find a nice solution then those QMAKE_EXTRA_TARGETS i am all for it.
17:51:08bluebrothernice :| Well, for now I don't consider it a big issue that the libs don't get cleaned.
17:51:47bluebrotherwell, maybe something like the deploy-release.py script? That also copies the .a files to some location in the build folder.
17:52:29bluebrotherunfortunately all those QMAKE_EXTRA_TARGETS break out-of-tree building. Something I'd like to have (at least someday later)
17:53:18*domonoky wants rbutil someday as a configure targets, and then make automated builds :-)
17:53:50*bertrik adds yet another backlight-target.h file
17:54:22saratogai'm pretty sure we have an ASM version of the windowing part of IMLT() somewhere, perhaps in Vorbis or AAC
17:54:44mt_amiconn: Could you try this for coldfire ? http://www.pastie.org/585036.txt
17:55:17domonokybluebrother: and we should combine all those release_xyz scripts for rbutil. (we have one for mac, one for win/lin, and one for the source)
17:55:25bluebrotherwhy configure target? That would imply building it for a special Rockbox target. I'd rather have it separately −− there's no problem in creating automated builds ...
17:55:39saratogamt_: good luck I have to go
17:55:45saratogacongrats again on your work
17:56:02mt_saratoga: Thanks a lot :)
17:56:07bluebrotherdomonoky: feel free to extend the deploy script to incorporate the mac parts. I would have done that but I simply have no way to check, so I didn't do it.
17:56:23 Quit saratoga ("Page closed")
17:59:29domonokybluebrother: haveing it as configure target would ease integration into the build client. But it probably not soo hard to change the buildclient to call different things for a rbutil build.
17:59:42CIA-61New commit by bertrik (r22327): Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific backlight and buttonlight declarations)
18:00
18:02:00domonokybluebrother: i would happily test the release script for macs, but i dont want to learn yet another language :-) (i could also give you the login to jdgordons mac, so you could test yourself :-) )
18:11:17 Quit kadoban (Read error: 104 (Connection reset by peer))
18:15:05amiconnmt_: That patch doesn't do anything. 'make' just says Nothing to be done for `all'.
18:16:06*amiconn would also appreciate standard patches, i.e. such that they can be applied from the root of the working copy, using -p0 or -p1
18:17:25*bertrik too
18:17:58mt_amiconn: Yes sorry about that ..
18:19:41mt_amiconn: Here's the standard one : http://www.pastie.org/585047.txt . Both work for me though, I don't know why make would say there's nothing to be done unless bswap.h wasn't actually changed.
18:20:03amiconnIt was, after I figured out how to apply this patch
18:21:01 Join BdN3504 [0] (n=5ce227cd@gateway/web/cgi-irc/labb.contactor.se/x-nifhtwbzcxalucno)
18:21:46BdN3504is it possible for the gigabeat f to power up by pressing a button on the remote?
18:22:43 Quit BdN3504 (Client Quit)
18:22:53 Join BdN3504 [0] (n=5ce227cd@gateway/web/cgi-irc/labb.contactor.se/x-mikcpthtpjppdfvb)
18:24:14linuxstbmt_: The atrac3 bswap.h uses WORDS_BIGENDIAN and the cook bswap.h uses ROCKBOX_BIG_ENDIAN - is that right?
18:25:51mt_linuxstb: yes - cook used WORDS_.. too but I changed it. I just wanted to make sure that's the only problem with the coldfire.
18:26:54 Join domonoky1 [0] (n=Domonoky@e179164048.adsl.alicedsl.de)
18:26:57 Join The3_14ed|r [0] (n=ntryon@cpe-72-226-197-191.rochester.res.rr.com)
18:27:46mt_bswap.h didn't include ffmpeg-config.h (which the patch should fix), which defines WORDS_BIGENDIAN for big endian tragets.
18:28:13*amiconn thinks he knows why 'make' didn't do anything
18:28:18linuxstbThe libcook version of bswap.h doesn't do that either.
18:28:24Blue_Dudeok, I've compiled two versions, and run bloat-o-meter. But I get: bad interpreter: no such file or directory. I'm running cygwin with the rockbox defaults. Do I need to go back in and install something?
18:28:38amiconnProbably outdated dependency file. I'll do a full rebuild
18:29:33linuxstbBlue_Dude: Do you have python installed?
18:29:41mt_linuxstb: The libcook version defines ROCKBOX_BIG_ENDIAN directly.
18:29:46 Quit hatseflats ("really")
18:29:55Blue_Dudelinuxstb: I do if the default is to install it.
18:30:04Blue_DudeOtherwise probably not.
18:30:39linuxstbBlue_Dude: Type "python" to find out.
18:31:11*linuxstb hands mt_ the word "consistency" ;)
18:31:48amiconnmt_: The patch fixes the codec on coldfire, but it is very slow
18:31:54amiconnAround 13% realtime
18:32:02linuxstbmt_: I see there are now three copies of ffmpeg's bswap.h - maybe move it into the codec lib (and rename it something like ffmpeg_bswap.h) ?
18:32:49mt_linuxstb: sure, this isn't the final change, as I said - I just wanted to make sure that this was the only problem on cf's :)
18:33:00mt_amiconn: Thanks.
18:34:07mt_linuxstb: Good idea.
18:34:49mt_linuxstb: I'm guessing by the third you meant libwma's ?
18:34:58linuxstbYes.
18:38:05 Quit Dhraakellian (Read error: 110 (Connection timed out))
18:38:19 Nick The3_14ed|r is now known as Dhraakellian (n=ntryon@cpe-72-226-197-191.rochester.res.rr.com)
18:40:00 Quit Lear ("ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027]")
18:40:37 Quit bmbl (Read error: 104 (Connection reset by peer))
18:42:22 Join IuDeX [0] (n=52a0f8f7@gateway/web/cgi-irc/labb.contactor.se/x-dqvxqcaklesjdymi)
18:43:07 Quit IuDeX (Client Quit)
18:43:44 Quit domonoky (Read error: 110 (Connection timed out))
18:46:59 Join gtkspert [0] (n=gtkspert@203-206-32-134.dyn.iinet.net.au)
18:47:10 Quit gtkspert_ (Read error: 60 (Operation timed out))
18:49:56Blue_Dudelinuxstb: python: command not found. I'll go back and rerun cygwin setup.
18:50:55CIA-61New commit by mt (r22328): remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs/lib/ffmpeg_bswap.h and use it instead.
18:52:14Blue_Dudelinuxstb: python has a mess of options. What will I need to install?
18:52:51BdN3504can i somehow assign #define BUTTON_RC_DSP 0x00008000 to function as BUTTON_POWER? i'd like my gigabeat to power up when i press the spkr+ button on the remote
18:55:38 Quit Cosmic_Karma ("Leaving")
18:56:04kugelBdN3504: you can't control or change anything when the device is off
18:57:00BdN3504that's sad... is there any explanation for this?
18:57:12kugelthe device is off
18:57:26 Join flydutch [0] (n=flydutch@host214-146-dynamic.15-87-r.retail.telecomitalia.it)
18:57:44kugelI'm not sure how you think rockbox would run if the dap isn't powered
18:58:22 Join evilnick_home [0] (n=evilnick@pool-173-52-149-141.nycmny.east.verizon.net)
18:59:04 Join Thundercloud [0] (n=thunderc@84-51-130-71.judith186.adsl.metronet.co.uk)
18:59:28BdN3504ok, i see what you mean. but can this not be implemented in the bootloader?
19:00
19:00:26kugeldude, software can only run if the machine is powered.
19:00:28rasherBdN3504: The bootloader only runs when the device is turned on.
19:00:29domonoky1no. no software runs when the device is off. the power-on function of the power button is hardware.
19:01:11BdN3504ok, but in button target h it reads "Buttons on the remote are translated into equivalent button presses just"
19:01:28BdN3504as if you were pressing them on the Gigabeat itself.
19:02:02BdN3504so i can't take this verbatim?
19:02:28CIA-61New commit by Domonoky (r22329): rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality)
19:02:54markundaurn: strangely the power-on through remote did work, at least with the OF
19:03:06markuneh, that was for domonoky1
19:03:18 Join ej0rge [0] (n=alhaz@alhaz.fttp.xmission.com)
19:03:36rasherBdN3504: Only when software is running.
19:03:42kugelBdN3504: You really need energy to run machines to execute code. Turning a device on hasn't anything to do with code
19:03:54linuxstbBlue_Dude: I've no idea about python.
19:03:59markunare we talking about the Gigabeat F?
19:04:06BdN3504yes
19:04:18markunsomehow the remote can make the player wake up from sleep
19:04:22markunbut I don't know how it works
19:04:27kugelbbb
19:04:46kugeloops
19:04:55linuxstbmarkun: Does the OF actually power-off, or just go into a low-clock mode?
19:05:27markunI think neither the OF nor rockbox can do a full power off
19:05:37markunonly sleep mode
19:05:46markunkkurbjun: can you help us out?
19:05:48linuxstbSo it possibly sets the CPU to wake on serial interrupt (or whatever...)
19:06:04kkurbjunthe bootloader can wake on interrupts
19:06:11BdN3504that's why you always hear a click, when you plug in a headphone, even when the device is turned off, right?
19:06:17kkurbjunactaully it does when you set an alarm
19:06:25kkurbjunand the power button for that matter
19:06:54markunkkurbjun: can you explain how the OF can wake up if you hold the power button on the remote?
19:07:10markunrockbox doesn't do that, right?
19:07:22 Join Lss [0] (i=Lss@cm140.delta93.maxonline.com.sg)
19:07:23markun(play button I mean)
19:08:04kkurbjunYou would have to have the adc setup so that it is in an interrupt mode.. and then a handler that would instigate an adc conversion and check if it matched the right button on the remote
19:08:11kkurbjunrockbox doesn't do it
19:08:58kkurbjunI don't know if you can do it.. I don't know if the adc is a wakeup source
19:09:02 Join GeekShadow [0] (n=Antoine@reactos/tester/GeekShadow)
19:09:06kkurbjunyou could definately do it on headphone detect
19:09:13markunwell, in the OF it works
19:11:41kugelthen you can probably do that
19:11:45kugel:)
19:12:13kkurbjunhmm, I'm not seeing a clear way that it is done from looking at the datasheet, but that's just a brief look through
19:13:05kkurbjunthe wakeups are triggered with EINTS or the alarm - it doesn't mention the ADC
19:13:44kkurbjunare the remote pins somehow connected to one of the GPIO's as well?
19:15:10***Saving seen data "./dancer.seen"
19:16:21kkurbjunIf I had to guess I would say that the remote may also be connected to a pin on one of the ports set to input. The adc should still be able to work and if you have a remote press that is a high enough threshold it could trigger an interrupt
19:16:26kkurbjunbut I don't really know
19:17:35 Join Omlet [0] (n=Omlet05@99.225-200-80.adsl-dyn.isp.belgacom.be)
19:17:46 Quit evilnick (Read error: 113 (No route to host))
19:18:56 Quit jhulst (Read error: 104 (Connection reset by peer))
19:19:08 Join jhulst_ [0] (n=jhulst@jhulst.com)
19:19:21 Nick jhulst_ is now known as jhulst (n=jhulst@jhulst.com)
19:22:48Blue_Dudelinuxstb: ok, I've got bloat results. Now how do I interpret them.
19:23:04 Quit BdN3504 ("CGI:IRC (EOF)")
19:24:49Blue_DudeThe bottom line on this build (e200 target) is 6968 bytes. The breakdown indicates that most of the bloat is in buffer space and the process itself.
19:28:55 Join Grahack [0] (n=chri@ip-222.net-82-216-222.rev.numericable.fr)
19:34:32kugelBlue_Dude: do you intend to redo r22280 properly or did you drop it entirely?
19:35:45Blue_Dudekugel: To be honest I thought it would be transparent. But if it does actual harm then its not worth doing. I don't know enough about how the mpeg decoder works to keep audio in sync if the audio packets change size.
19:36:18Blue_Dudekugel: So I guess I'm going to drop it.
19:36:51kugelalright
19:37:09kugelbertrik: did you happen to do anything about the list.c thing?
19:46:35bertrikno, not yet
19:47:27domonoky1bertrik: did you find anything about the powermanagement on m200v4 ?
19:48:27bertrikdomonoky1, yes I did find some settings for some of the voltage regulator registers, I don't have that info with me though (not at home right now)
19:48:39 Quit kugel (Nick collision from services.)
19:48:43 Join kugel [0] (n=kugel@e178068071.adsl.alicedsl.de)
19:49:05domonoky1nice. please send this info to me when you find time for it, and i will try it on my m200v4.
19:49:09 Join einhirn [0] (n=Miranda@p5DCC0B1E.dip0.t-ipconnect.de)
19:50:58bertrikdomonoky1, ok I will
19:52:03 Join Topy44 [0] (i=Topy44@f049019154.adsl.alicedsl.de)
19:54:10 Join TechOutsider [0] (n=44dabfe5@gateway/web/cgi-irc/labb.contactor.se/x-zvctkoemrcnbmuxz)
19:54:57 Quit TechOutsider (Client Quit)
19:55:01 Join TechOutsider [0] (n=44dabfe5@gateway/web/cgi-irc/labb.contactor.se/x-pokyjqjqphzzuzmf)
19:55:23 Nick Omlet is now known as Omlet_Away (n=Omlet05@99.225-200-80.adsl-dyn.isp.belgacom.be)
19:55:28TechOutsider!helper
19:55:37TechOutsiderChanServ: hi
19:56:03bertrikkugel, regarding the list thing, I was thinking of putting my thoughts about it on the mailing list
19:56:15TechOutsiderCan rockbox do voice commands? Many DAPs now have a line-in ...
19:56:48bertrikTechOutsider, rockbox cannot do speech recognition or anything similar
19:57:08bluebrotherTechOutsider: there is no helper in this channel
19:57:42TechOutsiderChanServ: Is that a technical limitation? Can it be added in a future release, that would be interesting.
19:57:54domonoky1TechOutsider: rockbox can speak its menus etc, but doesnt have voice recognition.
19:58:18bluebrotherTechOutsider: why are you hilighting ChanServ? That's a Freenode bot.
19:58:37TechOutsiderOops
19:58:39domonoky1TechOutsider: it could be added, if someone code such a voice recognition modul.. go for it :-)
19:59:03TechOutsiderHow much RAM do DAPs typically have?
19:59:24bluebrotherdepends. Some targets have 32MB, some eve 64MB, some only 2MB.
19:59:27bluebrother*even
19:59:28domonoky1anything between 2MB -> 64MB for targets where rockbox runs on.
19:59:36 Quit einhirn (Read error: 104 (Connection reset by peer))
20:00
20:04:37TechOutsiderDoes rockbox work with teh Fuze yet?
20:05:32TechOutsiderWait .. not fully :)
20:08:42 Quit TechOutsider ("CGI:IRC (EOF)")
20:08:44 Quit Blue_Dude ("ChatZilla 0.9.85 [Firefox 3.5.2/20090729225027]")
20:08:57Topy44hm, petur announced ages ago that he wanted to reimplement whats left of the REP... anyone know if he ever did work on it?
20:09:12Topy44still missing the histogram
20:10:09Topy44last comment on flyspray was on 19. october last year
20:26:14 Join n00b81 [0] (n=n00b81@unaffiliated/n00b81)
20:28:47kugelbertrik: you can do that
20:29:44 Part n00b81 ("Leaving")
20:31:33Topy44hm... i once found a really nice build how-to on the page, but i cant seem to find it back...
20:32:52 Join n00b81 [0] (n=n00b81@unaffiliated/n00b81)
20:34:03Topy44aaah, never mind, found it
20:41:26amiconnmt_: r22328 fixes atrac on coldfire as well I presume?
20:41:48mt_Yes.
20:47:15 Nick mt_ is now known as mt (n=MTee@41.233.137.76)
20:49:00 Quit Lss (Read error: 54 (Connection reset by peer))
20:53:30 Quit markun (Read error: 113 (No route to host))
20:53:30 Join markun_ [50] (n=markun@rockbox/developer/markun)
20:53:58 Nick markun_ is now known as markun (n=markun@rockbox/developer/markun)
20:58:02CIA-61New commit by bluebrother (r22330): Fix a warning.
21:00
21:04:49CIA-61New commit by bluebrother (r22331): Remove resolution from system configuration as it isn't used anymore.
21:08:16kugelmt: I was slightly shocked at first :D
21:12:20bluebrotherBagder: what do you think about silencing curl on build upload for the clients? The console output gets sometimes "interleaved" between curl and messages
21:14:50 Quit Thundercloud (Remote closed the connection)
21:15:13***Saving seen data "./dancer.seen"
21:16:22CIA-61New commit by bluebrother (r22332): Set svn:executable property.
21:34:34 Part n00b81 ("Leaving")
21:36:56 Quit pixelma (Nick collision from services.)
21:36:56 Join pixelma_ [0] (i=quassel@rockbox/staff/pixelma)
21:37:05 Quit amiconn (Nick collision from services.)
21:37:07 Join amiconn_ [0] (i=quassel@rockbox/developer/amiconn)
21:37:13 Nick pixelma_ is now known as pixelma (i=quassel@rockbox/staff/pixelma)
21:37:27 Nick amiconn_ is now known as amiconn (i=quassel@rockbox/developer/amiconn)
22:00
22:09:11 Quit Grahack ("Leaving.")
22:10:24 Quit Topy44 ()
22:19:47bluebrotherdomonoky1: thoughts? http://www.alice-dsl.net/dominik.riebeling/rockbox/rbutil-unsupported.jpg
22:22:23Bagderbluebrother: sure, go ahead
22:22:53kugelcan we have a switch to override that behavior?
22:23:30bluebrotherwhich behaviour?
22:23:44kugelwhat's being shown on your pic
22:24:14kugelor will bad things happen if one tries to install a bootloader where no files are on the download server?
22:24:15bluebrotherwhat's the point in overriding a notice when detection failed?
22:24:34bluebrotherthat's about _detection_, not _selection_
22:25:12kugelso you still can select the player after clicking this message away?
22:25:13bluebrotherwe have this dialog since quite a while. I've changed the information in it.
22:25:23bluebrotheryou don't need to use autodetection at all.
22:25:29bluebrotherand you never needed to.
22:25:41kugelah alright then
22:25:58 Join geo|ppc [0] (n=kvirc@c-76-97-30-122.hsd1.ga.comcast.net)
22:26:17 Quit truthtaco_ ("Leaving")
22:26:23 Quit bubsy (Read error: 60 (Operation timed out))
22:26:55 Nick geo|ppc is now known as geo|kvirc (n=kvirc@c-76-97-30-122.hsd1.ga.comcast.net)
22:27:05 Join robin0800 [0] (n=robin080@general-ld-216.t-mobile.co.uk)
22:29:01bluebrotherhmm. Rockbox Utility uses Tango icons, which are (at least the files on my box) CC-by-sa. Previously those icons were GPL IIRC.
22:29:32 Join Res1 [0] (n=Res@user-0c6s6hp.cable.mindspring.com)
22:29:34bluebrotherthat would require (and it might be a good idea anyway) to mention the tango project in the credits.
22:29:42bluebrotheranyone familiar with licenses?
22:30:15kugelCC-by-SA requires mentioning yes
22:30:36kugeland yea, I think it's a good idea anyway
22:30:41bluebrothernice, the URL mentioned in the rpm package is parked now :/
22:31:07pixelmaI remember some discussions about it because tango icon variants are used by cabbiev2 (except on the small screens)
22:31:09Bagderlicense or not, a mention it should still get
22:31:12bluebrotherwell, back when we copied the icons they were GPL, so that doesn't apply to the old icons.
22:31:18pixelmabut forgot details
22:33:37bluebrotherhmm. Put it into the list of names or below the (c) notice?
22:33:50*bluebrother kinda favours the latter
22:34:07 Nick Omlet_Away is now known as Omlet (n=Omlet05@99.225-200-80.adsl-dyn.isp.belgacom.be)
22:35:36bluebrotherinteresting. Tango icons are now public domain according to their website
22:36:34 Join robin0800_ [0] (n=robin080@general-ld-216.t-mobile.co.uk)
22:37:28 Quit robin0800 (Read error: 145 (Connection timed out))
22:49:31 Join robin0800__ [0] (n=robin080@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
22:52:49 Join jhulst_ [0] (n=jhulst@24-180-148-116.dhcp.aldl-nbb.mi.charter.com)
22:53:29amiconnmt: Your coldfire fixmul16 is not correct. You need to shift left by 15 bits, not 16.
22:53:56amiconnAlso, if you're using the emac this way, you need to make sure it's in the correct mode (fractional mode, no rounding, in this case)
22:54:17 Join Zagor [242] (n=bjst@46.35.227.87.static.tab.siw.siwnet.net)
22:54:21 Join tonyspeaks [0] (n=BOFHIRC@h63.102.131.174.dynamic.ip.windstream.net)
22:55:02amiconnThis should be done somewhere in the codec init. The emac mode is part of the thread state, so unless some other part of the codec thread sets it different, it will be kept
22:55:16 Quit jhulst_ (Remote closed the connection)
22:56:42tonyspeaksWould someone please help a visuall impaired man with an error message generated while creating voice files on the latest stable RB release?
22:57:24linuxstbtonyspeaks: What program are you using to generate the voice files?
22:57:32tonyspeaksthe rock box utility.
22:57:58linuxstbOn windows?
22:58:10tonyspeaksit says the download file is empty. I always create my own because the ready made one has some errors in it that read the wrong text for the various menus.
22:58:13 Quit mylogic (Read error: 60 (Operation timed out))
22:58:22tonyspeaksyes windows
22:58:48bluebrotherthat's a known issue. You need to install the latest build (not release) for that to work
22:59:03tonyspeaksah ok
22:59:16tonyspeaksthank you .
22:59:54bluebrotherhmm. Seems the USB IDs for e200v2 and fuze are swapped in rbutil.ini. Can anyone confirm if DeviceDetection is correct or not?
23:00
23:00:17kugelgive me a second
23:01:45tonyspeaksis that the button that says "current build" or "archived build."
23:02:00kugelbluebrother: Bus 002 Device 004: ID 0781:74c1 SanDisk Corp. Sansa Fuze (msc)
23:02:14bluebrothertonyspeaks: one of both. We usually recomment "current build". Archived builds are generated once per day.
23:02:26tonyspeaksoki doki
23:02:36bluebrotherkugel: ok, then the usb ids are swapped but not the error (i.e. MTP) IDs.
23:03:01linuxstbmt: Your commit to move bswap.h raises the question of the three versions of bitstream.h as well... Also, did you need to change the #include "bswap.h" ? I thought the codeclib directory was in the include path already?
23:03:38kugelZagor: http://pastie.org/585260 might be of interest for you
23:04:11 Join Topy44 [0] (i=Topy44@f048209253.adsl.alicedsl.de)
23:05:17kugelin short, some clients seem to ignore the queue'ing (they start builds in the wrong order) and do parallel builds, this can be seen on rashers graphs
23:05:22CIA-61New commit by bluebrother (r22333): Fix up some USB IDs. ...
23:05:44Zagorkugel: yes, I've seen that. it's clearly a bug.
23:06:11*bluebrother wonders why kugel didn't link to the irc logs directly
23:06:21*linuxstb wonders why a lot of build-system talk happens unlogged in -community
23:06:22 Quit Topy44 (Read error: 104 (Connection reset by peer))
23:06:32kugelbluebrother: we had this in -community :(
23:06:34 Join Topy44 [0] (i=Topy44@f048215031.adsl.alicedsl.de)
23:06:36*bluebrother overlooked that. D'oh!
23:08:02 Quit pamaury ("exit(*(int *)0 / 0);")
23:09:00Zagorlinuxstb: no good reason. we should probably discuss it here instead.
23:10:56 Quit robin0800_ (Read error: 110 (Connection timed out))
23:13:04 Join chandoo [0] (n=chandoo@ool-4353b978.dyn.optonline.net)
23:13:52 Join BdN3504 [0] (n=5ce53b7b@gateway/web/cgi-irc/labb.contactor.se/x-zrvhhoiaamrmwigm)
23:13:54Zagorkugel: to clarify, the bug is in the build server and not in rashers visualization.
23:14:23mtlinuxstb: Yes I thought of bitstream.h too but I was in a rush so couldn't do anything about it. Also, make gave me an error when I depended on codeclib being the include path .. but now it seems like it was an outdated dependency problem, will fix now.
23:14:24BdN3504who wants to commit this patch for me? http://www.rockbox.org/tracker/task/10530
23:15:17***Saving seen data "./dancer.seen"
23:16:17 Join pandrew [0] (n=andrew@79.114.49.160)
23:19:06bluebrotherBdN3504: I'd suggest changing your real name in the flyspray profile ...
23:19:54mtlinuxstb: Oh but for the test programs, I'd have to include "../lib/ffmpeg_bswap.h"
23:20:29linuxstbmt: Or add something like "-I ../lib" to the include path in the Makefiles
23:21:52mtOh, right :)
23:22:31BdN3504done
23:23:07linuxstbamiconn, mt: (continuing the earlier conversation), I've just noticed that atrac3.c lists the following container formats as being used with atrac3 - "RealMedia (.rm), RIFF WAV (.wav, .at3), Sony OpenMG (.oma, .aa3)."
23:23:40 Quit tonyspeaks (Read error: 110 (Connection timed out))
23:25:33 Quit n17ikh|Server (Read error: 60 (Operation timed out))
23:27:54 Join n17ikh|Server [0] (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
23:28:36 Quit Omlet ()
23:29:36CIA-61New commit by bluebrother (r22334): Improve notification about unsupported players. ...
23:30:57 Join AsaelReiter [0] (n=5f56414f@gateway/web/cgi-irc/labb.contactor.se/x-hvngspbixnketebt)
23:35:04 Quit AsaelReiter (Client Quit)
23:36:17 Join AsaelReiter [0] (n=5f56414f@gateway/web/cgi-irc/labb.contactor.se/x-ibqolckhdbbrnrlf)
23:39:52CIA-61New commit by bluebrother (r22335): Add explanation on how to invoke the vbrfix plugin (FS #10530 by David Kauffmann).
23:41:31BdN3504bluebrother: thanks! what do you think about sectioning the viewers section? (no pun intended)
23:43:14 Quit bertrik ("De groeten")
23:44:33 Nick robin0800__ is now known as robin0800 (n=robin080@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
23:45:57bluebrotherBdN3504: well, I'm not sure about that −− it might get too sectioned. OTOH I'm not too happy with the plugins part in general.
23:46:52 Quit robin0800 ("Konversation terminated!")
23:47:04bluebrotherespecially this separation in viewers and other plugins is a bit strange −− while viewers are special it's a bit surprising if you don't know how it works. Plus, some plugins can get invoked as viewer and through the menu.
23:47:06 Join robin0800 [0] (n=robin080@cpc3-brig8-0-0-cust436.brig.cable.ntl.com)
23:49:16 Quit efyx (Remote closed the connection)
23:49:25 Join efyx [0] (n=efyx@lap34-1-82-224-140-171.fbx.proxad.net)
23:51:34 Join n17ikh| [0] (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
23:53:47 Quit n17ikh|Server (Nick collision from services.)
23:53:50 Nick n17ikh| is now known as n17ikh|Server (n=n17ikh@c-68-59-19-150.hsd1.sc.comcast.net)
23:53:51 Quit flydutch ("/* empty */")

Previous day | Next day