Commit graph

25 commits

Author SHA1 Message Date
adam
c909ae4048 libdvbpsi: updated to 1.3.2
Changes between 1.3.1 and 1.3.2:
* Fix bug in dvbpsi_decoder_psi_section_add() set i_last_section_number
* Fix bug in descriptor 0x8a that prevented it from being parsed properly
* Fix bug in descriptor 0x56 generation with multiple teletext page entries
* Fix bug in descriptor 0x41 correct maximum service count
2018-03-02 14:27:00 +00:00
adam
f9a7d37665 Changes between 1.3.0 and 1.3.1:
* Fix bugs in table: EIT
* Fix test_dr
2017-02-26 10:15:52 +00:00
joerg
5231be19e1 Help config.guess/config.sub override logic. 2015-02-23 18:28:51 +00:00
joerg
ff321b08ab Support cwrappers for packages appending arguments in the wrappers. 2014-12-01 12:39:16 +00:00
wiz
5967ed8b4d Update to 1.2.0:
Changes between 1.1.2 and 1.2.0:
--------------------------------

 * Rename define  DVDPSI_GetContentCategoryFromType() to DVBPSI_GetContentCategoryFromType()
   - the prefix said DVD, should have been DVB instead
 * Added new descriptors:
   - 0xa1 Service location
   - 0x4c Time shifted service
   - 0x53 CA system id
   - 0x81 AC3 audio
   - 0x86 Caption service
 * Fixed Coverity Scan issues
   - out-of-bound writes
   - null pointer dereferences
   - resource leaks
   - check return values
2014-04-17 12:28:56 +00:00
wiz
031a845108 Update to 1.1.2:
Changes between 1.1.1 and 1.1.2:
--------------------------------

 * Various bugfixes for ATSC PSI tables
 * dvbpsi_packet_push() bugfix
 * Various bugfixes for dvbinfo
 * Ignore invalid program pids (pid=0) inside PAT table (closes vlc ticket #9695)
2013-11-13 19:44:57 +00:00
wiz
e040da0156 Update to 1.1.1:
Changes between 1.1.0 and 1.1.1:
--------------------------------

 * Various bugfixes (documentation, dvbinfo)
 * Check TDT and TOT in dvbpsi_CheckPSISection() both have b_syntax_indicator set to '0'.
 * Allow SDT with table_id 0x46
2013-10-05 08:29:38 +00:00
joerg
9c510d691c One more warning to ignore for Clang. 2013-04-27 23:06:18 +00:00
wiz
fbbb8bef1e 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.
2013-04-23 09:02:26 +00:00
joerg
bc619efcd1 Don't bail out on questionable constant compares. Add explicit () around ?:. 2013-02-26 11:27:28 +00:00
wiz
fde003ffba Update to 1.0.0:
Changes between 0.2.2 and 1.0.0:
--------------------------------

 * new example application dvbinfo: use 'dvbinfo -h' for more information on commandline options
 * misc examples: fixes to gen_pat, gen_pmt
 * updated documentation (new api howto)
 * add log callback (remove fprintf's)
 * make API more consistent, see doxygen "howto-new-api" section for converting your code:
   - introduces dvbpsi_t typedef
   - removed dvbpsi_handle
   - changed argument order
   - changed table functions prototypes
 * EIT table generation, and decoding fixes
 * RST table decoding and generation
 * new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and generators)
 * descriptor 0x03: added variable_rate_audio_indicator
 * new descriptor (ATSC): 0x13, 0x14, 0x62, 0x66, 0x73, 0x83 decoders
 * ATSC tables EIT, ETT, MGT, STT and VCT decoders
2013-01-21 14:41:27 +00:00
jperkin
42100e17de Add socket libs on Solaris. 2012-12-25 21:16:24 +00:00
asau
a19397ba81 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
drochner
d726697c8e update to 0.2.2
fixes a regression which could cause that certain (short) files
didn't play
2011-11-05 15:59:48 +00:00
wiz
3d9c7134cc 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.
2011-09-08 21:10:26 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
adam
9b521c906d 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)
2010-11-04 19:43:32 +00:00
wiz
ff91e7f3ec 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
2009-02-27 22:38:16 +00:00
heinz
c0d8518447 The package supports installation to DESTDIR. 2008-04-20 20:50:20 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
96bc909fa5 bl3ify 2004-03-18 23:29:36 +00:00
recht
3dd0f982d4 move libdvbpsi to the multimedia category (from graphics) 2004-01-28 15:00:18 +00:00