aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* 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
* Fix stupid bug in r23229.Gravatar eugeni2007-05-03
* Deallocate string.Gravatar eugeni2007-05-03
* In ass_font_new, allocate temporary ass_font_t on stack and return the pointerGravatar eugeni2007-05-03
* Make cache_*_add functions return the pointer to new (copied) value.Gravatar eugeni2007-05-03
* Always deallocate glyphs. Fixes memory leak.Gravatar eugeni2007-05-02
* Update comments.Gravatar eugeni2007-05-01
* Cosmetics.Gravatar eugeni2007-05-01
* Move glyph_to_bitmap() call and outline glyph deallocation toGravatar eugeni2007-05-01
* Minor code simplification.Gravatar eugeni2007-05-01
* Move get_bitmap_glyph() call to a separate loop.Gravatar eugeni2007-05-01
* Move transform_3d() call to get_bitmap_glyph().Gravatar eugeni2007-05-01
* Make a function static.Gravatar eugeni2007-05-01
* Don't recalculate rotation radius. Gravatar eugeni2007-05-01
* Bugfix: glyph cache depends on border width, because it contains outline_glyphGravatar eugeni2007-05-01
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27