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
4efcb188
Commit
4efcb188
authored
Nov 27, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: add the hw-accel to simple preferences
parent
b02915bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
24 deletions
+23
-24
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-1
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+22
-23
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
4efcb188
...
...
@@ -429,8 +429,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"prefer-system-codecs"
,
Bool
,
NULL
,
systemCodecBox
);
#else
ui
.
systemCodecBox
->
hide
();
ui
.
systemCodecLabel
->
hide
();
#endif
CONFIG_GENERIC
(
"ffmpeg-hw"
,
Bool
,
NULL
,
hwAccelBox
);
optionWidgets
.
append
(
ui
.
DVDDevice
);
optionWidgets
.
append
(
ui
.
cachingCombo
);
CONFIG_GENERIC
(
"ffmpeg-skiploopfilter"
,
IntegerList
,
ui
.
filterLabel
,
loopFilterBox
);
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
4efcb188
...
...
@@ -8,7 +8,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
687
</width>
<height>
489
</height>
<height>
548
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
...
...
@@ -227,22 +227,6 @@
<string>
Codecs
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"ppLabel"
>
<property
name=
"minimumSize"
>
<size>
<width>
250
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"text"
>
<string>
Video quality post-processing level
</string>
</property>
<property
name=
"buddy"
>
<cstring>
PostProcLevel
</cstring>
</property>
</widget>
</item>
<item
row=
"7"
column=
"0"
>
<widget
class=
"QLabel"
name=
"filterLabel"
>
<property
name=
"text"
>
...
...
@@ -289,17 +273,33 @@
</item>
</layout>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"systemCodecLabel"
>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"ppLabel"
>
<property
name=
"minimumSize"
>
<size>
<width>
250
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"text"
>
<string>
System codecs (better quality)
</string>
<string>
Video quality post-processing level
</string>
</property>
<property
name=
"buddy"
>
<cstring>
PostProcLevel
</cstring>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"hwAccelBox"
>
<property
name=
"text"
>
<string>
Use GPU acceleration (experimental)
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"systemCodecBox"
>
<property
name=
"text"
>
<string>
Use
host codecs if available
</string>
<string>
Use
system codecs if available (better quality, but dangerous)
</string>
</property>
</widget>
</item>
...
...
@@ -317,7 +317,6 @@
<tabstop>
PostProcLevel
</tabstop>
<tabstop>
AviRepair
</tabstop>
<tabstop>
live555TransportRTSP_TCPRadio
</tabstop>
<tabstop>
systemCodecBox
</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