[mythtv-commits] mythtv branch fixes/0.26 updated by jstichnoth. v0.26.0-95-g64f0e4e

Git Repo Owner noreply at mythtv.org
Fri Feb 15 21:30:53 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  64f0e4ec24eb52bbbd4318365b3252f9b462ade1 (commit)
      from  9aaccb0e199a21311d0200b7787b705e4a67ca87 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 64f0e4ec24eb52bbbd4318365b3252f9b462ade1
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 10 Feb 2013 09:35:52 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 15 Feb 2013 13:26:37 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=64f0e4ec24eb52bbbd4318365b3252f9b462ade1

Improved cropping of the bottom 8 lines of 1088-line video.
Refs #11358.  Reverts 9d9de7b75d5354c9130526311a0c74d7172ebe6d and
cleans up the bottom 8 lines by applying a crop filter to the source.
This is tested for the XVideo output method.

The VDPAU output method does not use the standard filter mechanism,
but it works fine on 1088-line video until the h.264 parser thinks the
resolution has changed from 1080 to 1088 lines.  To compensate, we
don't acknowledge a resolution change when this happens.
(cherry picked from commit c0bc92822fe63221ad8fc5cf52a6e661b37b6f21)

Note: the hard-coding of 1088->1080 is not the best way to handle
this.  It will be cleaned up in Master.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp |    2 +
 mythtv/libs/libmythtv/filtermanager.cpp   |   38 +++++++++++++++++++++++++++++
 mythtv/libs/libmythtv/videooutwindow.cpp  |   15 -----------
 mythtv/libs/libmythtv/videooutwindow.h    |    1 -
 4 files changed, 40 insertions(+), 16 deletions(-)

-- 



More information about the mythtv-commits mailing list