[compiz] video plugin update

2009-05-20 Thread Renato Campos Barros
Hi David...
i tried to apply the patch in the source of mplayer rc2, but theres many
erros:

patching file libvo/vo_xv.c
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] y
Hunk #1 succeeded at 607 with fuzz 2 (offset 514 lines).
Hunk #2 succeeded at 1422 with fuzz 2 (offset 516 lines).
Hunk #3 FAILED at 1519.
Hunk #4 FAILED at 1549.
Hunk #5 FAILED at 1557.
Hunk #6 succeeded at 1614 with fuzz 2 (offset 535 lines).
Hunk #7 FAILED at 1656.
Hunk #8 succeeded at 1694 with fuzz 2 (offset 541 lines).
Hunk #9 FAILED at 1918.
patch unexpectedly ends in middle of line
Hunk #10 FAILED at 1948.
6 out of 10 hunks FAILED -- saving rejects to file libvo/vo_xv.c.rej

the xo_xv.c.rej its in anex.



vo_xv.c.rej
Description: application/reject
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2008-01-10 Thread Michael Vogt
On Mon, Dec 03, 2007 at 05:30:02PM -0500, David Reveman wrote:
 On Tue, 2007-09-04 at 15:16 +0200, Dominik 'Rathann' Mierzejewski wrote:
  Hello,
  
  On Friday, 13 July 2007 at 14:11, Colin Guthrie wrote:
   David Reveman wrote:
I had to update the video plugin interface slightly to fix some bugs.
I've attached an updated mplayer patch.
   
   David,
   
   Is this patch ever going to make it upstream to mplayer do you think?
   
   Has it been submitted/reviewed by upstream devs?
  
  Any progress here? Users keep coming and asking why they can't use MPlayer
  with compiz. We do not have the resources to implement this (not to mention
  that none of the core developers use compiz). The current patch is
  unacceptable for inclusion in MPlayer (due to unnecessary code
  duplication). See this document for MPlayer patch submission guidelines:
  http://www.mplayerhq.hu/DOCS/tech/patches.txt
 
 There's going to be a new more appropriate video interface soon, for
 which support is more likely to be included upstream.

That sounds very interessting. Is there more information available how
it will look like (maybe even code to look at)?

Thanks,
 Michael
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-12-03 Thread David Reveman

On Tue, 2007-09-04 at 15:16 +0200, Dominik 'Rathann' Mierzejewski wrote:
 Hello,
 
 On Friday, 13 July 2007 at 14:11, Colin Guthrie wrote:
  David Reveman wrote:
   I had to update the video plugin interface slightly to fix some bugs.
   I've attached an updated mplayer patch.
  
  David,
  
  Is this patch ever going to make it upstream to mplayer do you think?
  
  Has it been submitted/reviewed by upstream devs?
 
 Any progress here? Users keep coming and asking why they can't use MPlayer
 with compiz. We do not have the resources to implement this (not to mention
 that none of the core developers use compiz). The current patch is
 unacceptable for inclusion in MPlayer (due to unnecessary code
 duplication). See this document for MPlayer patch submission guidelines:
 http://www.mplayerhq.hu/DOCS/tech/patches.txt

There's going to be a new more appropriate video interface soon, for
which support is more likely to be included upstream.

-David

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-10-29 Thread David
This is in reference to the earlier message.

http://lists.freedesktop.org/archives/compiz/2007-July/002494.html

I don't think I replied to it correctly. Sorry.

David wrote:
 I modified the patch slightly for RC2 of Mplayer
 




signature.asc
Description: OpenPGP digital signature
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-10-29 Thread David
612 @@ -836,6 +1377,9 @@
613  fo = XvListImageFormats(mDisplay, xv_port, (int *) formats);
614
615  mp_input_add_event_fd(ConnectionNumber(mDisplay), check_events);
616 +
617 +   vo_compiz_init ();
618 +
619  return 0;
620  }

All I did was add the mp_input_add_event_fd(ConnectionNumber(mDisplay), 
check_events); part which
was in version RC2 of mplayer. (all other hunks applied cleanly.)

Colin Guthrie wrote:
 David wrote:
 This is in reference to the earlier message.

 http://lists.freedesktop.org/archives/compiz/2007-July/002494.html

 I don't think I replied to it correctly. Sorry.

 David wrote:
 I modified the patch slightly for RC2 of Mplayer

 
 Did you modify it in any other way, or did you just make it
 apply/compile nicely?
 
 Or to put it another way, did you do anything different from:
 http://lists.freedesktop.org/archives/compiz/2007-October/002716.html
 ?
 
 Cheers
 
 Col.
 
 ___
 compiz mailing list
 compiz@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/compiz




signature.asc
Description: OpenPGP digital signature
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-30 Thread Matthias Hopf
On Jul 27, 07 18:07:37 -0400, David Reveman wrote:
  And again, please, could you do something similar for libxine? I've
  started something, but I've not so much knowledge... :/
 
 I'm sure someone else will do this. If not, I might do it some day when
 I have time.

