Commit 1f5a77b0 authored by Vianney Boyer's avatar Vianney Boyer Committed by Jean-Baptiste Kempf

VHS: VHS style video filter

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 71110446
...@@ -10,6 +10,7 @@ Video Output: ...@@ -10,6 +10,7 @@ Video Output:
Video Filter: Video Filter:
* New Oldmovie effect filter * New Oldmovie effect filter
* New VHS effect filter
Removed modules: Removed modules:
* ios video output: use ios2 * ios video output: use ios2
......
...@@ -370,6 +370,7 @@ $Id$ ...@@ -370,6 +370,7 @@ $Id$
* vdpau_display: VDPAU video display * vdpau_display: VDPAU video display
* vdpau_sharpen: VDPAU sharpen/blur video filter * vdpau_sharpen: VDPAU sharpen/blur video filter
* vdummy: dummy video display * vdummy: dummy video display
* vhs: vhs style video filter
* visual: visualisation system * visual: visualisation system
* vmem: video memory output * vmem: video memory output
* vobsub: VobSUB subtitles demuxer * vobsub: VobSUB subtitles demuxer
......
...@@ -134,6 +134,7 @@ SOURCES_subsdelay = subsdelay.c ...@@ -134,6 +134,7 @@ 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 SOURCES_oldmovie = oldmovie.c
SOURCES_vhs = vhs.c
noinst_HEADERS = filter_picture.h noinst_HEADERS = filter_picture.h
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
...@@ -177,5 +178,6 @@ libvlc_LTLIBRARIES += \ ...@@ -177,5 +178,6 @@ libvlc_LTLIBRARIES += \
libantiflicker_plugin.la \ libantiflicker_plugin.la \
libhqdn3d_plugin.la \ libhqdn3d_plugin.la \
libanaglyph_plugin.la \ libanaglyph_plugin.la \
liboldmovie_plugin.la liboldmovie_plugin.la \
libvhs_plugin.la
This diff is collapsed.
...@@ -1127,6 +1127,7 @@ modules/video_filter/sepia.c ...@@ -1127,6 +1127,7 @@ modules/video_filter/sepia.c
modules/video_filter/sharpen.c modules/video_filter/sharpen.c
modules/video_filter/subsdelay.c modules/video_filter/subsdelay.c
modules/video_filter/transform.c modules/video_filter/transform.c
modules/video_filter/vhs.c
modules/video_filter/wave.c modules/video_filter/wave.c
modules/video_filter/yuvp.c modules/video_filter/yuvp.c
modules/video_output/aa.c modules/video_output/aa.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