index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libass
/
ass_fontconfig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update internal libass copy to commit 8db4a5
greg
2010-01-08
1
-404
/
+347
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-15
/
+15
*
Cosmetics: reindent.
eugeni
2009-03-16
1
-5
/
+5
*
Fix uninitialized memory access in ass_fontconfig.
eugeni
2009-03-16
1
-0
/
+2
*
Cosmetics: reindent.
eugeni
2009-03-08
1
-25
/
+25
*
Treat -font/-subfont as Fontconfig pattern in libass.
eugeni
2009-03-08
1
-11
/
+20
*
Consistently use NULL for pointers instead of 0.
reimar
2008-11-02
1
-6
/
+6
*
Fallback to non-fontconfig behaviour when fontconfig initialization fails.
reimar
2008-11-02
1
-5
/
+3
*
Rename font-related preprocessor directives.
diego
2008-08-07
1
-4
/
+4
*
Check if the font set returned from FcFontSort in not NULL.
eugeni
2008-06-23
1
-0
/
+2
*
Reindent.
eugeni
2008-06-23
1
-35
/
+36
*
Only use application font dir if library->fonts_dir is not NULL.
eugeni
2008-06-23
1
-0
/
+2
*
Cosmetics: reindent after the last commit.
eugeni
2008-05-22
1
-25
/
+25
*
Read all faces of a memory font, not just the first one.
eugeni
2008-05-22
1
-1
/
+5
*
Fix compilation with FontConfig <= 2.2.96.
eugeni
2008-05-22
1
-0
/
+2
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
1
-4
/
+4
*
Use standard license header.
diego
2008-05-13
1
-16
/
+18
*
When building font pattern, treat both ' ' and '-' as word separators.
eugeni
2008-05-11
1
-7
/
+9
*
Fix possible free of unallocated memory.
eugeni
2008-05-11
1
-1
/
+1
*
Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.
eugeni
2008-05-08
1
-0
/
+10
*
If both full name and family are available, use the former in inexact match w...
eugeni
2008-05-08
1
-1
/
+1
*
Remove extra family names from the search pattern after FcFontSort and
eugeni
2008-05-08
1
-6
/
+18
*
Fix the second fontconfig_init function as the declaration in the .h file.
ulion
2008-05-03
1
-1
/
+1
*
Print more info about selected font.
eugeni
2008-05-02
1
-2
/
+24
*
Rewrite font family check in a simpler way.
eugeni
2008-05-02
1
-8
/
+9
*
Move font family check to the end of the list.
eugeni
2008-05-02
1
-5
/
+5
*
Cosmetics: rename local variables to better reflect their contents.
eugeni
2008-05-02
1
-17
/
+17
*
Only warn if both font family and it's full name are different from requested.
eugeni
2008-05-01
1
-3
/
+6
*
Allow inexact font family matching.
eugeni
2008-05-01
1
-0
/
+20
*
Remove libass dependency on global font_fontconfig variable.
eugeni
2008-04-30
1
-5
/
+4
*
Fix libass to support -nofontconfig.
ulion
2007-12-12
1
-0
/
+14
*
Fix compilation of ass_fontconfig.c when fontconfig is disabled.
iive
2007-08-04
1
-1
/
+2
*
More simple and correct font reselection.
eugeni
2007-08-03
1
-35
/
+17
*
Move variables and a function under #ifdef FC_VERSION to avoid warnings.
eugeni
2007-05-03
1
-10
/
+12
*
Deallocate FontConfig objects.
eugeni
2007-05-03
1
-9
/
+14
*
Don't check if user-supplied default font path exists.
eugeni
2007-04-10
1
-6
/
+1
*
Add some missing includes.
eugeni
2007-02-22
1
-0
/
+3
*
Update some comments.
eugeni
2006-12-17
1
-6
/
+12
*
Avoid "pointer targets differ in signedness" warnings.
eugeni
2006-12-16
1
-2
/
+2
*
Open embedded fonts directly from memory.
eugeni
2006-12-03
1
-4
/
+42
*
Keep embedded fonts in ass_library_t and perform actual disk write
eugeni
2006-12-03
1
-2
/
+92
*
If a glyph is not found in the current font, switch to another one.
eugeni
2006-11-28
1
-14
/
+51
*
Remove obsolete "no_more_font_messages" hack.
eugeni
2006-11-26
1
-7
/
+4
*
MSGTRs for libass
kraymer
2006-11-19
1
-13
/
+12
*
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
2006-11-19
1
-1
/
+1
*
Introduce MSGT_ASS, use it for all libass messages.
eugeni
2006-11-03
1
-13
/
+13
*
Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is b...
reimar
2006-10-08
1
-1
/
+5
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
1
-0
/
+20
*
Cosmetics: fix indentation after last commit.
eugeni
2006-09-19
1
-23
/
+23
*
Don't call FcDirScan/FcDirSave with FontConfig >= 2.4.
eugeni
2006-09-19
1
-1
/
+4
*
no c++ decls!
rfelker
2006-08-21
1
-1
/
+3
*
Use FontConfig cache to speedup mplayer startup.
eugeni
2006-08-06
1
-0
/
+28
*
Cosmetics.
eugeni
2006-07-13
1
-1
/
+1
*
Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...
eugeni
2006-07-13
1
-4
/
+6
*
Only match outline fonts.
eugeni
2006-07-10
1
-0
/
+7
*
Initial libass release (without mencoder support).
eugeni
2006-07-07
1
-0
/
+192