Commit b14bc0fe authored by Jean-Paul Saman's avatar Jean-Paul Saman

Forgot to update changelog

parent 8405fc26
------------------------------------------------------------------------
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
* src/tables/eit.c: Simplify EIT table completion (thanks Johann).
------------------------------------------------------------------------
r143 | massiot | 2007-04-24 18:43:09 +0200 (Tue, 24 Apr 2007) | 2 lines
* src/descriptors/dr_56.c: 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
* src/tables/eit.c: 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
* Prepare for version 0.1.6.
------------------------------------------------------------------------
r137 | massiot | 2007-01-19 18:33:26 +0100 (Fri, 19 Jan 2007) | 3 lines
* misc : 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
* src/descriptors/dr_56.c: Fixed bad declaration and typo in descriptor
56 (teletext).
------------------------------------------------------------------------
r135 | sam | 2006-09-20 13:56:27 +0200 (Wed, 20 Sep 2006) | 4 lines
* Update bootstrap file.
* Check for gettimeofday() in configure.ac.
* Fix decode_mpeg.c so that it builds on Win32.
------------------------------------------------------------------------
r134 | sam | 2006-09-20 12:42:52 +0200 (Wed, 20 Sep 2006) | 2 lines
* Fix clock accuracy computing, it's (integer * 10 ^ - exponent).
------------------------------------------------------------------------
r133 | sam | 2006-09-20 01:37:39 +0200 (Wed, 20 Sep 2006) | 3 lines
* Temporarily disable i_audio_type test in test_dr.c until someone fixes
dr.xml (broken due to the new 0x0a descriptor specs).
------------------------------------------------------------------------
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
* src/dvbpsi.c: 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
* Build decode_mpeg on Win32, just don’t build the network part.
------------------------------------------------------------------------
r120 | sam | 2005-09-15 18:14:52 +0200 (Thu, 15 Sep 2005) | 2 lines
* Do not build examples/decode_mpeg on Win32.
------------------------------------------------------------------------
r119 | sam | 2005-09-15 18:14:20 +0200 (Thu, 15 Sep 2005) | 2 lines
* Fixed the package name in Debian build rules.
------------------------------------------------------------------------
r118 | massiot | 2005-09-14 21:16:53 +0200 (Wed, 14 Sep 2005) | 2 lines
* src/tables/sdt.h: 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
* Updated ChangeLog.
------------------------------------------------------------------------
r113 | sam | 2005-07-06 15:07:44 +0200 (Wed, 06 Jul 2005) | 3 lines
Changed paths:
M /trunk/debian/changelog
M /trunk/debian/control
M /trunk/libdvbpsi.spec
M /trunk/wince/Makefile.am
M /trunk/wince/config.h
M /trunk/wince/libdvbpsi.vcp
M /trunk/wince/libdvbpsi.vcw
* updated build files for 0.1.5 release.
* removed unneedde executable flags.
------------------------------------------------------------------------
r112 | massiot | 2005-07-06 14:42:10 +0200 (Wed, 06 Jul 2005) | 2 lines
Changed paths:
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/debian/control
M /trunk/src/Makefile.am
* ALL: preparing for 0.1.5 release.
------------------------------------------------------------------------
r111 | massiot | 2005-07-04 17:20:54 +0200 (Mon, 04 Jul 2005) | 6 lines
Changed paths:
M /trunk/src/dvbpsi.c
* src/dvbpsi.c: Fixed a long-standing issue in the section gathering. The
code assumed that no more than 2 sections could be present in a TS
......@@ -35,67 +243,35 @@ Changed paths:
------------------------------------------------------------------------
r110 | gbazin | 2005-06-04 14:52:02 +0200 (Sat, 04 Jun 2005) | 1 line
Changed paths:
M /trunk/src/descriptors/dr_48.c
M /trunk/src/tables/sdt.c
* 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
Changed paths:
M /trunk/configure.ac
* configure.ac : Allow the user to specify extra arguments to CFLAGS.
------------------------------------------------------------------------
r108 | gbazin | 2005-04-19 14:33:21 +0200 (Tue, 19 Apr 2005) | 2 lines
Changed paths:
M /trunk/src/demux.c
M /trunk/src/demux.h
M /trunk/src/psi.c
M /trunk/src/tables/eit.c
M /trunk/src/tables/pat.c
M /trunk/src/tables/pmt.c
M /trunk/src/tables/sdt.c
* ALL: bunch of bug and mem-leak fixes.
------------------------------------------------------------------------
r107 | massiot | 2005-04-11 17:59:48 +0200 (Mon, 11 Apr 2005) | 2 lines
Changed paths:
M /trunk/src/dvbpsi.c
* 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
Changed paths:
M /trunk/src/Makefile.am
* Makefile.am: added new files ...
------------------------------------------------------------------------
r105 | fenrir | 2005-03-23 18:02:48 +0100 (Wed, 23 Mar 2005) | 2 lines
Changed paths:
M /trunk/src/descriptors/dr.h
A /trunk/src/descriptors/dr_4d.c
A /trunk/src/descriptors/dr_4d.h
A /trunk/src/descriptors/dr_4e.c
A /trunk/src/descriptors/dr_4e.h
* all: added descriptor 4d/4e for EIT.
------------------------------------------------------------------------
r104 | massiot | 2005-03-21 14:38:56 +0100 (Mon, 21 Mar 2005) | 4 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/examples/Makefile.am
M /trunk/examples/decode_pat.c
M /trunk/examples/decode_pmt.c
M /trunk/src/Makefile.am
M /trunk/src/descriptors/dr.h
A /trunk/src/descriptors/dr_52.c
A /trunk/src/descriptors/dr_52.h
* src/descriptor: Descriptor 0x52 decoding and generation
* examples/decode_pmt.c: More verbose output
......@@ -103,48 +279,26 @@ Patch courtesy of Andrew John Hughes.
------------------------------------------------------------------------
r103 | massiot | 2005-01-21 15:34:51 +0100 (Fri, 21 Jan 2005) | 2 lines
Changed paths:
M /trunk/src/tables/eit.h
M /trunk/src/tables/pat.h
M /trunk/src/tables/pmt.h
M /trunk/src/tables/sdt.h
* src/tables/*.h: Protect multiple-lines macros with { }
------------------------------------------------------------------------
r102 | gbazin | 2004-12-22 13:09:54 +0100 (Wed, 22 Dec 2004) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.ac
M /trunk/src/dvbpsi_private.h
A /trunk/wince
A /trunk/wince/Makefile.am
A /trunk/wince/config.h
A /trunk/wince/libdvbpsi.vcp
A /trunk/wince/libdvbpsi.vcw
* ALL: WinCE port.
------------------------------------------------------------------------
r101 | massiot | 2004-12-20 14:54:29 +0100 (Mon, 20 Dec 2004) | 2 lines
Changed paths:
M /trunk/AUTHORS
* Updated AUTHORS file.
------------------------------------------------------------------------
r100 | massiot | 2004-12-20 14:43:25 +0100 (Mon, 20 Dec 2004) | 2 lines
Changed paths:
M /trunk/src/tables/eit.c
* src/tables/eit.c: Fixed EIT b_free_ca.
------------------------------------------------------------------------
r99 | massiot | 2004-12-20 14:42:55 +0100 (Mon, 20 Dec 2004) | 4 lines
Changed paths:
M /trunk/src/tables/pmt.c
M /trunk/src/tables/sdt.c
M /trunk/src/tables/sdt.h
* src/tables/sdt.c: Fixed b_free_ca and b_eit_schedule, implemented
SDT generation.
......@@ -152,63 +306,34 @@ Changed paths:
------------------------------------------------------------------------
r98 | massiot | 2004-11-10 20:34:56 +0100 (Wed, 10 Nov 2004) | 2 lines
Changed paths:
M /trunk/src/dvbpsi.c
* src/dvbpsi.c: When encountering a discontinuity, print the PID.
------------------------------------------------------------------------
r97 | massiot | 2004-11-10 15:47:53 +0100 (Wed, 10 Nov 2004) | 3 lines
Changed paths:
M /trunk/src/tables/eit.c
M /trunk/src/tables/sdt.c
* src/tables/eit.c, src/tables/sdt.c: 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
Changed paths:
M /trunk/src/descriptors/dr_56.c
* compile fixes
------------------------------------------------------------------------
r95 | hartman | 2004-10-29 14:20:44 +0200 (Fri, 29 Oct 2004) | 3 lines
Changed paths:
M /trunk/NEWS
M /trunk/src/Makefile.am
M /trunk/src/descriptors/dr.h
A /trunk/src/descriptors/dr_56.c
A /trunk/src/descriptors/dr_56.h
* 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
Changed paths:
M /trunk/NEWS
M /trunk/src/dvbpsi.c
* src/dvbpsi.c: 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
Changed paths:
M /trunk/AUTHORS
M /trunk/NEWS
M /trunk/configure.ac
M /trunk/src/Makefile.am
M /trunk/src/descriptors/dr.h
A /trunk/src/descriptors/dr_55.c
A /trunk/src/descriptors/dr_55.h
M /trunk/src/descriptors/dr_59.c
M /trunk/src/descriptors/dr_59.h
A /trunk/src/tables/eit.c
A /trunk/src/tables/eit.h
A /trunk/src/tables/eit_private.h
* src/tables/eit*: EIT decoder (no generator yet)
* 0x55 (dvb parental rating) descriptor decoder
......@@ -218,17 +343,11 @@ Changed paths:
------------------------------------------------------------------------
r92 | sam | 2004-08-27 11:30:01 +0200 (Fri, 27 Aug 2004) | 2 lines
Changed paths:
M /trunk/debian/changelog
M /trunk/debian/copyright
M /trunk/debian/rules
* New minor Debian upload.
------------------------------------------------------------------------
r91 | nitrox | 2004-08-27 11:08:17 +0200 (Fri, 27 Aug 2004) | 7 lines
Changed paths:
M /trunk/src/tables/pmt.c
Fixed a bug in the PMT parser
......@@ -239,8 +358,6 @@ Fixed a bug in the PMT parser
------------------------------------------------------------------------
r90 | sam | 2004-07-05 11:22:27 +0200 (Mon, 05 Jul 2004) | 4 lines
Changed paths:
M /trunk/bootstrap
* bootstrap:
+ Run libtoolize before aclocal.
......@@ -248,111 +365,21 @@ Changed paths:
------------------------------------------------------------------------
r89 | gbazin | 2004-06-28 21:17:23 +0200 (Mon, 28 Jun 2004) | 1 line
Changed paths:
M /trunk/src/descriptors/dr_59.c
* 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
Changed paths:
M /trunk
D /trunk/.cvsignore
M /trunk/NEWS
M /trunk/autotools
D /trunk/autotools/.cvsignore
M /trunk/bootstrap
M /trunk/debian
D /trunk/debian/.cvsignore
M /trunk/doc
D /trunk/doc/.cvsignore
M /trunk/examples
D /trunk/examples/.cvsignore
M /trunk/examples/decode_pat.c
M /trunk/examples/decode_pmt.c
M /trunk/examples/decode_sdt.c
M /trunk/misc
D /trunk/misc/.cvsignore
M /trunk/misc/gen_crc.c
M /trunk/misc/gen_pat.c
M /trunk/misc/gen_pmt.c
M /trunk/misc/test_dr.h
M /trunk/src
D /trunk/src/.cvsignore
M /trunk/src/demux.c
M /trunk/src/demux.h
M /trunk/src/descriptor.c
M /trunk/src/descriptor.h
M /trunk/src/descriptors
D /trunk/src/descriptors/.cvsignore
M /trunk/src/descriptors/dr.h
M /trunk/src/descriptors/dr_02.c
M /trunk/src/descriptors/dr_02.h
M /trunk/src/descriptors/dr_03.c
M /trunk/src/descriptors/dr_03.h
M /trunk/src/descriptors/dr_04.c
M /trunk/src/descriptors/dr_04.h
M /trunk/src/descriptors/dr_05.c
M /trunk/src/descriptors/dr_05.h
M /trunk/src/descriptors/dr_06.c
M /trunk/src/descriptors/dr_06.h
M /trunk/src/descriptors/dr_07.c
M /trunk/src/descriptors/dr_07.h
M /trunk/src/descriptors/dr_08.c
M /trunk/src/descriptors/dr_08.h
M /trunk/src/descriptors/dr_09.c
M /trunk/src/descriptors/dr_09.h
M /trunk/src/descriptors/dr_0a.c
M /trunk/src/descriptors/dr_0a.h
M /trunk/src/descriptors/dr_0b.c
M /trunk/src/descriptors/dr_0b.h
M /trunk/src/descriptors/dr_0c.c
M /trunk/src/descriptors/dr_0c.h
M /trunk/src/descriptors/dr_0d.c
M /trunk/src/descriptors/dr_0d.h
M /trunk/src/descriptors/dr_0e.c
M /trunk/src/descriptors/dr_0e.h
M /trunk/src/descriptors/dr_0f.c
M /trunk/src/descriptors/dr_0f.h
M /trunk/src/descriptors/dr_42.c
M /trunk/src/descriptors/dr_42.h
M /trunk/src/descriptors/dr_47.c
M /trunk/src/descriptors/dr_47.h
M /trunk/src/descriptors/dr_48.c
M /trunk/src/descriptors/dr_48.h
M /trunk/src/descriptors/dr_59.c
M /trunk/src/descriptors/dr_59.h
M /trunk/src/dvbpsi.c
M /trunk/src/dvbpsi.h
M /trunk/src/dvbpsi_private.h
M /trunk/src/psi.c
M /trunk/src/psi.h
M /trunk/src/tables
D /trunk/src/tables/.cvsignore
M /trunk/src/tables/pat.c
M /trunk/src/tables/pat.h
M /trunk/src/tables/pat_private.h
M /trunk/src/tables/pmt.c
M /trunk/src/tables/pmt.h
M /trunk/src/tables/pmt_private.h
M /trunk/src/tables/sdt.c
M /trunk/src/tables/sdt.h
M /trunk/src/tables/sdt_private.h
* Added proper SVN keywords to files and directories (for $Id and ignores).
------------------------------------------------------------------------
r86 | sam | 2004-02-23 22:44:01 +0100 (Mon, 23 Feb 2004) | 3 lines
Changed paths:
M /trunk/ChangeLog
* ChangeLog:
+ Moved changelog to SVN format.
------------------------------------------------------------------------
r81 | sam | 2004-01-02 15:23:41 +0100 (Fri, 02 Jan 2004) | 5 lines
Changed paths:
M /trunk/debian/rules
M /trunk/examples/.cvsignore
* debian/rules:
+ Distribute the NEWS file.
......@@ -361,12 +388,6 @@ Changed paths:
------------------------------------------------------------------------
r80 | sam | 2004-01-02 15:15:46 +0100 (Fri, 02 Jan 2004) | 8 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/Makefile.am
A /trunk/NEWS
M /trunk/debian/changelog
M /trunk/libdvbpsi.spec
* libdvbpsi.spec debian/changelog:
+ Prepared the 0.1.4 release.
......@@ -378,15 +399,6 @@ Changed paths:
------------------------------------------------------------------------
r79 | sam | 2003-11-06 18:41:42 +0100 (Thu, 06 Nov 2003) | 9 lines
Changed paths:
A /trunk/autotools
A /trunk/autotools/.cvsignore
M /trunk/configure.ac
M /trunk/debian/changelog
M /trunk/debian/control
M /trunk/debian/rules
M /trunk/libdvbpsi.spec
M /trunk/src/Makefile.am
* configure.ac, src/Makefile.am:
+ Set interface to 3:0:0.
......@@ -399,27 +411,17 @@ Changed paths:
------------------------------------------------------------------------
r78 | nitrox | 2003-11-06 17:20:30 +0100 (Thu, 06 Nov 2003) | 3 lines
Changed paths:
M /trunk/src/Makefile.am
M /trunk/src/descriptors/dr.h
A /trunk/src/descriptors/dr_59.c
A /trunk/src/descriptors/dr_59.h
M /trunk/src/tables/pmt.c
. 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
Changed paths:
M /trunk/bootstrap
* bootstrap: imported libdvdcss's bootstrap file.
------------------------------------------------------------------------
r76 | tooney | 2003-09-23 15:04:54 +0200 (Tue, 23 Sep 2003) | 4 lines
Changed paths:
M /trunk/src/demux.c
. Memory leak fix
......@@ -427,15 +429,11 @@ Changed paths:
------------------------------------------------------------------------
r75 | asmax | 2003-09-16 20:43:09 +0200 (Tue, 16 Sep 2003) | 2 lines
Changed paths:
M /trunk/src/tables/sdt.c
* fixed an unitialiazed pointer (thanks jonny ;)
------------------------------------------------------------------------
r74 | sam | 2003-07-30 12:14:08 +0200 (Wed, 30 Jul 2003) | 4 lines
Changed paths:
M /trunk/debian/Makefile.am
* debian/Makefile.am:
+ Added debian/compat.
......@@ -443,22 +441,11 @@ Changed paths:
------------------------------------------------------------------------
r73 | sam | 2003-07-30 12:11:55 +0200 (Wed, 30 Jul 2003) | 2 lines
Changed paths:
M /trunk/debian/rules
* debian/rules: Don't rely on debian/*.dirs to create directories.
------------------------------------------------------------------------
r72 | sam | 2003-07-30 12:06:56 +0200 (Wed, 30 Jul 2003) | 7 lines
Changed paths:
M /trunk/debian/Makefile.am
M /trunk/debian/changelog
A /trunk/debian/compat
M /trunk/debian/control
D /trunk/debian/libdvbpsi1-dev.dirs
D /trunk/debian/libdvbpsi1.dirs
M /trunk/debian/rules
M /trunk/libdvbpsi.spec
* debian/control:
+ Set policy to 3.6.0. No changes required.
......@@ -469,65 +456,34 @@ Changed paths:
------------------------------------------------------------------------
r71 | sam | 2003-07-30 12:00:12 +0200 (Wed, 30 Jul 2003) | 3 lines
Changed paths:
M /trunk/configure.ac
M /trunk/src/Makefile.am
* src/Makefile.am: Changed major number.
* configure.ac: Changed package name to libdvbpsi2.
------------------------------------------------------------------------
r70 | gbazin | 2003-07-29 01:24:12 +0200 (Tue, 29 Jul 2003) | 3 lines
Changed paths:
M /trunk/src/Makefile.am
* src/Makefile.am: include demux.h in the dist.
------------------------------------------------------------------------
r69 | gbazin | 2003-07-29 01:12:22 +0200 (Tue, 29 Jul 2003) | 3 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/configure.ac
M /trunk/debian/changelog
M /trunk/libdvbpsi.spec
* ALL: bumped version number to 0.1.3
------------------------------------------------------------------------
r68 | fenrir | 2003-07-25 23:08:45 +0200 (Fri, 25 Jul 2003) | 2 lines
Changed paths:
M /trunk/src/tables/pmt.c
* pmt.c : fixed my last commit.
------------------------------------------------------------------------
r67 | fenrir | 2003-07-25 22:20:40 +0200 (Fri, 25 Jul 2003) | 2 lines
Changed paths:
M /trunk/src/descriptors/dr_02.c
M /trunk/src/descriptors/dr_03.c
M /trunk/src/descriptors/dr_04.c
M /trunk/src/descriptors/dr_05.c
M /trunk/src/descriptors/dr_06.c
M /trunk/src/descriptors/dr_07.c
M /trunk/src/descriptors/dr_08.c
M /trunk/src/descriptors/dr_09.c
M /trunk/src/descriptors/dr_0a.c
M /trunk/src/descriptors/dr_0b.c
M /trunk/src/descriptors/dr_0c.c
M /trunk/src/descriptors/dr_0d.c
M /trunk/src/descriptors/dr_0e.c
M /trunk/src/descriptors/dr_0f.c
M /trunk/src/descriptors/dr_48.c
M /trunk/src/tables/pmt.c
* all: fixed segfault with invalid/corrupted psi data.
------------------------------------------------------------------------
r66 | yves | 2003-02-02 12:47:13 +0100 (Sun, 02 Feb 2003) | 4 lines
Changed paths:
M /trunk/libdvbpsi.spec
- updated URL again.
- macros for redhat.
......@@ -535,22 +491,16 @@ Changed paths:
------------------------------------------------------------------------
r65 | sam | 2003-01-14 20:51:14 +0100 (Tue, 14 Jan 2003) | 2 lines
Changed paths:
M /trunk/debian/control
* ./debian/control: fixed a typo (thanks jorge!).
------------------------------------------------------------------------
r64 | yves | 2002-12-13 14:06:38 +0100 (Fri, 13 Dec 2002) | 2 lines
Changed paths:
M /trunk/libdvbpsi.spec
corrected few things for sir rpmlint (uploaded in Mandrake).
------------------------------------------------------------------------
r63 | yves | 2002-12-13 10:54:02 +0100 (Fri, 13 Dec 2002) | 6 lines
Changed paths:
M /trunk/libdvbpsi.spec
update spec file:
- s#Copyright#License#
......@@ -560,51 +510,23 @@ update spec file:
------------------------------------------------------------------------
r62 | massiot | 2002-12-13 10:34:32 +0100 (Fri, 13 Dec 2002) | 2 lines
Changed paths:
M /trunk/libdvbpsi.spec
Fixed a typo.
------------------------------------------------------------------------
r61 | jobi | 2002-12-12 11:19:32 +0100 (Thu, 12 Dec 2002) | 3 lines
Changed paths:
M /trunk/misc/Makefile.am
M /trunk/misc/dr.xml
M /trunk/misc/dr.xsl
M /trunk/misc/test_dr.c
M /trunk/src/descriptors/dr.h
M /trunk/src/descriptors/dr_42.h
M /trunk/src/descriptors/dr_47.h
M /trunk/src/descriptors/dr_48.h
* src/descriptors/*: fixed some typos
* misc/*: added tests on the new descriptors
------------------------------------------------------------------------
r60 | jobi | 2002-12-11 14:14:42 +0100 (Wed, 11 Dec 2002) | 3 lines
Changed paths:
M /trunk/src/Makefile.am
A /trunk/src/descriptors/dr_42.c
A /trunk/src/descriptors/dr_42.h
A /trunk/src/descriptors/dr_47.c
A /trunk/src/descriptors/dr_47.h
A /trunk/src/descriptors/dr_48.c
A /trunk/src/descriptors/dr_48.h
* src/descriptors/*: added a few DVB descriptors decoder and generator
(Stuffing, Bouquet Name, Service Name)
------------------------------------------------------------------------
r59 | jobi | 2002-12-11 14:04:57 +0100 (Wed, 11 Dec 2002) | 5 lines
Changed paths:
M /trunk/examples/Makefile.am
A /trunk/examples/decode_sdt.c
M /trunk/src/Makefile.am
A /trunk/src/demux.c
A /trunk/src/demux.h
A /trunk/src/tables/sdt.c
A /trunk/src/tables/sdt.h
A /trunk/src/tables/sdt_private.h
* src/demux.*: DVB PSI tables demux, required since one PID channel
may contain different tables.
......@@ -613,44 +535,28 @@ Changed paths:
------------------------------------------------------------------------
r58 | sam | 2002-12-02 13:59:57 +0100 (Mon, 02 Dec 2002) | 3 lines
Changed paths:
M /trunk/bootstrap
* ./bootstrap: automake 1.7 is accepted as well.
* ./bootstrap: we look for glibtoolize if libtoolize isn't present.
------------------------------------------------------------------------
r57 | alexis | 2002-10-14 11:23:32 +0200 (Mon, 14 Oct 2002) | 3 lines
Changed paths:
M /trunk/debian/changelog
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
Changed paths:
M /trunk/ChangeLog
M /trunk/Makefile.am
M /trunk/debian/changelog
M /trunk/libdvbpsi.spec
* Updated changelogs and package files for the release.
------------------------------------------------------------------------
r55 | sam | 2002-10-11 11:28:38 +0200 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/Makefile.am
* Makefile.am: added bootstrap to the distribution.
------------------------------------------------------------------------
r54 | sam | 2002-10-11 11:19:18 +0200 (Fri, 11 Oct 2002) | 7 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/bootstrap
M /trunk/src/Makefile.am
* bootstrap: we remove generated files before running the autotools, to
make sure we get the latest version.
......@@ -661,27 +567,16 @@ Changed paths:
------------------------------------------------------------------------
r53 | massiot | 2002-10-11 00:24:26 +0200 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
M /trunk/bootstrap
Better automake detection.
------------------------------------------------------------------------
r52 | massiot | 2002-10-11 00:08:28 +0200 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
M /trunk/configure.ac
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
Changed paths:
M /trunk/.cvsignore
M /trunk/ChangeLog
M /trunk/configure.ac
M /trunk/src/Makefile.am
D /trunk/src/descriptors/Makefile.am
D /trunk/src/tables/Makefile.am
* */Makefile.am: reworked automake directories to avoid linking problems
on Mac OS X.
......@@ -689,39 +584,6 @@ Changed paths:
------------------------------------------------------------------------
r50 | sam | 2002-10-10 11:27:02 +0200 (Thu, 10 Oct 2002) | 5 lines
Changed paths:
M /trunk/.cvsignore
M /trunk/ChangeLog
D /trunk/Makefile.in
D /trunk/NEWS
D /trunk/aclocal.m4
A /trunk/bootstrap
D /trunk/config.guess
D /trunk/config.sub
D /trunk/configure
A /trunk/configure.ac
D /trunk/configure.in
M /trunk/debian/.cvsignore
D /trunk/debian/Makefile.in
M /trunk/doc/.cvsignore
D /trunk/doc/Makefile.in
M /trunk/examples/.cvsignore
D /trunk/examples/Makefile.in
D /trunk/install-sh
D /trunk/ltmain.sh
M /trunk/misc/.cvsignore
D /trunk/misc/Makefile.in
D /trunk/missing
D /trunk/mkinstalldirs
M /trunk/src/.cvsignore
D /trunk/src/Makefile.in
D /trunk/src/config.h.in
M /trunk/src/descriptors/.cvsignore
D /trunk/src/descriptors/Makefile.in
M /trunk/src/tables/.cvsignore
D /trunk/src/tables/Makefile.in
M /trunk/src/tables/pat.c
M /trunk/src/tables/pmt.c
* configure.ac, bootstrap: removed redundant stuff from CVS such as the
Makefile.in files, configure and config.*, and added a bootstrap script
......@@ -730,48 +592,6 @@ Changed paths:
------------------------------------------------------------------------
r49 | sam | 2002-10-07 16:15:14 +0200 (Mon, 07 Oct 2002) | 4 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/Makefile.in
M /trunk/aclocal.m4
M /trunk/config.guess
M /trunk/config.sub
M /trunk/configure
M /trunk/debian/Makefile.in
M /trunk/debian/changelog
M /trunk/debian/control
M /trunk/doc/Makefile.in
M /trunk/examples/Makefile.in
M /trunk/examples/decode_pat.c
M /trunk/examples/decode_pmt.c
M /trunk/ltmain.sh
M /trunk/misc/Makefile.in
M /trunk/misc/gen_pat.c
M /trunk/misc/gen_pmt.c
M /trunk/misc/test_dr.c
M /trunk/src/Makefile.in
M /trunk/src/descriptor.c
M /trunk/src/descriptors/Makefile.in
M /trunk/src/descriptors/dr_02.c
M /trunk/src/descriptors/dr_03.c
M /trunk/src/descriptors/dr_04.c
M /trunk/src/descriptors/dr_05.c
M /trunk/src/descriptors/dr_06.c
M /trunk/src/descriptors/dr_07.c
M /trunk/src/descriptors/dr_08.c
M /trunk/src/descriptors/dr_09.c
M /trunk/src/descriptors/dr_0a.c
M /trunk/src/descriptors/dr_0b.c
M /trunk/src/descriptors/dr_0c.c
M /trunk/src/descriptors/dr_0d.c
M /trunk/src/descriptors/dr_0e.c
M /trunk/src/descriptors/dr_0f.c
M /trunk/src/dvbpsi.c
M /trunk/src/dvbpsi.h
M /trunk/src/psi.c
M /trunk/src/tables/Makefile.in
M /trunk/src/tables/pat.c
M /trunk/src/tables/pmt.c
* src/dvbpsi.h: removed automatic inclusion of inttypes.h because it was
too platform-dependent and led to lots of cross-compilation problems. Now
......@@ -779,87 +599,43 @@ Changed paths:
------------------------------------------------------------------------
r48 | bozo | 2002-06-06 23:33:31 +0200 (Thu, 06 Jun 2002) | 3 lines
Changed paths:
M /trunk/ltmain.sh
* ltmain.sh: 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
Changed paths:
M /trunk/aclocal.m4
M /trunk/configure
M /trunk/configure.in
M /trunk/misc/gen_crc.c
M /trunk/src/config.h.in
M /trunk/src/dvbpsi.h
* configure.in, configure, src/config.h.in, src/dvbpsi.h, misc/gen_crc.c: 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
Changed paths:
M /trunk/src/tables/pmt.c
* src/tables/pmt.c: 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
Changed paths:
M /trunk/config.guess
M /trunk/config.sub
M /trunk/debian/Makefile.in
* ALL: ran the auto* tools across the whole mess.
------------------------------------------------------------------------
r44 | sam | 2002-05-18 14:12:48 +0200 (Sat, 18 May 2002) | 2 lines
Changed paths:
M /trunk/debian/Makefile.am
* ./debian/Makefile.am: forgot to update this file. hmpf.
------------------------------------------------------------------------
r43 | sam | 2002-05-18 13:53:44 +0200 (Sat, 18 May 2002) | 2 lines
Changed paths:
M /trunk/debian/changelog
M /trunk/debian/control
A /trunk/debian/copyright
D /trunk/debian/libdvbpsi0-dev.dirs
D /trunk/debian/libdvbpsi0.copyright
D /trunk/debian/libdvbpsi0.dirs
A /trunk/debian/libdvbpsi1-dev.dirs
A /trunk/debian/libdvbpsi1.dirs
M /trunk/debian/rules
* ./debian/*: 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
Changed paths:
M /trunk/doc/.cvsignore
* .cvsignore: fixed ignore list.
------------------------------------------------------------------------
r41 | bozo | 2002-05-18 13:39:07 +0200 (Sat, 18 May 2002) | 7 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/Makefile.in
M /trunk/configure
M /trunk/configure.in
M /trunk/debian/Makefile.in
M /trunk/doc/Makefile.in
M /trunk/examples/Makefile.in
M /trunk/libdvbpsi.spec
M /trunk/misc/Makefile.am
M /trunk/misc/Makefile.in
M /trunk/src/Makefile.am
M /trunk/src/Makefile.in
M /trunk/src/descriptors/Makefile.in
M /trunk/src/tables/Makefile.in
* ALL: automake rebuild.
* ChangeLog: up to date changelog.
......@@ -870,58 +646,21 @@ Changed paths:
------------------------------------------------------------------------
r40 | massiot | 2002-05-14 23:47:35 +0200 (Tue, 14 May 2002) | 2 lines
Changed paths:
M /trunk/configure
M /trunk/configure.in
Fix for MacOS X.
------------------------------------------------------------------------
r39 | bozo | 2002-05-11 13:42:27 +0200 (Sat, 11 May 2002) | 2 lines
Changed paths:
M /trunk/src/descriptors/dr.h
* src/descriptors/dr.h: stupid mistake.
------------------------------------------------------------------------
r38 | bozo | 2002-05-11 01:50:36 +0200 (Sat, 11 May 2002) | 2 lines
Changed paths:
M /trunk/src/descriptors/dr_02.h
M /trunk/src/descriptors/dr_03.h
M /trunk/src/descriptors/dr_04.h
M /trunk/src/descriptors/dr_05.h
M /trunk/src/descriptors/dr_06.h
M /trunk/src/descriptors/dr_07.h
M /trunk/src/descriptors/dr_08.h
M /trunk/src/descriptors/dr_09.h
M /trunk/src/descriptors/dr_0a.h
M /trunk/src/descriptors/dr_0b.h
M /trunk/src/descriptors/dr_0c.h
M /trunk/src/descriptors/dr_0d.h
M /trunk/src/descriptors/dr_0e.h
M /trunk/src/descriptors/dr_0f.h
* ALL: doc fixes.
------------------------------------------------------------------------
r37 | bozo | 2002-05-11 00:58:53 +0200 (Sat, 11 May 2002) | 20 lines
Changed paths:
M /trunk/misc/dr.xml
M /trunk/misc/test_dr.c
M /trunk/src/descriptors/Makefile.am
M /trunk/src/descriptors/Makefile.in
M /trunk/src/descriptors/dr.h
M /trunk/src/descriptors/dr_09.c
A /trunk/src/descriptors/dr_0b.c
A /trunk/src/descriptors/dr_0b.h
A /trunk/src/descriptors/dr_0c.c
A /trunk/src/descriptors/dr_0c.h
A /trunk/src/descriptors/dr_0d.c
A /trunk/src/descriptors/dr_0d.h
A /trunk/src/descriptors/dr_0e.c
A /trunk/src/descriptors/dr_0e.h
A /trunk/src/descriptors/dr_0f.c
A /trunk/src/descriptors/dr_0f.h
* src/descriptors/dr_09.c: reserved bits set to 1 as specified in ISO.
* src/descriptors/dr.h: new headers.
......@@ -945,47 +684,16 @@ range data) have been tested with the "test_dr" program located in the
------------------------------------------------------------------------
r36 | bozo | 2002-05-09 22:39:02 +0200 (Thu, 09 May 2002) | 2 lines
Changed paths:
M /trunk/misc/dr.dtd
M /trunk/misc/dr.xml
M /trunk/misc/dr.xsl
M /trunk/misc/test_dr.c
M /trunk/misc/test_dr.h
* misc/dr.dtd, misc/dr.xml, misc/dr.xsl, misc/test_dr.h, misc/test_dr.c: more improvement.
------------------------------------------------------------------------
r35 | bozo | 2002-05-09 21:59:20 +0200 (Thu, 09 May 2002) | 2 lines
Changed paths:
M /trunk/misc/dr.dtd
M /trunk/misc/dr.xml
M /trunk/misc/dr.xsl
M /trunk/misc/test_dr.c
M /trunk/misc/test_dr.h
* misc/dr.dtd, misc/dr.xml, misc/dr.xsl, misc/test_dr.h, misc/test_dr.c: modified the way tests are performed (avoid stupid iterations).
------------------------------------------------------------------------
r34 | bozo | 2002-05-09 19:00:03 +0200 (Thu, 09 May 2002) | 13 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/Makefile.in
M /trunk/misc/.cvsignore
M /trunk/misc/Makefile.am
M /trunk/misc/Makefile.in
A /trunk/misc/dr.dtd
A /trunk/misc/dr.xml
A /trunk/misc/dr.xsl
A /trunk/misc/test_dr.c
A /trunk/misc/test_dr.h
M /trunk/src/descriptors/Makefile.am
M /trunk/src/descriptors/Makefile.in
A /trunk/src/descriptors/dr.h
M /trunk/src/descriptors/dr_02.c
M /trunk/src/descriptors/dr_07.c
M /trunk/src/descriptors/dr_08.c
M /trunk/src/descriptors/dr_09.c
M /trunk/src/descriptors/dr_0a.c
* src/descriptors/dr_02.c:
* src/descriptors/dr_07.c:
......@@ -1002,14 +710,6 @@ Changed paths:
------------------------------------------------------------------------
r33 | bozo | 2002-05-08 18:45:33 +0200 (Wed, 08 May 2002) | 6 lines
Changed paths:
M /trunk/src/descriptors/Makefile.am
M /trunk/src/descriptors/Makefile.in
M /trunk/src/descriptors/dr_08.h
A /trunk/src/descriptors/dr_09.c
A /trunk/src/descriptors/dr_09.h
A /trunk/src/descriptors/dr_0a.c
A /trunk/src/descriptors/dr_0a.h
* src/descriptors/dr_08.h: fixed a typo.
* src/descriptors/dr_09.h, src/descriptors/dr_09.c: MPEG2 "conditional
......@@ -1019,15 +719,6 @@ Changed paths:
------------------------------------------------------------------------
r32 | bozo | 2002-05-08 17:55:32 +0200 (Wed, 08 May 2002) | 7 lines
Changed paths:
M /trunk/src/descriptors/Makefile.am
M /trunk/src/descriptors/Makefile.in
A /trunk/src/descriptors/dr_06.c
A /trunk/src/descriptors/dr_06.h
A /trunk/src/descriptors/dr_07.c
A /trunk/src/descriptors/dr_07.h
A /trunk/src/descriptors/dr_08.c
A /trunk/src/descriptors/dr_08.h
* src/descriptors/dr_06.h, src/descriptors/dr_06.c: MPEG2 "data
stream alignment" descriptor decoder and generator (not tested).
......@@ -1038,17 +729,6 @@ Changed paths:
------------------------------------------------------------------------
r31 | bozo | 2002-05-08 16:56:28 +0200 (Wed, 08 May 2002) | 10 lines
Changed paths:
M /trunk/doc/doxygen.cfg
M /trunk/src/descriptor.c
M /trunk/src/descriptors/Makefile.am
M /trunk/src/descriptors/Makefile.in
M /trunk/src/descriptors/dr_02.c
M /trunk/src/descriptors/dr_03.c
A /trunk/src/descriptors/dr_04.c
A /trunk/src/descriptors/dr_04.h
A /trunk/src/descriptors/dr_05.c
A /trunk/src/descriptors/dr_05.h
* doc/doxygen.cfg: up to date documentation configuration.
* src/descriptor.c: doesn't copy data if none when creating a
......@@ -1062,13 +742,6 @@ Changed paths:
------------------------------------------------------------------------
r30 | bozo | 2002-05-08 15:33:52 +0200 (Wed, 08 May 2002) | 5 lines
Changed paths:
M /trunk/src/descriptors/Makefile.am
M /trunk/src/descriptors/Makefile.in
M /trunk/src/descriptors/dr_02.c
M /trunk/src/descriptors/dr_02.h
A /trunk/src/descriptors/dr_03.c
A /trunk/src/descriptors/dr_03.h
* src/descriptors/dr_02.h, src/descriptors/dr_02.c: fixed a typo and
a little optimization.
......@@ -1077,28 +750,11 @@ Changed paths:
------------------------------------------------------------------------
r29 | bozo | 2002-05-08 15:11:41 +0200 (Wed, 08 May 2002) | 2 lines
Changed paths:
M /trunk/src/descriptors/dr_02.c
* src/descriptors/dr_02.c: removed a warning under solaris.
------------------------------------------------------------------------
r28 | bozo | 2002-05-08 15:00:40 +0200 (Wed, 08 May 2002) | 9 lines
Changed paths:
M /trunk/configure
M /trunk/configure.in
M /trunk/src/Makefile.am
M /trunk/src/Makefile.in
M /trunk/src/descriptor.c
M /trunk/src/descriptor.h
A /trunk/src/descriptors
A /trunk/src/descriptors/.cvsignore
A /trunk/src/descriptors/Makefile.am
A /trunk/src/descriptors/Makefile.in
A /trunk/src/descriptors/dr_02.c
A /trunk/src/descriptors/dr_02.h
M /trunk/src/tables/pat.h
M /trunk/src/tables/pmt.c
* ALL: added the src/descriptors directory.
* src/descriptor.h, src/descriptor.c: added a p_decoded field to the
......@@ -1111,52 +767,22 @@ Changed paths:
------------------------------------------------------------------------
r27 | bozo | 2002-04-09 02:42:46 +0200 (Tue, 09 Apr 2002) | 3 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/Makefile.in
M /trunk/libdvbpsi.spec
* libdvbpsi.spec: corrected sources URL.
* Makefile.*: added spec file to the distribution.
------------------------------------------------------------------------
r26 | bozo | 2002-04-09 01:01:35 +0200 (Tue, 09 Apr 2002) | 2 lines
Changed paths:
M /trunk/Makefile.in
M /trunk/aclocal.m4
M /trunk/configure
M /trunk/examples/Makefile.in
M /trunk/libdvbpsi.spec
M /trunk/misc/Makefile.in
M /trunk/src/Makefile.in
M /trunk/src/config.h.in
M /trunk/src/tables/Makefile.in
* libdvbpsi.spec: corrected URL.
------------------------------------------------------------------------
r25 | bozo | 2002-04-09 00:45:29 +0200 (Tue, 09 Apr 2002) | 2 lines
Changed paths:
M /trunk/Makefile.in
M /trunk/aclocal.m4
M /trunk/configure
M /trunk/examples/Makefile.in
A /trunk/libdvbpsi.spec
M /trunk/misc/Makefile.in
M /trunk/src/Makefile.in
M /trunk/src/config.h.in
M /trunk/src/tables/Makefile.in
* libdvbpsi.spec: added rpm .spec file.
------------------------------------------------------------------------
r24 | bozo | 2002-04-03 02:09:43 +0200 (Wed, 03 Apr 2002) | 4 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
M /trunk/debian/.cvsignore
A /trunk/debian/Makefile.am
A /trunk/debian/Makefile.in
* ChangeLog: updated cgangelog.
* NEWS: updated NEWS.
......@@ -1164,9 +790,6 @@ Changed paths:
------------------------------------------------------------------------
r23 | sam | 2002-04-03 01:41:56 +0200 (Wed, 03 Apr 2002) | 4 lines
Changed paths:
M /trunk/debian/libdvbpsi0.copyright
M /trunk/debian/rules
* ./debian/libdvbpsi0.copyright: fixed download URL.
......@@ -1174,45 +797,17 @@ Changed paths:
------------------------------------------------------------------------
r22 | bozo | 2002-04-03 01:30:58 +0200 (Wed, 03 Apr 2002) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
M /trunk/doc/Makefile.in
Removed the font from the distribution.
------------------------------------------------------------------------
r21 | bozo | 2002-04-03 01:28:52 +0200 (Wed, 03 Apr 2002) | 3 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/Makefile.am
M /trunk/Makefile.in
M /trunk/NEWS
M /trunk/configure
M /trunk/configure.in
M /trunk/doc/Makefile.am
M /trunk/doc/Makefile.in
M /trunk/doc/decoder.dot
M /trunk/doc/structure.doxygen
- Added debian stuff in the distribution;
- workaround for the generation of decoder.png in the documentation.
------------------------------------------------------------------------
r20 | sam | 2002-04-03 00:57:35 +0200 (Wed, 03 Apr 2002) | 5 lines
Changed paths:
M /trunk/Makefile.in
A /trunk/debian
A /trunk/debian/.cvsignore
A /trunk/debian/changelog
A /trunk/debian/control
A /trunk/debian/libdvbpsi0-dev.dirs
A /trunk/debian/libdvbpsi0.copyright
A /trunk/debian/libdvbpsi0.dirs
A /trunk/debian/rules
M /trunk/examples/Makefile.am
M /trunk/examples/Makefile.in
M /trunk/src/Makefile.am
M /trunk/src/Makefile.in
* ./debian/*: Debian package generation files.
......@@ -1221,66 +816,36 @@ Changed paths:
------------------------------------------------------------------------
r19 | bozo | 2002-04-02 19:55:30 +0200 (Tue, 02 Apr 2002) | 2 lines
Changed paths:
M /trunk/src/psi.h
typo.
------------------------------------------------------------------------
r18 | bozo | 2002-04-02 19:47:42 +0200 (Tue, 02 Apr 2002) | 2 lines
Changed paths:
M /trunk/INSTALL
M /trunk/README
Updated INSTALL and README.
------------------------------------------------------------------------
r17 | bozo | 2002-03-28 15:59:42 +0100 (Thu, 28 Mar 2002) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
M /trunk/doc/Makefile.in
M /trunk/doc/usage.doxygen
Little modification in the API usage page.
------------------------------------------------------------------------
r16 | bozo | 2002-03-28 15:48:43 +0100 (Thu, 28 Mar 2002) | 2 lines
Changed paths:
M /trunk/doc/decoder.dot
M /trunk/doc/index.doxygen
Added the font file and some little fixes.
------------------------------------------------------------------------
r15 | bozo | 2002-03-28 13:08:53 +0100 (Thu, 28 Mar 2002) | 2 lines
Changed paths:
M /trunk/doc/doxygen.cfg
Cool graphs in documentation.
------------------------------------------------------------------------
r14 | bozo | 2002-03-27 21:13:25 +0100 (Wed, 27 Mar 2002) | 2 lines
Changed paths:
M /trunk/doc/Makefile.am
M /trunk/doc/Makefile.in
Documentation files included in "dist" target.
------------------------------------------------------------------------
r13 | bozo | 2002-03-27 21:02:43 +0100 (Wed, 27 Mar 2002) | 4 lines
Changed paths:
A /trunk/doc/decoder.dot
M /trunk/doc/doxygen.cfg
A /trunk/doc/index.doxygen
A /trunk/doc/newdec.doxygen
A /trunk/doc/structure.doxygen
A /trunk/doc/usage.doxygen
M /trunk/src/descriptor.h
M /trunk/src/dvbpsi.h
M /trunk/src/psi.h
A /trunk/src/tables/.cvsignore
M /trunk/src/tables/pat.h
M /trunk/src/tables/pmt.h
More powerfull API documentation.
Added Some human readable documentation
......@@ -1288,99 +853,36 @@ Added a .cvsignore
------------------------------------------------------------------------
r12 | bozo | 2002-03-26 00:34:02 +0100 (Tue, 26 Mar 2002) | 2 lines
Changed paths:
M /trunk/doc/.cvsignore
M /trunk/misc/.cvsignore
.cvsignore stuff
------------------------------------------------------------------------
r11 | bozo | 2002-03-25 22:00:50 +0100 (Mon, 25 Mar 2002) | 2 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/Makefile.in
M /trunk/configure
M /trunk/configure.in
A /trunk/doc
A /trunk/doc/.cvsignore
A /trunk/doc/Makefile.am
A /trunk/doc/Makefile.in
A /trunk/doc/doxygen.cfg
M /trunk/src/descriptor.h
M /trunk/src/dvbpsi.h
M /trunk/src/psi.h
M /trunk/src/tables/pat.h
M /trunk/src/tables/pmt.h
Doxygen documentation.
------------------------------------------------------------------------
r10 | bozo | 2002-03-19 00:53:39 +0100 (Tue, 19 Mar 2002) | 2 lines
Changed paths:
M /trunk/src/tables/pmt.h
typo.
------------------------------------------------------------------------
r9 | bozo | 2002-03-18 13:38:53 +0100 (Mon, 18 Mar 2002) | 2 lines
Changed paths:
M /trunk/src/tables/pmt.c
Bug fix in the PMT decoder.
------------------------------------------------------------------------
r8 | bozo | 2002-03-15 13:16:01 +0100 (Fri, 15 Mar 2002) | 2 lines
Changed paths:
M /trunk/src/descriptor.h
M /trunk/src/dvbpsi.h
M /trunk/src/psi.h
M /trunk/src/tables/pat.h
M /trunk/src/tables/pmt.h
C++ compliant headers.
------------------------------------------------------------------------
r7 | bozo | 2002-01-23 00:28:17 +0100 (Wed, 23 Jan 2002) | 2 lines
Changed paths:
M /trunk/src/tables/pat.c
M /trunk/src/tables/pmt.c
I forgot to free the arrays.
------------------------------------------------------------------------
r6 | bozo | 2002-01-22 21:30:16 +0100 (Tue, 22 Jan 2002) | 5 lines
Changed paths:
M /trunk/aclocal.m4
M /trunk/configure
M /trunk/configure.in
M /trunk/examples/decode_pat.c
M /trunk/examples/decode_pmt.c
M /trunk/misc/gen_pat.c
M /trunk/misc/gen_pmt.c
M /trunk/src/Makefile.am
M /trunk/src/Makefile.in
M /trunk/src/dvbpsi.c
M /trunk/src/dvbpsi.h
M /trunk/src/dvbpsi_private.h
D /trunk/src/pat.c
D /trunk/src/pat.h
D /trunk/src/pat_private.h
D /trunk/src/pmt.c
D /trunk/src/pmt.h
D /trunk/src/pmt_private.h
M /trunk/src/psi.c
M /trunk/src/psi.h
D /trunk/src/psi_private.h
M /trunk/src/stamp-h.in
A /trunk/src/tables
A /trunk/src/tables/Makefile.am
A /trunk/src/tables/Makefile.in
A /trunk/src/tables/pat.c
A /trunk/src/tables/pat.h
A /trunk/src/tables/pat_private.h
A /trunk/src/tables/pmt.c
A /trunk/src/tables/pmt.h
A /trunk/src/tables/pmt_private.h
- new generation of PAT and PMT decoders that can receive non-consecutive
section numbers;
......@@ -1389,16 +891,6 @@ Changed paths:
------------------------------------------------------------------------
r5 | bozo | 2002-01-09 12:22:26 +0100 (Wed, 09 Jan 2002) | 6 lines
Changed paths:
M /trunk/AUTHORS
M /trunk/misc/Makefile.am
M /trunk/misc/Makefile.in
A /trunk/misc/gen_pmt.c
M /trunk/src/descriptor.c
M /trunk/src/pat.c
M /trunk/src/pmt.c
M /trunk/src/pmt.h
M /trunk/src/psi.c
- PMT generator;
- example (gen_pmt);
......@@ -1408,80 +900,21 @@ Changed paths:
------------------------------------------------------------------------
r4 | bozo | 2002-01-07 20:35:45 +0100 (Mon, 07 Jan 2002) | 2 lines
Changed paths:
M /trunk/src/pat.c
M /trunk/src/pmt.c
Cosmetic change in debug messages.
------------------------------------------------------------------------
r3 | bozo | 2002-01-07 19:53:03 +0100 (Mon, 07 Jan 2002) | 2 lines
Changed paths:
A /trunk/.cvsignore
A /trunk/examples/.cvsignore
A /trunk/misc/.cvsignore
A /trunk/src/.cvsignore
Added .cvsignore files.
------------------------------------------------------------------------
r2 | bozo | 2002-01-07 19:44:03 +0100 (Mon, 07 Jan 2002) | 2 lines
Changed paths:
M /trunk/src/descriptor.c
M /trunk/src/dvbpsi.c
Fix solaris compilation.
------------------------------------------------------------------------
r1 | bozo | 2002-01-07 19:30:35 +0100 (Mon, 07 Jan 2002) | 2 lines
Changed paths:
A /trunk
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/INSTALL
A /trunk/Makefile.am
A /trunk/Makefile.in
A /trunk/NEWS
A /trunk/README
A /trunk/aclocal.m4
A /trunk/config.guess
A /trunk/config.sub
A /trunk/configure
A /trunk/configure.in
A /trunk/examples
A /trunk/examples/Makefile.am
A /trunk/examples/Makefile.in
A /trunk/examples/decode_pat.c
A /trunk/examples/decode_pmt.c
A /trunk/install-sh
A /trunk/ltmain.sh
A /trunk/misc
A /trunk/misc/Makefile.am
A /trunk/misc/Makefile.in
A /trunk/misc/gen_crc.c
A /trunk/misc/gen_pat.c
A /trunk/missing
A /trunk/mkinstalldirs
A /trunk/src
A /trunk/src/Makefile.am
A /trunk/src/Makefile.in
A /trunk/src/config.h.in
A /trunk/src/descriptor.c
A /trunk/src/descriptor.h
A /trunk/src/dvbpsi.c
A /trunk/src/dvbpsi.h
A /trunk/src/dvbpsi_private.h
A /trunk/src/pat.c
A /trunk/src/pat.h
A /trunk/src/pat_private.h
A /trunk/src/pmt.c
A /trunk/src/pmt.h
A /trunk/src/pmt_private.h
A /trunk/src/psi.c
A /trunk/src/psi.h
A /trunk/src/psi_private.h
A /trunk/src/stamp-h.in
Initial commit.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment