]> git.sesse.net Git - vlc/commit
Input III (Episode 1).
authorChristophe Massiot <massiot@videolan.org>
Fri, 1 Mar 2002 00:33:18 +0000 (00:33 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 1 Mar 2002 00:33:18 +0000 (00:33 +0000)
commitd0bf23fa73a9d40a6182bd491505ac710c03ff75
tree986aabcfb70a2ee5ec79401901aa0bd2fa72a341
parenteba980c2bcb761c5af6cb75f2ecef95264c91873
Input III (Episode 1).
- Major rewrite of the buffer core functions
- Modularity of access plugins (file, udp, http)
- Modularity of network stack (ipv4, soon ipv6)
- Autodetection of the type of stream

And a new killing feature : HTTP streams are now seekable.

Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
40 files changed:
Makefile
configure
configure.in
include/common.h
include/input_ext-dec.h
include/input_ext-intf.h
include/input_ext-plugins.h
include/modules.h
include/network.h [moved from plugins/mpeg_system/input_es.h with 57% similarity]
include/threads.h
include/video.h
plugins/access/.cvsignore [new file with mode: 0644]
plugins/access/Makefile [new file with mode: 0644]
plugins/access/file.c [new file with mode: 0644]
plugins/access/http.c [new file with mode: 0644]
plugins/access/udp.c [new file with mode: 0644]
plugins/dummy/dummy.c
plugins/dummy/input_dummy.c
plugins/dvd/dvd.c
plugins/gtk/gtk_display.c
plugins/mpeg_system/Makefile
plugins/mpeg_system/input_es.c [deleted file]
plugins/mpeg_system/input_ps.c [deleted file]
plugins/mpeg_system/input_ps.h [deleted file]
plugins/mpeg_system/input_ts.c [deleted file]
plugins/mpeg_system/input_ts.h [deleted file]
plugins/mpeg_system/mpeg_es.c
plugins/mpeg_system/mpeg_ps.c
plugins/mpeg_system/mpeg_ts.c
plugins/network/.cvsignore [new file with mode: 0644]
plugins/network/Makefile [new file with mode: 0644]
plugins/network/ipv4.c [new file with mode: 0644]
src/input/input.c
src/input/input_dec.c
src/input/input_ext-dec.c
src/input/input_ext-plugins.c [new file with mode: 0644]
src/input/mpeg_system.c
src/misc/modules.c
src/misc/modules_plugin.h
src/video_output/video_output.c