Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-31 Thread Robert Winder
On Wednesday, May 30, 2007, 7:25:03 PM, Jason wrote:

 On 2007-05-30 11:42, Trejkaz wrote:
 That's a shame. I'd rather see the X11 implementation dropped, although I
 know it isn't exactly that easy as certain video card manufacturers won't
 release specs for their cards, resulting in crappy framebuffer
 drivers. :-(

 Yes, X11 is the most used, so makes most sense for drivers to support
 that best.  AFAIK, currently framebuffer support for HD resolutions is
 virtually non-existent.

FYI, maybe technology is outpacing your ability to code once again. Got
my playstation 3 running on framebuffer @1920x1080p with freevo 1.7.2 :-)

   /Robert


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-31 Thread Trejkaz
 FYI, maybe technology is outpacing your ability to code once again. Got
 my playstation 3 running on framebuffer @1920x1080p with freevo 1.7.2 :-)

Awesome.  How is the PS3 at decoding a really awful combination of codecs?
 Let's say, H.264 video with AAC audio.  Does it have enough CPU power to
push that at 1080p?  (Although I ask this knowing that most available HD
videos out there are 720, not 1080.)

TX



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-31 Thread Dirk Meyer
Robert Winder wrote:
 On Wednesday, May 30, 2007, 7:25:03 PM, Jason wrote:

 On 2007-05-30 11:42, Trejkaz wrote:
 That's a shame. I'd rather see the X11 implementation dropped, although I
 know it isn't exactly that easy as certain video card manufacturers won't
 release specs for their cards, resulting in crappy framebuffer
 drivers. :-(

 Yes, X11 is the most used, so makes most sense for drivers to support
 that best.  AFAIK, currently framebuffer support for HD resolutions is
 virtually non-existent.

 FYI, maybe technology is outpacing your ability to code once again. Got
 my playstation 3 running on framebuffer @1920x1080p with freevo 1.7.2 :-)

Our current idea is to use evas. Evas itself supports dfb and
framebuffer besides X. But we will only implement to glue between evas
and freevo for X and GL. The same is true for kaa.popcorn our mplayer,
xine, gstreamer based player. When we are done it shouldn't be too
hard to add some glue for other outputs. But this is something we
won't have time for.


Dischi

-- 
The future ain't what it used to be.


pgpemiAP2tcH0.pgp
Description: PGP signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-31 Thread Robert Winder
On Thursday, May 31, 2007, 8:50:44 AM, Trejkaz wrote:

 FYI, maybe technology is outpacing your ability to code once again. Got
 my playstation 3 running on framebuffer @1920x1080p with freevo 1.7.2 :-)

 Awesome.  How is the PS3 at decoding a really awful combination of codecs?
  Let's say, H.264 video with AAC audio.  Does it have enough CPU power to
 push that at 1080p?  (Although I ask this knowing that most available HD
 videos out there are 720, not 1080.)

Installed Gentoo on it the day before Yesterday, so still in the experimenting
stage. And it's my first time using framebuffer so much to learn there
especially when using fullscreen video's. For that the zoom option is needed and
found that SDL works best in these circumstances but doesn't cooperate that
well in conjunction with freevo. Albeit sws is required most of the time and it
stresses the hardware a lot. Don't have any 1920x1080p or 1080i content or h264
with aac content yet to play with, but maybe later.

Some people reported here that with YDL the weren't able to set freevo at 1080p 
due
to an error in pygame but none are found in gentoo until know.

But i must admit there still a lot of development on the ps3(ppc64)so things
shall improve overtime, and not sure if you might call it production ready :-)

Have to reinstall gentoo again, because of user error (forgot to enlarge the
linuxpartition, defaults to 10 GB) and if I find the time I write something up
on the wiki when redoing the whole process.

   /Robert


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-30 Thread Elizabeth Dodd
On Wednesday 30 May 2007 15:29, Duncan Webb wrote:
  Hi,
 
  I wonder if there is any announced plans for the next 1.7.x and the
  new 2.0release? Anytime soon?..

 1.7.2 was only released last weekend, what do you want?

 Duncan
