]> granicus.if.org Git - libass/history - libass/ass_cache.c
Fix resetting border style with \rSTYLE
[libass] / libass / ass_cache.c
2011-07-29 Grigori Goronzyharfbuzz: cache glyph metrics
2011-07-06 Grigori GoronzyFix cache leak
2011-06-27 Grigori Goronzycache: unified bitmap cache
2011-06-27 Grigori Goronzycache: safer ass_cache_stats
2011-06-27 Grigori Goronzycache: fix size tracking and emptying
2011-06-27 Grigori Goronzycache: unified outline cache for glyphs/drawings
2011-06-21 Grigori GoronzyClean up includes
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
2010-08-01 Grigori GoronzyLimit (bitmap) glyph cache size
2010-04-10 Grigori GoronzyBasic @font support
2009-08-14 Grigori GoronzyFix crash if glyph bitmap rasterization fails
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
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-10 Grigori GoronzyReplace string defines with real strings
2009-07-06 Grigori GoronzyImplement drawing mode (\p)
2009-06-27 Grigori GoronzyInclude ass_utils.h instead of mputils.h
2009-06-27 Grigori GoronzyRename mp_msg to ass_msg
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-08 eugeniTreat -font/-subfont as Fontconfig pattern in libass.
2009-03-05 gregCombine adjacent overlapping, translucent glyph borders...
2008-05-16 diegocosmetics: Remove useless parentheses from return state...
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2007-05-03 eugeniFix stupid bug in r23229.
2007-05-03 eugeniMake cache_*_add functions return the pointer to new...
2007-04-20 eugeniStore outline_glyph (glyph border) in glyph cache.
2007-04-20 eugeniOops, fix compilation broken in r23037.
2007-04-20 eugeniCollect hit/miss statistic in hash map, and print in...
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-22 eugeniAdd some missing includes.
2007-02-16 eugeniImplement \frx and \fry (and reimplement \frz) as 3d...
2006-12-03 eugeniKeep embedded fonts in ass_library_t and perform actual...
2006-11-28 eugeniUse (ass_font_t, char code) instead of (FT_Face, glyph...
2006-11-27 eugeniFix compilation broken in previous commit.
2006-11-27 eugeniMove ass_font_t allocation to ass_font.h.
2006-11-26 eugeniRemove obsolete "no_more_font_messages" hack.
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-11-19 kraymerMSGTRs for libass
2006-11-19 eugeniCollect all includes of mplayer headers in libass in...
2006-11-03 eugeniPrefer microsoft-specific charmaps to all other.
2006-11-03 eugeniIntroduce MSGT_ASS, use it for all libass messages.
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 eugeniSimplify ass_glyph_cache_reset().
2006-08-26 eugeniReset glyph cache on reconfigure.
2006-07-07 eugeniInitial libass release (without mencoder support).