summaryrefslogtreecommitdiffstats
path: root/libass/ass_bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* Update internal libass copy to commit 8db4a5greg2010-01-081-13/+17
* Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.greg2009-03-061-1/+1
* Allow \be with arguments other than 0 or 1. Implement \blur.eugeni2009-02-071-2/+2
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-141-4/+4
* Use standard license header.diego2008-05-131-16/+18
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+3
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-291-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-2/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* "()" to "(void)" function param list fixesuau2007-04-011-1/+1
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Cosmetics: add some comments.eugeni2006-09-241-0/+10
* Shadow support in libass.eugeni2006-09-241-1/+1
* Add \be (blur edges) support to libass.eugeni2006-09-161-1/+6
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.eugeni2006-09-161-0/+14