index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
Commit message (
Expand
)
Author
Age
*
Fix \fn without an argument consuming the next '\'.
eugeni
2008-07-09
*
Check if the font set returned from FcFontSort in not NULL.
eugeni
2008-06-23
*
Reindent.
eugeni
2008-06-23
*
Only use application font dir if library->fonts_dir is not NULL.
eugeni
2008-06-23
*
The size of output buffer is stored in 'osize', not 'size'.
eugeni
2008-05-29
*
Clear iconv conversion state also in libass.
eugeni
2008-05-29
*
Offset should be size_t.
eugeni
2008-05-29
*
Cosmetics: reindent after the last commit.
eugeni
2008-05-22
*
Read all faces of a memory font, not just the first one.
eugeni
2008-05-22
*
Fix compilation with FontConfig <= 2.2.96.
eugeni
2008-05-22
*
In case 2 styles have the same name, prefer the latest one.
eugeni
2008-05-19
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Add standard license header.
diego
2008-05-13
*
Fix one more license header wording detail for consistency.
diego
2008-05-13
*
Use standard license header.
diego
2008-05-13
*
When building font pattern, treat both ' ' and '-' as word separators.
eugeni
2008-05-11
*
Fix possible free of unallocated memory.
eugeni
2008-05-11
*
Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.
eugeni
2008-05-08
*
If both full name and family are available, use the former in inexact match w...
eugeni
2008-05-08
*
Remove extra family names from the search pattern after FcFontSort and
eugeni
2008-05-08
*
Fix the second fontconfig_init function as the declaration in the .h file.
ulion
2008-05-03
*
Print more info about selected font.
eugeni
2008-05-02
*
Rewrite font family check in a simpler way.
eugeni
2008-05-02
*
Move font family check to the end of the list.
eugeni
2008-05-02
*
Cosmetics: rename local variables to better reflect their contents.
eugeni
2008-05-02
*
Skip '@' at the beginning of the font name.
eugeni
2008-05-01
*
Only warn if both font family and it's full name are different from requested.
eugeni
2008-05-01
*
Allow inexact font family matching.
eugeni
2008-05-01
*
Remove libass dependency on global font_fontconfig variable.
eugeni
2008-04-30
*
Merge libass/Makefile into Makefile, one less recursive make directory.
diego
2008-04-08
*
Case insensitive parsing of SSA/ASS section headers.
eugeni
2008-03-30
*
Skip BOM at the beginning of text in ASS parser.
eugeni
2008-03-30
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.
eugeni
2008-02-22
*
Check glyph bounding box before rasterizing and complain if it is too large.
eugeni
2008-02-22
*
Some debugging routines.
eugeni
2008-02-22
*
Better handling of behind-the-camera objects.
eugeni
2008-02-22
*
Print FreeType version in libass init. Makes error logs slightly more helpful.
eugeni
2008-02-22
*
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
2008-01-29
*
Consistently use uppercase filename as multiple inclusion guard.
diego
2008-01-28
*
Add global ass_force_reload flag.
eugeni
2008-01-23
*
Do not try to guess font metrics based on its bounding box.
eugeni
2008-01-12
*
Fix ass_clear_fonts not deallocating fontdata.
eugeni
2008-01-08
*
No need to reinvent strdup...
eugeni
2008-01-07
*
Copy font data to ass_library instead of referencing demuxer-owned memory.
eugeni
2008-01-07
*
Allow overriding [Script Info] parameters with -ass-force-style option.
eugeni
2008-01-05
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
typo
diego
2007-12-30
*
Improve comments for ass_process_* functions.
eugeni
2007-12-30
[next]