#jogamp @ irc.freenode.net - 20131204 05:05:56 (UTC)


20131204 05:05:56 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20131203050555.html
20131204 05:05:56 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20131204050556.html
20131204 06:26:55 * hharrison (~chatzilla@anon) has joined #jogamp
20131204 06:27:32 <hharrison> For anyone interested in esoteric locking models in java:
20131204 06:27:33 <hharrison> http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html
20131204 06:36:49 <sgothel> Hi Harvey ..
20131204 06:37:19 <sgothel> (it is still the fastest one .. volatile is given ofc :)
20131204 06:38:58 <hharrison> Yeah, just found that pattern in the glu implementation, but without volatile
20131204 06:39:09 <sgothel> oh .. thx
20131204 06:39:17 <hharrison> validateGLUquadricImpl
20131204 06:39:21 <sgothel> I added an extra comment where I used it .. :)
20131204 06:39:29 <hharrison> patch forthcoming
20131204 06:40:02 <hharrison> I found it interesting that they added extra ordering constraints to volatile in java5
20131204 06:41:07 <sgothel> .. a fence
20131204 06:41:25 <hharrison> the paragraph discussing java5 is near the bottom of that article
20131204 06:41:53 <sgothel> I read that a year ago or so .. yup
20131204 06:43:25 <sgothel> http://www.wincent.com/a/knowledge-base/archives/2006/01/locking_doublec.php .. w/ more references
20131204 06:45:18 <sgothel> https://jogamp.org/bugzilla/show_bug.cgi?id=919 <- sometimes .. it's like as if being on hallucinogens :)
20131204 06:45:44 <sgothel> (or how those drugs are being named)
20131204 07:05:42 <hharrison> Hmm, that looks like a fun one
20131204 07:07:06 <sgothel> hope it doesn't happen in 'the real world' .. didn't noticed yet manually
20131204 07:07:29 <sgothel> time to take a nap - good day/evening Harvey, and laters!
20131204 07:15:58 <hharrison> laters
20131204 07:46:48 * hharrison (~chatzilla@anon) Quit (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131030081700])
20131204 08:22:47 * monsieur_max (~maxime@anon) has joined #jogamp
20131204 11:45:00 * hija (~hija@anon) has joined #jogamp
20131204 15:06:33 * bbbruce (~bx@anon) Quit (Ping timeout: 252 seconds)
20131204 15:19:53 * bbbruce (~bx@anon) has joined #jogamp
20131204 15:44:38 * bbbruce (~bx@anon) Quit (Ping timeout: 264 seconds)
20131204 16:40:18 * [Mike] (~Mike]@anon) has joined #jogamp
20131204 17:00:35 * kermyt (~kermyt@anon) Quit (Ping timeout: 260 seconds)
20131204 17:05:37 * kermyt (~kermyt@anon) has joined #jogamp
20131204 17:53:00 * monsieur_max1 (~maxime@anon) has joined #jogamp
20131204 18:53:15 * hija (~hija@anon) Quit (Quit: hija)
20131204 20:29:39 * xranby_ac100 (~xranby@anon) has joined #jogamp
20131204 20:29:52 <xranby_ac100> good evening
20131204 20:36:42 <xranby_ac100> sgothel: have you concidered how to mix mic + camera input for the media player? right now it is only possible to specify an url for the video
20131204 20:36:49 <xranby_ac100> uri.. for the video
20131204 20:37:25 <xranby_ac100> how about two uri's?
20131204 20:37:33 <xranby_ac100> one for video and one for audio in this case
20131204 20:44:38 <xranby_ac100> i am chasing down the bug.. GLMediaPlayerImpl.java did not start the StreamWorker when using -vid -2
20131204 20:52:05 * monsieur_max1 (~maxime@anon) Quit (Read error: Connection reset by peer)
20131204 20:52:38 * monsieur_max1 (~maxime@anon) has joined #jogamp
20131204 21:00:07 <sgothel> Hi Xerxes, not yet .. probably this weekend I find time to catch up w/ GLMediaPlayer
20131204 21:00:23 <sgothel> audio input URI is a good idea ..
20131204 21:00:46 <sgothel> however, what do you want to do with it ? recording ? Our new media editor ? :)
20131204 21:01:04 <sgothel> shouldn't this be possible simply using JOAL ?
20131204 21:01:31 <sgothel> Don't forget, GLMediaPlayer is a TextureSequence .. i.e. texture provider
20131204 21:01:49 <sgothel> yes .. plus audio :)
20131204 21:02:18 <sgothel> I see .. StreamWorker shall run even w/o video .. OK w/ me
20131204 21:07:56 <xranby_ac100> sgothel: for audio only use the media player needs to be refactored to stop first after it have sent the last audio frame to the soundcard
20131204 21:08:15 <xranby_ac100> the current implementation looks for an end of stream video frame
20131204 21:08:21 <sgothel> right .. EOS semantics ..
20131204 21:08:28 <sgothel> now: video EOS
20131204 21:20:59 * kermyt (~kermyt@anon) Quit (Ping timeout: 272 seconds)
20131204 21:24:43 <xranby_ac100> sgothel: i like to create a virtual world, house, with windows that you can look out through.. and what you see is the video from a webcam
20131204 21:25:00 <xranby_ac100> and possibly combine it with spatial sound
20131204 21:25:04 * kermyt (~kermyt@anon) has joined #jogamp
20131204 21:25:45 <xranby_ac100> and mic input from the real location
20131204 21:26:38 <xranby_ac100> ideas like this .. pops up all the time when i look into the implementation
20131204 21:27:04 <xranby_ac100> i guess the brain invents ideas for motivation while hacking on the code
20131204 21:28:32 <xranby_ac100> it can be used for robot rover controll as well
20131204 21:29:15 <xranby_ac100> i have a raspberry pi with a camera... + wifi that can stream some sort of video to devices connected to the same network
20131204 21:29:38 <xranby_ac100> thus the glmedia player may be used for remote rover display
20131204 21:32:39 * hija (~hija@anon) has joined #jogamp
20131204 21:37:25 <xranby_ac100> http://arstechnica.com/tech-policy/2013/12/googles-copyright-win-against-oracle-is-in-danger-on-appeal/ can someone explain this article to me.. have something changed since the oracle vs google ruling?
20131204 21:39:06 <xranby_ac100> "Judges show skepticism on ruling that APIs can't be copyrighted." .. how may grumpy judges would it take to reverse a ruling?
20131204 22:27:27 <xranby_ac100> ok i get it.. this all news fuzz originate from a writing that got posted earlier today at http://www.project-disco.org/intellectual-property/120413-complexities-evident-in-todays-oral-argument-in-oracle-v-google/ by Jonathan Band ; http://www.policybandwidth.com/professional-summary ; Mr band have in the past worked on "He has represented clients with respect to the drafting of the Digital Millennium Copyright Act (
20131204 22:28:40 <xranby_ac100> thus i would take the news with a load of salt
20131204 22:34:40 * odin_ (~Odin@anon) Quit (Ping timeout: 260 seconds)
20131204 22:35:34 * odin_ (~Odin@anon) has joined #jogamp
20131204 22:47:40 * monsieur_max1 (~maxime@anon) has left #jogamp
20131204 22:49:35 * kermyt (~kermyt@anon) Quit (Ping timeout: 245 seconds)
20131204 22:52:37 * kermyt (~kermyt@anon) has joined #jogamp
20131204 23:10:51 * xranby_ac100 (~xranby@anon) has left #jogamp
20131205 01:15:51 * rmk0 (~rmk0@anon) Quit (Read error: Operation timed out)
20131205 01:16:37 * rmk0 (~rmk0@anon) has joined #jogamp
20131205 01:16:38 * rmk0 (~rmk0@anon) Quit (Changing host)
20131205 01:16:38 * rmk0 (~rmk0@anon) has joined #jogamp
20131205 03:31:46 * [Mike] (~Mike]@anon) Quit ()
20131205 05:05:56 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20131205050556.html