Activity for Tuxbox-Project

  • Thilo Graf committed [8ed28a]

    update README.md

  • Thilo Graf committed [84dbfb]

    ac3_descriptor.cpp: fix redeclaration of headerLength

  • Thilo Graf committed [848b31]

    ac3_descriptor: Work around sawn-off descriptors, e.g. 6A 02 CF 00

  • Thilo Graf committed [fcb413]

    set version to 0.3.9

  • GNU Tuxbox GNU Tuxbox released /libdvbsi/libdvbsi++-0.3.8b.tar.gz

  • Thilo Graf committed [10af74]

    Apply sh4 patch, thanks to kueken

  • Thilo Graf committed [d338bf]

    Create README.md

  • Thilo Graf committed [6388bc]

    Apply 0001-ac3_descriptor-check-if-header-is-larger-than-descri.patch

  • Thilo Graf committed [a391a9]

    added descriptor length testing (e.g. fixed crash on Tamazight HD (Hotbird 13E))

  • Thilo Graf committed [4bfd64]

    set version to 0.3.8b

  • Thilo Graf committed [be1728]

    src/linkage_descriptor.cpp: remove unused variable

  • Thilo Graf committed [2589c7]

    src/content_identifier_descriptor.cpp: fix possible shadow warnings

  • Thilo Graf committed [cf0728]

    set version to 0.3.8a

  • Andreas Oberritter committed [c25be7]

    import from cvs.tuxbox.org (2009-08-14)

  • Andreas Oberritter committed [60d8c4]

    libdvbsi++ - slightly modified former part of libdvb++ covering DVB Service Information

  • Andreas Oberritter committed [970bd7]

    fix

  • Andreas Oberritter committed [7fc52f]

    autoconf/automake/libtool tweaks

  • Andreas Oberritter committed [60db5b]

    fixed DVB_LENGTH()

  • Andreas Oberritter committed [942fe5]

    patch by Stéphane Esté-Graas

  • Andreas Oberritter committed [b9ac87]

    removed "no-define nostdinc", so current sid's automake doesn't complain

  • Andreas Oberritter committed [8b428b]

    added Stéphane Esté-Graci to authors list

  • Andreas Oberritter committed [c4e836]

    oops

  • Marcel Siegert committed [61ce5f]

    hopyfully fixed the utf-8 things *g*

  • Marcel Siegert committed [7c56d3]

    bugfix; if somebody is not filtering the PMT having the ProgramNumber set by

  • Andreas Oberritter committed [db60eb]

    reverted commit by Marcel: use getTableIdExtension() instead

  • Stephane Este-Gracias committed [cc3cde]

    Add destructor implementation

  • Stephane Este-Gracias committed [1aedf7]

    Fix offset bug

  • Stephane Este-Gracias committed [09722e]

    Fix cells alignement

  • Stephane Este-Gracias committed [9fb110]

    Fix offset bug

  • Stephane Este-Gracias committed [7b7b9d]

    Add unit tests for SI descriptors

  • Stephane Este-Gracias committed [618a0d]

    Add unit tests with CxxTest

  • Marcel Siegert committed [2f7fc2]

    fixed a major memleak;

  • Andreas Monzner committed [b6935f]

    fix capmt stuff,

  • Andreas Monzner committed [110c7e]

    fixes, speedups

  • Andreas Monzner committed [dce455]

    add new unknown descriptor

  • Andreas Monzner committed [091773]

    re-add ability to inject descriptors to ca_pmt's at front and back

  • Andreas Monzner committed [6ebeae]

    fix

  • Andreas Monzner committed [1fd478]

    sorry.. another one fix

  • Andreas Monzner committed [6feac2]

    virtual writeBuffer is needed,

  • Andreas Monzner committed [ddd229]

    add missing source file

  • Andreas Oberritter committed [971e45]

    changed license to LGPL 2.1

  • Marcel Siegert committed [608512]

    added 7 new descriptors to libdvbsi++;

  • Marcel Siegert committed [a03c76]

    added content identifier section

  • Marcel Siegert committed [db8101]

    return pointer instead of references to keep enigma2 compatibility;

  • Andreas Monzner committed [f2cf5f]

    build fix

  • Andreas Monzner committed [83f6a1]

    add ability to filter capmt for specific caid's (needed for CI filtering)

  • Marcel Siegert committed [7ef68a]

    bugfix:

  • Marcel Siegert committed [7ef68a]

    bugfix:

  • Andreas Monzner committed [7f3e81]

    change list to vector

  • Andreas Monzner committed [cc983e]

    use vector

  • Marcel Siegert committed [7f1e45]

    speedup if more than 2 bytes are in the private part of the descriptors

  • Marcel Siegert committed [065d51]

    implemented mpe_fec_section

  • Marcel Siegert committed [d51719]

    fix some offsets

  • Andreas Monzner committed [ed656f]

    reserve(X) and Vector(X) is not the same !!

  • Marcel Siegert committed [5e32e3]

    after discussion with ghostrider we chose to

  • Marcel Siegert committed [1a7f62]

    added missing ETSI EN 300468 1.7.1 descriptors;

  • Andreas Oberritter committed [6ec015]

    fixed .so versioning,

  • Andreas Oberritter committed [d54422]

    fixed detection of cxxtestgen.pl and conditional execution of QA tests

  • Andreas Oberritter committed [65992d]

    a script to generate include/dvbsi++/Makefile.am

  • Andreas Oberritter committed [ddee60]

    updated .cvsignore files

  • Andreas Oberritter committed [6e25cd]

    an initial README file which menitions the download URL and the license

  • Andreas Oberritter committed [3862de]

    added header to SOURCES variable to include it in a dist tarball,

  • Andreas Oberritter committed [eabc23]

    use generated Makefile.am (fixes 'make distcheck')

  • Andreas Oberritter committed [539c80]

    added new make target 'release' to be called after 'dist':

  • Marcel Siegert committed [79385a]

    added transport stream description section;

  • Andreas Oberritter committed [461c01]

    added changelog for release tarballs

  • Andreas Oberritter committed [1df1ca]

    added usernames for cvs2cl

  • Andreas Oberritter committed [dd9d11]

    added changelog target,

  • Andreas Oberritter committed [5853b4]

    check for cvs2cl, gnupg and md5sum before using them

  • Andreas Oberritter committed [ebb385]

    increased version number

  • Andreas Monzner committed [7f4127]

    add some checks to avoid segfaults on corrupted descriptor or corrupted section data

  • Marcel Siegert committed [be3297]

    final adjustments for being etsi 300468 1.7.1 compliant

  • Marcel Siegert committed [8c9615]

    adjusted servies types to match etsi 300468 1.7.1 specs

  • Marcel Siegert committed [a29786]

    remove obsolete ca_system_descriptor;

  • Marcel Siegert committed [f5cc48]

    whitespace cleanups;

  • Marcel Siegert committed [6bfe3e]

    add missing dtor

  • Marcel Siegert committed [e20706]

    add 2 missing bouquet association member functions;

  • Marcel Siegert committed [11aa64]

    add missing adaptation field data descriptor;

  • Andreas Oberritter committed [d4f22d]

    include debian files in distribution tarballs

  • Marcel Siegert committed [44262a]

    fix - tuxbox is pointer not reference;

  • Andreas Oberritter committed [8b729e]

    debianized

  • Marcel Siegert committed [b1b10b]

    add running status section - even if i never received one :)

  • Andreas Oberritter committed [bb115b]

    include autogen.sh in distribution tarball

  • Pieter Grimmerink committed [995095]

    allow list management field to be modified (list management might not be known till multiple objects are put in a list together)

  • Andreas Oberritter committed [08d93c]

    use printf for compatibility to dash

  • Marcel Siegert committed [68007d]

    fix/extend descriptor as 300468 v1.8.1 has extensions

  • Marcel Siegert committed [c490cf]

    added short smoothing buffer descriptor;

  • Andreas Oberritter committed [02b47e]

    Increased version number after release of 0.3.3

  • Andreas Oberritter committed [bb5e6a]

    regenerated Makefile.am to include running_status_section.h

  • Andreas Oberritter committed [38200a]

    ignore Makefile

  • Andreas Oberritter committed [ef9a2e]

    updated changelog

  • Marcel Siegert committed [30a911]

    added the service availability descriptor - it may be used in dvb-t SDTs

  • Andreas Oberritter committed [b5c8a1]

    added registration descriptor

  • Andreas Oberritter committed [2e5617]

    also generate src/Makefile.am automatically

  • Andreas Monzner committed [fdf9d8]

    fix rolloff

  • Andreas Oberritter committed [7dd26f]

    changelog: ignore tags and branch names

  • Andreas Monzner committed [cd536c]

    remove unused destructors

  • Andreas Oberritter committed [58396d]

    fix compilation with g++ 4.3

  • Andreas Oberritter committed [49f2a7]

    change README and build system to use Git

  • Andreas Oberritter committed [a9a1d4]

    add descriptor tags for extension_descriptor

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.