Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
24d7d66f
Commit
24d7d66f
authored
Aug 18, 2013
by
Vianney Boyer
Committed by
Jean-Baptiste Kempf
Aug 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Freeze: Freeze interactive video filter
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
ad351712
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
418 additions
and
2 deletions
+418
-2
NEWS
NEWS
+1
-0
modules/LIST
modules/LIST
+2
-1
modules/video_filter/Modules.am
modules/video_filter/Modules.am
+3
-1
modules/video_filter/freeze.c
modules/video_filter/freeze.c
+411
-0
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
NEWS
View file @
24d7d66f
...
...
@@ -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
...
...
modules/LIST
View file @
24d7d66f
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
...
...
modules/video_filter/Modules.am
View file @
24d7d66f
...
...
@@ -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
modules/video_filter/freeze.c
0 → 100644
View file @
24d7d66f
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
24d7d66f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment