[mythtv-firehose] mythtv/master commit: 5648df936 by Daniel Thor Kristjansson (daniel-kristjansson)

MythTV noreply at mythtv.org
Fri Oct 14 19:55:13 UTC 2011


      Author:  Daniel Thor Kristjansson <danielk at cuymedia.net>
 Change Date:  2011-10-14T12:52:02-07:00
   Push Date:  2011/10/14 12:54:57 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  5648df9367487bfedebd7211a88ab02536fc84da
   Changeset:  https://github.com/MythTV/mythtv/commit/5648df936

Log:

DescriptorID class cleanup

  * This splits private descriptors out of DescriptorID into their own
    class and enum. The Descriptors in DescriptorID are now all descriptors
    that are registered with MPEG and should be safe to decode no matter
    the source of the stream.

  * This adds a /* implemented */ comment to the descriptors that have
    an accessor class and /* partial */ where the class exists but isn't
    actually implemented.

  * This standardizes the case of descriptor ID's to be all lower case with
    underscores between words. This was mostly used already but there were
    a few exceptions. The specs appear to use this naming standard so this
    makes it easier to cut-n-paste into the pdf reader search field.

Modified:

   mythtv/libs/libmythtv/channelscan/channelscan_sm.cpp
   mythtv/libs/libmythtv/eithelper.cpp
   mythtv/libs/libmythtv/mpeg/mpegdescriptors.cpp
   mythtv/libs/libmythtv/mpeg/mpegdescriptors.h
   mythtv/libs/libmythtv/mpeg/mpegtables.cpp



More information about the mythtv-firehose mailing list