[mythtv-commits] mythtv branch fixes/0.26 updated by jstichnoth. v0.26.0-101-g7a2e60f

Git Repo Owner noreply at mythtv.org
Mon Feb 25 14:09:59 UTC 2013


The branch, fixes/0.26 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  7a2e60f90081771de6efd495590e3ec461885319 (commit)
       via  7bd6221e17f605d88df3e160075be903ad50508b (commit)
      from  c3fff6e88c1ab3c9e39483ef5101f83da38acff1 (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 7a2e60f90081771de6efd495590e3ec461885319
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Mon, 25 Feb 2013 06:08:35 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Mon, 25 Feb 2013 06:08:35 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7a2e60f90081771de6efd495590e3ec461885319

Bump binary version after cherry picking 86c22ed3d5c522bcecb88ecacd58104fc0dd6d8d



commit 7bd6221e17f605d88df3e160075be903ad50508b
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Wed, 20 Feb 2013 14:14:41 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Mon, 25 Feb 2013 06:05:04 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7bd6221e17f605d88df3e160075be903ad50508b

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.
(cherry picked from commit 86c22ed3d5c522bcecb88ecacd58104fc0dd6d8d)



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

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

-- 



More information about the mythtv-commits mailing list