[mythtv-commits] Ticket #6391: New deinterlacer for perfect image quality when using an interlaced display mode that matches the source

MythTV mythtv at cvs.mythtv.org
Mon Apr 13 00:42:07 UTC 2009


#6391: New deinterlacer for perfect image quality when using an interlaced display
mode that matches the source
-------------------------------------+--------------------------------------
 Reporter:  mythtv at glidos.net        |        Owner:  ijr    
     Type:  enhancement              |       Status:  closed 
 Priority:  minor                    |    Milestone:  unknown
Component:  MythTV - Video Playback  |      Version:  unknown
 Severity:  medium                   |   Resolution:  fixed  
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------

Comment(by mythtv at glidos.net):

 One more thought. It just struck me that it might be better to combine
 !frame->interlaced_frame with the parity flag, rather than with tff, as
 below
 {{{
     filter_func(
         filter, frame->buf, frame->offsets, frame->pitches,
         frame->width, frame->height, dirty | !frame->interlaced_frame,
 frame->top_field_first,
         dirty);
 }}}
 That, in a way, turns off the algorithm for progressive frames, making
 both the constructed frames exact copies of the original. For the mixture
 of tff interlaced frames and progressive frames that you are seeing,
 results should be the same, but this version should also work for a
 mixture of bff interlaced frames and progressive frames.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6391#comment:9>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list