summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Implement \frx and \fry (and reimplement \frz) as 3d rotations.eugeni2007-02-161-0/+3
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-0/+1
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyeugeni2006-11-281-3/+3
* Fix compilation broken in previous commit.eugeni2006-11-271-1/+1
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-271-20/+21
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-261-2/+0
* Move fonts-related code to a separate file.eugeni2006-11-261-41/+7
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).eugeni2006-11-261-13/+12
* Move ass_font_t to header.eugeni2006-11-261-8/+0
* Rename:eugeni2006-11-261-24/+24
* MSGTRs for libasskraymer2006-11-191-2/+2
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-191-1/+1
* Prefer microsoft-specific charmaps to all other.eugeni2006-11-031-0/+20
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-2/+2
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Shadow support in libass.eugeni2006-09-241-0/+1
* Add \be (blur edges) support to libass.eugeni2006-09-161-0/+1
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.eugeni2006-09-161-2/+4
* Simplify ass_glyph_cache_reset().eugeni2006-08-261-4/+5
* Reset glyph cache on reconfigure.eugeni2006-08-261-2/+7
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+209