summaryrefslogtreecommitdiffstats
path: root/libass/ass_bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up bitmap combiningDr.Smile2015-01-281-10/+6
* Replace FT_Outline with ASS_OutlineDr.Smile2014-11-231-2/+12
* Move apply_blur() to ass_bitmap.cwm42014-11-131-15/+5
* Remove bitmap restridingwm42014-06-011-3/+0
* Implement fast quad-tree rasterizer in C and x86/SSE2/AVX2Dr.Smile2014-04-291-3/+2
* Use a function for aligned memory allocationswm42014-02-021-2/+1
* Combine bitmaps before applying blur and shadow11rcombs2014-01-251-2/+41
* Properly render opaque box shadows even when there is no borderOleg Oshmyan2012-12-281-1/+2
* bitmap: add strideGrigori Goronzy2011-06-261-0/+1
* Remove unused functionGrigori Goronzy2011-06-211-1/+0
* Convert to high-level rasterizer parts to outlinesGrigori Goronzy2011-06-151-5/+7
* Relicense to ISCGrigori Goronzy2010-09-281-12/+10
* Check vector clip mask bounding box sizeGrigori Goronzy2010-08-011-0/+1
* opaque box: do not subtract glyph from borderGrigori Goronzy2009-09-011-1/+2
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-7/+7
* Clean up typedefs/structsGrigori Goronzy2009-07-281-2/+2
* Message callback funtionalityGrigori Goronzy2009-07-111-4/+6
* Subpixel accurate shadow renderingGrigori Goronzy2009-06-291-1/+1
* Reindent all source code.greg2009-06-201-10/+11
* 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