[mythtv-commits] mythtv branch devel/resync-stable10 updated by jyavenard. v0.27-pre2-364-g260449a

Git Repo Owner noreply at mythtv.org
Thu Dec 13 13:38:28 UTC 2012


The branch, devel/resync-stable10 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  260449abf86666a74a85db4dd3f20faa63b2c1ef (commit)
       via  811ddfbaf6f3019e956309243147365b4ba993f3 (commit)
      from  f4e26a97f8de5fe08605fa8513a4a0dc682463dd (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 260449abf86666a74a85db4dd3f20faa63b2c1ef
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:38:07 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:38:07 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=260449abf86666a74a85db4dd3f20faa63b2c1ef

Select the "best" video tracks available for playback
Optimize and speed-up the detection and handling of video streams. Every video streams used to be opened during the scan, and the last one found would be use.
This commit change the behavior as follow:
Scan all streams.
Once scan is completed, search for the best video stream using FFmpeg convenience method av_find_best_stream. And only open the code and initialise the video output for that particular stream.

Also, should an error occur while scanning a particular stream, it is now simply ignored instead of completely stopping the scan.



commit 811ddfbaf6f3019e956309243147365b4ba993f3
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:31:51 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:31:51 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=811ddfbaf6f3019e956309243147365b4ba993f3

Remove warning about av_restrict being redefined



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

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp |  447 ++++++++++++++++-------------
 mythtv/libs/libmythtv/avformatdecoder.h   |    1 +
 mythtv/libs/libmythtv/privatedecoder.h    |    3 +
 3 files changed, 251 insertions(+), 200 deletions(-)

-- 



More information about the mythtv-commits mailing list