Bug#672972: Wheezy: VLC player can't play videos

2013-02-07 Thread T Elcor
Michel Dänzer daen...@debian.org wrote:

 Hence my repeated request for isolating if and where VLC is hanging,
 or what else it is doing when the video output is frozen.

Tried again to enable logging in vlc, specified the log file name, Log Format = 
Text,
Syslog facility = User, Verbosity = 10, but no log file was created after vlc 
had hanged.

I can try again but I'm not sure what needs to be changed to get vlc to log 
what it's doing.


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1360261967.49085.yahoomail...@web162701.mail.bf1.yahoo.com



Bug#672972: Wheezy: VLC player can't play videos

2013-02-07 Thread Michel Dänzer
On Don, 2013-02-07 at 10:32 -0800, T Elcor wrote: 
 Michel Dänzer daen...@debian.org wrote:
 
  Hence my repeated request for isolating if and where VLC is hanging,
  or what else it is doing when the video output is frozen.
 
 Tried again to enable logging in vlc, specified the log file name, Log
 Format = Text,
 Syslog facility = User, Verbosity = 10, but no log file was created
 after vlc had hanged.
 
 I can try again but I'm not sure what needs to be changed to get vlc
 to log what it's doing.

I was rather thinking of something like running vlc in gdb and getting a
couple of backtraces while the video is frozen.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1360264291.23735.296.camel@thor.local



Bug#672972: Wheezy: VLC player can't play videos

2013-02-06 Thread Michel Dänzer
On Die, 2013-02-05 at 21:13 +0200, Rémi Denis-Courmont wrote: 
 
 In absence of XVideo adapter, VLC will fall back to OpenGL. If OpenGL fails 
 too, VLC will fall back to plain X11.
 
 The fact that a few frames are shown proves that VLC is NOT trying to use a 
 non-existent XVideo. There would be no frames at all then.

Makes sense.


 The fact that it works just fine when plain X11 output is forced in the 
 preferences proves that X11 would work fine, but is not attempted with 
 default 
 settings.
 
 In other words, the problem lies with the OpenGL drivers. I have a similar 
 problem on a laptop also with AMD/ATI chip (although mine has XVideo working 
 fine so hardly a problem). This apparent regression is probably due to VLC 
 using shaders for YUV color space conversion since version 2.0.0.
 
 I doubt VLC is at fault here, and I fail to see what else it could do. If 
 shaders are so slow, the driver should not offer them in the first place.

Why do you think the problem is that 'shaders are slow'?

Without knowing where VLC is hanging, and/or at least seeing the output
of glxinfo, don't expect any progress solving this problem.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1360145899.23735.227.camel@thor.local



Bug#672972: Wheezy: VLC player can't play videos

2013-02-06 Thread Rémi Denis-Courmont
On Wed, 06 Feb 2013 11:18:19 +0100, Michel Dänzer daen...@debian.org
wrote:
 The fact that it works just fine when plain X11 output is forced in the

 preferences proves that X11 would work fine, but is not attempted with
 default
 settings.
 
 In other words, the problem lies with the OpenGL drivers. I have a
 similar
 problem on a laptop also with AMD/ATI chip (although mine has XVideo
 working
 fine so hardly a problem). This apparent regression is probably due to
 VLC
 using shaders for YUV color space conversion since version 2.0.0.
 
 I doubt VLC is at fault here, and I fail to see what else it could do.
 If
 shaders are so slow, the driver should not offer them in the first
place.
 
 Why do you think the problem is that 'shaders are slow'?

That's the main difference between OpenGL in VLC 1.1 and VLC 2.0, version
against which the bug was filed. It's also what I'm experiencing with my
own ATI chip.

In any case, since plain X11 works, I gather that VLC is able to decode
the video just fine and the CPU is powerful enough, even with the extra
color space conversion and resolution scaling for unaccelerated X11 output.

-- 
Rémi Denis-Courmont
Sent from my collocated server


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/59ff9379dac6dd15725bb0e8f1224...@chewa.net



Bug#672972: Wheezy: VLC player can't play videos

2013-02-06 Thread Michel Dänzer
On Mit, 2013-02-06 at 12:16 +0100, Rémi Denis-Courmont wrote: 
 On Wed, 06 Feb 2013 11:18:19 +0100, Michel Dänzer daen...@debian.org
 wrote:
  The fact that it works just fine when plain X11 output is forced in the
 
  preferences proves that X11 would work fine, but is not attempted with
  default
  settings.
  
  In other words, the problem lies with the OpenGL drivers. I have a
  similar
  problem on a laptop also with AMD/ATI chip (although mine has XVideo
  working
  fine so hardly a problem). This apparent regression is probably due to
  VLC
  using shaders for YUV color space conversion since version 2.0.0.
  
  I doubt VLC is at fault here, and I fail to see what else it could do.
  If
  shaders are so slow, the driver should not offer them in the first
 place.
  
  Why do you think the problem is that 'shaders are slow'?
 
 That's the main difference between OpenGL in VLC 1.1 and VLC 2.0, version
 against which the bug was filed. It's also what I'm experiencing with my
 own ATI chip.

