aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_bitmap.c
Commit message (Expand)AuthorAge
* Allow \be with arguments other than 0 or 1. Implement \blur.Gravatar eugeni2009-02-07
* If (has outline) blur(outline) else blur(glyph).Gravatar eugeni2008-08-07
* Speak of libass instead of MPlayer in the libass license headers.Gravatar diego2008-05-14
* Use standard license header.Gravatar diego2008-05-13
* Check glyph bounding box before rasterizing and complain if it is too large.Gravatar eugeni2008-02-22
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* MSGTRs for libassGravatar kraymer2006-11-19
* Collect all includes of mplayer headers in libass in a single file (mputils.h).Gravatar eugeni2006-11-19
* Partial fix for semitransparent glyph outlines.Gravatar eugeni2006-11-13
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Revert r20517.Gravatar eugeni2006-10-29
* Copy the following functions to libass to avoid dependency on the rest of mpl...Gravatar eugeni2006-10-29
* 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
* Free memory in ass_synth_done().Gravatar eugeni2006-09-24
* Reduce size of non-blurred bitmaps.Gravatar eugeni2006-09-23
* Cosmetics. Change indentation of block of code to make it consistent withGravatar eugeni2006-09-23
* Better fix_outline implementation. No more "fix_outline failed" messages,Gravatar eugeni2006-09-23
* Reduce code duplication in init_render_context().Gravatar eugeni2006-09-17
* Subtract glyph bitmap from outline bitmap.Gravatar eugeni2006-09-16
* 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