[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-10-24 Thread Pablo J. E. Rodriguez
running: mplayer -vo vdpau -vc ffh264vdpau -aspect 16:9 http://bglive-a.bitgravity.com/twit/live/high I get audio but no video and this message: Forced video codec: ffh264vdpau Cannot find codec 'h264_vdpau' in libavcodec... Video decoder init failed for codecs.conf entry ffh264vdpau. this

[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mplayer (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libav in Ubuntu.

[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mplayer2 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libav in Ubuntu.

[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mpv (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libav in Ubuntu. https://bugs.launchpad.net/bugs/1374825

[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-10-14 Thread Geert Hedde Bosman
If i do 'mpv -v -vo vdpau --vd=ffh264vdpau,ffvc1vdpau, movie.m2ts' , i get a high cpu usage. So indeed hardware acceleration does not work. However, if i use 'mpv -v -vo vdpau --hwdec=vdpau movie.mt2s' , i get a nice low cpu usage. So mpv is not affected as long as one uses the new way of

[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-10-03 Thread zarquon42
In vlc and kaffeine, I can see an increase in video core clock and decoder clock, accompanied by a decrease in cpu usage (only 15%) as opposed to mplayer (cpu usage = 65%). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libav in

[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-09-27 Thread Michael Marley
This seems to be due to an API change in libav. They dropped the old API for using VDPAU decoding, which broke every application that uses VDPAU through libav. https://libav.org/releases/libav-10.5.release ** Also affects: vlc (Ubuntu) Importance: Undecided Status: New ** Also

[Desktop-packages] [Bug 1374825] Re: VDPAU does not work in libav on Utopic

2014-09-27 Thread RĂ©mi Denis-Courmont
[7f909958] vdpau_avcodec generic error: decoder profile not supported: 6 means that: 1) your libavcodec installation does support VDPAU properly, and 2 ) your VDPAU driver does not support H.264 decoding at all (or reports incorrect capabilities). Closing as invalid. ** Changed in: vlc