aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_cache.h
Commit message (Expand)AuthorAge
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.Gravatar diego2008-01-29
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Support fractional font sizes.Gravatar eugeni2007-05-14
* Make cache_*_add functions return the pointer to new (copied) value.Gravatar eugeni2007-05-03
* Bugfix: glyph cache depends on border width, because it contains outline_glyphGravatar eugeni2007-05-01
* Add shift_[xy] (vector that is added to the glyph before transformation) toGravatar 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
* 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
* Implement \frx and \fry (and reimplement \frz) as 3d rotations.Gravatar eugeni2007-02-16
* Consistently name z-axis rotation angle "frz".Gravatar eugeni2007-02-16
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyGravatar eugeni2006-11-28
* Don't include freetype headers in other headers.Gravatar eugeni2006-11-27
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.Gravatar eugeni2006-11-27
* Move ass_font_t allocation to ass_font.h.Gravatar eugeni2006-11-27
* Move fonts-related code to a separate file.Gravatar eugeni2006-11-26
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).Gravatar eugeni2006-11-26
* Move ass_font_t to header.Gravatar eugeni2006-11-26
* Rename:Gravatar eugeni2006-11-26
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Shadow support in libass.Gravatar eugeni2006-09-24
* Add \be (blur edges) support to libass.Gravatar eugeni2006-09-16
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.Gravatar eugeni2006-09-16
* Reset glyph cache on reconfigure.Gravatar eugeni2006-08-26
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07