]> git.sesse.net Git - vlc/commit
* New (experimental and incomplete) demuxstream module. It bypasses the
authorChristophe Massiot <massiot@videolan.org>
Thu, 6 Nov 2003 16:06:28 +0000 (16:06 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 6 Nov 2003 16:06:28 +0000 (16:06 +0000)
commitdbe002fde81bf97e83fd59f45e8f57de1a2577a4
treecba89eeb683523a64145f680c9e4131a08c56364
parent96e75a5fabd0e7ebc036fbee6ffbfc7e69aa6d07
* New (experimental and incomplete) demuxstream module. It bypasses the
stream output, and takes what comes from a DVB card and sends it onto
the network. I didn't activate it in configure.ac because I suspect there
might be problems with iovec on Windows (and there is probably a better
way to do it).
modules/demux/Modules.am
modules/demux/demuxstream.c [new file with mode: 0644]