[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-3408-ge008099

Git Repo Owner noreply at mythtv.org
Sun Jan 10 13:58:13 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  e008099f7d6f7da85c2ee6e618b6b52ef5f2f812 (commit)
      from  9b9b9ab45805d09d571ad7386754cfd5acb1d8bf (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 e008099f7d6f7da85c2ee6e618b6b52ef5f2f812
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 11 Jan 2016 00:36:49 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 11 Jan 2016 00:39:47 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e008099f7d6f7da85c2ee6e618b6b52ef5f2f812

Fix VAAPI VC1 decoding..
Like in 4fa58eacb94907ade1b8ff09673c50fc10fd790f, the behaviour of the FFmpeg
VC1 decoder is slightly different than the others. It attempts to identify
the pixel type while scanning for streams.
We have already identify that the data can be HW accelerated at that stage,
and will setup a hardware decode context later. The get_format callback will be
called again shortly. So returning AV_PIX_FMT_YUV420P is a good workaround.

Fixes #12593



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

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp |   46 ++++++++++------------------
 1 files changed, 17 insertions(+), 29 deletions(-)

-- 



More information about the mythtv-commits mailing list