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.h
Commit message (
Expand
)
Author
Age
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Support fractional font sizes.
eugeni
2007-05-14
*
Make cache_*_add functions return the pointer to new (copied) value.
eugeni
2007-05-03
*
Bugfix: glyph cache depends on border width, because it contains outline_glyph
eugeni
2007-05-01
*
Add shift_[xy] (vector that is added to the glyph before transformation) to
eugeni
2007-04-20
*
Remove bbox and advance vector from bitmap cache.
eugeni
2007-04-20
*
Store outline_glyph (glyph border) in glyph cache.
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
*
Implement \frx and \fry (and reimplement \frz) as 3d rotations.
eugeni
2007-02-16
*
Consistently name z-axis rotation angle "frz".
eugeni
2007-02-16
*
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
eugeni
2006-11-28
*
Don't include freetype headers in other headers.
eugeni
2006-11-27
*
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
eugeni
2006-11-27
*
Move ass_font_t allocation to ass_font.h.
eugeni
2006-11-27
*
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
*
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
*
Reset glyph cache on reconfigure.
eugeni
2006-08-26
*
Initial libass release (without mencoder support).
eugeni
2006-07-07