[mythtv-commits] mythtv branch master updated by stuarta. v0.27-pre2-694-gaaa5255

Git Repo Owner noreply at mythtv.org
Tue Feb 26 17:37:56 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuarta.
       via  aaa5255f5bdf90233846e4c5c17e5d61fd7d500a (commit)
       via  0026dda883ef50ab7f2fda7f2d2218bc56f094a7 (commit)
      from  838c58d7410f404d1765cd702c896a6bd4dd6a84 (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 aaa5255f5bdf90233846e4c5c17e5d61fd7d500a
Author:    Stuart Auchterlonie <stuarta at squashedfrog.net> at Tue, 26 Feb 2013 17:31:05 +0000
Committer: Stuart Auchterlonie <stuarta at squashedfrog.net> at Tue, 26 Feb 2013 17:36:24 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=aaa5255f5bdf90233846e4c5c17e5d61fd7d500a

Merge remote-tracking branch 'thomas-joiner/bug_10222'
https://github.com/MythTV/mythtv/pull/37

Refs #10222
Closes #11411

Signed-off-by: Stuart Auchterlonie <stuarta at squashedfrog.net>



commit 0026dda883ef50ab7f2fda7f2d2218bc56f094a7
Author:    Thomas Joiner <thomas.b.joiner at gmail.com> at Sun, 10 Feb 2013 19:41:06 -0600
Committer: Thomas Joiner <thomas.b.joiner at gmail.com> at Sun, 10 Feb 2013 19:41:06 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0026dda883ef50ab7f2fda7f2d2218bc56f094a7

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


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

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

-- 



More information about the mythtv-commits mailing list