aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_render.c
Commit message (Expand)AuthorAge
* 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
* Make font outline width proportional to movie resolution.Gravatar eugeni2006-09-13
* Bugfix: timing for empty karaoke words was lost, resultingGravatar eugeni2006-09-06
* Workaround for broken fonts with bad ascender/descender.Gravatar eugeni2006-09-05
* Change \fad behaviour so that it does not get cancelled by \r.Gravatar eugeni2006-09-05
* Simplification.Gravatar eugeni2006-09-05
* Add vertical clipping for subtitles that were moved because of a collision.Gravatar eugeni2006-09-04
* Fix possible unallocated memory read in libass line wrapping code.Gravatar eugeni2006-09-04
* Fix last commit.Gravatar eugeni2006-09-03
* More checks in ass_render_event.Gravatar eugeni2006-09-03
* Remove unneeded variable.Gravatar eugeni2006-09-03
* Better collision detection algorithm. The idea is to keep a subtitle in placeGravatar eugeni2006-09-02
* Remove some unused code.Gravatar eugeni2006-09-02
* Make \fr* parameter a floating point value.Gravatar eugeni2006-09-01
* Bugfix: wrong height value used in font size calculation.Gravatar eugeni2006-08-31
* Fix font scaling taking margins into account.Gravatar eugeni2006-08-28
* Cosmetics: fix indentation after r19562.Gravatar eugeni2006-08-27
* Transition effects support.Gravatar eugeni2006-08-27
* Reset glyph cache on reconfigure.Gravatar eugeni2006-08-26
* Add right and left margins support to libass.Gravatar eugeni2006-08-26
* Fix previous commit.Gravatar eugeni2006-08-24
* Simplify vf_ass initialization.Gravatar eugeni2006-08-24
* Fix wrong handling of transparency in \fad(\fade).Gravatar eugeni2006-08-16
* Replace stdint.h with inttypes.h.Gravatar eugeni2006-08-15
* Angle value from style was ignored. Not anymore.Gravatar eugeni2006-08-15
* Add subdata to ass_track conversion for external subtitles.Gravatar eugeni2006-08-15
* Cosmetics: fix indentation after the last patch.Gravatar eugeni2006-08-15
* Allow \fade to be used in place of \fad and vice versa.Gravatar eugeni2006-08-15
* Replace %lld with PRId64, part 2.Gravatar eugeni2006-08-13
* Fix compilation with gcc 2.95.Gravatar eugeni2006-08-12
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* marks several function without a prototype which arent used outside its sourc...Gravatar reynaldo2006-07-13
* Support 6 argument variant of \move.Gravatar eugeni2006-07-12
* Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().Gravatar eugeni2006-07-10
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07