Path to this page:
Subject: CVS commit: pkgsrc/multimedia/libdvbpsi
From: Thomas Klausner
Date: 2013-04-23 11:02:27
Message id: 20130423090227.83A40175DD@cvs.netbsd.org
Log Message:
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.
Files: