Annotation of linuxtv.org/projects.php, revision 1.2

1.1       js          1: <?php
                      2:   $title = "LinuxTV.org - Projects";
                      3:   include "linuxtv-header.inc";
                      4: ?>
                      5: 
                      6: <h1>Projects in LinuxTV.org CVS</h1>
1.2     ! js          7: 
        !             8: <h2>DVB drivers and utilities</h2>
        !             9: <p>
        !            10:   The DVB drivers which are included in mainline 2.6 kernels
        !            11:   are maintained in the dvb-kernel CVS module. The linux_2_4
        !            12:   branch of dvb-kernel contains drivers for 2.4 kernels. Note, however,
        !            13:   that newer drivers will be added to 2.6 first and will not necessarily
        !            14:   be backported.
        !            15: </p>
        !            16: <p>
        !            17:   A small number of DVB test and utility programs are in
        !            18:   the CVS module dvb-apps, including szap and dvbscan.
        !            19: </p>
        !            20: <p>
        !            21:   The dvb-kernel-v4 CVS module contains an updated DVB core
        !            22:   subsystem and one prototype driver for the revised
        !            23:   Linux&nbsp;DVB&nbsp;API&nbsp;V4. More info on the V4
        !            24:   API can be found in the Wiki.
        !            25: </p>
        !            26: <p>
        !            27:   The CVS module &quot;DVB&quot; contains older drivers
        !            28:   for the 2.4 kernel. They are mostly of historic interest.
        !            29: </p>
        !            30: 
        !            31: <h2>libsoftmepg</h2>
        !            32: <p>
        !            33:   libsoftmpeg is a ffmpeg/libavcodec based software mpeg decoder
        !            34:   library. It currently uses DirectFB and FusionSound for
        !            35:   video and audio rendering, however the code is structured
        !            36:   in an way which makes it easy to add different rendering methods.<br>
        !            37:   A VDR plugin is included.
        !            38: </p>
        !            39: 
        !            40: <h2>MPEG2 multiplexer</h2>
        !            41: <p>
        !            42:   An ISO-13818 compliant multiplexer for generating MPEG2
        !            43:   transport and program streams, developed and maintained
        !            44:   by Oskar Schirmer. The TS multiplexer is able to run
        !            45:   continously, with dynamically adjustable input streams
        !            46:   for live broadcast.
        !            47: </p>
        !            48: 
        !            49: <h2>DSM-CC/MHP object carousel generator</h2>
        !            50: <p>
        !            51:   MPEG2 elementary stream encoding tools for DSM-CC MHP ObjectCarousels.<br>
        !            52:   What the dsmcc-mhp-tools support:<br>
        !            53:   <ul>
        !            54:     <li> generation of an ObjectCarousel
        !            55:     <li> generation of (continuous) NPT descriptor streams
        !            56:     <li> generation of StreamEvent descriptors
        !            57:     <li> generation of AIT
        !            58:     <li> generation of PMT
        !            59:     <li> distribution of an ObjectCarousel over multiple PIDs (DataCarousels)
        !            60:     <li> incremental ObjectCarousel updates
        !            61:   </ul>
        !            62: </p>
        !            63: 
        !            64: <h2>dietlibc</h2>
        !            65: <p>
        !            66:   A mirror of the diet libc CVS. The main repository can be
        !            67:   found on <a href="http://www.fefe.de/dietlibc/">www.fefe.de</a>.
        !            68: </p>
        !            69: 
        !            70: <h2>DVB-USB2 hardware prototype</h2>
        !            71: <p>
        !            72:   Schematics, firmware and driver sources for an USB2 DVB-T adapter
        !            73:   prototype.
        !            74: </p>
        !            75: 
        !            76: <h2>Kfir MPEG2 encoder card drivers</h2>
        !            77: <p>
        !            78:   A driver for the Visiontech Kfir based encoder card
        !            79:   manufactured by <a href="http://www.bmk-electronics.de/">BMK electronics</a>.<br>
        !            80:   Note: So far this driver supports 2.4 kernels only. The newer MPEX card
        !            81:   by BMK is supported by drivers in the mainline 2.6 kernel.
        !            82: </p>
        !            83: 
        !            84: <h2>Margi/Billionton MPEG decoder PC card drivers</h2>
        !            85: <p>
        !            86:   An old driver for a "DVB to go" MPEG2 deocder PC card, including
        !            87:   zoomed video support.
        !            88: </p>
1.1       js         89: 
                     90: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>