summaryrefslogtreecommitdiffstats
path: root/libass/ass_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Update internal libass copy to commit 8db4a5greg2010-01-081-260/+460
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* Fix \be blur start position.greg2009-03-061-2/+2
* Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.greg2009-03-061-8/+32
* Hack: half-merge glyph border with outline to avoid ugly anti-aliasinggreg2009-03-051-1/+1
* Fix a memory leak.eugeni2009-03-011-0/+1
* Fix memory leak produced by the \blur patch.eugeni2009-02-271-2/+2
* Stronger blur.eugeni2009-02-271-0/+1
* Allow \be with arguments other than 0 or 1. Implement \blur.eugeni2009-02-071-12/+32
* If (has outline) blur(outline) else blur(glyph).eugeni2008-08-071-1/+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
* Check glyph bounding box before rasterizing and complain if it is too large.eugeni2008-02-221-0/+16
* "()" to "(void)" function param list fixesuau2007-04-011-1/+1
* MSGTRs for libasskraymer2006-11-191-2/+2
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-191-2/+1
* Partial fix for semitransparent glyph outlines.eugeni2006-11-131-1/+1
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-2/+2
* Revert r20517.eugeni2006-10-291-116/+1
* Copy the following functions to libass to avoid dependency on the rest of mpl...eugeni2006-10-291-1/+116
* 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/+6
* Shadow support in libass.eugeni2006-09-241-9/+30
* Free memory in ass_synth_done().eugeni2006-09-241-0/+6
* Reduce size of non-blurred bitmaps.eugeni2006-09-231-1/+1
* Cosmetics. Change indentation of block of code to make it consistent witheugeni2006-09-231-39/+39
* Better fix_outline implementation. No more "fix_outline failed" messages,eugeni2006-09-231-12/+15
* Reduce code duplication in init_render_context().eugeni2006-09-171-6/+9
* Subtract glyph bitmap from outline bitmap.eugeni2006-09-161-0/+22
* Add \be (blur edges) support to libass.eugeni2006-09-161-3/+104
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.eugeni2006-09-161-0/+91