[mythtv-firehose] mythtv branch fixes/0.26 updated by stuarta. v0.26.0-108-gfdcc9c2

Git Repo Owner noreply at mythtv.org
Tue Feb 26 21:28:58 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user stuarta.
       via  fdcc9c202b85c7d00b13aa5ee1232113382110fa (commit)
      from  e39b4d5b45155320bc1b62296560dab6c1705e73 (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 fdcc9c202b85c7d00b13aa5ee1232113382110fa
Author:    Thomas Joiner <thomas.b.joiner at gmail.com> at Sun, 10 Feb 2013 19:41:06 -0600
Committer: Stuart Auchterlonie <stuarta at squashedfrog.net> at Tue, 26 Feb 2013 21:27:47 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fdcc9c202b85c7d00b13aa5ee1232113382110fa

fix issue #10222: mythcommflag segfaulting
The problem in issue #10222 is that it is adding the CODEC_FLAG2_FAST flag.  This causes unsafe functions to be used, causing a segfault. The proper way to fix this would probably be to figure out how to test for the "experimental speedups" flag, however I don't know the codebase well enough for this.

I tested how this would affect the speed of mythcommflag on one of my recordings.  The results:

Before removing flag:
real 2m13.123s
user 2m16.713s
sys 0m3.502s

After removing flag:
real 2m13.021s
user 2m15.446s
sys 0m3.758s

Signed-off-by: Stuart Auchterlonie <stuarta at squashedfrog.net>
(cherry-picked from 0026dda883ef50ab7f2fda7f2d2218bc56f094a7)



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

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

-- 



More information about the mythtv-firehose mailing list