[mythtv-commits] mythtv/master commit: d526385aa by Daniel Kristjansson (daniel-kristjansson)

MythTV noreply at mythtv.org
Thu Aug 11 14:19:45 UTC 2011


      Author:  Daniel Kristjansson <danielk at cuymedia.net>
 Change Date:  2011-08-11T07:14:27-07:00
   Push Date:  2011/08/11 07:19:38 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  d526385aa4c1466b064e9544cdb663f357007e35
   Changeset:  https://github.com/MythTV/mythtv/commit/d526385aa

Log:

Refs #9829. Handle duplicate SCTE and ATSC captions with patch from Alex Halovanic.

The primary problem is that some streams have both SCTE and ATSC captions, so we need to capture them seperately and then decide which to use.

A secondary problem is inversion and repeats in 608 captions, esp SCTE.

Modified:

   mythtv/external/FFmpeg/libavcodec/avcodec.h
   mythtv/external/FFmpeg/libavcodec/mpeg12.c
   mythtv/external/FFmpeg/libavcodec/mpegvideo.c
   mythtv/external/FFmpeg/libavcodec/mpegvideo.h
   mythtv/libs/libmythtv/avformatdecoder.cpp
   mythtv/libs/libmythtv/avformatdecoder.h
   mythtv/libs/libmythtv/cc608decoder.cpp



More information about the mythtv-commits mailing list