I doubt the problem is that 'shaders are slow'. In particular, there's
no reason why the shaders would suddenly be slower in consecutive frames
when they obviously managed to render the first frame quickly.

It rather sounds like VLC stops decoding / rendering after the first
frame (few frames?) for some reason. Hence my repeated request for
isolating if and where VLC is hanging, or what else it is doing when the
video output is frozen.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1360159318.23735.236.camel@thor.local



Processed: Re: Bug#672972: Wheezy: VLC player can't play videos

2013-02-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 672972 xserver-xorg-video-radeon
Bug #672972 [vlc] Broken Xvideo extension on Radeon HD 4200
Bug reassigned from package 'vlc' to 'xserver-xorg-video-radeon'.
Ignoring request to alter found versions of bug #672972 to the same values 
previously set
Ignoring request to alter fixed versions of bug #672972 to the same values 
previously set
 retitle 672972 vlc: OpenGL output fails with Radeon HD 4200
Bug #672972 [xserver-xorg-video-radeon] Broken Xvideo extension on Radeon HD 
4200
Changed Bug title to 'vlc: OpenGL output fails with Radeon HD 4200' from 
'Broken Xvideo extension on Radeon HD 4200'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
672972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.136009163317188.transcr...@bugs.debian.org



Bug#672972: Wheezy: VLC player can't play videos

2013-02-05 Thread Rémi Denis-Courmont
reassign 672972 xserver-xorg-video-radeon
retitle 672972 vlc: OpenGL output fails with Radeon HD 4200
thanks

Hello,

In absence of XVideo adapter, VLC will fall back to OpenGL. If OpenGL fails 
too, VLC will fall back to plain X11.

The fact that a few frames are shown proves that VLC is NOT trying to use a 
non-existent XVideo. There would be no frames at all then.

The fact that it works just fine when plain X11 output is forced in the 
preferences proves that X11 would work fine, but is not attempted with default 
settings.

In other words, the problem lies with the OpenGL drivers. I have a similar 
problem on a laptop also with AMD/ATI chip (although mine has XVideo working 
fine so hardly a problem). This apparent regression is probably due to VLC 
using shaders for YUV color space conversion since version 2.0.0.

I doubt VLC is at fault here, and I fail to see what else it could do. If 
shaders are so slow, the driver should not offer them in the first place.

-- 
Rémi Denis-Courmont
http://www.remlab.net/


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201302052113.50...@leon.remlab.net



Bug#672972: Wheezy: VLC player can't play videos

2012-12-06 Thread Michel Dänzer
reassign 672972 vlc
kthxbye

On Mit, 2012-12-05 at 18:57 +, Mark Hobley wrote:
 FWIW: I noticed a similar problem on a third party Hewlett Packard
 machine using an Intel based graphics chipset. Again other video
 players work fine on the same machine.

Reassigning back to VLC, as there's no evidence of a radeon (or other)
driver bug yet. At the least, please determine which video output VLC
actually ends up using, and where it's hanging, before reassigning back
to any X package.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1354809286.9676.126.camel@thor.local



Processed: Re: Bug#672972: Wheezy: VLC player can't play videos

2012-12-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 672972 vlc
Bug #672972 [xserver-xorg-video-radeon] Broken Xvideo extension on Radeon HD 
4200
Bug reassigned from package 'xserver-xorg-video-radeon' to 'vlc'.
Ignoring request to alter found versions of bug #672972 to the same values 
previously set
Ignoring request to alter fixed versions of bug #672972 to the same values 
previously set
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
672972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135480930320658.transcr...@bugs.debian.org



Bug#672972: Wheezy: VLC player can't play videos

2012-12-05 Thread Mark Hobley
FWIW: I noticed a similar problem on a third party Hewlett Packard machine 
using an Intel based graphics chipset. Again other video players work fine on 
the same machine.


Bug#672972: Wheezy: VLC player can't play videos

2012-12-02 Thread Mark Hobley
I am having a similar problem here using Debian (Sid/Unstable) using an ATI 
Radeon 9000 on a 32 bit IBM compatible computer.

The VLC player shows the first frame and does not proceed any further. On the 
same machine mplayer2 works just fine and plays the same video.

There must be something different in the way that the vlc player and mplayer2 
handle the video. Maybe it would be useful if vlc could be configured to use 
the mplayer2 video handling code.



Processed: Re: Bug#672972: Wheezy: VLC player can't play videos

