------------------------------------------------------------------------
r157 | jpsaman | 2007-10-16 20:01:15 +0200 (Tue, 16 Oct 2007) | 2 lines
Patch by Johann Hanne: Add dr_69.h to dr.h
------------------------------------------------------------------------
r156 | jpsaman | 2007-10-14 21:53:41 +0200 (Sun, 14 Oct 2007) | 2 lines
Patch by Johann Hanne: "make dist" does not include examples/connect.h in the tarballs, so they will not compile. This attached patch fixes this.
------------------------------------------------------------------------
r155 | jpsaman | 2007-10-12 23:07:24 +0200 (Fri, 12 Oct 2007) | 1 line
Add Jiri Pinkava to AUTHORS and update NEWS
------------------------------------------------------------------------
r154 | jpsaman | 2007-10-12 23:05:37 +0200 (Fri, 12 Oct 2007) | 1 line
remove excess whitespace
------------------------------------------------------------------------
r153 | jpsaman | 2007-10-12 23:05:05 +0200 (Fri, 12 Oct 2007) | 2 lines
Patch by Jiri Pinkava <Jiri.Pinkava at vscht.cz>: New descriptor 0x69 (Program Delivery Control PDC). Programme Delivery Control (PDC) is a standard (ETS 300 231) to control video recorders using hidden codes in the teletext service. The PDC data indicates to the recorder when a show or program starts. PDC is often used together with StarText, enabling the user to select a programme to record using specially coded teletext programme listings. The combination of features is often called PDC/StarText. More information on: http://en.wikipedia.org/wiki/Programme_Delivery_Control.
------------------------------------------------------------------------
r152 | jpsaman | 2007-10-11 22:25:35 +0200 (Thu, 11 Oct 2007) | 2 lines
Added changelog entry for new release.
------------------------------------------------------------------------
r151 | jpsaman | 2007-10-11 22:21:47 +0200 (Thu, 11 Oct 2007) | 1 line
Added cat support to news.
------------------------------------------------------------------------
r150 | jpsaman | 2007-10-11 22:19:10 +0200 (Thu, 11 Oct 2007) | 2 lines
Patch by Johan Hanne: Update version information to 0.1.6 and changed package name to libdvbpsi5, because of an changing ABI.
------------------------------------------------------------------------
r149 | jpsaman | 2007-10-11 08:47:59 +0200 (Thu, 11 Oct 2007) | 2 lines
Patch by Johann Hanne: function in gen_pmt.c passes a char[] variable where the called function has an uint8_t[] in its declaration.
------------------------------------------------------------------------
r148 | jpsaman | 2007-10-11 08:47:13 +0200 (Thu, 11 Oct 2007) | 6 lines
Patch by Johann Hanne: eit.h misses a declaration for:
dvbpsi_descriptor_t* dvbpsi_EITEventAddDescriptor(
dvbpsi_eit_event_t* p_event,
uint8_t i_tag, uint8_t i_length,
uint8_t* p_data);
------------------------------------------------------------------------
r147 | jpsaman | 2007-10-11 08:46:25 +0200 (Thu, 11 Oct 2007) | 12 lines
Patch by Johann Hanne: The C file defines:
dvbpsi_descriptor_t * dvbpsi_GenStuffingDr(
dvbpsi_stuffing_dr_t * p_decoded,
int b_duplicate)
but the header file declares:
dvbpsi_descriptor_t * dvbpsi_GenStuffingDataDr(
dvbpsi_stuffing_dr_t * p_decoded,
int b_duplicate);
The patch fixes this (and also two wrong function names within
comments).
------------------------------------------------------------------------
r146 | jpsaman | 2007-10-11 08:45:21 +0200 (Thu, 11 Oct 2007) | 2 lines
Patch by Johann Hanne: cat.c includes an unused variable.
------------------------------------------------------------------------
r145 | jpsaman | 2007-10-05 19:53:35 +0200 (Fri, 05 Oct 2007) | 1 line
Patch by Johan Hanne <jhml AT gmx.net> for adding CAT support
------------------------------------------------------------------------
r144 | massiot | 2007-04-24 18:44:05 +0200 (Tue, 24 Apr 2007) | 2 lines
* : Simplify EIT table completion (thanks Johann).
------------------------------------------------------------------------
r143 | massiot | 2007-04-24 18:43:09 +0200 (Tue, 24 Apr 2007) | 2 lines
* : Fixed a (major) typo in dr_56.c (thanks Johann !)
------------------------------------------------------------------------
r142 | massiot | 2007-04-16 18:53:22 +0200 (Mon, 16 Apr 2007) | 2 lines
* : Merged Johann Hanne's patch for EIT discontinuities.
------------------------------------------------------------------------
r141 | xtophe | 2007-03-21 21:02:19 +0100 (Wed, 21 Mar 2007) | 2 lines
bootstrap: support automake 1.10
------------------------------------------------------------------------
r140 | hartman | 2007-03-12 03:57:25 +0100 (Mon, 12 Mar 2007) | 2 lines
* Also accept 0x46 as descriptor tag when decoding. For encoding we will need to add a new param to the descriptor struct.
------------------------------------------------------------------------
r139 | hartman | 2007-03-12 03:41:39 +0100 (Mon, 12 Mar 2007) | 2 lines
* Fix dr_56 documentation
------------------------------------------------------------------------
r138 | massiot | 2007-01-22 19:03:13 +0100 (Mon, 22 Jan 2007) | 2 lines
*
------------------------------------------------------------------------
r137 | massiot | 2007-01-19 18:33:26 +0100 (Fri, 19 Jan 2007) | 3 lines
* : Removed test of the audio descriptor since with the new
definition we don't test anything.
------------------------------------------------------------------------
r136 | massiot | 2007-01-19 18:32:37 +0100 (Fri, 19 Jan 2007) | 3 lines
* : Fixed bad declaration and typo in descriptor
56 (teletext).
------------------------------------------------------------------------
r135 | sam | 2006-09-20 13:56:27 +0200 (Wed, 20 Sep 2006) | 4 lines
*
*
*
------------------------------------------------------------------------
r134 | sam | 2006-09-20 12:42:52 +0200 (Wed, 20 Sep 2006) | 2 lines
*
------------------------------------------------------------------------
r133 | sam | 2006-09-20 01:37:39 +0200 (Wed, 20 Sep 2006) | 3 lines
*
------------------------------------------------------------------------
r132 | sigmunau | 2006-07-18 10:34:12 +0200 (Tue, 18 Jul 2006) | 4 lines
Fix descriptor 0x0a to match newer specs. Note that this will break binary compatibility.
TODO: Update test code
------------------------------------------------------------------------
r131 | massiot | 2006-02-03 16:44:46 +0100 (Fri, 03 Feb 2006) | 3 lines
* : Fixed the use of uninitialized data when
section_syntax_indicator=0.
------------------------------------------------------------------------
r130 | jpsaman | 2005-11-18 00:14:19 +0100 (Fri, 18 Nov 2005) | 1 line
Added bytes transferred and bitrates between two PCR's to the verbose output.
------------------------------------------------------------------------
r129 | jpsaman | 2005-11-09 22:38:43 +0100 (Wed, 09 Nov 2005) | 1 line
beautifying
------------------------------------------------------------------------
r128 | jpsaman | 2005-11-09 22:23:27 +0100 (Wed, 09 Nov 2005) | 1 line
Add sequence number
------------------------------------------------------------------------
r127 | jpsaman | 2005-11-09 22:09:29 +0100 (Wed, 09 Nov 2005) | 1 line
fix indentation
------------------------------------------------------------------------
r126 | jpsaman | 2005-11-09 21:44:07 +0100 (Wed, 09 Nov 2005) | 1 line
Add pid to verbose output
------------------------------------------------------------------------
r125 | jpsaman | 2005-11-09 20:52:06 +0100 (Wed, 09 Nov 2005) | 1 line
Prettying the printfs in verbose mode.
------------------------------------------------------------------------
r124 | jpsaman | 2005-11-09 20:14:46 +0100 (Wed, 09 Nov 2005) | 2 lines
Added a verbose option that prints PCR statistics in milliseconds.
------------------------------------------------------------------------
r123 | jpsaman | 2005-10-26 23:53:58 +0200 (Wed, 26 Oct 2005) | 1 line
print backwards PCR
------------------------------------------------------------------------
r122 | jpsaman | 2005-09-22 22:44:09 +0200 (Thu, 22 Sep 2005) | 1 line
Remove conflicting redefinition of macro release and fix several typo in this spec file.
------------------------------------------------------------------------
r121 | sam | 2005-09-17 15:41:55 +0200 (Sat, 17 Sep 2005) | 2 lines
*
------------------------------------------------------------------------
r120 | sam | 2005-09-15 18:14:52 +0200 (Thu, 15 Sep 2005) | 2 lines
*
------------------------------------------------------------------------
r119 | sam | 2005-09-15 18:14:20 +0200 (Thu, 15 Sep 2005) | 2 lines
*
------------------------------------------------------------------------
r118 | massiot | 2005-09-14 21:16:53 +0200 (Wed, 14 Sep 2005) | 2 lines
* : Declaration of dvbpsi_SDTServiceAddDescriptor.
------------------------------------------------------------------------
r117 | jpsaman | 2005-08-03 10:44:38 +0200 (Wed, 03 Aug 2005) | 1 line
setting svn properties on the files
------------------------------------------------------------------------
r116 | jpsaman | 2005-08-03 10:43:05 +0200 (Wed, 03 Aug 2005) | 1 line
example tool for checking an MPEG2-TS stream.
------------------------------------------------------------------------
r114 | massiot | 2005-07-06 15:46:17 +0200 (Wed, 06 Jul 2005) | 2 lines
*
------------------------------------------------------------------------
r113 | sam | 2005-07-06 15:07:44 +0200 (Wed, 06 Jul 2005) | 3 lines
*
*
------------------------------------------------------------------------
r112 | massiot | 2005-07-06 14:42:10 +0200 (Wed, 06 Jul 2005) | 2 lines
* : preparing for 0.1.5 release.
------------------------------------------------------------------------
r111 | massiot | 2005-07-04 17:20:54 +0200 (Mon, 04 Jul 2005) | 6 lines
* : Fixed a long-standing issue in the section gathering. The
code assumed that no more than 2 sections could be present in a TS
packet, this is wrong. Consequently on some rare transponders (Hotbird
11785 H), some PMT sections may be lost. This is a MAJOR bug of
libdvbpsi and we should release a new version immediately.
------------------------------------------------------------------------
r110 | gbazin | 2005-06-04 14:52:02 +0200 (Sat, 04 Jun 2005) | 1 line
* src/tables/sdt.c, src/descriptors/dr_48.c: added sanity checks for bad streams.
------------------------------------------------------------------------
r109 | massiot | 2005-05-17 21:59:13 +0200 (Tue, 17 May 2005) | 2 lines
* : Allow the user to specify extra arguments to CFLAGS.
------------------------------------------------------------------------
r108 | gbazin | 2005-04-19 14:33:21 +0200 (Tue, 19 Apr 2005) | 2 lines
* ALL: bunch of bug and mem-leak fixes.
------------------------------------------------------------------------
r107 | massiot | 2005-04-11 17:59:48 +0200 (Mon, 11 Apr 2005) | 2 lines
* src/dvbpsi.c: Fixed drop of first packet when gathering sections.
------------------------------------------------------------------------
r106 | fenrir | 2005-03-23 18:03:12 +0100 (Wed, 23 Mar 2005) | 2 lines
* : added new files ...
------------------------------------------------------------------------
r105 | fenrir | 2005-03-23 18:02:48 +0100 (Wed, 23 Mar 2005) | 2 lines
* : added descriptor 4d/4e for EIT.
------------------------------------------------------------------------
r104 | massiot | 2005-03-21 14:38:56 +0100 (Mon, 21 Mar 2005) | 4 lines
* src/descriptor: Descriptor 0x52 decoding and generation
* examples/decode_pmt.c: More verbose output
Patch courtesy of Andrew John Hughes.
------------------------------------------------------------------------
r103 | massiot | 2005-01-21 15:34:51 +0100 (Fri, 21 Jan 2005) | 2 lines
* src/tables/*.h: Protect multiple-lines macros with { }
------------------------------------------------------------------------
r102 | gbazin | 2004-12-22 13:09:54 +0100 (Wed, 22 Dec 2004) | 2 lines
* ALL: WinCE port.
------------------------------------------------------------------------
r101 | massiot | 2004-12-20 14:54:29 +0100 (Mon, 20 Dec 2004) | 2 lines
*
------------------------------------------------------------------------
r100 | massiot | 2004-12-20 14:43:25 +0100 (Mon, 20 Dec 2004) | 2 lines
* : Fixed EIT b_free_ca.
------------------------------------------------------------------------
r99 | massiot | 2004-12-20 14:42:55 +0100 (Mon, 20 Dec 2004) | 4 lines
* : Fixed b_free_ca and b_eit_schedule, implemented
SDT generation.
------------------------------------------------------------------------
r98 | massiot | 2004-11-10 20:34:56 +0100 (Wed, 10 Nov 2004) | 2 lines
* : When encountering a discontinuity, print the PID.
------------------------------------------------------------------------
r97 | massiot | 2004-11-10 15:47:53 +0100 (Wed, 10 Nov 2004) | 3 lines
* : Fixed numerous parsing bugs due to
wrong offsets and bad reading of the spec (sic).
------------------------------------------------------------------------
r96 | hartman | 2004-10-29 14:26:37 +0200 (Fri, 29 Oct 2004) | 2 lines
* compile fixes
------------------------------------------------------------------------
r95 | hartman | 2004-10-29 14:20:44 +0200 (Fri, 29 Oct 2004) | 3 lines
* New 0x56 EBU System B Teletext descriptor decoder.
Currently untested
------------------------------------------------------------------------
r94 | massiot | 2004-10-22 15:04:36 +0200 (Fri, 22 Oct 2004) | 3 lines
* : duplicate packets are legal, do not treat them as a
discontinuity.
------------------------------------------------------------------------
r93 | massiot | 2004-10-19 21:17:49 +0200 (Tue, 19 Oct 2004) | 6 lines
* : EIT decoder (no generator yet)
*
*
*
------------------------------------------------------------------------
r92 | sam | 2004-08-27 11:30:01 +0200 (Fri, 27 Aug 2004) | 2 lines
*
------------------------------------------------------------------------
r91 | nitrox | 2004-08-27 11:08:17 +0200 (Fri, 27 Aug 2004) | 7 lines
Fixed a bug in the PMT parser
( descriptor could have a size of 0 bytes ...
That is the case on the channel "Barnkanalen" on swedish DVB-T transmissions)
------------------------------------------------------------------------
r90 | sam | 2004-07-05 11:22:27 +0200 (Mon, 05 Jul 2004) | 4 lines
* :
+
+
------------------------------------------------------------------------
r89 | gbazin | 2004-06-28 21:17:23 +0200 (Mon, 28 Jun 2004) | 1 line
* src/descriptors/dr_59.c: fixed dvb subtitles descriptor generation.
------------------------------------------------------------------------
r88 | sam | 2004-02-24 15:31:18 +0100 (Tue, 24 Feb 2004) | 2 lines
*
------------------------------------------------------------------------
r86 | sam | 2004-02-23 22:44:01 +0100 (Mon, 23 Feb 2004) | 3 lines
* :
+
------------------------------------------------------------------------
r81 | sam | 2004-01-02 15:23:41 +0100 (Fri, 02 Jan 2004) | 5 lines
* :
+
* :
+
------------------------------------------------------------------------
r80 | sam | 2004-01-02 15:15:46 +0100 (Fri, 02 Jan 2004) | 8 lines
* :
+
* :
+
+
* :
+
------------------------------------------------------------------------
r79 | sam | 2003-11-06 18:41:42 +0100 (Thu, 06 Nov 2003) | 9 lines
* :
+ :0:0.
+
+
* :
+
+
+
------------------------------------------------------------------------
r78 | nitrox | 2003-11-06 17:20:30 +0100 (Thu, 06 Nov 2003) | 3 lines
. 0x59 (dvb subtitles) descriptor decoder
Work of Tristan Leteurtre <tristan.leteurtre@anevia.com>
------------------------------------------------------------------------
r77 | sam | 2003-11-06 11:13:40 +0100 (Thu, 06 Nov 2003) | 2 lines
* : imported libdvdcss's bootstrap file.
------------------------------------------------------------------------
r76 | tooney | 2003-09-23 15:04:54 +0200 (Tue, 23 Sep 2003) | 4 lines
. Memory leak fix
Courtesy of Johann Hanne <jhml@gmx.net>
------------------------------------------------------------------------
r75 | asmax | 2003-09-16 20:43:09 +0200 (Tue, 16 Sep 2003) | 2 lines
* fixed an unitialiazed pointer (thanks jonny ;)
------------------------------------------------------------------------
r74 | sam | 2003-07-30 12:14:08 +0200 (Wed, 30 Jul 2003) | 4 lines
* :
+
+
------------------------------------------------------------------------
r73 | sam | 2003-07-30 12:11:55 +0200 (Wed, 30 Jul 2003) | 2 lines
* : Don't rely on debian/*.dirs to create directories.
------------------------------------------------------------------------
r72 | sam | 2003-07-30 12:06:56 +0200 (Wed, 30 Jul 2003) | 7 lines
* :
+
+
+
* :
+
------------------------------------------------------------------------
r71 | sam | 2003-07-30 12:00:12 +0200 (Wed, 30 Jul 2003) | 3 lines
* : Changed major number.
* : Changed package name to libdvbpsi2.
------------------------------------------------------------------------
r70 | gbazin | 2003-07-29 01:24:12 +0200 (Tue, 29 Jul 2003) | 3 lines
* src/Makefile.am: include demux.h in the dist.
------------------------------------------------------------------------
r69 | gbazin | 2003-07-29 01:12:22 +0200 (Tue, 29 Jul 2003) | 3 lines
* ALL: bumped version number to 0.1.3
------------------------------------------------------------------------
r68 | fenrir | 2003-07-25 23:08:45 +0200 (Fri, 25 Jul 2003) | 2 lines
* : fixed my last commit.
------------------------------------------------------------------------
r67 | fenrir | 2003-07-25 22:20:40 +0200 (Fri, 25 Jul 2003) | 2 lines
* : fixed segfault with invalid/corrupted psi data.
------------------------------------------------------------------------
r66 | yves | 2003-02-02 12:47:13 +0100 (Sun, 02 Feb 2003) | 4 lines
- updated URL again.
- macros for redhat.
- fixes here and here.
------------------------------------------------------------------------
r65 | sam | 2003-01-14 20:51:14 +0100 (Tue, 14 Jan 2003) | 2 lines
* : fixed a typo (thanks jorge!).
------------------------------------------------------------------------
r64 | yves | 2002-12-13 14:06:38 +0100 (Fri, 13 Dec 2002) | 2 lines
corrected few things for sir rpmlint (uploaded in Mandrake).
------------------------------------------------------------------------
r63 | yves | 2002-12-13 10:54:02 +0100 (Fri, 13 Dec 2002) | 6 lines
update spec file:
- s#Copyright#License#
- include the libtool .la files.
- use macros.
- update URL: tag.
------------------------------------------------------------------------
r62 | massiot | 2002-12-13 10:34:32 +0100 (Fri, 13 Dec 2002) | 2 lines
Fixed a typo.
------------------------------------------------------------------------
r61 | jobi | 2002-12-12 11:19:32 +0100 (Thu, 12 Dec 2002) | 3 lines
* : fixed some typos
* : added tests on the new descriptors
------------------------------------------------------------------------
r60 | jobi | 2002-12-11 14:14:42 +0100 (Wed, 11 Dec 2002) | 3 lines
* : added a few DVB descriptors decoder and generator
------------------------------------------------------------------------
r59 | jobi | 2002-12-11 14:04:57 +0100 (Wed, 11 Dec 2002) | 5 lines
* : DVB PSI tables demux, required since one PID channel
may contain different tables.
* : SDT decoder (no generator yet)
* : added SDT decoder example
------------------------------------------------------------------------
r58 | sam | 2002-12-02 13:59:57 +0100 (Mon, 02 Dec 2002) | 3 lines
* : automake 1.7 is accepted as well.
* : we look for glibtoolize if libtoolize isn't present.
------------------------------------------------------------------------
r57 | alexis | 2002-10-14 11:23:32 +0200 (Mon, 14 Oct 2002) | 3 lines
Package Debian for Woody / Sarge / Sid and not just Sid.
------------------------------------------------------------------------
r56 | sam | 2002-10-11 11:40:43 +0200 (Fri, 11 Oct 2002) | 2 lines
*
------------------------------------------------------------------------
r55 | sam | 2002-10-11 11:28:38 +0200 (Fri, 11 Oct 2002) | 2 lines
* : added bootstrap to the distribution.
------------------------------------------------------------------------
r54 | sam | 2002-10-11 11:19:18 +0200 (Fri, 11 Oct 2002) | 7 lines
* : we remove generated files before running the autotools, to
make sure we get the latest version.
* : moved the --foreign flag to Makefile.am.
* : renamed an unused _SOURCES variable to something
automake will not choke on.
* : updated the library version.
------------------------------------------------------------------------
r53 | massiot | 2002-10-11 00:24:26 +0200 (Fri, 11 Oct 2002) | 2 lines
Better automake detection.
------------------------------------------------------------------------
r52 | massiot | 2002-10-11 00:08:28 +0200 (Fri, 11 Oct 2002) | 2 lines
Really bumped up revision number to 0.1.2 :p.
------------------------------------------------------------------------
r51 | massiot | 2002-10-11 00:07:26 +0200 (Fri, 11 Oct 2002) | 4 lines
* : reworked automake directories to avoid linking problems
on Mac OS X.
*
------------------------------------------------------------------------
r50 | sam | 2002-10-10 11:27:02 +0200 (Thu, 10 Oct 2002) | 5 lines
* : removed redundant stuff from CVS such as the
Makefile.in files, configure and config.*, and added a bootstrap script
to generate them; renamed configure.in to configure.ac and moved config.h
to . because it's now the recommended practice.
------------------------------------------------------------------------
r49 | sam | 2002-10-07 16:15:14 +0200 (Mon, 07 Oct 2002) | 4 lines
* : removed automatic inclusion of inttypes.h because it was
too platform-dependent and led to lots of cross-compilation problems. Now
the program using libdvbpsi has to make sure it is C99 compliant.
------------------------------------------------------------------------
r48 | bozo | 2002-06-06 23:33:31 +0200 (Thu, 06 Jun 2002) | 3 lines
* : updated from debian 'sid' version of libtool, should fix the
Mac OS X compilation.
------------------------------------------------------------------------
r47 | bozo | 2002-06-03 01:04:08 +0200 (Mon, 03 Jun 2002) | 2 lines
* : int types detection. It fixes (or should fix) solaris and mingw port.
------------------------------------------------------------------------
r46 | bozo | 2002-05-24 23:58:16 +0200 (Fri, 24 May 2002) | 3 lines
* : fixed the PMT generator which used to add one PSI
section for one ES.
------------------------------------------------------------------------
r45 | sam | 2002-05-18 14:20:46 +0200 (Sat, 18 May 2002) | 2 lines
* : ran the auto* tools across the whole mess.
------------------------------------------------------------------------
r44 | sam | 2002-05-18 14:12:48 +0200 (Sat, 18 May 2002) | 2 lines
* : forgot to update this file. hmpf.
------------------------------------------------------------------------
r43 | sam | 2002-05-18 13:53:44 +0200 (Sat, 18 May 2002) | 2 lines
* : updated Debian control files for the 0.1.1 release.
------------------------------------------------------------------------
r42 | bozo | 2002-05-18 13:41:46 +0200 (Sat, 18 May 2002) | 2 lines
* : fixed ignore list.
------------------------------------------------------------------------
r41 | bozo | 2002-05-18 13:39:07 +0200 (Sat, 18 May 2002) | 7 lines
* : automake rebuild.
* : up to date changelog.
* : updated version.
* : updated RPM configuration.
* : updated libtool interface.
* : added test_dr.h into distribution.
------------------------------------------------------------------------
r40 | massiot | 2002-05-14 23:47:35 +0200 (Tue, 14 May 2002) | 2 lines
Fix for MacOS X.
------------------------------------------------------------------------
r39 | bozo | 2002-05-11 13:42:27 +0200 (Sat, 11 May 2002) | 2 lines
* : stupid mistake.
------------------------------------------------------------------------
r38 | bozo | 2002-05-11 01:50:36 +0200 (Sat, 11 May 2002) | 2 lines
* : doc fixes.
------------------------------------------------------------------------
r37 | bozo | 2002-05-11 00:58:53 +0200 (Sat, 11 May 2002) | 20 lines
* : reserved bits set to 1 as specified in ISO.
* : new headers.
* : new descriptors.
* : up to date descriptor definition and
associated generated file.
* : MPEG2 "system
clock" descriptor decoder and generator.
* : MPEG2 "multiplex
buffer utilization" descriptor decoder and generator.
* : MPEG2 "copyright"
descriptor decoder and generator.
* : MPEG2 "maximum
bitrate" descriptor decoder and generator.
* :