index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
/
ass_cache.c
Commit message (
Expand
)
Author
Age
*
Fix stupid bug in r23229.
eugeni
2007-05-03
*
Make cache_*_add functions return the pointer to new (copied) value.
eugeni
2007-05-03
*
Store outline_glyph (glyph border) in glyph cache.
eugeni
2007-04-20
*
Oops, fix compilation broken in r23037.
eugeni
2007-04-20
*
Collect hit/miss statistic in hash map, and print in -v mode.
eugeni
2007-04-20
*
Add outline glyph cache (unused yet).
eugeni
2007-04-20
*
Rename glyph cache to bitmap cache.
eugeni
2007-04-20
*
Add generic hash map implementation.
eugeni
2007-04-20
*
Add some missing includes.
eugeni
2007-02-22
*
Implement \frx and \fry (and reimplement \frz) as 3d rotations.
eugeni
2007-02-16
*
Keep embedded fonts in ass_library_t and perform actual disk write
eugeni
2006-12-03
*
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
eugeni
2006-11-28
*
Fix compilation broken in previous commit.
eugeni
2006-11-27
*
Move ass_font_t allocation to ass_font.h.
eugeni
2006-11-27
*
Remove obsolete "no_more_font_messages" hack.
eugeni
2006-11-26
*
Move fonts-related code to a separate file.
eugeni
2006-11-26
*
Make ass_new_font return ass_font_t struct (instead of just FT_Face).
eugeni
2006-11-26
*
Move ass_font_t to header.
eugeni
2006-11-26
*
Rename:
eugeni
2006-11-26
*
MSGTRs for libass
kraymer
2006-11-19
*
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
2006-11-19
*
Prefer microsoft-specific charmaps to all other.
eugeni
2006-11-03
*
Introduce MSGT_ASS, use it for all libass messages.
eugeni
2006-11-03
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Shadow support in libass.
eugeni
2006-09-24
*
Add \be (blur edges) support to libass.
eugeni
2006-09-16
*
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
eugeni
2006-09-16
*
Simplify ass_glyph_cache_reset().
eugeni
2006-08-26
*
Reset glyph cache on reconfigure.
eugeni
2006-08-26
*
Initial libass release (without mencoder support).
eugeni
2006-07-07