Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
b7e1db84
Commit
b7e1db84
authored
Dec 12, 2014
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vout: document the priority rules
parent
4aa17707
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
modules/video_output/Makefile.am
modules/video_output/Makefile.am
+2
-0
modules/video_output/README
modules/video_output/README
+19
-0
No files found.
modules/video_output/Makefile.am
View file @
b7e1db84
voutdir
=
$(pluginsdir)
/video_output
vout_LTLIBRARIES
=
EXTRA_DIST
+=
video_output/README
if
HAVE_DECKLINK
libdecklinkoutput_plugin_la_SOURCES
=
video_output/decklink.cpp
libdecklinkoutput_plugin_la_CXXFLAGS
=
$(AM_CFLAGS)
$(CPPFLAGS_decklinkoutput)
...
...
modules/video_output/README
0 → 100644
View file @
b7e1db84
Video output display plugins
=============================
Priority rules
---------------
The priorities ranges are as follows since February 2011:
- less than 20: console (text)
- less than 50: plain frame buffers
- less than 100: no embedded windowing
- less than 150: SW scaling
- less than 200: SW chroma conversion
- rest: good stuff :-)
No more than one plugin with a given non-zero riority.
On Windows, native outputs are now priorized over XCB (as there now is
a Win32 port of XCB).
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