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: ...@@ -8,6 +8,9 @@ Access:
Video Output: Video Output:
* Direct rendering and filtering for VDPAU hardware acceleration * Direct rendering and filtering for VDPAU hardware acceleration
Video Filter:
* New Oldmovie effect filter
Removed modules: Removed modules:
* ios video output: use ios2 * ios video output: use ios2
......
...@@ -231,6 +231,7 @@ $Id$ ...@@ -231,6 +231,7 @@ $Id$
* ntservice: run VLC as a NT service * ntservice: run VLC as a NT service
* nuv: NUV demuxer * nuv: NUV demuxer
* ogg: input module for OGG decapsulation * ogg: input module for OGG decapsulation
* oldmovie: oldmovie style video filter
* oldrc: old interface module using stdio * oldrc: old interface module using stdio
* omxil: OpenMAX IL audio/video decoder * omxil: OpenMAX IL audio/video decoder
* omxil_vout: OpenMAX IL video output * omxil_vout: OpenMAX IL video output
......
...@@ -133,6 +133,7 @@ SOURCES_gradfun = gradfun.c gradfun.h ...@@ -133,6 +133,7 @@ SOURCES_gradfun = gradfun.c gradfun.h
SOURCES_subsdelay = subsdelay.c SOURCES_subsdelay = subsdelay.c
SOURCES_hqdn3d = hqdn3d.c hqdn3d.h SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
SOURCES_anaglyph = anaglyph.c SOURCES_anaglyph = anaglyph.c
SOURCES_oldmovie = oldmovie.c
noinst_HEADERS = filter_picture.h noinst_HEADERS = filter_picture.h
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
...@@ -175,4 +176,6 @@ libvlc_LTLIBRARIES += \ ...@@ -175,4 +176,6 @@ libvlc_LTLIBRARIES += \
libyuvp_plugin.la \ libyuvp_plugin.la \
libantiflicker_plugin.la \ libantiflicker_plugin.la \
libhqdn3d_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 ...@@ -1109,6 +1109,7 @@ modules/video_filter/mosaic.c
modules/video_filter/mosaic.h modules/video_filter/mosaic.h
modules/video_filter/motionblur.c modules/video_filter/motionblur.c
modules/video_filter/motiondetect.c modules/video_filter/motiondetect.c
modules/video_filter/oldmovie.c
modules/video_filter/opencv_example.cpp modules/video_filter/opencv_example.cpp
modules/video_filter/opencv_wrapper.c modules/video_filter/opencv_wrapper.c
modules/video_filter/posterize.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