aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* 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
* Return from ass_start_frame immediately if the track is empty.Gravatar eugeni2007-12-30
* make libass use sub_font_name whenever it's possibleGravatar ben2007-12-16
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* Our enca code uses strdup() on the input encoding name, as we don't modify it...Gravatar iive2007-10-28
* Cosmetics: fix indentation after last commit.Gravatar eugeni2007-10-25
* Check return value of add_face.Gravatar eugeni2007-10-25
* Avoid text deformation and subtitles moving outside the screen in pan-and-scanGravatar eugeni2007-10-19
* More precise line spacing.Gravatar eugeni2007-09-18
* Fix text height calculation. It depends on line spacing.Gravatar eugeni2007-09-18
* Fix an obviously incorrect comment.Gravatar eugeni2007-09-18
* Enable ass_line_spacing option.Gravatar eugeni2007-09-18
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Fix compilation of ass_fontconfig.c when fontconfig is disabled.Gravatar iive2007-08-04
* Don't apply windows-like font scaling if hhea or os2 tables contain invalidGravatar eugeni2007-08-03
* Workaround for fonts with zero ascender/descender in horizontal header.Gravatar eugeni2007-08-03
* Factor out common code from ass_font_new and ass_font_reselect.Gravatar eugeni2007-08-03
* More simple and correct font reselection.Gravatar eugeni2007-08-03
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Consistently use filename as multiple inclusion guard.Gravatar diego2007-07-02
* When parsing ass-force-style arguments, search for '=' and '.' characters withGravatar eugeni2007-06-15
* Make sure there is at least one style in ass_track when parsing events.Gravatar eugeni2007-06-15
* Move code for reading a file and recoding it to utf-8 to a separate function.Gravatar eugeni2007-06-01
* Fix #if condition.Gravatar eugeni2007-05-20
* FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.Gravatar eugeni2007-05-20
* Correct font size in libass.Gravatar eugeni2007-05-19
* Revert y-axis rotation. Change order of rotations.Gravatar eugeni2007-05-18
* Support fractional font sizes.Gravatar eugeni2007-05-14
* Limit ass_font_set_transform to nonrotating transformations.Gravatar eugeni2007-05-14
* Don't deallocate font data if it will be used later.Gravatar eugeni2007-05-09
* Move variables and a function under #ifdef FC_VERSION to avoid warnings.Gravatar eugeni2007-05-03
* Deallocate FontConfig objects.Gravatar eugeni2007-05-03