aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_cache.c
Commit message (Expand)AuthorAge
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Treat -font/-subfont as Fontconfig pattern in libass.Gravatar eugeni2009-03-08
* Combine adjacent overlapping, translucent glyph borders and shadows toGravatar greg2009-03-05
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* Fix stupid bug in r23229.Gravatar eugeni2007-05-03
* Make cache_*_add functions return the pointer to new (copied) value.Gravatar eugeni2007-05-03
* Store outline_glyph (glyph border) in glyph cache.Gravatar 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
* Add some missing includes.Gravatar eugeni2007-02-22
* Implement \frx and \fry (and reimplement \frz) as 3d rotations.Gravatar eugeni2007-02-16
* Keep embedded fonts in ass_library_t and perform actual disk writeGravatar eugeni2006-12-03
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyGravatar eugeni2006-11-28
* Fix compilation broken in previous commit.Gravatar eugeni2006-11-27
* Move ass_font_t allocation to ass_font.h.Gravatar eugeni2006-11-27
* Remove obsolete "no_more_font_messages" hack.Gravatar eugeni2006-11-26
* 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
* MSGTRs for libassGravatar kraymer2006-11-19
* Collect all includes of mplayer headers in libass in a single file (mputils.h).Gravatar eugeni2006-11-19
* Prefer microsoft-specific charmaps to all other.Gravatar eugeni2006-11-03
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* 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
* Simplify ass_glyph_cache_reset().Gravatar eugeni2006-08-26
* Reset glyph cache on reconfigure.Gravatar eugeni2006-08-26
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07