aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* 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
* Oops, fix compilation broken in r23037.Gravatar eugeni2007-04-20
* Collect hit/miss statistic in hash map, and print in -v mode.Gravatar eugeni2007-04-20
* Add outline glyph cache (unused yet).Gravatar eugeni2007-04-20
* Rename glyph cache to bitmap cache.Gravatar eugeni2007-04-20
* Add generic hash map implementation.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
* Remove unused includes.Gravatar eugeni2007-04-10
* Don't check if user-supplied default font path exists.Gravatar eugeni2007-04-10
* 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
* Use FT_Glyph_StrokeBorder to render only the outside border.Gravatar iive2007-03-31
* Remove unnecessary include from CFLAGS.Gravatar diego2007-03-15
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* A function always returning 0 could as well return void.Gravatar eugeni2007-03-06
* Text alignment should not use bounding boxes of individual glyphs.Gravatar eugeni2007-03-06
* Reset advance vector and glyph bounding box if glyph could not be found.Gravatar eugeni2007-03-06
* Fix incorrect spacing introduced in r22231:Gravatar eugeni2007-03-03
* 10l: x2scr used twice instead of y2scr.Gravatar eugeni2007-03-02
* Bugfix: transform origin to screen coordinates.Gravatar eugeni2007-03-02
* Fix \a parsing broken in r22291Gravatar uau2007-02-23
* Add some missing includes.Gravatar eugeni2007-02-22
* Oops, forgot {} before "else".Gravatar eugeni2007-02-21
* Cosmetics: fix indentation.Gravatar eugeni2007-02-20
* With \t(\b) text becomes bold at the middle of time interval, not at the endGravatar eugeni2007-02-20
* Any style modifier followed by no recognizable parameter resets to the default.Gravatar eugeni2007-02-20
* \fn without an argument resets font family to the value from style.Gravatar eugeni2007-02-20
* Fix display order of events.Gravatar eugeni2007-02-20
* Both (-1) and 1 mean bold font in SSA/ASS styles.Gravatar eugeni2007-02-19
* Add \t(\b) support.Gravatar eugeni2007-02-19