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
07c0ff7b
Commit
07c0ff7b
authored
Jan 04, 2011
by
Branko Kokanovic
Committed by
Jean-Baptiste Kempf
Jan 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: Add sepia video filter to effects dialog
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
5c3dd0a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
37 deletions
+78
-37
modules/gui/qt4/components/extended_panels.cpp
modules/gui/qt4/components/extended_panels.cpp
+3
-0
modules/gui/qt4/ui/video_effects.ui
modules/gui/qt4/ui/video_effects.ui
+75
-37
No files found.
modules/gui/qt4/components/extended_panels.cpp
View file @
07c0ff7b
...
...
@@ -147,6 +147,9 @@ ExtVideo::ExtVideo( intf_thread_t *_p_intf, QTabWidget *_parent ) :
SETUP_VFILTER_OPTION
(
colorthresSaturationthresSlider
,
valueChanged
(
int
)
)
SETUP_VFILTER_OPTION
(
colorthresSimilaritythresSlider
,
valueChanged
(
int
)
)
SETUP_VFILTER
(
sepia
)
SETUP_VFILTER_OPTION
(
sepiaIntensitySpin
,
valueChanged
(
int
)
)
SETUP_VFILTER
(
invert
)
SETUP_VFILTER
(
gradient
)
...
...
modules/gui/qt4/ui/video_effects.ui
View file @
07c0ff7b
...
...
@@ -7,7 +7,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
542
</width>
<height>
286
</height>
<height>
302
</height>
</rect>
</property>
<property
name=
"currentIndex"
>
...
...
@@ -572,7 +572,7 @@
<attribute
name=
"title"
>
<string>
Color
</string>
</attribute>
<layout
class=
"QGridLayout"
name=
"gridLayout_
7
"
>
<layout
class=
"QGridLayout"
name=
"gridLayout_
9
"
>
<item
row=
"0"
column=
"0"
rowspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"colorthresEnable"
>
<property
name=
"title"
>
...
...
@@ -639,7 +639,7 @@
</layout>
</widget>
</item>
<item
row=
"0"
column=
"1"
rowspan=
"2"
colspan=
"2"
>
<item
row=
"0"
column=
"1"
rowspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"gradientEnable"
>
<property
name=
"title"
>
<string>
Gradient
</string>
...
...
@@ -678,7 +678,7 @@
</layout>
</widget>
</item>
<item
row=
"0"
column=
"
3
"
>
<item
row=
"0"
column=
"
2
"
>
<widget
class=
"QGroupBox"
name=
"posterizeEnable"
>
<property
name=
"title"
>
<string>
Posterize
</string>
...
...
@@ -713,7 +713,7 @@
</layout>
</widget>
</item>
<item
row=
"1"
column=
"
3"
rowspan=
"3
"
>
<item
row=
"1"
column=
"
2
"
>
<widget
class=
"QGroupBox"
name=
"motionblurEnable"
>
<property
name=
"title"
>
<string>
Motion blur
</string>
...
...
@@ -760,7 +760,7 @@
</layout>
</widget>
</item>
<item
row=
"2"
column=
"0"
rowspan=
"6"
>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QGroupBox"
name=
"extractEnable"
>
<property
name=
"title"
>
<string>
Color extraction
</string>
...
...
@@ -790,41 +790,77 @@
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"Q
CheckBox"
name=
"invert
Enable"
>
<property
name=
"t
ext
"
>
<string>
Invert colors
</string>
<widget
class=
"Q
GroupBox"
name=
"sepia
Enable"
>
<property
name=
"t
itle
"
>
<string>
Sepia
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"3"
>
<widget
class=
"QCheckBox"
name=
"rippleEnable"
>
<property
name=
"text"
>
<string>
Water effect
</string>
<property
name=
"checkable"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item
row=
"5"
column=
"3"
>
<widget
class=
"QCheckBox"
name=
"waveEnable"
>
<property
name=
"text"
>
<string>
Waves
</string>
<property
name=
"checked"
>
<bool>
false
</bool>
</property>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QLabel"
name=
"label_18"
>
<property
name=
"text"
>
<string>
Intensity
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QSpinBox"
name=
"sepiaIntensitySpin"
>
<property
name=
"maximum"
>
<number>
255
</number>
</property>
<property
name=
"value"
>
<number>
30
</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item
row=
"5"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"psychedelicEnable"
>
<property
name=
"text"
>
<string>
Psychedelic
</string>
</property>
</widget>
<item
row=
"2"
column=
"2"
rowspan=
"2"
>
<layout
class=
"QGridLayout"
name=
"gridLayout_7"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"motiondetectEnable"
>
<property
name=
"text"
>
<string>
Motion detect
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"rippleEnable"
>
<property
name=
"text"
>
<string>
Water effect
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"waveEnable"
>
<property
name=
"text"
>
<string>
Waves
</string>
</property>
</widget>
</item>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"psychedelicEnable"
>
<property
name=
"text"
>
<string>
Psychedelic
</string>
</property>
</widget>
</item>
</layout>
</item>
<item
row=
"3"
column=
"
1
"
>
<widget
class=
"QCheckBox"
name=
"
motiondetec
tEnable"
>
<item
row=
"3"
column=
"
0
"
>
<widget
class=
"QCheckBox"
name=
"
inver
tEnable"
>
<property
name=
"text"
>
<string>
Motion detect
</string>
<string>
Invert colors
</string>
</property>
</widget>
</item>
<item
row=
"
4
"
column=
"1"
>
<item
row=
"
3
"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"noiseEnable"
>
<property
name=
"text"
>
<string>
Noise
</string>
...
...
@@ -1595,34 +1631,35 @@
<tabstop>
magnifyEnable
</tabstop>
<tabstop>
colorthresEnable
</tabstop>
<tabstop>
colorthresColorText
</tabstop>
<tabstop>
eraseXSpin
</tabstop>
<tabstop>
colorthresSaturationthresSlider
</tabstop>
<tabstop>
colorthresSimilaritythresSlider
</tabstop>
<tabstop>
extractEnable
</tabstop>
<tabstop>
extractComponentText
</tabstop>
<tabstop>
invertEnable
</tabstop>
<tabstop>
gradientEnable
</tabstop>
<tabstop>
gradientModeCombo
</tabstop>
<tabstop>
gradientTypeCheck
</tabstop>
<tabstop>
gradientCartoonCheck
</tabstop>
<tabstop>
invert
Enable
</tabstop>
<tabstop>
motiondetectEnable
</tabstop>
<tabstop>
sepia
Enable
</tabstop>
<tabstop>
sepiaIntensitySpin
</tabstop>
<tabstop>
noiseEnable
</tabstop>
<tabstop>
psychedelicEnable
</tabstop>
<tabstop>
posterizeEnable
</tabstop>
<tabstop>
posterizeLevelSpin
</tabstop>
<tabstop>
motionblurEnable
</tabstop>
<tabstop>
blurFactorSlider
</tabstop>
<tabstop>
motiondetectEnable
</tabstop>
<tabstop>
rippleEnable
</tabstop>
<tabstop>
waveEnable
</tabstop>
<tabstop>
psychedelicEnable
</tabstop>
<tabstop>
atmoEnable
</tabstop>
<tabstop>
atmoEdgeweightningSlider
</tabstop>
<tabstop>
atmoBrightnessSlider
</tabstop>
<tabstop>
atmoDarknesslimitSlider
</tabstop>
<tabstop>
atmoFiltermodeCombo
</tabstop>
<tabstop>
atmoShowdotsCheck
</tabstop>
<tabstop>
atmoMeanlengthSlider
</tabstop>
<tabstop>
atmoMeanthresholdSlider
</tabstop>
<tabstop>
atmoPercentnewSlider
</tabstop>
<tabstop>
atmoFiltermodeCombo
</tabstop>
<tabstop>
atmoShowdotsCheck
</tabstop>
<tabstop>
wallEnable
</tabstop>
<tabstop>
wallRowsSpin
</tabstop>
<tabstop>
wallColsSpin
</tabstop>
...
...
@@ -1642,6 +1679,7 @@
<tabstop>
eraseEnable
</tabstop>
<tabstop>
eraseMaskText
</tabstop>
<tabstop>
eraseYSpin
</tabstop>
<tabstop>
eraseXSpin
</tabstop>
</tabstops>
<resources/>
<connections/>
...
...
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