[mythtv-firehose] mythtv branch master updated by jpoet. v0.28-pre-2233-g8b9bf45

Git Repo Owner noreply at mythtv.org
Tue Sep 23 19:07:57 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  8b9bf45abc6e1a5d8cb4a567d9316f4ffe955815 (commit)
       via  42bae47be8794eac2dadff3b4fd1a7fa3c547b82 (commit)
       via  899f3d3185c994715c86cd42bf56e011266e4c9c (commit)
       via  33ea80969ec72f54d4988986e1405110f986c036 (commit)
      from  de131518b294fa75895b0de91a1f8dcf9f7ab274 (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 8b9bf45abc6e1a5d8cb4a567d9316f4ffe955815
Author:    John Poet <jpoet at mythtv.org> at Tue, 23 Sep 2014 13:02:50 -0600
Committer: John Poet <jpoet at mythtv.org> at Tue, 23 Sep 2014 13:02:50 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8b9bf45abc6e1a5d8cb4a567d9316f4ffe955815

Fix  Tune(const QString &channum)  to return true by default.  Recorders which do not use this method should not have to define it.



commit 42bae47be8794eac2dadff3b4fd1a7fa3c547b82
Author:    John Poet <jpoet at mythtv.org> at Tue, 23 Sep 2014 12:58:15 -0600
Committer: John Poet <jpoet at mythtv.org> at Tue, 23 Sep 2014 13:01:22 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=42bae47be8794eac2dadff3b4fd1a7fa3c547b82

MythMainWindow::Norm: With very small values of x, scaling down can cause the 'normalized' value to go to zero.  Rounding the result fixes this, and is probably more desireable anyway.



commit 899f3d3185c994715c86cd42bf56e011266e4c9c
Author:    John Poet <jpoet at mythtv.org> at Fri, 19 Sep 2014 16:15:09 -0600
Committer: John Poet <jpoet at mythtv.org> at Tue, 23 Sep 2014 13:01:22 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=899f3d3185c994715c86cd42bf56e011266e4c9c

MythUIScrollBar: Initialize maximum to zero until it is actually known, otherwise the scrollbar is drawn prematurely.



commit 33ea80969ec72f54d4988986e1405110f986c036
Author:    John Poet <jpoet at mythtv.org> at Fri, 19 Sep 2014 14:13:12 -0600
Committer: John Poet <jpoet at mythtv.org> at Tue, 23 Sep 2014 13:01:22 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=33ea80969ec72f54d4988986e1405110f986c036

CC708Window::Resize: Use maximum size for the 'window'.  This is more efficient and prevents a segfault when copying the data from the old 'smaller' window to the new 'larger' window.
AvFormatDecoder::ProcessVideoFrame: Set decoded_video_frame to NULL if
picframe is NULL.



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

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp    |    8 ++++----
 mythtv/libs/libmythtv/cc708window.cpp        |    3 +++
 mythtv/libs/libmythtv/recorders/dtvchannel.h |    2 +-
 mythtv/libs/libmythui/mythmainwindow.cpp     |    4 ++--
 mythtv/libs/libmythui/mythuiscrollbar.cpp    |    2 +-
 5 files changed, 11 insertions(+), 8 deletions(-)

-- 



More information about the mythtv-firehose mailing list