[mythtv-commits] mythtv branch master updated by cpinkham. v0.26-alpha-14-g8e96e2e

Git Repo Owner noreply at mythtv.org
Fri Jul 20 22:02:24 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user cpinkham.
       via  8e96e2e4f3e0ae86fdcf03b742ecf82eff905cc9 (commit)
      from  8ae3403d7d933802ddeafb36371e65ce6d46e7a2 (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 8e96e2e4f3e0ae86fdcf03b742ecf82eff905cc9
Author:    Chris Pinkham <cpinkham at mythtv.org> at Fri, 20 Jul 2012 15:02:08 -0700
Committer: Chris Pinkham <cpinkham at mythtv.org> at Fri, 20 Jul 2012 15:02:08 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8e96e2e4f3e0ae86fdcf03b742ecf82eff905cc9

HLS/--avf  encoder fixes.
- Fix blockiness at stream startup.  Due to the video frames buffered in the
  encoder, the frames we were tagging as keyframes in the output files
  weren't actually the keyframes.
- Simplify profile and level calculations.  If output width is over
  480 pixels or output video bitrate is over 600Kbit, then use Main 3.1,
  otherwise use Baseline 3.0.
- Change default output width and bitrate to 480 and 600Kbit so that
  Baseline 3.0 is used by default.
- Set keyframe distance to 30 for --avf mode.
- Don't look for the MARK_UPDATED_CUT markup when in --avf mode
- Don't clear the seektables when running in --avf mode



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

Summary of changes:
 mythtv/libs/libmythtv/avformatwriter.cpp    |   30 +++++++++-----------------
 mythtv/programs/mythtranscode/transcode.cpp |   10 +++++---
 2 files changed, 17 insertions(+), 23 deletions(-)

-- 



More information about the mythtv-commits mailing list