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
b5c35696
Commit
b5c35696
authored
Oct 07, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartztext: lower the priority in favor of freetype
parent
87166815
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
NEWS
NEWS
+2
-0
modules/text_renderer/quartztext.c
modules/text_renderer/quartztext.c
+1
-1
No files found.
NEWS
View file @
b5c35696
...
...
@@ -139,6 +139,8 @@ Video Filter:
* New OpenMAX DL IPCS filter for color space conversion and resizing
* Major improvements in the freetype text-rendering module, notably supporting
blackbox and customizable shadow
- The freetype module is used by default on the Mac now in favor of
quartztext, which can still be enabled manually
Audio Filter:
* New Compressor filter, a dynamic range compressor
...
...
modules/text_renderer/quartztext.c
View file @
b5c35696
...
...
@@ -127,7 +127,7 @@ vlc_module_begin ()
add_integer
(
"quartztext-color"
,
0x00FFFFFF
,
COLOR_TEXT
,
COLOR_LONGTEXT
,
false
)
change_integer_list
(
pi_color_values
,
ppsz_color_descriptions
)
set_capability
(
"text renderer"
,
1
50
)
set_capability
(
"text renderer"
,
50
)
add_shortcut
(
"text"
)
set_callbacks
(
Create
,
Destroy
)
vlc_module_end
()
...
...
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