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
4322d421
Commit
4322d421
authored
Jul 26, 2013
by
Vianney Boyer
Committed by
Jean-Baptiste Kempf
Aug 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oldmovie: Oldmovie style video filter
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
84fd16d6
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
883 additions
and
1 deletion
+883
-1
NEWS
NEWS
+3
-0
modules/LIST
modules/LIST
+1
-0
modules/video_filter/Modules.am
modules/video_filter/Modules.am
+4
-1
modules/video_filter/oldmovie.c
modules/video_filter/oldmovie.c
+874
-0
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
NEWS
View file @
4322d421
...
...
@@ -8,6 +8,9 @@ Access:
Video Output:
* Direct rendering and filtering for VDPAU hardware acceleration
Video Filter:
* New Oldmovie effect filter
Removed modules:
* ios video output: use ios2
...
...
modules/LIST
View file @
4322d421
...
...
@@ -231,6 +231,7 @@ $Id$
* ntservice: run VLC as a NT service
* nuv: NUV demuxer
* ogg: input module for OGG decapsulation
* oldmovie: oldmovie style video filter
* oldrc: old interface module using stdio
* omxil: OpenMAX IL audio/video decoder
* omxil_vout: OpenMAX IL video output
...
...
modules/video_filter/Modules.am
View file @
4322d421
...
...
@@ -133,6 +133,7 @@ SOURCES_gradfun = gradfun.c gradfun.h
SOURCES_subsdelay = subsdelay.c
SOURCES_hqdn3d = hqdn3d.c hqdn3d.h
SOURCES_anaglyph = anaglyph.c
SOURCES_oldmovie = oldmovie.c
noinst_HEADERS = filter_picture.h
libvlc_LTLIBRARIES += \
...
...
@@ -175,4 +176,6 @@ libvlc_LTLIBRARIES += \
libyuvp_plugin.la \
libantiflicker_plugin.la \
libhqdn3d_plugin.la \
libanaglyph_plugin.la
libanaglyph_plugin.la \
liboldmovie_plugin.la
modules/video_filter/oldmovie.c
0 → 100644
View file @
4322d421
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
4322d421
...
...
@@ -1109,6 +1109,7 @@ modules/video_filter/mosaic.c
modules/video_filter/mosaic.h
modules/video_filter/motionblur.c
modules/video_filter/motiondetect.c
modules/video_filter/oldmovie.c
modules/video_filter/opencv_example.cpp
modules/video_filter/opencv_wrapper.c
modules/video_filter/posterize.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