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
c8446836
Commit
c8446836
authored
May 15, 2010
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4: add x264 tune/preset on simple-preferences
parent
36886f82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+2
-0
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+17
-0
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
c8446836
...
...
@@ -455,6 +455,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
optionWidgets
.
append
(
ui
.
DVDDevice
);
optionWidgets
.
append
(
ui
.
cachingCombo
);
CONFIG_GENERIC
(
"ffmpeg-skiploopfilter"
,
IntegerList
,
ui
.
filterLabel
,
loopFilterBox
);
CONFIG_GENERIC
(
"sout-x264-tune"
,
StringList
,
ui
.
x264Label
,
tuneBox
);
CONFIG_GENERIC
(
"sout-x264-preset"
,
StringList
,
ui
.
x264Label
,
presetBox
);
/* Caching */
/* Add the things to the ComboBox */
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
c8446836
...
...
@@ -73,6 +73,23 @@
<item
row=
"7"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"loopFilterBox"
/>
</item>
<item
row=
"9"
column=
"0"
>
<widget
class=
"QLabel"
name=
"x264Label"
>
<property
name=
"text"
>
<string>
x264 preset and tuning selection
</string>
</property>
<property
name=
"buddy"
>
<cstring>
presetBox
</cstring>
<cstring>
tuneBox
</cstring>
</property>
</widget>
</item>
<item
row=
"9"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"presetBox"
/>
</item>
<item
row=
"9"
column=
"2"
>
<widget
class=
"QComboBox"
name=
"tuneBox"
/>
</item>
<item
row=
"2"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item>
...
...
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