Commit 4322d421 authored by Vianney Boyer's avatar Vianney Boyer Committed by Jean-Baptiste Kempf

Oldmovie: Oldmovie style video filter

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 84fd16d6
......@@ -8,6 +8,9 @@ Access:
Video Output:
* Direct rendering and filtering for VDPAU hardware acceleration
Video Filter:
* New Oldmovie effect filter
Removed modules:
* ios video output: use ios2
......
......@@ -231,6 +231,7 @@ $Id$
* ntservice: run VLC as a NT service
* nuv: NUV demuxer
* ogg: input module for OGG decapsulation
* oldmovie: oldmovie style video filter
* oldrc: old interface module using stdio
* omxil: OpenMAX IL audio/video decoder
* omxil_vout: OpenMAX IL video output
......
......@@ -133,6 +133,7 @@ SOURCES_gradfun = gradfun.c gradfun.h
SOURCES_subsdelay = subsdelay.c
SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
SOURCES_anaglyph = anaglyph.c
SOURCES_oldmovie = oldmovie.c
noinst_HEADERS = filter_picture.h
libvlc_LTLIBRARIES += \
......@@ -175,4 +176,6 @@ libvlc_LTLIBRARIES += \
libyuvp_plugin.la \
libantiflicker_plugin.la \
libhqdn3d_plugin.la \
libanaglyph_plugin.la
libanaglyph_plugin.la \
liboldmovie_plugin.la
This diff is collapsed.
......@@ -1109,6 +1109,7 @@ modules/video_filter/mosaic.c
modules/video_filter/mosaic.h
modules/video_filter/motionblur.c
modules/video_filter/motiondetect.c
modules/video_filter/oldmovie.c
modules/video_filter/opencv_example.cpp
modules/video_filter/opencv_wrapper.c
modules/video_filter/posterize.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment