[mythtv-firehose] mythtv branch fixes/0.25 updated by tralph. v0.25.3-35-g947bb60

Git Repo Owner noreply at mythtv.org
Fri Mar 1 02:54:15 UTC 2013


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user tralph.
       via  947bb60fa9f3a7e7fd0c5d4300df1cdb9b3d4745 (commit)
      from  0f6b7647f1ee1972c1f286aeac0ff6d3627e61eb (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 947bb60fa9f3a7e7fd0c5d4300df1cdb9b3d4745
Author:    Thomas Joiner <thomas.b.joiner at gmail.com> at Thu, 28 Feb 2013 21:52:28 -0500
Committer: Taylor Ralph <tralph at mythtv.org> at Thu, 28 Feb 2013 21:52:28 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=947bb60fa9f3a7e7fd0c5d4300df1cdb9b3d4745

backport 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

Signed-off-by: Taylor Ralph <tralph at mythtv.org>



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

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

-- 



More information about the mythtv-firehose mailing list