[mythtv-firehose] mythtv branch master updated by beirdo. v0.26-rc2-43-g8611c6e

Git Repo Owner noreply at mythtv.org
Mon Sep 24 07:00:14 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user beirdo.
       via  8611c6e6873b21fb53217146a9f790c3721833be (commit)
      from  2353ef9ce8e8facbdb2e9975ede6d82e1087c236 (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 8611c6e6873b21fb53217146a9f790c3721833be
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Sun, 23 Sep 2012 19:09:07 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Sun, 23 Sep 2012 23:59:37 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8611c6e6873b21fb53217146a9f790c3721833be

Fix video encode in MPEG2 "lossless" transcoding
Fixes #11118

It seems that the new video encode API call pipelines the encoding, returning
after each input frame, but not returning a packet the first time around in all
cases.  This change makes it encode the packet, and then keep calling the API
until a packet has actually been encoded (flushing the output).



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

Summary of changes:
 mythtv/programs/mythtranscode/mpeg2fix.cpp |   39 +++++++++++++++------------
 mythtv/programs/mythtranscode/mpeg2fix.h   |    2 +-
 2 files changed, 23 insertions(+), 18 deletions(-)

-- 



More information about the mythtv-firehose mailing list