]> git.sesse.net Git - vlc/commit
* ALL: separation of the SPU engine from the VOUT.
authorGildas Bazin <gbazin@videolan.org>
Wed, 15 Sep 2004 15:50:54 +0000 (15:50 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 15 Sep 2004 15:50:54 +0000 (15:50 +0000)
commit28ed0fc96153391a47fa4b480f716f0de1fbacae
tree4b239229f794a13b52f6133179d45cf9cc9513d4
parente9097e4f6da79a7f780ef17488b35b37d3973be7
* ALL: separation of the SPU engine from the VOUT.
* modules/stream_out/transcode.c: re-use the SPU engine.
* src/video_output/vout_subpictures.c: support for resizing subpictures.
24 files changed:
Makefile.am
include/video_output.h
include/vlc/vout.h
include/vlc_common.h
include/vlc_filter.h
include/vlc_objects.h
include/vlc_spu.h [new file with mode: 0644]
include/vlc_video.h
modules/codec/cmml/intf.c
modules/codec/ogt/common.c
modules/codec/ogt/cvd.c
modules/codec/ogt/cvd_parse.c
modules/codec/ogt/ogt.c
modules/codec/ogt/ogt_parse.c
modules/control/hotkeys.c
modules/stream_out/transcode.c
src/input/decoder.c
src/misc/modules.c
src/misc/objects.c
src/video_output/video_output.c
src/video_output/video_text.c
src/video_output/video_widgets.c
src/video_output/vout_pictures.c
src/video_output/vout_subpictures.c