pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libdvbpsi
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 23 09:02:27 UTC 2013
Modified Files:
pkgsrc/multimedia/libdvbpsi: Makefile PLIST buildlink3.mk distinfo
Removed Files:
pkgsrc/multimedia/libdvbpsi/patches: patch-aa
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.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/libdvbpsi/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/libdvbpsi/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/multimedia/libdvbpsi/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/libdvbpsi/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/multimedia/libdvbpsi/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index