All releases of libdvbpsi


Release Notes: The last libdvbpsi release (0.2.1) introduced a regression which resulted in playback issues for small streams/files. The commit which introduced the regression was trying to suppress the initial discontinuity that libdvbpsi issues on parsing the first packet of any PID. By removing this commit, the original behavior has been restored. It is recommended to upgrade from libdvbpsi 0.2.1 to 0.2.2.


Release Notes: Initial discontinuities are ignored. BSD and MSYS builds were fixed.


Release Notes: The license was changed from GPLv2 to LGPLv2.1. CUE Identifier descriptor support (0x8a), Splice Information Section table support (0xFC) (SCTE 35 2004), BAT table (decoder and generator), and descriptor 0x44 were added. All APIs were deprecated in preparation for the 1.0.0 release with a reworked API. Packagers and application developers should anticipate renaming of the dvbpsi_handle structure to dvbpsi_t, prototype changes, removal of printf for message printing, and a message callback function.


Release Notes: This version fixes a parsing bug due to an outdated spec in the ISO 639 language descriptor, the use of uninitialized data when section_syntax_indicator=0, a parsing bug in the EBU teletext descriptor decoder, and the declaration of dvbpsi_DecodeTeletextDr. It also has a new example tool for checking an MPEG-2 TS file, some fixed EIT discontinuities, a new CAT support, and a new PDC support descriptor 0x69.


Release Notes: This release fixes the handling of duplicate packets and packets containing multiple PSI sections and a crash in the subtitles descriptor decoder. New decoders (EBU teletext, DVB parental rating descriptor, stream identifier, EIT) and a new generator (SDT) were implemented. The library was also ported to Windows CE.


Release Notes: New DVB descriptors decoders and generators, a new SDT decoder, and various fixes and enhancements.


Release Notes: This release fixed miscellaneous portability bugs (especially for Win32 and Mac OS X), and a bug where over-complicated PMT sections were generated.


Release Notes: This version can decode and generate all the MPEG 2 descriptors.


Release Notes: A PAT decoder and genarator, PMT decoder and genarator, and documentation and example files.