2012-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 672972 xserver-xorg-video-radeon
Bug #672972 [vlc] Wheezy: VLC player can't play videos
Bug reassigned from package 'vlc' to 'xserver-xorg-video-radeon'.
No longer marked as found in versions vlc/2.0.1-4.
Ignoring request to alter fixed versions of bug #672972 to the same values 
previously set
 retitle 672972 No Xvideo extension on Radeon HD 4200
Bug #672972 [xserver-xorg-video-radeon] Wheezy: VLC player can't play videos
Changed Bug title to 'No Xvideo extension on Radeon HD 4200' from 'Wheezy: VLC 
player can't play videos'
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
672972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134419930013041.transcr...@bugs.debian.org



Bug#672972: Wheezy: VLC player can't play videos

2012-08-05 Thread Rémi Denis-Courmont
Le dimanche 5 août 2012 23:41:33 Reinhard Tartler, vous avez écrit :
 reassign 672972 xserver-xorg-video-radeon
 retitle 672972 No Xvideo extension on Radeon HD 4200
 stop
 
 Thanks for reporting back, I'm reassigning this bug to the package
 xserver-xorg-video-radeon.

Do you actually read what the VLC developers have to say, or should I stop 
following Debian bugs altogether?

Lack of XVideo driver is perfectly fine. As I said, like what a few hours ago, 
VLC will safely fall back to OpenGL in that case. Also I don't see how you 
infer the lack of XVideo driver from the bug report.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201208052351.10676.r...@remlab.net



Bug#672972: Wheezy: VLC player can't play videos

2012-08-05 Thread Rémi Denis-Courmont
Le dimanche 5 août 2012 23:21:00 T Elcor, vous avez écrit :
  In any case, please attach the output of the command
  'xvinfo', 'xdpyinfo' and ideally also the file
  /var/log/Xorg.0.log. That would contain enough
  information for the maintainers of the respective
  driver package to investigate the lack of XV further.
 
 'xvinfo' and 'xdpyinfo' don't produce much of an output:
 
 # xvinfo
 No protocol specified
 xvinfo:  Unable to open display :0

You don't have any X server running at all. That's not interesting.

It should be evident, but you need to run xvinfo, glxinfo and xdpyinfo from 
within the X session.

 # xdpyinfo
 No protocol specified
 xdpyinfo:  unable to open display :0.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201208060005.40523.r...@remlab.net



Bug#672972: Wheezy: VLC player can't play videos

2012-08-05 Thread Reinhard Tartler
retitle 672972 Broken Xvideo extension on Radeon HD 4200
stop


On Sun, Aug 5, 2012 at 10:51 PM, Rémi Denis-Courmont r...@remlab.net wrote:
 Le dimanche 5 août 2012 23:41:33 Reinhard Tartler, vous avez écrit :
 reassign 672972 xserver-xorg-video-radeon
 retitle 672972 No Xvideo extension on Radeon HD 4200
 stop

 Thanks for reporting back, I'm reassigning this bug to the package
 xserver-xorg-video-radeon.

 Do you actually read what the VLC developers have to say, or should I stop
 following Debian bugs altogether?

 Lack of XVideo driver is perfectly fine. As I said, like what a few hours ago,
 VLC will safely fall back to OpenGL in that case. Also I don't see how you
 infer the lack of XVideo driver from the bug report.

Well, in the last mail you told me that the problem here was *broken*
XVideo support.
Oh, now I notice that I use a wrong bug title. Fixing that now.

-- 
regards,
Reinhard


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caj0cceakbas0n+eff0oqki-npbf0cdhvjeswv3n5x_w9t4v...@mail.gmail.com



Processed: Re: Bug#672972: Wheezy: VLC player can't play videos

2012-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 672972 Broken Xvideo extension on Radeon HD 4200
Bug #672972 [xserver-xorg-video-radeon] No Xvideo extension on Radeon HD 4200
Changed Bug title to 'Broken Xvideo extension on Radeon HD 4200' from 'No 
Xvideo extension on Radeon HD 4200'
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
672972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134420087221969.transcr...@bugs.debian.org



Bug#672972: Wheezy: VLC player can't play videos

2012-08-05 Thread Rémi Denis-Courmont
Le lundi 6 août 2012 00:07:45 Reinhard Tartler, vous avez écrit :
  Lack of XVideo driver is perfectly fine. As I said, like what a few hours
  ago, VLC will safely fall back to OpenGL in that case. Also I don't see
  how you infer the lack of XVideo driver from the bug report.
 
 Well, in the last mail you told me that the problem here was *broken*
 XVideo support.

I wrote that broken XVideo would be a problem.
I never claimed that it was or was not the specific problem.

Without the verbose VLC logs nor the (valid) xvinfo output, I am personally 
not able to make an informed guess.

-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201208060010.28982.r...@remlab.net