I would, if I had the time ATM :-(

Sorry

Matthias

-- 
Matthias Hopf [EMAIL PROTECTED],  SuSE RD,  Zimmer 3.2.06,  Tel. 74053-715
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-24 Thread David Reveman
On Fri, 2007-07-13 at 10:32 +1000, Christopher Halse Rogers wrote:
 On 7/12/07, David Reveman [EMAIL PROTECTED] wrote:
  I had to update the video plugin interface slightly to fix some bugs.
  I've attached an updated mplayer patch.
 
 Just to check, since I'm interested in applying this to Ubuntu's
 mplayer, but this patch is still not ready for upstream mplayer,
 right?  I remember the last such thread ending in we should probably
 wait for the retained-mode interface - do the same comments apply
 here?
 
 In a related question, any news on such an interface? :)

The communication mechanism will be slightly updated but the mplayer
patch will look much like it does today unless someone wants to put more
work into it.

Upstream mplayer might want to put this in a compiz-xv output backend
rather than in the xv backend itself but that's just some cut-n-paste
work that anyone could do...

-David

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-16 Thread Colin Guthrie
David Reveman wrote:
 I had to update the video plugin interface slightly to fix some bugs.
 I've attached an updated mplayer patch.

It seems to work fine for stand alone mplayer but is anyone else having
trouble when using it via mplayerplugin in firefox?

I've not rebuilt mplayerplugin but I believe this is not necessary.

Col

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-13 Thread Colin Guthrie
David Reveman wrote:
 I had to update the video plugin interface slightly to fix some bugs.
 I've attached an updated mplayer patch.

David,

Is this patch ever going to make it upstream to mplayer do you think?

Has it been submitted/reviewed by upstream devs?

Cheers

Col

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-13 Thread Treviño




Christopher Halse Rogers ha scritto:

  On 7/12/07, David Reveman [EMAIL PROTECTED] wrote:
  
  
I had to update the video plugin interface slightly to fix some bugs.
I've attached an updated mplayer patch.


  
  Just to check, since I'm interested in applying this to Ubuntu's
mplayer, but this patch is still not ready for upstream mplayer,
right?  I remember the last such thread ending in "we should probably
wait for the retained-mode interface" - do the same comments apply
here?

If you want I've ubuntu packages patched with it: 
http://3v1n0.tuxfamily.org/dists/feisty/3v1n0

Bye

-- 
Trevio's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/



___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-12 Thread Colin Guthrie
David Reveman wrote:
 I had to update the video plugin interface slightly to fix some bugs.
 I've attached an updated mplayer patch.

Feed the Stupid please

I remember reading that this plugin is effectively for Xgl? Does this
also work for AIGLX? I've got intel i945GM and can't use Xv under
compiz, but will enabling the video plugin and applying this patch to
mplayer make it magically work?

Col

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-12 Thread Treviño
Colin Guthrie ha scritto:
 Feed the Stupid please

 I remember reading that this plugin is effectively for Xgl? Does this
 also work for AIGLX? I've got intel i945GM and can't use Xv under
 compiz, but will enabling the video plugin and applying this patch to
 mplayer make it magically work?

 Col
If I'm not wrong the X patch is for Xgl (also if I've applied to my Xorg
and it works well), I've tested the previous patch with AIGLX and it
works really well.
At the countrary, this new patch doesn't work anymore :(

Bye

-- 
Treviño's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-12 Thread Colin Guthrie
Treviño wrote:
 If I'm not wrong the X patch is for Xgl (also if I've applied to my Xorg
 and it works well), I've tested the previous patch with AIGLX and it
 works really well.
 At the countrary, this new patch doesn't work anymore :(

Just tried it. Works great for me :) Thanks David (and iXce for the
private mail!)

Teviño I'm guessing from David's comments that the updated patch for
mplayer will also require git-tip of compiz for the video plugin updates
that go with it. If I was less lazy I'd go and look at gitweb. :)

Col

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-12 Thread Guillaume Seguin
2007/7/12, Colin Guthrie [EMAIL PROTECTED]:
 Treviño wrote:
  If I'm not wrong the X patch is for Xgl (also if I've applied to my Xorg
  and it works well), I've tested the previous patch with AIGLX and it
  works really well.
  At the countrary, this new patch doesn't work anymore :(

 Just tried it. Works great for me :) Thanks David (and iXce for the
 private mail!)


Arg, I hit the Reply button instead of Reply to all again :p

Regards,
Guillaume

 Teviño I'm guessing from David's comments that the updated patch for
 mplayer will also require git-tip of compiz for the video plugin updates
 that go with it. If I was less lazy I'd go and look at gitweb. :)

 Col

 ___
 compiz mailing list
 compiz@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/compiz

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-12 Thread Christopher Halse Rogers
On 7/12/07, David Reveman [EMAIL PROTECTED] wrote:
 I had to update the video plugin interface slightly to fix some bugs.
 I've attached an updated mplayer patch.

Just to check, since I'm interested in applying this to Ubuntu's
mplayer, but this patch is still not ready for upstream mplayer,
right?  I remember the last such thread ending in we should probably
wait for the retained-mode interface - do the same comments apply
here?

In a related question, any news on such an interface? :)

Chris Halse Rogers
___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz


Re: [compiz] video plugin update

2007-07-11 Thread Treviño
David Reveman ha scritto:
 I've attached an updated mplayer patch.
   
I've just finished compilig mplayer rc1 patched with this, but now it
doesn't work! :(

Do maybe I need a newer mplayer version? However I don't have any
compilation problem...
Any idea? Checking the differencies between this and the past patch I
can't find so much data... Wich are the changes exactly?

Thanks...

-- 
Treviño's Blog - Life and Linux
http://3v1n0.tuxfamily.org/blog/

___
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz