All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350
@ 2011-08-02 23:11 bugzilla-daemon
  2011-08-03  6:21 ` [Bug 39782] " bugzilla-daemon
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-02 23:11 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

           Summary: [r300g] XvMC playback fails with MPEG2 video and RV350
           Product: Mesa
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: rankincj@googlemail.com


Created an attachment (id=49853)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=49853)
Verbose output from mplayer

Trying to play captured DVB-T/MPEG2 data with mplayer gives the following
error:

Unsupported PixelFormat 61
Unsupported PixelFormat 53
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.

Full output from the following command is attached:
$ MPLAYER_VERBOSE=1 mplayer -msglevel all=9 -nosound -vo xvmc <file>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
@ 2011-08-03  6:21 ` bugzilla-daemon
  2011-08-03  8:17 ` bugzilla-daemon
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03  6:21 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #1 from Michel Dänzer <michel@daenzer.net> 2011-08-02 23:21:47 PDT ---
Does your X driver have commit f59c3b294b0f715fc96e2bbe25893f2b31aa488b
('Register XvMC video decoding acceleration') required for XvMC?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
  2011-08-03  6:21 ` [Bug 39782] " bugzilla-daemon
@ 2011-08-03  8:17 ` bugzilla-daemon
  2011-08-03  8:35 ` bugzilla-daemon
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03  8:17 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #2 from Chris Rankin <rankincj@googlemail.com> 2011-08-03 01:17:16 PDT ---
(In reply to comment #1)
> Does your X driver have commit f59c3b294b0f715fc96e2bbe25893f2b31aa488b
> ('Register XvMC video decoding acceleration') required for XvMC?

Yes:

[    54.139] (II)         Solid
[    54.139] (II)         Copy
[    54.139] (II)         Composite (RENDER acceleration)
[    54.139] (II)         UploadToScreen
[    54.139] (II)         DownloadFromScreen
[    54.140] (II) RADEON(0): Acceleration enabled
[    54.140] (**) RADEON(0): DPMS enabled
[    54.140] (==) RADEON(0): Silken mouse enabled
[    54.169] (II) RADEON(0): Set up textured video
[    54.169] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    54.170] (II) RADEON(0): [XvMC] Extension initialized.

The latest commit in my X driver is:

commit 104b2d7c071f29266b1bc4184a74e9714d14febc
Author: Alex Deucher <alexander.deucher@amd.com>
Date:   Mon Aug 1 10:05:30 2011 -0400

    kms: fix possible leak in pageflip code

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
  2011-08-03  6:21 ` [Bug 39782] " bugzilla-daemon
  2011-08-03  8:17 ` bugzilla-daemon
@ 2011-08-03  8:35 ` bugzilla-daemon
  2011-08-03  9:17 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03  8:35 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #3 from Michel Dänzer <michel@daenzer.net> 2011-08-03 01:35:09 PDT ---
Does adding

 -vc ffmpeg12mc

to the mplayer command line help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-08-03  8:35 ` bugzilla-daemon
@ 2011-08-03  9:17 ` bugzilla-daemon
  2011-08-03  9:20 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03  9:17 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #4 from Chris Rankin <rankincj@googlemail.com> 2011-08-03 02:17:04 PDT ---
(In reply to comment #3)
> Does adding
> 
>  -vc ffmpeg12mc
> 
> to the mplayer command line help?

Yes, in the sense that I now get a video window. Albeit an almost completely
green one. New output log attached.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2011-08-03  9:17 ` bugzilla-daemon
@ 2011-08-03  9:20 ` bugzilla-daemon
  2011-08-03  9:31 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03  9:20 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #5 from Chris Rankin <rankincj@googlemail.com> 2011-08-03 02:20:00 PDT ---
Created an attachment (id=49866)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=49866)
Verbose output from mplayer with ffmpeg12mc

This time, mplayer displayed a video window. However, the contents were
unrecognisable. And green.

I stopped playback manually after a few seconds.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2011-08-03  9:20 ` bugzilla-daemon
@ 2011-08-03  9:31 ` bugzilla-daemon
  2011-08-03 20:37 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03  9:31 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #6 from Chris Rankin <rankincj@googlemail.com> 2011-08-03 02:31:07 PDT ---
(In reply to comment #3)
> Does adding
> 
>  -vc ffmpeg12mc
> 
> to the mplayer command line help?

I've just tried repeating this with my RV790, and using

$ mplayer -vo xvcm <file>

also fails in the exact same way as my RV350. However, *unlike* my RV350,
adding

  -vc ffmpeg12mc

makes playback work with my RV790.

Since mplayer's XvMC support is obviously working correctly, I am now assuming
the problems I am seeing with xine are due to bugs in xine itself.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2011-08-03  9:31 ` bugzilla-daemon
@ 2011-08-03 20:37 ` bugzilla-daemon
  2011-08-03 20:38 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03 20:37 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

Chris Rankin <rankincj@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49853|0                           |1
        is obsolete|                            |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2011-08-03 20:37 ` bugzilla-daemon
@ 2011-08-03 20:38 ` bugzilla-daemon
  2011-08-11 13:28 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-03 20:38 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

Chris Rankin <rankincj@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Other                       |x86 (IA32)
         OS/Version|All                         |Linux (All)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2011-08-03 20:38 ` bugzilla-daemon
@ 2011-08-11 13:28 ` bugzilla-daemon
  2011-10-15 18:41 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-08-11 13:28 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #7 from Chris Rankin <rankincj@googlemail.com> 2011-08-11 06:28:20 PDT ---
Also gives green and blobby playback with M66GL chip (RV535?) in my Lenovo
T60p.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (8 preceding siblings ...)
  2011-08-11 13:28 ` bugzilla-daemon
@ 2011-10-15 18:41 ` bugzilla-daemon
  2012-01-04 23:35 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2011-10-15 18:41 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #8 from almos <aaalmosss@gmail.com> 2011-10-15 11:41:37 PDT ---
I think this is a duplicate of my report in bug 39309. I haven't tried xvmc
yet, as vdpau is much easier to set up (and I'm lazy).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (9 preceding siblings ...)
  2011-10-15 18:41 ` bugzilla-daemon
@ 2012-01-04 23:35 ` bugzilla-daemon
  2012-02-20 12:50 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2012-01-04 23:35 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #9 from Chris Rankin <rankincj@googlemail.com> 2012-01-04 15:35:06 PST ---
The following commit does not resolve this bug:

commit 7b181d16c3b954bf567563e90e5e94bda833fab8
Author: Christian König <deathsimple@vodafone.de>
Date:   Wed Jan 4 15:59:29 2012 +0100

    vl/mpeg2: simple fix to get xine running again

    Otherwise xines xxmc plugin will just display green blocks.

    Signed-off-by: Christian König <deathsimple@vodafone.de>

xine is still showing a green video window with my RV350.

$ mplayer -vo xvmc -vc ffmpeg12mc <MPEG2 file>

isn't working here either.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (10 preceding siblings ...)
  2012-01-04 23:35 ` bugzilla-daemon
@ 2012-02-20 12:50 ` bugzilla-daemon
  2012-04-23  1:10 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2012-02-20 12:50 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #10 from 414N <grsfdhj@tiscali.it> 2012-02-20 04:50:04 PST ---
Created attachment 57314
  --> https://bugs.freedesktop.org/attachment.cgi?id=57314
xvmc log obtained via RADEON_DEBUG=all

Having a similar problem on a R420.
When using mplayer -vo xvmc to play an MPEG-2 file (recorded from DVB) I can only see a window filled with a majority of green squares flashing.
On stderr, the following message is shown:

r300 FP: Compiler Error:
compiler/r300_fragprog_emit.c::begin_tex(): Too many texture indirections
Using a dummy shader instead.

I then played the same video setting the RADEON_DEBUG environment variable to "all", because I don't know what can be excluded. I then cut the lines following
the error message from the log, assuming those where the lines regarding the dummy shader used as a failsafe by the r300 driver.
I'm using a self-compiled git snapshot of mesa obtained on 2012-02-15 on a Slackware64 13.37 running kernel 3.2.6.
Please tell me if more info are needed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (11 preceding siblings ...)
  2012-02-20 12:50 ` bugzilla-daemon
@ 2012-04-23  1:10 ` bugzilla-daemon
  2012-04-23  9:53 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2012-04-23  1:10 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #11 from Tom Stellard <tstellar@gmail.com> 2012-04-22 18:10:00 PDT ---
(In reply to comment #10)
> Created attachment 57314 [details]
> xvmc log obtained via RADEON_DEBUG=all
> 
> Having a similar problem on a R420.
> When using mplayer -vo xvmc to play an MPEG-2 file (recorded from DVB) I can
> only see a window filled with a majority of green squares flashing.
> On stderr, the following message is shown:
> 
> r300 FP: Compiler Error:
> compiler/r300_fragprog_emit.c::begin_tex(): Too many texture indirections
> Using a dummy shader instead.
> 

Can you try the latest version of mesa from git?  I don't think xvmc playback
works, but that error message should be fixed.  If you still see that error,
please use the environment variable RADEON_DEBUG=fp,vp and post the output.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (12 preceding siblings ...)
  2012-04-23  1:10 ` bugzilla-daemon
@ 2012-04-23  9:53 ` bugzilla-daemon
  2012-04-24  0:56 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2012-04-23  9:53 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #12 from 414N <grsfdhj@tiscali.it> 2012-04-23 02:53:34 PDT ---
Created attachment 60474
  --> https://bugs.freedesktop.org/attachment.cgi?id=60474
xvmc log obtained via RADEON_DEBUG=fp,vp on mesa-git @ 20120423

(In reply to comment #11)
> Can you try the latest version of mesa from git?  I don't think xvmc playback
> works, but that error message should be fixed.  If you still see that error,
> please use the environment variable RADEON_DEBUG=fp,vp and post the output.

Still getting the same error message on a git snapshot taken a few hours ago.
In the attached log I cut the text after that error message as in the first
one.
Do you need more info to narrow down the issue?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (13 preceding siblings ...)
  2012-04-23  9:53 ` bugzilla-daemon
@ 2012-04-24  0:56 ` bugzilla-daemon
  2012-04-24  3:03 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2012-04-24  0:56 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #13 from Tom Stellard <tstellar@gmail.com> 2012-04-23 17:56:54 PDT ---
Created attachment 60501
  --> https://bugs.freedesktop.org/attachment.cgi?id=60501
Possible fix for too many indirections on r400

Do you still see the error message with this patch?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (14 preceding siblings ...)
  2012-04-24  0:56 ` bugzilla-daemon
@ 2012-04-24  3:03 ` bugzilla-daemon
  2012-08-05  7:50 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2012-04-24  3:03 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #14 from 414N <grsfdhj@tiscali.it> 2012-04-24 03:03:58 UTC ---
Created attachment 60517
  --> https://bugs.freedesktop.org/attachment.cgi?id=60517
fp,vp log on patched mesa-git @20120424 on R420 hardware

(In reply to comment #13)
> Created attachment 60501 [details] [review]
> Possible fix for too many indirections on r400
> 
> Do you still see the error message with this patch?

I now see an additional "too many textures indirections" error message while
playing a file in mplayer with -vo xvmc, so I guess it's not working as
expected.
Attached is an updated fp,vp log.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (15 preceding siblings ...)
  2012-04-24  3:03 ` bugzilla-daemon
@ 2012-08-05  7:50 ` bugzilla-daemon
  2013-11-02 22:38 ` bugzilla-daemon
  2013-11-02 22:38 ` bugzilla-daemon
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2012-08-05  7:50 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #15 from 414N <grsfdhj@tiscali.it> 2012-08-05 07:50:38 UTC ---
Still no clue of what could be going awry?
This is still happening on recent git checkouts, regardless of the previous
patch.
Please do tell me if you need more information to narrow down the issue.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (16 preceding siblings ...)
  2012-08-05  7:50 ` bugzilla-daemon
@ 2013-11-02 22:38 ` bugzilla-daemon
  2013-11-02 22:38 ` bugzilla-daemon
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-11-02 22:38 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 225 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=39782

--- Comment #16 from Marek Olšák <maraeo@gmail.com> ---
XvMC support has been removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1027 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [Bug 39782] [r300g] XvMC playback fails with MPEG2 video and RV350
  2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
                   ` (17 preceding siblings ...)
  2013-11-02 22:38 ` bugzilla-daemon
@ 2013-11-02 22:38 ` bugzilla-daemon
  18 siblings, 0 replies; 20+ messages in thread
From: bugzilla-daemon @ 2013-11-02 22:38 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 430 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=39782

Marek Olšák <maraeo@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1267 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2013-11-02 22:38 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-02 23:11 [Bug 39782] New: [r300g] XvMC playback fails with MPEG2 video and RV350 bugzilla-daemon
2011-08-03  6:21 ` [Bug 39782] " bugzilla-daemon
2011-08-03  8:17 ` bugzilla-daemon
2011-08-03  8:35 ` bugzilla-daemon
2011-08-03  9:17 ` bugzilla-daemon
2011-08-03  9:20 ` bugzilla-daemon
2011-08-03  9:31 ` bugzilla-daemon
2011-08-03 20:37 ` bugzilla-daemon
2011-08-03 20:38 ` bugzilla-daemon
2011-08-11 13:28 ` bugzilla-daemon
2011-10-15 18:41 ` bugzilla-daemon
2012-01-04 23:35 ` bugzilla-daemon
2012-02-20 12:50 ` bugzilla-daemon
2012-04-23  1:10 ` bugzilla-daemon
2012-04-23  9:53 ` bugzilla-daemon
2012-04-24  0:56 ` bugzilla-daemon
2012-04-24  3:03 ` bugzilla-daemon
2012-08-05  7:50 ` bugzilla-daemon
2013-11-02 22:38 ` bugzilla-daemon
2013-11-02 22:38 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.