| Commit message (Expand) | Author | Age |
* | Update internal libass copy to commit 8db4a5 | greg | 2010-01-08 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Fix \be blur start position. | greg | 2009-03-06 |
* | Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be. | greg | 2009-03-06 |
* | Hack: half-merge glyph border with outline to avoid ugly anti-aliasing | greg | 2009-03-05 |
* | Fix a memory leak. | eugeni | 2009-03-01 |
* | Fix memory leak produced by the \blur patch. | eugeni | 2009-02-27 |
* | Stronger blur. | eugeni | 2009-02-27 |
* | Allow \be with arguments other than 0 or 1. Implement \blur. | eugeni | 2009-02-07 |
* | If (has outline) blur(outline) else blur(glyph). | eugeni | 2008-08-07 |
* | Speak of libass instead of MPlayer in the libass license headers. | diego | 2008-05-14 |
* | Use standard license header. | diego | 2008-05-13 |
* | Check glyph bounding box before rasterizing and complain if it is too large. | eugeni | 2008-02-22 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | MSGTRs for libass | kraymer | 2006-11-19 |
* | Collect all includes of mplayer headers in libass in a single file (mputils.h). | eugeni | 2006-11-19 |
* | Partial fix for semitransparent glyph outlines. | eugeni | 2006-11-13 |
* | Introduce MSGT_ASS, use it for all libass messages. | eugeni | 2006-11-03 |
* | Revert r20517. | eugeni | 2006-10-29 |
* | Copy the following functions to libass to avoid dependency on the rest of mpl... | eugeni | 2006-10-29 |
* | Add copyright notice and vim/emacs comments to libass and vf_ass.c. | eugeni | 2006-10-01 |
* | Cosmetics: add some comments. | eugeni | 2006-09-24 |
* | Shadow support in libass. | eugeni | 2006-09-24 |
* | Free memory in ass_synth_done(). | eugeni | 2006-09-24 |
* | Reduce size of non-blurred bitmaps. | eugeni | 2006-09-23 |
* | Cosmetics. Change indentation of block of code to make it consistent with | eugeni | 2006-09-23 |
* | Better fix_outline implementation. No more "fix_outline failed" messages, | eugeni | 2006-09-23 |
* | Reduce code duplication in init_render_context(). | eugeni | 2006-09-17 |
* | Subtract glyph bitmap from outline bitmap. | eugeni | 2006-09-16 |
* | Add \be (blur edges) support to libass. | eugeni | 2006-09-16 |
* | Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer. | eugeni | 2006-09-16 |