Drugs for Alzheimers perhaps






(please don't be offended, it is a joke)



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-30 Thread Dirk Meyer
Vlad Olenin wrote:
 I wonder if there is any announced plans for the next 1.7.x and the
 new 2.0release? Anytime soon?..

2.0 when it is ready. I stopped making up dates for a release. Since
I'm very busy at work until mid of June and we still do not have our
new gui engine do not expect 2.0pre1 this summer.


Dischi

-- 
When all else failed, she tried being reasonable.
-- (Terry Pratchett, Johnny and the Bomb)


pgpmmIFk4KMxA.pgp
Description: PGP signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-30 Thread Ariranha

On 5/30/07, Elizabeth Dodd [EMAIL PROTECTED] wrote:


On Wednesday 30 May 2007 15:29, Duncan Webb wrote:
  Hi,
 
  I wonder if there is any announced plans for the next 1.7.x and the
  new 2.0release? Anytime soon?..

 1.7.2 was only released last weekend, what do you want?

 Duncan
Drugs for Alzheimers perhaps






(please don't be offended, it is a joke)




Please donĀ“t listen to her !!

My boss just started these symptons ...

:o)
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-30 Thread Jason Tackaberry
On Wed, 2007-30-05 at 12:46 +0200, Dirk Meyer wrote:
 2.0 when it is ready. I stopped making up dates for a release. Since
 I'm very busy at work until mid of June and we still do not have our
 new gui engine do not expect 2.0pre1 this summer.

Oh come on, I always get amused when you tried to predict a prerelease
date. :)

Here's the basic problem with 2.0: it's just me and dischi working on
it, and it's not our day job.  Another aggravating factor (with respect
to a release date) is that we have lofty goals, and technology is
outpacing our ability to code (e.g. HDTV emergence, improving opengl
support, etc).

We are however making progress primarily in way of making concessions.
We have to ignore certain hardware configurations because they
complicate the code beyond available manpower.  So those of you hoping
to use directfb with the 2.0 release will be disappointed.

Jason.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-30 Thread Trejkaz
On Wednesday 30 May 2007 22:40, Jason Tackaberry wrote:
 We are however making progress primarily in way of making concessions.
 We have to ignore certain hardware configurations because they
 complicate the code beyond available manpower.  So those of you hoping
 to use directfb with the 2.0 release will be disappointed.

That's a shame.  I'd rather see the X11 implementation dropped, although I 
know it isn't exactly that easy as certain video card manufacturers won't 
release specs for their cards, resulting in crappy framebuffer drivers. :-(

TX

-- 
 Email: [EMAIL PROTECTED]
 Jabber ID: [EMAIL PROTECTED]
  Web site: http://trypticon.org/
   GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F  A62C B8C7 BC8B 037E EA73


pgpS5invlS9x1.pgp
Description: PGP signature
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-30 Thread Jason Tackaberry
On 2007-05-30 11:42, Trejkaz wrote:
 That's a shame. I'd rather see the X11 implementation dropped, although I
 know it isn't exactly that easy as certain video card manufacturers won't
 release specs for their cards, resulting in crappy framebuffer
 drivers. :-(

Yes, X11 is the most used, so makes most sense for drivers to support
that best.  AFAIK, currently framebuffer support for HD resolutions is
virtually non-existent.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-29 Thread Vlad Olenin

Hi,

I wonder if there is any announced plans for the next 1.7.x and the
new 2.0release? Anytime soon?..

Thanks,

Vlad
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] when is the next 1.7.x and 2.0 release due?..

2007-05-29 Thread Duncan Webb
 Hi,

 I wonder if there is any announced plans for the next 1.7.x and the
 new 2.0release? Anytime soon?..

1.7.2 was only released last weekend, what do you want?

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users