[vlc-devel] commit: Added record support at the stream_t level in core. (Laurent Aimar )
git version control
git at videolan.org
Wed Aug 27 00:21:02 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Aug 26 12:54:18 2008 +0200| [aa407ea9ca0beca090021e1bc26c4d9f84f003df] | committer: Laurent Aimar
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aa407ea9ca0beca090021e1bc26c4d9f84f003df
---
include/vlc_demux.h | 8 +-
include/vlc_input.h | 6 +-
include/vlc_stream.h | 6 +-
modules/control/hotkeys.c | 13 ++
modules/demux/ts.c | 25 ++++
modules/gui/qt4/components/interface_widgets.cpp | 11 +-
src/input/control.c | 10 ++
src/input/decoder.c | 68 +++++-----
src/input/demux.c | 3 +
src/input/input.c | 53 +++++++-
src/input/input_internal.h | 11 +-
src/input/stream.c | 159 +++++++++++++++++++++-
src/input/var.c | 38 ++++--
src/libvlc-module.c | 7 +
14 files changed, 358 insertions(+), 60 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=aa407ea9ca0beca090021e1bc26c4d9f84f003df
More information about the vlc-devel
mailing list