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
b2dcf928
Commit
b2dcf928
authored
May 12, 2015
by
Salah-Eddin Shaban
Committed by
Jean-Baptiste Kempf
May 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
freetype: update authors
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
038cdddb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
2 deletions
+19
-2
modules/text_renderer/freetype.c
modules/text_renderer/freetype.c
+1
-0
modules/text_renderer/freetype.h
modules/text_renderer/freetype.h
+5
-1
modules/text_renderer/text_layout.c
modules/text_renderer/text_layout.c
+8
-0
modules/text_renderer/text_layout.h
modules/text_renderer/text_layout.h
+5
-1
No files found.
modules/text_renderer/freetype.c
View file @
b2dcf928
...
...
@@ -9,6 +9,7 @@
* Bernie Purcell <bitmap@videolan.org>
* Jean-Baptiste Kempf <jb@videolan.org>
* Felix Paul Kühne <fkuehne@videolan.org>
* Salah-Eddin Shaban <salshaaban@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
...
...
modules/text_renderer/freetype.h
View file @
b2dcf928
...
...
@@ -4,7 +4,11 @@
* Copyright (C) 2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Salah-Eddin Shaban <salshaaban@gmail.com>
* Authors: Sigmund Augdal Helberg <dnumgis@videolan.org>
* Gildas Bazin <gbazin@videolan.org>
* Jean-Baptiste Kempf <jb@videolan.org>
* Laurent Aimar <fenrir@videolan.org>
* Salah-Eddin Shaban <salshaaban@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
...
...
modules/text_renderer/text_layout.c
View file @
b2dcf928
...
...
@@ -5,6 +5,14 @@
* $Id$
*
* Authors: Salah-Eddin Shaban <salshaaban@gmail.com>
* Laurent Aimar <fenrir@videolan.org>
* Sigmund Augdal Helberg <dnumgis@videolan.org>
* Gildas Bazin <gbazin@videolan.org>
* Jean-Baptiste Kempf <jb@videolan.org>
* Naohiro Koriyama <nkoriyama@gmail.com>
* David Fuhrmann <dfuhrmann@videolan.org>
* Erwan Tulou <erwan10@videolan.org>
* Devin Heitmueller <dheitmueller@kernellabs.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
...
...
modules/text_renderer/text_layout.h
View file @
b2dcf928
...
...
@@ -4,7 +4,11 @@
* Copyright (C) 2015 VLC authors and VideoLAN
* $Id$
*
* Authors: Salah-Eddin Shaban <salshaaban@gmail.com>
* Authors: Laurent Aimar <fenrir@videolan.org>
* Sigmund Augdal Helberg <dnumgis@videolan.org>
* Jean-Baptiste Kempf <jb@videolan.org>
* Devin Heitmueller <dheitmueller@kernellabs.com>
* Salah-Eddin Shaban <salshaaban@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
...
...
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