[mythtv-commits] Ticket #12162: Poor quality video decoding with some AVI content

MythTV noreply at mythtv.org
Tue Jun 3 03:56:30 UTC 2014


#12162: Poor quality video decoding with some AVI content
-------------------------------------+---------------------------
 Reporter:  jyavenard                |          Owner:  jyavenard
     Type:  Bug Report - General     |         Status:  closed
 Priority:  critical                 |      Milestone:  0.27.2
Component:  MythTV - Video Playback  |        Version:  0.27.1
 Severity:  medium                   |     Resolution:  fixed
 Keywords:                           |  Ticket locked:  0
-------------------------------------+---------------------------
Changes (by Jean-Yves Avenard <jyavenard@…>):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 In [changeset:"2502f4a3c45b76684d1d37b9b6d39112c3fffd09/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="2502f4a3c45b76684d1d37b9b6d39112c3fffd09"
 Only use VDPAU hwaccel API for mpeg container

 The use of VDPAU hwaccel API was an attempt to fix #11377. However, the
 underlying problem is a FFmpeg libavformat bug
 (https://trac.ffmpeg.org/ticket/2915).

 FFmpeg 1.2's VDPAU hwaccel is clearly unstable. 24fps AVI would play at
 half that rate, cause crashes with nouveau or visual distortion with AMD

 As the aim is only to fix #11377, only enable the hwaccel API for the mpeg
 container.

 Add a "vdpauhwaccel" setting override to completely disable VDPAU hwaccel
 under all circumstances

 Fixes #12162
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12162#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list