[mythtv-commits] mythtv branch master updated by jstichnoth. v0.27-pre2-679-g86c22ed

Git Repo Owner noreply at mythtv.org
Wed Feb 20 22:31:26 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  86c22ed3d5c522bcecb88ecacd58104fc0dd6d8d (commit)
      from  15a062f5ef22be1f8eefa9e8d300d18f8a54996b (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 86c22ed3d5c522bcecb88ecacd58104fc0dd6d8d
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 20 Feb 2013 14:14:41 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 20 Feb 2013 14:14:41 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=86c22ed3d5c522bcecb88ecacd58104fc0dd6d8d

Fix h.264 frame/keyframe identification in the player.
If a NAL unit that determines a frame start appears as the last NAL
unit in the packet, then the frame start is not identified until the
start of the next packet.  If this new packet has its own NAL unit
that determines a frame start, and that NAL unit is not at the end of
the packet, then only one frame start would be counted rather than
two.  This is fixed by returning the total number of frame starts,
rather than a bool.

In theory, the same problem could exist in the recorder, but it
appears that the packets in the original recording may have some
trailing NAL units that are stripped by the ffmpeg libraries when
assembling the packet for the player, causing the situation not to
occur.



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

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

-- 



More information about the mythtv-commits mailing list