]> git.sesse.net Git - vlc/commit
Added record support at the stream_t level in core.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 26 Aug 2008 10:54:18 +0000 (12:54 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 26 Aug 2008 21:27:56 +0000 (23:27 +0200)
commitaa407ea9ca0beca090021e1bc26c4d9f84f003df
tree2b7c71889a7f798f0ea6d81da245a94b8fa7867d
parentb08b569203e1789fdec40e943ac57fbbf16a52a9
Added record support at the stream_t level in core.

The record access_filter will become useless as soon as all demuxers that can
support it will be modified.
The record support is half done. I will also add es_out_t record functionnalities,
and a way to selected one of them if both are supported.
14 files changed:
include/vlc_demux.h
include/vlc_input.h
include/vlc_stream.h
modules/control/hotkeys.c
modules/demux/ts.c
modules/gui/qt4/components/interface_widgets.cpp
src/input/control.c
src/input/decoder.c
src/input/demux.c
src/input/input.c
src/input/input_internal.h
src/input/stream.c
src/input/var.c
src/libvlc-module.c