[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1380-geefc369

Git Repo Owner noreply at mythtv.org
Wed May 21 16:31:03 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  eefc369fcd187fa5cb1c7cc84f850205b39bd28e (commit)
       via  b747742e8a75073fe0f08aca30261590b8e1d3fb (commit)
      from  7f989d084c24c6204ac03abca130ad727b9c5045 (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 eefc369fcd187fa5cb1c7cc84f850205b39bd28e
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 02:07:02 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 02:07:02 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=eefc369fcd187fa5cb1c7cc84f850205b39bd28e

Fix VDPAU being always used when present even if not working (test was always true)
If VDPAU was installed, but not working (like on an intel machine with also VAAPI support), VDPAU would be used regardless
Simplify VDPAU support detection, no point checking for features if basic detection has failed.



commit b747742e8a75073fe0f08aca30261590b8e1d3fb
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 01:51:44 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 01:51:44 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b747742e8a75073fe0f08aca30261590b8e1d3fb

Add method to check if VPDAU is supported



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

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp  |    8 +++-----
 mythtv/libs/libmythtv/videoout_vdpau.cpp   |   21 +++++++++++++--------
 mythtv/libs/libmythui/mythrender_vdpau.cpp |   13 +++++++++++++
 mythtv/libs/libmythui/mythrender_vdpau.h   |    1 +
 4 files changed, 30 insertions(+), 13 deletions(-)

-- 



More information about the mythtv-commits mailing list