]> git.sesse.net Git - vlc/commit
* IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
authorChristophe Massiot <massiot@videolan.org>
Mon, 4 Mar 2002 23:56:38 +0000 (23:56 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 4 Mar 2002 23:56:38 +0000 (23:56 +0000)
commit5658c1d96012ec697d4a8f0930111ab9c9a6c9f4
tree1100304a3024430a8e75af344c294feffc0a3c29
parentf0426503977d3729de2bc3d1504314e93b405622
* IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
for BT ;
* --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
-4 but I don't know how to do it with the new configuration module) ;
* Channel manager now uses a socket from the network plug-in and is more
portable (and probably broken, too :) ;
* input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
easily reused by plug-ins other than mpeg_ps and mpeg_ts.

That's all for tonight.
18 files changed:
AUTHORS
Makefile
configure
configure.in
include/common.h
include/config.h
include/input_ext-plugins.h
plugins/access/http.c
plugins/access/udp.c
plugins/mpeg_system/mpeg_ps.c
plugins/mpeg_system/mpeg_ts.c
plugins/network/Makefile
plugins/network/ipv4.c
plugins/network/ipv6.c [new file with mode: 0644]
src/input/mpeg_system.c
src/interface/main.c
src/misc/modules_plugin.h
src/misc/netutils.c