head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.2 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.3.0.14 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.12 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.10 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.8 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.6 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.2 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.4 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.2 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.1.0.14 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.12 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.10 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.8 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.6 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2013.04.23.09.02.27; author wiz; state dead; branches; next 1.3; 1.3 date 2011.09.08.21.10.26; author wiz; state Exp; branches; next 1.2; 1.2 date 2010.11.04.19.43.33; author adam; state Exp; branches; next 1.1; 1.1 date 2009.02.27.22.38.16; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Update to 1.1.0. Bump ABI depends due to shlib major bump; but no packages use this version yet. Changes between 1.0.0 and 1.1.0: -------------------------------- * Remove deprecated APIs and bump library version. * Corrected use of dvbpsi_ValidPSISection() to not use b_syntax_indicator as check, the function tries to always check the CRC32 of the given PSI section. Take care to only use the function for PSI sections that have a CRC32 field. Use the function dvbpsi_has_CRC32() for this purpose. * Remove workaround for checking CRC32 in TOT PSI table. * Add function dvbpsi_CalculateCRC32() to calculate a CRC32 on the payload. * Fix offset for description parsing in tables; - CAT - BAT - TOT - NIT * New descriptor: - 0x54 content descriptor * EIT: add NVOD event detection. @ text @$NetBSD: patch-aa,v 1.3 2011/09/08 21:10:26 wiz Exp $ --- examples/connect.c.orig 2011-05-19 13:04:02.000000000 +0000 +++ examples/connect.c @@@@ -38,7 +38,7 @@@@ # include #endif #include -#ifndef BSD +#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__) # include #endif #include @ 1.3 log @Update to 2.1: Changes between 0.2.0 and 0.2.1: -------------------------------- * ignore initial discontinuity * Build fixes for BSD builds * Build fixes for MSYS builds Changes between 0.1.7 and 0.2.0: -------------------------------- * Relicense libdvbpsi from GPLv2 to LGPLv2.1 * bump version number to 0.2.0 (skipping 0.1.8 and 0.1.9) to indicate GPL -> LGPL license change * new CUE Identifier descriptor support (0x8a) * new Splice Information Section table support (0xFC) (SCTE 35 2004) * new BAT table (decoder and generator) * new descriptor 0x44 * depreceated all API's in preparation for 1.0.0 release with revamped API packagers and application developers should anticipate: - structure renames dvbpsi_handle to dvbpsi_t - prototype changes - removal of printf for message printing - message callback function For more information see changes in libdvbpsi-ng branch. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 0.1.7: * new VBI data descriptor support (0x45) * NIT support * TOT/TDT support * new DVB Satellite Delivery systems descriptor support (0x43) * new DVB Local time offset descriptor support (0x58) * new Terrestrial Delivery systems descriptor support (0x5a) @ text @d3 1 a3 1 --- examples/connect.c.orig 2008-09-17 09:39:35.000000000 +0000 d9 1 a9 1 -#ifndef __FreeBSD__ @ 1.1 log @Update to 0.1.6. Bump ABI depends because of shlib major change. Changes between 0.1.5 and 0.1.6: -------------------------------- * fixed a parsing bug due to outdated spec in ISO 639 language descriptor * fixed the use of uninitialized data when section_syntax_indicator=0 * fixed a parsing bug in the EBU teletext descriptor decoder * fixed the declaration of dvbpsi_DecodeTeletextDr * new example tool for checking an MPEG-2 TS file * fixed EIT discontinuities * new cat support * new PDC support descriptor 0x69 Changes between 0.1.4 and 0.1.5: -------------------------------- * Windows CE port * src/tables/eit*: EIT decoder (no generator yet) * src/tables/sdt*: SDT generator * 0x4d/0x4e (EIT) descriptors decoders * 0x52 (stream identifier) descriptor decoder * 0x55 (dvb parental rating) descriptor decoder * 0x56 (EBU teletext) descriptor decoder * fixed a segfault in the subtitles descriptor decoder * correctly handle duplicate packets * correctly handle TS packets containing multiple PSI sections Changes between 0.1.3 and 0.1.4: -------------------------------- * 0x59 (dvb subtitles) descriptor decoder * memory leak fix * fixed an unitialiazed pointer @ text @d3 1 a3 1 --- examples/connect.c.orig 2007-01-18 14:57:08.000000000 +0000 d5 9 a13 8 @@@@ -38,7 +38,6 @@@@ # include #endif #include -#include #include #include @