[mythtv-commits] mythtv branch fixes/0.27 updated by paulh. v0.27-66-gd7c8faa

Git Repo Owner noreply at mythtv.org
Thu Oct 31 22:39:15 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user paulh.
       via  d7c8faa567fb1f301eceb16adeb8463e7738488c (commit)
       via  27e74e2399133a0aed12fcd41215154c891aaa02 (commit)
      from  84c700b926a07f4780c7c74fa851438dc20f72d9 (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 d7c8faa567fb1f301eceb16adeb8463e7738488c
Author:    Paul Harrison <pharrison at mythtv.org> at Tue, 29 Oct 2013 23:39:00 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 31 Oct 2013 22:38:35 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d7c8faa567fb1f301eceb16adeb8463e7738488c

MythZoneMinder: get a normal frame image if an analysis image is not available
Continuous (record) events don't produce any alarm frames so no analysis images
are produced.  It is also possible to turn analysis image creation off even for
alarm events so fall back to returning a normal frame image if no analysis
image is found.

Fixes #8912

(cherry picked from commit f7d05529b1980638729f2e232fc46c346fe78a0e)



commit 27e74e2399133a0aed12fcd41215154c891aaa02
Author:    Paul Harrison <pharrison at mythtv.org> at Tue, 29 Oct 2013 22:31:49 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 31 Oct 2013 22:37:49 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=27e74e2399133a0aed12fcd41215154c891aaa02

MythZoneMinder: fix playback of continuous events
Not every frame is stored in the database for continuous events so their
playback was broken. This fixes the problem by reading the number of frames
and the event time from the DB and interpolating the frame list and time deltas
from that.

Refs #8912

(cherry picked from commit 68f98331c2e2053e803d6237eacb75a7294c2825)



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

Summary of changes:
 .../mythzoneminder/mythzmserver/zmserver.cpp       |  138 ++++++++++++++++----
 mythplugins/mythzoneminder/mythzmserver/zmserver.h |    5 +-
 2 files changed, 113 insertions(+), 30 deletions(-)

-- 



More information about the mythtv-commits mailing list