aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass.c
Commit message (Expand)AuthorAge
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Set ReadOrder values for external subtitles.Gravatar eugeni2006-09-19
* Add -ass-styles option. It allows to load styles from a file and use themGravatar eugeni2006-09-03
* Don't sort events when reading external subs. With r19644, the order does not...Gravatar eugeni2006-09-02
* Better collision detection algorithm. The idea is to keep a subtitle in placeGravatar eugeni2006-09-02
* Read layer info from external subs.Gravatar eugeni2006-09-02
* Bugfix: potential write of unallocated memory.Gravatar eugeni2006-08-31
* Apply -ass-force-style also to tracks generated from subdata.Gravatar eugeni2006-08-29
* Ignore '*' at the beginning of style name.Gravatar eugeni2006-08-28
* New cmdline option: -ass-force-style.Gravatar eugeni2006-08-22
* SSA/ASS parser reworked, with 2 main results:Gravatar eugeni2006-08-22
* Add public functions for removal of styles and events.Gravatar eugeni2006-08-21
* Replace stdint.h with inttypes.h.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
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07