]> granicus.if.org Git - libass/history - libass/ass_cache.h
cache: switch to gradual cache clearing
[libass] / libass / ass_cache.h
2016-06-30 Dr.Smilecache: switch to gradual cache clearing
2015-01-27 Dr.SmileClean up bitmap combining
2014-11-23 Dr.SmileReplace FT_Outline with ASS_Outline
2014-01-26 11rcombsCombine bitmaps before applying blur and shadow
2011-07-29 Grigori Goronzyharfbuzz: cache glyph metrics
2011-06-27 Grigori Goronzycache: unified bitmap cache
2011-06-27 Grigori Goronzycache: fix size tracking and emptying
2011-06-27 Grigori Goronzycache: unified outline cache for glyphs/drawings
2011-06-20 Grigori GoronzyConvert outline processing and caching from glyphs...
2011-06-07 Grigori GoronzyAdd cache statistics
2011-06-07 Grigori GoronzyMuch improved cache/hashmap implementation
2010-09-28 Grigori GoronzyRelicense to ISC
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-19 Grigori GoronzyIntroduce simple cache memory management
2009-07-12 Grigori GoronzyUpdates for autotools' make dist
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-07-06 Grigori GoronzyImplement drawing mode (\p)
2009-06-20 Uoti UrpalaUse safe hash functions for composite bitmaps
2009-06-20 gregReindent all source code.
2009-06-19 gregRemove cache globals; move cache data into a separate...
2009-06-19 gregFrom uau: libass: Fix cache lookup problem causing...
2009-05-13 diegowhitespace cosmetics: Remove all trailing whitespace.
2009-03-05 gregCombine adjacent overlapping, translucent glyph borders...
2009-02-07 eugeniAllow \be with arguments other than 0 or 1. Implement...
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-03-05 diegoAdd missing header #includes to fix 'make checkheaders'.
2008-01-29 diegoConsistently give all libass multiple inclusion guards...
2007-12-31 diegoAdd explanatory comments to the #endif part of multiple...
2007-07-02 diegoDo not use leading underscores in multiple inclusion...
2007-05-14 eugeniSupport fractional font sizes.
2007-05-03 eugeniMake cache_*_add functions return the pointer to new...
2007-05-01 eugeniBugfix: glyph cache depends on border width, because...
2007-04-20 eugeniAdd shift_[xy] (vector that is added to the glyph befor...
2007-04-20 eugeniRemove bbox and advance vector from bitmap cache.
2007-04-20 eugeniStore outline_glyph (glyph border) in glyph cache.
2007-04-20 eugeniAdd outline glyph cache (unused yet).
2007-04-20 eugeniRename glyph cache to bitmap cache.
2007-04-20 eugeniAdd generic hash map implementation.
2007-02-16 eugeniImplement \frx and \fry (and reimplement \frz) as 3d...
2007-02-16 eugeniConsistently name z-axis rotation angle "frz".
2006-11-28 eugeniUse (ass_font_t, char code) instead of (FT_Face, glyph...
2006-11-27 eugeniDon't include freetype headers in other headers.
2006-11-27 eugeniMove ass_font_desc_t and ass_font_t declarations to...
2006-11-27 eugeniMove ass_font_t allocation to ass_font.h.
2006-11-26 eugeniMove fonts-related code to a separate file.
2006-11-26 eugeniMake ass_new_font return ass_font_t struct (instead...
2006-11-26 eugeniMove ass_font_t to header.
2006-11-26 eugeniRename:
2006-10-01 eugeniAdd copyright notice and vim/emacs comments to libass...
2006-09-24 eugeniShadow support in libass.
2006-09-16 eugeniAdd \be (blur edges) support to libass.
2006-09-16 eugeniStore bitmap glyphs in a separate struct, instead of...
2006-08-26 eugeniReset glyph cache on reconfigure.
2006-07-07 eugeniInitial libass release (without mencoder support).