summaryrefslogtreecommitdiffstats
path: root/libass/ass.h
Commit message (Expand)AuthorAgeFilesLines
* Enable ass_line_spacing option.eugeni2007-09-181-0/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Move code for reading a file and recoding it to utf-8 to a separate function.eugeni2007-06-011-0/+2
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-0/+8
* Speed up ASS subtitles display by detecting changes between two consecutiveeugeni2006-12-061-1/+1
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-1/+1
* Rename: ass_process_font -> ass_add_font.eugeni2006-12-031-2/+2
* Implement loading subtitles from memory.eugeni2006-11-031-0/+9
* Libass interface reworked:eugeni2006-10-281-16/+43
* Split ass_configure() into several smaller functions.eugeni2006-10-261-21/+6
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Add -ass-styles option. It allows to load styles from a file and use themeugeni2006-09-031-0/+6
* Better collision detection algorithm. The idea is to keep a subtitle in placeeugeni2006-09-021-25/+0
* Add right and left margins support to libass.eugeni2006-08-261-0/+4
* SSA/ASS parser reworked, with 2 main results:eugeni2006-08-221-2/+2
* Add public functions for removal of styles and events.eugeni2006-08-211-0/+16
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+156