aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* 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
* MinGW treats %lld as %d. Replace it with PRId64.Gravatar eugeni2006-08-13
* Fix compilation with gcc 2.95.Gravatar eugeni2006-08-12
* Use FontConfig cache to speedup mplayer startup.Gravatar eugeni2006-08-06
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* 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
* Cosmetics.Gravatar eugeni2006-07-13
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...Gravatar eugeni2006-07-13
* Support 6 argument variant of \move.Gravatar eugeni2006-07-12
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Support some recently discovered color formats.Gravatar eugeni2006-07-10
* Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().Gravatar eugeni2006-07-10
* Only match outline fonts.Gravatar eugeni2006-07-10
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07