
noreply at mythtv
Apr 14, 2012, 12:37 AM
Views: 55
Permalink
|
|
mythtv branch fixes/0.25 updated by jyavenard. v0.25-11-g2e7722d
|
|
The branch, fixes/0.25 has been updated on the mythtv repository by gitolite user jyavenard. via 2e7722d436dd8348d9131b069bf963a96b04a1dd (commit) via 0f8476995fe6a297ef6bae606e1600a967a4b965 (commit) from efada3f90132b3a9155b1adc07831161f4893aa4 (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 2e7722d436dd8348d9131b069bf963a96b04a1dd Author: Daniel Kristjansson <danielk [at] cuymedia> at Fri, 13 Apr 2012 15:33:46 -0400 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Sat, 14 Apr 2012 17:37:10 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=2e7722d436dd8348d9131b069bf963a96b04a1dd Disable picture controls with Intel XVideo overlay adaptor. This adaptor uses defaults that vary from the norm on more than just the hue value. Hue variance is the only thing we allow non-standard defaults on so just disable picture controls with this adaptor. [cherry-picked from 0c00c0ac960df077d558959b1726c4b9801852c3] Signed-off-by: Jean-Yves Avenard <jyavenard [at] mythtv> commit 0f8476995fe6a297ef6bae606e1600a967a4b965 Author: Daniel Kristjansson <danielk [at] cuymedia> at Fri, 13 Apr 2012 13:46:43 -0400 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Sat, 14 Apr 2012 17:36:32 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=0f8476995fe6a297ef6bae606e1600a967a4b965 Changes VideoOutput::CalcHueBase() to return 50% by default. This also adds some adaptors to the known list from jya. Thanks to skd5aner, anykey and jya on IRC for their assistance with this problem. [cherry-picked from b2657a1a3f8aa7210885a9699b620634e4043363] Signed-off-by: Jean-Yves Avenard <jyavenard [at] mythtv> ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/videoout_xv.cpp | 7 ++++++- mythtv/libs/libmythtv/videoout_xv.h | 1 + mythtv/libs/libmythtv/videooutbase.cpp | 28 +++++++++++++++++++++------- 3 files changed, 28 insertions(+), 8 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|