[mythtv-commits] mythtv branch devel/027candidates updated by jyavenard. v0.27-329-g591b923

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


The branch, devel/027candidates has been updated on the
mythtv repository by gitolite user jyavenard.
       via  591b923082251ec77f8daeaa2db1208215a55993 (commit)
       via  a973521c6fe913d48fc43e8dc2f7d667d22509a9 (commit)
       via  7aa82abc675fc3dc2ac5512c753346f29a1152f7 (commit)
      from  0d05e7188deb5d9c77a3d8202d7347614bd0aeb5 (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 591b923082251ec77f8daeaa2db1208215a55993
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 02:35:22 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 22 May 2014 02:36:27 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=591b923082251ec77f8daeaa2db1208215a55993

Fix memory leak
(cherry picked from commit fadcad406cc14092c3089ea5539dc41ec1221b49)



commit a973521c6fe913d48fc43e8dc2f7d667d22509a9
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:16:09 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a973521c6fe913d48fc43e8dc2f7d667d22509a9

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.

(cherry picked from commit eefc369fcd187fa5cb1c7cc84f850205b39bd28e)



commit 7aa82abc675fc3dc2ac5512c753346f29a1152f7
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 02:15:57 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7aa82abc675fc3dc2ac5512c753346f29a1152f7

Add method to check if VPDAU is supported
(cherry picked from commit b747742e8a75073fe0f08aca30261590b8e1d3fb)



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

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

-- 



More information about the mythtv-commits mailing list