Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
aa4e4b13
Commit
aa4e4b13
authored
Aug 12, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: video effects. Remove noise
parent
823b1be0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
modules/gui/qt4/components/extended_panels.cpp
modules/gui/qt4/components/extended_panels.cpp
+0
-2
modules/gui/qt4/ui/video_effects.ui
modules/gui/qt4/ui/video_effects.ui
+3
-11
No files found.
modules/gui/qt4/components/extended_panels.cpp
View file @
aa4e4b13
...
...
@@ -164,8 +164,6 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER
(
motiondetect
)
// SETUP_VFILTER( noise )
SETUP_VFILTER
(
psychedelic
)
SETUP_VFILTER
(
sharpen
)
...
...
modules/gui/qt4/ui/video_effects.ui
View file @
aa4e4b13
...
...
@@ -6,12 +6,12 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
542
</width>
<height>
284
</height>
<width>
629
</width>
<height>
321
</height>
</rect>
</property>
<property
name=
"currentIndex"
>
<number>
0
</number>
<number>
3
</number>
</property>
<widget
class=
"QWidget"
name=
"tab"
>
<attribute
name=
"title"
>
...
...
@@ -860,13 +860,6 @@
</property>
</widget>
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"noiseEnable"
>
<property
name=
"text"
>
<string>
Noise
</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget
class=
"QWidget"
name=
"tab_atmo"
>
...
...
@@ -1652,7 +1645,6 @@
<tabstop>
gradientCartoonCheck
</tabstop>
<tabstop>
sepiaEnable
</tabstop>
<tabstop>
sepiaIntensitySpin
</tabstop>
<tabstop>
noiseEnable
</tabstop>
<tabstop>
posterizeEnable
</tabstop>
<tabstop>
posterizeLevelSpin
</tabstop>
<tabstop>
motionblurEnable
</tabstop>
...
...
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