[vlc-devel] [PATCH 2/4] Freeze: Misc files for freeze video filter

Vianney Boyer vlcvboyer at gmail.com
Sun Aug 18 22:13:23 CEST 2013


Hi,

You'll find attached the second patch: contains misc files related to 
freeze video filter such as NEWS, modules/LIST, Modules.am, POTFILES.in

Regards

Vianney



---
  NEWS                            | 1 +
  modules/LIST                    | 3 ++-
  modules/video_filter/Modules.am | 4 +++-
  po/POTFILES.in                  | 1 +
  4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 5eb9c75..93b05ff 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ Video Output:
  Video Filter:
   * New Oldmovie effect filter
   * New VHS effect filter
+ * New Freeze effect filter

  libVLC:
   * add equalizer API libvlc_audio_equalizer_* functions
diff --git a/modules/LIST b/modules/LIST
index 8935b7b..067ea68 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -1,4 +1,4 @@
-List of vlc plugins (384)
+List of vlc plugins (413)
  $Id$
   * a52: A/52 basic parser/packetizer
   * a52tofloat32: A/52 audio converter & decoder plugin, using liba52
@@ -133,6 +133,7 @@ $Id$
   * fluidsynth: Software MIDI synthetizer using libfluidsynth
   * folder: folder meta data and art finder
   * freetype: Utility to put text on video using freetype2
+ * freeze: picture freezing video filter
   * g711: G.711 audio codec
   * gain: Gain audio filter
   * gaussianblur: gaussian blur video filter
diff --git a/modules/video_filter/Modules.am 
b/modules/video_filter/Modules.am
index 0c88038..f8431d1 100644
--- a/modules/video_filter/Modules.am
+++ b/modules/video_filter/Modules.am
@@ -135,6 +135,7 @@ SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
  SOURCES_anaglyph = anaglyph.c
  SOURCES_oldmovie = oldmovie.c
  SOURCES_vhs = vhs.c
+SOURCES_freeze = freeze.c
  noinst_HEADERS = filter_picture.h

  libvlc_LTLIBRARIES += \
@@ -179,5 +180,6 @@ libvlc_LTLIBRARIES += \
      libhqdn3d_plugin.la \
      libanaglyph_plugin.la \
      liboldmovie_plugin.la \
-    libvhs_plugin.la
+    libvhs_plugin.la \
+    libfreeze_plugin.la

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 74227c0..d829443 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1095,6 +1095,7 @@ modules/video_filter/erase.c
  modules/video_filter/extract.c
  modules/video_filter/filter_event_info.h
  modules/video_filter/filter_picture.h
+modules/video_filter/freeze.c
  modules/video_filter/gaussianblur.c
  modules/video_filter/gradfun.c
  modules/video_filter/gradient.c
-- 
1.8.3.2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Freeze-Misc-files-for-freeze-video-filter.patch
Type: text/x-patch
Size: 2360 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130818/f78c0161/attachment.bin>


More information about the vlc-devel mailing list