Re: [osg-users] 2.8.4 RC2 tagged

2011-04-05 Thread Chris 'Xenon' Hanson

  Ok, I've tested osgmovie and the ffmpeg plugin on Windows and it works as 
well as it did
on 2.8.3. Let's consider that good enough.

  Now we just need to get the CMake DLL so version number CMake stuff sorted 
out.

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-30 Thread Robert Osfield
Hi Rui,

On Wed, Mar 30, 2011 at 3:39 AM, Wang Rui wangra...@gmail.com wrote:
 Hi Paul and Chris,

 2011/3/29 Paul Martz pma...@skew-matrix.com:
 Is this a new problem introduced with RC2 or did it also occur with RC1? Did
 it occur with 2.8.3? Please check, thanks.

 2.8.3 has the same problem. And I've made some progress now. After
 comment the following lines in the osgmovie example:
 /*
 if (image-isImageTranslucent())
 {
    osg::notify(osg::NOTICE)Transparent movie, enabling
 blending.std::endl;
    drawable-getOrCreateStateSet()-setMode(GL_BLEND, 
 osg::StateAttribute::ON);
    
 drawable-getOrCreateStateSet()-setRenderingHint(osg::StateSet::TRANSPARENT_BIN);
 }
 */

 The movie appears and works well (in both 2.8.3 and 2.8.4-rc2). I
 believe that the ffmpeg plugin has already worked but the quad is
 totally transparent incorrectly. Hope somebody could help test it
 because I'm not familiar to the ffmpeg implementation personally.

It sounds like the movie is being read with as an RGBA and with an
alpha value of 0.   This could be a bug in the ffmpeg plugin, ffmpeg
itself, or the original data.

Would it be possible to post the movie online?

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-30 Thread Paul Martz
I should probably let Chris comment on this, as 2.8.4 is his release...But I 
believe Wang Rui said this issue is present in 2.8.3, and for this reason, I 
don't believe a fix should go into the 2.8.4 (VS2010 build fix) release.


If you two want to submit a fix for a possible 2.8.5 release, I'd be glad to add 
it to the 2.8 branch, but let's get 2.8.4 out the door first.

   -Paul



On 3/30/2011 9:18 AM, Wang Rui wrote:

Hi Robert,

I'd like to attach the movie file, which could also be found in the
Windows system directory. It works well with the latest version of OSG
but is incorrectly transparent in 2.8.4-rc2 and 2.8.3. I'll help debug
this problem this weekend, after my client work. :-)

Cheers,

Wang Rui


2011/3/30 Robert Osfieldrobert.osfi...@gmail.com:

Hi Rui,

On Wed, Mar 30, 2011 at 3:39 AM, Wang Ruiwangra...@gmail.com  wrote:

Hi Paul and Chris,

2011/3/29 Paul Martzpma...@skew-matrix.com:

Is this a new problem introduced with RC2 or did it also occur with RC1? Did
it occur with 2.8.3? Please check, thanks.


2.8.3 has the same problem. And I've made some progress now. After
comment the following lines in the osgmovie example:
/*
if (image-isImageTranslucent())
{
osg::notify(osg::NOTICE)Transparent movie, enabling
blending.std::endl;
drawable-getOrCreateStateSet()-setMode(GL_BLEND, osg::StateAttribute::ON);

drawable-getOrCreateStateSet()-setRenderingHint(osg::StateSet::TRANSPARENT_BIN);
}
*/

The movie appears and works well (in both 2.8.3 and 2.8.4-rc2). I
believe that the ffmpeg plugin has already worked but the quad is
totally transparent incorrectly. Hope somebody could help test it
because I'm not familiar to the ffmpeg implementation personally.


It sounds like the movie is being read with as an RGBA and with an
alpha value of 0.   This could be a bug in the ffmpeg plugin, ffmpeg
itself, or the original data.

Would it be possible to post the movie online?

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



--
  -Paul Martz  Skew Matrix Software
   http://www.skew-matrix.com/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-30 Thread Chris 'Xenon' Hanson
On 3/30/2011 9:52 AM, Paul Martz wrote:
 I should probably let Chris comment on this, as 2.8.4 is his release...But I 
 believe Wang
 Rui said this issue is present in 2.8.3, and for this reason, I don't believe 
 a fix should
 go into the 2.8.4 (VS2010 build fix) release.

  I agree. Let's just get it to build the way 2.8.3 does, and THEN we'll work 
on more fixes.

  Anyone else have any reason not to call 2.8.4 done as-is?

 If you two want to submit a fix for a possible 2.8.5 release, I'd be glad to 
 add it to the
 2.8 branch, but let's get 2.8.4 out the door first.

  I concur.

-Paul

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Vincent Bourdier

Hi,

I've compiled 2.8.4-RC2 on my winXP and VS2010.
No errors.

Good job :-)

Vincent.

Le 29/03/2011 05:18, Wang Rui a écrit :

Hi Paul and Chris,

I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built
fine in both debug and release configurations. But when I tested the
ffmpeg plugin with:
# osgmovie sample.mov.ffmpeg

It printed media information about the file correctly but didn't play
it (with only a black screen). I'm not sure if this is a plugin issue
or my own mistake at present.

The latest version just works well, with the same environment and dependence.

Thanks,

Wang Rui


2011/3/29 Chris 'Xenon' Hansonxe...@alphapixel.com:

On 3/28/2011 3:50 PM, Paul Martz wrote:

I've tagged an RC2, which includes Robert's build fixes for the ffmpeg plugin:
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2

  Please, everyone who cares about this, grab and build this so we can have 
confidence
it's done properly and solid and can call it complete.

--
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Vincent Bourdier

Hi all,

I just notice little thing that can be important :

Until 2.8.3 the generated lib file were named with a version number 
(osg55-osg.dll for 2.8.1 osg65-osg.dll for 2.8.3) but with 2.8.4 the lib 
files are just named osg.dll, osgAnimation.dll, etc...


Is this a real choice, a VS2010 consequence, or something forgotten ?

Thanks.

Regards,
   Vincent.

Le 29/03/2011 05:18, Wang Rui a écrit :

Hi Paul and Chris,

I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built
fine in both debug and release configurations. But when I tested the
ffmpeg plugin with:
# osgmovie sample.mov.ffmpeg

It printed media information about the file correctly but didn't play
it (with only a black screen). I'm not sure if this is a plugin issue
or my own mistake at present.

The latest version just works well, with the same environment and dependence.

Thanks,

Wang Rui


2011/3/29 Chris 'Xenon' Hansonxe...@alphapixel.com:

On 3/28/2011 3:50 PM, Paul Martz wrote:

I've tagged an RC2, which includes Robert's build fixes for the ffmpeg plugin:
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2

  Please, everyone who cares about this, grab and build this so we can have 
confidence
it's done properly and solid and can call it complete.

--
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Paul Martz

On 3/28/2011 9:18 PM, Wang Rui wrote:

Hi Paul and Chris,

I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built
fine in both debug and release configurations. But when I tested the
ffmpeg plugin with:
# osgmovie sample.mov.ffmpeg

It printed media information about the file correctly but didn't play
it (with only a black screen). I'm not sure if this is a plugin issue
or my own mistake at present.


Is this a new problem introduced with RC2 or did it also occur with RC1? Did it 
occur with 2.8.3? Please check, thanks.

   -Paul
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Paul Martz
The LIB files have never contained the shared object version number. Those are 
encoded in the DLL file names.

   -Paul


On 3/29/2011 6:35 AM, Vincent Bourdier wrote:

Hi all,

I just notice little thing that can be important :

Until 2.8.3 the generated lib file were named with a version number
(osg55-osg.dll for 2.8.1 osg65-osg.dll for 2.8.3) but with 2.8.4 the lib files
are just named osg.dll, osgAnimation.dll, etc...

Is this a real choice, a VS2010 consequence, or something forgotten ?

Thanks.

Regards,
Vincent.

Le 29/03/2011 05:18, Wang Rui a écrit :

Hi Paul and Chris,

I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built
fine in both debug and release configurations. But when I tested the
ffmpeg plugin with:
# osgmovie sample.mov.ffmpeg

It printed media information about the file correctly but didn't play
it (with only a black screen). I'm not sure if this is a plugin issue
or my own mistake at present.

The latest version just works well, with the same environment and dependence.

Thanks,

Wang Rui


2011/3/29 Chris 'Xenon' Hansonxe...@alphapixel.com:

On 3/28/2011 3:50 PM, Paul Martz wrote:

I've tagged an RC2, which includes Robert's build fixes for the ffmpeg plugin:
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2


Please, everyone who cares about this, grab and build this so we can have
confidence
it's done properly and solid and can call it complete.

--
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting.
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org





--
  -Paul Martz  Skew Matrix Software
   http://www.skew-matrix.com/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Paul Martz

Sorry, ignore previous post. I misread your email.

Did you inadvertently disable OSG_MSVC_VERSIONED_DLL in CMake? It still defaults 
to on in 2.8.4, so the only way you could be missing the shared object version 
numbers in the DLL names is if you explicitly disabled it.

   -Paul


On 3/29/2011 6:35 AM, Vincent Bourdier wrote:

Hi all,

I just notice little thing that can be important :

Until 2.8.3 the generated lib file were named with a version number
(osg55-osg.dll for 2.8.1 osg65-osg.dll for 2.8.3) but with 2.8.4 the lib files
are just named osg.dll, osgAnimation.dll, etc...

Is this a real choice, a VS2010 consequence, or something forgotten ?

Thanks.

Regards,
Vincent.

Le 29/03/2011 05:18, Wang Rui a écrit :

Hi Paul and Chris,

I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built
fine in both debug and release configurations. But when I tested the
ffmpeg plugin with:
# osgmovie sample.mov.ffmpeg

It printed media information about the file correctly but didn't play
it (with only a black screen). I'm not sure if this is a plugin issue
or my own mistake at present.

The latest version just works well, with the same environment and dependence.

Thanks,

Wang Rui


2011/3/29 Chris 'Xenon' Hansonxe...@alphapixel.com:

On 3/28/2011 3:50 PM, Paul Martz wrote:

I've tagged an RC2, which includes Robert's build fixes for the ffmpeg plugin:
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2


Please, everyone who cares about this, grab and build this so we can have
confidence
it's done properly and solid and can call it complete.

--
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting.
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org





--
  -Paul Martz  Skew Matrix Software
   http://www.skew-matrix.com/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
On 3/28/2011 9:18 PM, Wang Rui wrote:
 Hi Paul and Chris,
 I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built
 fine in both debug and release configurations. But when I tested the
 ffmpeg plugin with:
 # osgmovie sample.mov.ffmpeg
 It printed media information about the file correctly but didn't play
 it (with only a black screen). I'm not sure if this is a plugin issue
 or my own mistake at present.
 The latest version just works well, with the same environment and dependence.

  We don't have any way to test with ffmpeg here. This was Robert's commit, so 
maybe he
can help you troubleshoot it?

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Michael Weiblen
Yow, yall jumped right on the 2.8.4 thing!

If it hasn't happened already, may I request a backport of fixes to
the .3ds writer plugin from 2.9.x to 2.8.4?

cheers
-- mew


On Mon, Mar 28, 2011 at 4:50 PM, Paul Martz pma...@skew-matrix.com wrote:
 I've tagged an RC2, which includes Robert's build fixes for the ffmpeg
 plugin:

 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2

 --
  -Paul Martz      Skew Matrix Software
                   http://www.skew-matrix.com/
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
Mike Weiblen -- Black Hawk, Colorado USA -- http://mew.cx/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
On 3/29/2011 10:16 AM, Michael Weiblen wrote:
 Yow, yall jumped right on the 2.8.4 thing!
 If it hasn't happened already, may I request a backport of fixes to
 the .3ds writer plugin from 2.9.x to 2.8.4?

  That would be 2.8.5.

  2.8.4 isn't supposed to be new features/fixes, it's just getting it to build 
properly.

 cheers
 -- mew

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Michael Weiblen
gotcha
-- mew


On Tue, Mar 29, 2011 at 11:20 AM, Chris 'Xenon' Hanson
xe...@alphapixel.com wrote:
 On 3/29/2011 10:16 AM, Michael Weiblen wrote:
 Yow, yall jumped right on the 2.8.4 thing!
 If it hasn't happened already, may I request a backport of fixes to
 the .3ds writer plugin from 2.9.x to 2.8.4?

  That would be 2.8.5.

  2.8.4 isn't supposed to be new features/fixes, it's just getting it to build 
 properly.

 cheers
 -- mew

 --
 Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
 http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
 Contracting.
    There is no Truth. There is only Perception. To Perceive is to Exist. - 
 Xen
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org




-- 
Mike Weiblen -- Black Hawk, Colorado USA -- http://mew.cx/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Michael Weiblen
curious: is there like a pre-alpha MSVS  2010  available (perhaps
some developers w/ special access) that we could be testing with?

-- mew



