
noreply at mythtv
Apr 16, 2012, 9:24 AM
Post #1 of 1
(43 views)
Permalink
|
|
mythtv branch master updated by jyavenard. v0.26-pre-78-g66516f3
|
|
The branch, master has been updated on the mythtv repository by gitolite user jyavenard. via 66516f3e4865cb779279ccce041a5793b18bcaa6 (commit) via 343e658ee65f6355de87ad0da0c4b57059d80bac (commit) from da49b57ac4a07da69b558b8b2660fa7963c9e238 (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 66516f3e4865cb779279ccce041a5793b18bcaa6 Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Apr 2012 02:23:25 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Apr 2012 02:23:25 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=66516f3e4865cb779279ccce041a5793b18bcaa6 Make libsountouch support up to 8 channels audio commit 343e658ee65f6355de87ad0da0c4b57059d80bac Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Apr 2012 02:18:20 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Tue, 17 Apr 2012 02:18:20 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=343e658ee65f6355de87ad0da0c4b57059d80bac Abort setting timestretch if audio hasn't been initialised yet. When starting liveTV with timestretch already set, it would cause an uncatched exception error. Why mythplayer is calling SetStretchFactor is a mystery to me and needs to be investigated. In the mean time, abort if the number of audio channels is invalid. Fixes #10612 ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmyth/audio/audiooutputbase.cpp | 11 ++++++++--- mythtv/libs/libmythsoundtouch/STTypes.h | 2 +- .../libs/libmythsoundtouch/libmythsoundtouch.pro | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|