2008-05-14 |
diego |
Speak of libass instead of MPlayer in the libass license headers.
|
2008-05-13 |
diego |
Use standard license header.
|
2008-03-05 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2008-01-29 |
diego |
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
|
2007-12-31 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
2007-07-02 |
diego |
Do not use leading underscores in multiple inclusion guards, they are reserved.
|
2007-05-14 |
eugeni |
Support fractional font sizes.
|
2007-05-03 |
eugeni |
Make cache_*_add functions return the pointer to new (copied) value.
|
2007-05-01 |
eugeni |
Bugfix: glyph cache depends on border width, because it contains outline_glyph
|
2007-04-20 |
eugeni |
Add shift_[xy] (vector that is added to the glyph before transformation) to
|
2007-04-20 |
eugeni |
Remove bbox and advance vector from bitmap cache.
|
2007-04-20 |
eugeni |
Store outline_glyph (glyph border) in glyph cache.
|
2007-04-20 |
eugeni |
Add outline glyph cache (unused yet).
|
2007-04-20 |
eugeni |
Rename glyph cache to bitmap cache.
|
2007-04-20 |
eugeni |
Add generic hash map implementation.
|
2007-02-16 |
eugeni |
Implement \frx and \fry (and reimplement \frz) as 3d rotations.
|
2007-02-16 |
eugeni |
Consistently name z-axis rotation angle "frz".
|
2006-11-28 |
eugeni |
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify
|
2006-11-27 |
eugeni |
Don't include freetype headers in other headers.
|
2006-11-27 |
eugeni |
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
|
2006-11-27 |
eugeni |
Move ass_font_t allocation to ass_font.h.
|
2006-11-26 |
eugeni |
Move fonts-related code to a separate file.
|
2006-11-26 |
eugeni |
Make ass_new_font return ass_font_t struct (instead of just FT_Face).
|
2006-11-26 |
eugeni |
Move ass_font_t to header.
|
2006-11-26 |
eugeni |
Rename:
|
2006-10-01 |
eugeni |
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
|
2006-09-24 |
eugeni |
Shadow support in libass.
|
2006-09-16 |
eugeni |
Add \be (blur edges) support to libass.
|
2006-09-16 |
eugeni |
Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.
|
2006-08-26 |
eugeni |
Reset glyph cache on reconfigure.
|
2006-07-07 |
eugeni |
Initial libass release (without mencoder support).
|