]> git.sesse.net Git - vlc/commit
* Filter plugins. Not very polished (please don't look at how the dates are
authorSam Hocevar <sam@videolan.org>
Sun, 16 Dec 2001 16:18:36 +0000 (16:18 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 16 Dec 2001 16:18:36 +0000 (16:18 +0000)
commit14047fa106514c9839987c24c925cae340520019
tree78bce3c1084dddff7cbebd9a0ee897e425f6accb
parent97cba428ab0955687ca487d4633d14d731dc1738
  * Filter plugins. Not very polished (please don't look at how the dates are
    calculated!), but worth a try. Use the following flags:
     "--filter invert" for inverse video
     "--filter bob" for BOB deinterlacing
  * Fixed a potential segfault if the subtitle stream was encountered
    before the video stream.
  * Misc vout4 fixes.
28 files changed:
Makefile
Makefile.opts.in
configure
configure.in
include/common.h
include/config.h.in
include/modules_export.h
include/video.h
include/video_output.h
plugins/ac3_adec/ac3_adec.c
plugins/chroma/Makefile
plugins/chroma/chroma_common.h [new file with mode: 0644]
plugins/chroma/common.c [new file with mode: 0644]
plugins/chroma/transforms.h [new file with mode: 0644]
plugins/chroma/yv12_rgb8.c [new file with mode: 0644]
plugins/dummy/vout_dummy.c
plugins/filter/.cvsignore [new file with mode: 0644]
plugins/filter/Makefile [new file with mode: 0644]
plugins/filter/bob.c [new file with mode: 0644]
plugins/filter/invert.c [new file with mode: 0644]
plugins/mpeg_vdec/vpar_headers.c
plugins/sdl/vout_sdl.c
plugins/spudec/spu_decoder.c
plugins/x11/vout_common.c
plugins/x11/vout_xvideo.c
src/interface/main.c
src/video_output/video_output.c
src/video_output/vout_pictures.c