
noreply at mythtv
May 28, 2012, 8:51 AM
Post #1 of 1
(38 views)
Permalink
|
|
mythtv branch fixes/0.25 updated by jpoet. v0.25-123-gd3a5b0a
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user jpoet. via d3a5b0a59ec27533d1bb563ed0bf9782898e937c (commit) from 786a3e920646fe85a1adb5d0c3bb61a7e705914e (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 d3a5b0a59ec27533d1bb563ed0bf9782898e937c Author: John Patrick Poet <jpoet [at] mythtv> at Mon, 28 May 2012 09:47:22 -0600 Committer: John Patrick Poet <jpoet [at] mythtv> at Mon, 28 May 2012 09:47:22 -0600 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=d3a5b0a59ec27533d1bb563ed0bf9782898e937c HD-PVR LiveTV: Rework HD-PVR SignalMonitor to avoid encoding start/stops. The HD-PVR does not behave well when told to switch encoding on/off quickly. Only use the video resolution reported by the driver to determine if the HD-PVR has stabilized: If the driver reports the same resolution consistently for two seconds, then assume a good lock. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/analogsignalmonitor.cpp | 155 +++++++++++++++---------- mythtv/libs/libmythtv/analogsignalmonitor.h | 6 +- mythtv/libs/libmythtv/mpegrecorder.cpp | 10 +- 3 files changed, 108 insertions(+), 63 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|