summaryrefslogtreecommitdiff
path: root/libsi
AgeCommit message (Expand)Author
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2008-03-05Revoked the fixed change of the default character set for SI data and introdu...Klaus Schmidinger
2008-03-01Changed the default character set for SI data from ISO6937 to ISO-8859-9Klaus Schmidinger
2008-02-26Stripping control codes 0x86 and 0x87 from SI stringsKlaus Schmidinger
2007-07-21Fixed some whitespace formattingKlaus Schmidinger
2007-06-15Using nl_langinfo(CODESET) to determine the local codeset to use; libsi uses ...Klaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-05-28Fixed checking iconv_open() return valueKlaus Schmidinger
2007-04-22Implemented character set conversion in 'libsi'1.5.2Klaus Schmidinger
2007-02-03Adapted 'libsi' to DVB-S2Klaus Schmidinger
2006-09-02Fixed processing the PDCDescriptor in 'libsi' on big endian systemsKlaus Schmidinger
2006-05-28Fixed the PremiereContentTransmissionDescriptor in 'libsi'Klaus Schmidinger
2006-05-27Avoiding a compiler warning in libsi's TypeLoop::operator[]Klaus Schmidinger
2006-05-26Removed -fPIC from VDR's and libsi's MakefileKlaus Schmidinger
2006-04-17Stripped some trailing whitespace1.3.47Klaus Schmidinger
2006-04-14Added VBITeletextDescriptorTag, TeletextDescriptorTag, LocalTimeOffsetDescrip...Klaus Schmidinger
2006-02-25Fixed the 'libsi' function CharArray::checkSize(), which made a previous work...Klaus Schmidinger
2006-02-18Made CharArray::DataOwnData::assign() in 'libsi' more robust against invalid ...Klaus Schmidinger
2006-02-18Checking data size in CaDescriptor::Parse() and LinkageDescriptor::Parse() of...Klaus Schmidinger
2006-02-18Changed offset and size handling in 'libsi' from 'unsigned' to 'signed', so t...Klaus Schmidinger
2005-09-03Added support for multiple audio language codes in ISO639LanguageDescriptors ...Klaus Schmidinger
2005-05-29Added -fPICKlaus Schmidinger
2005-05-28Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& ...Klaus Schmidinger
2005-05-08Fixed a wrong inheritance in libsi's SubtitlingDescriptor::Subtitling1.3.24Klaus Schmidinger
2005-05-06Fixed a bug in libsi's SubtitlingDescriptor::getLength()Klaus Schmidinger
2005-05-05Now including the optional user defined Make.config from the 'libsi' MakefileKlaus Schmidinger
2004-10-23Some minor code cleanupsKlaus Schmidinger
2004-10-16Now skipping code table info in SI dataKlaus Schmidinger
2004-10-16Fixed libsi/Makefile to use the compiler defined in for generating file depe...Klaus Schmidinger
2004-10-16Fixed a possible crash with inconsistent SI dataKlaus Schmidinger
2004-06-06Modified 'libsi' to require callers to state the buffer sizes when getting st...1.3.10Klaus Schmidinger
2004-05-31Fixed handling descriptor loops in 'libsi'Klaus Schmidinger
2004-03-26Added language code handling to the subtitling descriptor in 'libssi'Klaus Schmidinger
2004-03-20Fixed handling text lengths for itemized EPG textsKlaus Schmidinger
2004-03-13Added a separator between the long text and the itemsKlaus Schmidinger
2004-03-13Some fixes to handling itemized textsKlaus Schmidinger
2004-03-07Fixed handling itemized texts in EPG dataKlaus Schmidinger
2004-03-05Fixed some descriptor handling in 'libsi'Klaus Schmidinger
2004-02-24Fixed a typo in libsi/si.hKlaus Schmidinger
2004-02-22Added PDCDescriptor handling to 'libsi'Klaus Schmidinger
2004-02-20Added subtable ID and TSDT handling to 'libsi'Klaus Schmidinger
2004-01-24Changed the 'languageCode' members in the descriptor classes of 'libsi' to 'c...Klaus Schmidinger
2004-01-24Added ISO639LanguageDescriptor to 'libsi'Klaus Schmidinger
2004-01-12Added LinkageDescriptor handling to 'libsi'Klaus Schmidinger
2004-01-09Fixed a 'const' in libsi/si.hKlaus Schmidinger
2004-01-05Fixed NumberedSection::moreThanOneSection()Klaus Schmidinger
2004-01-05Fixed a warning about character comparison in libsi/si.cKlaus Schmidinger
2004-01-04Now delivering control character 0x86 and 0x87, which some stations use to ma...Klaus Schmidinger
2003-12-25Fixed the TypeLoop classKlaus Schmidinger
2003-12-22Fixed a problem with crc32 in SI handling on 64bit systemsKlaus Schmidinger