Commit 24d7d66f authored by Vianney Boyer's avatar Vianney Boyer Committed by Jean-Baptiste Kempf

Freeze: Freeze interactive video filter

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ad351712
...@@ -15,6 +15,7 @@ Video Output: ...@@ -15,6 +15,7 @@ Video Output:
Video Filter: Video Filter:
* New Oldmovie effect filter * New Oldmovie effect filter
* New VHS effect filter * New VHS effect filter
* New Freeze effect filter
libVLC: libVLC:
* add equalizer API libvlc_audio_equalizer_* functions * add equalizer API libvlc_audio_equalizer_* functions
......
List of vlc plugins (384) List of vlc plugins (413)
$Id$ $Id$
* a52: A/52 basic parser/packetizer * a52: A/52 basic parser/packetizer
* a52tofloat32: A/52 audio converter & decoder plugin, using liba52 * a52tofloat32: A/52 audio converter & decoder plugin, using liba52
...@@ -133,6 +133,7 @@ $Id$ ...@@ -133,6 +133,7 @@ $Id$
* fluidsynth: Software MIDI synthetizer using libfluidsynth * fluidsynth: Software MIDI synthetizer using libfluidsynth
* folder: folder meta data and art finder * folder: folder meta data and art finder
* freetype: Utility to put text on video using freetype2 * freetype: Utility to put text on video using freetype2
* freeze: picture freezing video filter
* g711: G.711 audio codec * g711: G.711 audio codec
* gain: Gain audio filter * gain: Gain audio filter
* gaussianblur: gaussian blur video filter * gaussianblur: gaussian blur video filter
......
...@@ -135,6 +135,7 @@ SOURCES_hqdn3d = hqdn3d.c hqdn3d.h ...@@ -135,6 +135,7 @@ 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 SOURCES_vhs = vhs.c
SOURCES_freeze = freeze.c
noinst_HEADERS = filter_picture.h noinst_HEADERS = filter_picture.h
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
...@@ -179,5 +180,6 @@ libvlc_LTLIBRARIES += \ ...@@ -179,5 +180,6 @@ libvlc_LTLIBRARIES += \
libhqdn3d_plugin.la \ libhqdn3d_plugin.la \
libanaglyph_plugin.la \ libanaglyph_plugin.la \
liboldmovie_plugin.la \ liboldmovie_plugin.la \
libvhs_plugin.la libvhs_plugin.la \
libfreeze_plugin.la
This diff is collapsed.
...@@ -1095,6 +1095,7 @@ modules/video_filter/erase.c ...@@ -1095,6 +1095,7 @@ modules/video_filter/erase.c
modules/video_filter/extract.c modules/video_filter/extract.c
modules/video_filter/filter_event_info.h modules/video_filter/filter_event_info.h
modules/video_filter/filter_picture.h modules/video_filter/filter_picture.h
modules/video_filter/freeze.c
modules/video_filter/gaussianblur.c modules/video_filter/gaussianblur.c
modules/video_filter/gradfun.c modules/video_filter/gradfun.c
modules/video_filter/gradient.c modules/video_filter/gradient.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