On Tue, Mar 29, 2011 at 11:20 AM, Chris 'Xenon' Hanson
xe...@alphapixel.com wrote:
 On 3/29/2011 10:16 AM, Michael Weiblen wrote:
 Yow, yall jumped right on the 2.8.4 thing!
 If it hasn't happened already, may I request a backport of fixes to
 the .3ds writer plugin from 2.9.x to 2.8.4?

  That would be 2.8.5.

  2.8.4 isn't supposed to be new features/fixes, it's just getting it to build 
 properly.

 cheers
 -- mew


-- 
Mike Weiblen -- Black Hawk, Colorado USA -- http://mew.cx/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Chris 'Xenon' Hanson
On 3/29/2011 10:37 AM, Michael Weiblen wrote:
 curious: is there like a pre-alpha MSVS  2010  available (perhaps
 some developers w/ special access) that we could be testing with?

  If you're referring to some successor to Visual Studio 2010, I haven't yet 
heard of one,
but I admit I'm not always the first to know.

 -- mew

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-29 Thread Wang Rui
Hi Paul and Chris,

2011/3/29 Paul Martz pma...@skew-matrix.com:
 Is this a new problem introduced with RC2 or did it also occur with RC1? Did
 it occur with 2.8.3? Please check, thanks.

2.8.3 has the same problem. And I've made some progress now. After
comment the following lines in the osgmovie example:
/*
if (image-isImageTranslucent())
{
osg::notify(osg::NOTICE)Transparent movie, enabling
blending.std::endl;
drawable-getOrCreateStateSet()-setMode(GL_BLEND, osg::StateAttribute::ON);

drawable-getOrCreateStateSet()-setRenderingHint(osg::StateSet::TRANSPARENT_BIN);
}
*/

The movie appears and works well (in both 2.8.3 and 2.8.4-rc2). I
believe that the ffmpeg plugin has already worked but the quad is
totally transparent incorrectly. Hope somebody could help test it
because I'm not familiar to the ffmpeg implementation personally.

Cheers,

Wang Rui
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Chris 'Xenon' Hanson
On 3/28/2011 3:50 PM, Paul Martz wrote:
 I've tagged an RC2, which includes Robert's build fixes for the ffmpeg plugin:
 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2

  Please, everyone who cares about this, grab and build this so we can have 
confidence
it's done properly and solid and can call it complete.

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Chris 'Xenon' Hanson
On 3/28/2011 4:38 PM, Chris 'Xenon' Hanson wrote:
 On 3/28/2011 3:50 PM, Paul Martz wrote:
 I've tagged an RC2, which includes Robert's build fixes for the ffmpeg 
 plugin:
 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2
   Please, everyone who cares about this, grab and build this so we can have 
 confidence
 it's done properly and solid and can call it complete.

  Followup: Since Robert put in the ffmepg changes, and we don't build with 
ffmpeg on
Windows (or OSX) we really need somebody in the next couple of days who can 
test the
ffmpeg changes on these platforms to ensure there isn't some breakage.

-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
Contracting.
There is no Truth. There is only Perception. To Perceive is to Exist. - 
Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Jason Daly

On 3/28/2011 6:38 PM, Chris 'Xenon' Hanson wrote:

   Please, everyone who cares about this, grab and build this so we can have 
confidence
it's done properly and solid and can call it complete.
   


Builds fine on RHEL 6, including the dae and ffmpeg plugins.

--J

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] 2.8.4 RC2 tagged

2011-03-28 Thread Wang Rui
Hi Paul and Chris,

I've tested 2.8.4-rc2 on my Windows XP and VisualStudio 2005. It built
fine in both debug and release configurations. But when I tested the
ffmpeg plugin with:
# osgmovie sample.mov.ffmpeg

It printed media information about the file correctly but didn't play
it (with only a black screen). I'm not sure if this is a plugin issue
or my own mistake at present.

The latest version just works well, with the same environment and dependence.

Thanks,

Wang Rui


2011/3/29 Chris 'Xenon' Hanson xe...@alphapixel.com:
 On 3/28/2011 3:50 PM, Paul Martz wrote:
 I've tagged an RC2, which includes Robert's build fixes for the ffmpeg 
 plugin:
 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.8.4-rc2

  Please, everyone who cares about this, grab and build this so we can have 
 confidence
 it's done properly and solid and can call it complete.

 --
 Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com 
 http://www.alphapixel.com/
  Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. 
 Contracting.
    There is no Truth. There is only Perception. To Perceive is to Exist. - 
 Xen
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org