aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_bitmap.h
Commit message (Expand)AuthorAge
* Allow \be with arguments other than 0 or 1. Implement \blur.Gravatar eugeni2009-02-07
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.Gravatar diego2008-01-29
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Cosmetics: add some comments.Gravatar eugeni2006-09-24
* Shadow support in libass.Gravatar eugeni2006-09-24
* Add \be (blur edges) support to libass.Gravatar eugeni2006-09-16
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.Gravatar eugeni2006-09-16