summaryrefslogtreecommitdiffstats
path: root/libass
Commit message (Expand)AuthorAgeFilesLines
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-2/+2
* Fix wrong handling of transparency in \fad(\fade).eugeni2006-08-161-4/+15
* Replace stdint.h with inttypes.h.eugeni2006-08-154-4/+2
* Angle value from style was ignored. Not anymore.eugeni2006-08-151-1/+1
* Add subdata to ass_track conversion for external subtitles.eugeni2006-08-153-1/+106
* 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-132-2/+4
* MinGW treats %lld as %d. Replace it with PRId64.eugeni2006-08-131-1/+2
* Fix compilation with gcc 2.95.eugeni2006-08-121-6/+7
* Use FontConfig cache to speedup mplayer startup.eugeni2006-08-061-0/+28
* Unify include paths in the build system, part I.diego2006-07-271-2/+0
* 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
* Cosmetics.eugeni2006-07-131-1/+1
* Use FcPatternAdd-Type instead of FcNameParse. The latter, as it turns out, re...eugeni2006-07-131-4/+6
* Support 6 argument variant of \move.eugeni2006-07-121-7/+20
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+0
* Support some recently discovered color formats.eugeni2006-07-101-3/+3
* Ignoring FT_Glyph_Stroke() errors can potentially lead to double free().eugeni2006-07-101-1/+5
* Only match outline fonts.eugeni2006-07-101-0/+7
* Initial libass release (without mencoder support).eugeni2006-07-0713-0/+3468