aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_render.c
Commit message (Expand)AuthorAge
* 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
* Return from ass_start_frame immediately if the track is empty.Gravatar eugeni2007-12-30
* 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
* 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
* Deallocate string.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
* Fix division by zero in "\t" parsing.Gravatar eugeni2007-04-27
* Do not use FT_Glyph_Copy with NULL glyphs.Gravatar eugeni2007-04-24
* Deallocate glyphs in a separate loop.Gravatar eugeni2007-04-21
* Always deallocate glyphs. Fixes a memory leak.Gravatar eugeni2007-04-21
* Reset outline glyph cache when configuration changes.Gravatar eugeni2007-04-21
* Scale camera distance.Gravatar eugeni2007-04-21
* Remove unused variables.Gravatar eugeni2007-04-20
* Cosmetics.Gravatar eugeni2007-04-20
* Allow caching of rotated glyphs.Gravatar eugeni2007-04-20
* Add shift_[xy] (vector that is added to the glyph before transformation) toGravatar eugeni2007-04-20
* Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.Gravatar eugeni2007-04-20
* Remove bbox and advance vector from bitmap cache.Gravatar eugeni2007-04-20
* Store outline_glyph (glyph border) in glyph cache.Gravatar eugeni2007-04-20
* Cosmetics: reindentation.Gravatar eugeni2007-04-20
* Because of the outline glyph cache it is now possible for glyph_info_t to haveGravatar eugeni2007-04-20
* Make get_*_glyph return void.Gravatar eugeni2007-04-20
* Move outline glyph generation to a separate function, using outline glyphGravatar eugeni2007-04-20
* Rename glyph cache to bitmap cache.Gravatar eugeni2007-04-20
* A meaningless cosmetic change.Gravatar eugeni2007-04-20
* Add perspective projection.Gravatar eugeni2007-04-20
* Applying transformation matrix to the glyph and the shift vector separately isGravatar eugeni2007-04-20
* Cosmetics: reindentation.Gravatar eugeni2007-04-20
* Disable caching of rotated glyphs.Gravatar eugeni2007-04-20
* Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyphGravatar eugeni2007-04-13
* Fix lost hard linebreaks in libass by repeating the loop when both soft andGravatar eugeni2007-04-07
* "()" to "(void)" function param list fixesGravatar uau2007-04-01