[mythtv-commits] Ticket #9824: [PATCH] MythPlayer: Fix playback of dvb-s radio channels

MythTV noreply at mythtv.org
Sat Oct 15 15:44:06 UTC 2011


#9824: [PATCH] MythPlayer: Fix playback of dvb-s radio channels
-------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                |          Owner:
     Type:  Patch - Bug Fix                      |         Status:  new
 Priority:  minor                                |      Milestone:  unknown
Component:  MythTV - General                     |        Version:
 Severity:  medium                               |  0.24-fixes
 Keywords:                                       |     Resolution:
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by Github):

 DVB Radio: Refactor generation of dummy video frames.

 - Fill the video buffers completely on each call instead of creating one
 frame for each call to AvFormatDecoder::GetFrame. Audio or MHEG only
 streams may have very low bitrates and the player will otherwise be
 starved of buffers.

 - Don't create a dummy frame, just ask the player to clear the returned
 frame. This will allow the VideoOutput method to clear frames in GPU
 memory OR just ignore the dummy frame when it is not required for
 display (e.g. VDPAU, VAAPI, OpenGL, DXVA2).

 Ref #9824
  Branch:    master
  Changeset: 15d65ae2c41d44f037d1b934d0e6750939f22bb3

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9824#comment:9>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list