summaryrefslogtreecommitdiffstats
path: root/libass
Commit message (Expand)AuthorAgeFilesLines
* Add right and left margins support to libass.eugeni2006-08-262-4/+18
* Fix previous commit.eugeni2006-08-241-1/+1
* Simplify vf_ass initialization.eugeni2006-08-241-3/+7
* New cmdline option: -ass-force-style.eugeni2006-08-223-1/+76
* SSA/ASS parser reworked, with 2 main results:eugeni2006-08-223-115/+237
* use of malloc without prototype.. very bad on 64bit archsrfelker2006-08-211-0/+1
* no c++ decls!rfelker2006-08-211-1/+3
* Add public functions for removal of styles and events.eugeni2006-08-212-21/+38
* 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