summaryrefslogtreecommitdiffstats
path: root/libass/ass_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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