summaryrefslogtreecommitdiffstats
path: root/libass
Commit message (Expand)AuthorAgeFilesLines
* ass-color and ass-border-color options.eugeni2006-09-032-3/+14
* Add support for rendering matroska plaintext subtitles with libass.eugeni2006-09-022-27/+78
* Don't sort events when reading external subs. With r19644, the order does not...eugeni2006-09-021-19/+0
* Better collision detection algorithm. The idea is to keep a subtitle in placeeugeni2006-09-024-93/+269
* Remove some unused code.eugeni2006-09-021-5/+0
* Read layer info from external subs.eugeni2006-09-021-0/+1
* Make \fr* parameter a floating point value.eugeni2006-09-011-4/+4
* Bugfix: potential write of unallocated memory.eugeni2006-08-311-3/+5
* Bugfix: wrong height value used in font size calculation.eugeni2006-08-311-1/+1
* Change default font family and color for plain text subs.eugeni2006-08-291-4/+4
* Bugfix: strdup of NULL value.eugeni2006-08-291-1/+1
* Apply -ass-force-style also to tracks generated from subdata.eugeni2006-08-292-1/+3
* Ignore '*' at the beginning of style name.eugeni2006-08-281-0/+1
* Fix font scaling taking margins into account.eugeni2006-08-281-1/+1
* Add -(no)ass-use-margins option.eugeni2006-08-282-0/+2
* Cosmetics: fix indentation after r19562.eugeni2006-08-271-29/+29
* Transition effects support.eugeni2006-08-271-22/+113
* Simplify ass_glyph_cache_reset().eugeni2006-08-261-4/+5
* Reset glyph cache on reconfigure.eugeni2006-08-263-3/+15
* 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