Commit 1bf2d307 authored by Jean-Paul Saman's avatar Jean-Paul Saman

NEWS: update

parent 66a53096
Changes between 1.0.0 and 1.1.0:
--------------------------------
* 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
Changes between 0.2.2 and 1.0.0: Changes between 0.2.2 and 1.0.0:
-------------------------------- --------------------------------
......
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