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