On my retina MBP (10.8) I get 60fps for es2 and 44fps for sw. Are you
running a newer version of MacOS?
...jim
On 3/31/15 3:40 PM, Chris Newland wrote:
Hi Hervé,
That's a valid question :)
Probably because
a) All my non-UI graphics experience is with immediate-mode
Hi Damien,
The main problem is that the definition of a stroked path and the
definition of a filled path are at odds. If the default stroke width is
1.0 and the default stroke type is "CENTERED", then the stroke is
centered on the outline of a path and half of it falls on either side of
the
> > > If not is there a specific reason not
> > > to offer this functionality independently of a player?
> >
> > There were plans, there were also issues as we don't have a Java based mp4
> > parser so we're relying on the underlying platforms (e.g. QTKit,
> > AVFoundation, etc..) to provide tha
On Thu, Apr 2, 2015 at 6:16 PM, David DeHaven
wrote:
>
> > > If not is there a specific reason not
> > > to offer this functionality independently of a player?
> >
> > There were plans, there were also issues as we don't have a Java based
> mp4 parser so we're relying on the underlying platforms
> > If not is there a specific reason not
> > to offer this functionality independently of a player?
>
> There were plans, there were also issues as we don't have a Java based mp4
> parser so we're relying on the underlying platforms (e.g. QTKit,
> AVFoundation, etc..) to provide that data, whi
Hi Kevin, Chien,
Please review fix for https://javafx-jira.kenai.com/browse/RT-40184
Link to webrev: http://cr.openjdk.java.net/~ekleyman/RT-40184/
Thanks,
Elina
On Wed, Apr 1, 2015 at 10:50 PM, Scott Palmer wrote:
> I seems like a decent compromise to defer to the native platform code that
> will ultimately be used to process the file anyway. It seems a little
> heavy, but the alternative is perhaps bloating the JavaFX API.
>
>
Yes absolutely but ... (s
On Wed, Apr 1, 2015 at 9:48 PM, David DeHaven
wrote:
>
> > I was a bit surprised that the metadata retrieval functionality
> > of javafx.scene.media.Media is only usable in conjunction with a player,
> so
> > if I want to retrieve the dimensions of a video file I have to
> instantiate
> > a playe