summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.c
Commit message (Expand)AuthorAgeFilesLines
* Calculate text bounding box in such way that it does not depend on the heighteugeni2006-09-191-0/+2
* Fix a stupid bug in list concatenation.eugeni2006-09-181-18/+9
* Reduce code duplication in init_render_context().eugeni2006-09-171-77/+84
* Add \be (blur edges) support to libass.eugeni2006-09-161-3/+16
* Store bitmap glyphs in a separate struct, instead of FreeType's internal buffer.eugeni2006-09-161-60/+44
* Make font outline width proportional to movie resolution.eugeni2006-09-131-4/+6
* Bugfix: timing for empty karaoke words was lost, resultingeugeni2006-09-061-5/+21
* Workaround for broken fonts with bad ascender/descender.eugeni2006-09-051-7/+11
* Change \fad behaviour so that it does not get cancelled by \r.eugeni2006-09-051-9/+10
* Simplification.eugeni2006-09-051-44/+34
* Add vertical clipping for subtitles that were moved because of a collision.eugeni2006-09-041-0/+15
* Fix possible unallocated memory read in libass line wrapping code.eugeni2006-09-041-2/+2
* Fix last commit.eugeni2006-09-031-1/+1
* More checks in ass_render_event.eugeni2006-09-031-7/+9
* Remove unneeded variable.eugeni2006-09-031-4/+3
* Better collision detection algorithm. The idea is to keep a subtitle in placeeugeni2006-09-021-68/+263
* Remove some unused code.eugeni2006-09-021-5/+0
* Make \fr* parameter a floating point value.eugeni2006-09-011-4/+4
* Bugfix: wrong height value used in font size calculation.eugeni2006-08-311-1/+1
* Fix font scaling taking margins into account.eugeni2006-08-281-1/+1
* Cosmetics: fix indentation after r19562.eugeni2006-08-271-29/+29
* Transition effects support.eugeni2006-08-271-22/+113
* Reset glyph cache on reconfigure.eugeni2006-08-261-1/+7
* Add right and left margins support to libass.eugeni2006-08-261-4/+14
* Fix previous commit.eugeni2006-08-241-1/+1
* Simplify vf_ass initialization.eugeni2006-08-241-3/+7
* Fix wrong handling of transparency in \fad(\fade).eugeni2006-08-161-4/+15
* Replace stdint.h with inttypes.h.eugeni2006-08-151-1/+0
* Angle value from style was ignored. Not anymore.eugeni2006-08-151-1/+1
* Add subdata to ass_track conversion for external subtitles.eugeni2006-08-151-1/+3
* Cosmetics: fix indentation after the last patch.eugeni2006-08-151-12/+12
* Allow \fade to be used in place of \fad and vice versa.eugeni2006-08-151-21/+23
* Replace %lld with PRId64, part 2.eugeni2006-08-131-1/+3
* Fix compilation with gcc 2.95.eugeni2006-08-121-6/+7
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-1/+1
* marks several function without a prototype which arent used outside its sourc...reynaldo2006-07-131-2/+2
* Support 6 argument variant of \move.eugeni2006-07-121-7/+20
* Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().eugeni2006-07-101-1/+5
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+1766