index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
/
ass.c
Commit message (
Expand
)
Author
Age
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Set ReadOrder values for external subtitles.
eugeni
2006-09-19
*
Add -ass-styles option. It allows to load styles from a file and use them
eugeni
2006-09-03
*
Don't sort events when reading external subs. With r19644, the order does not...
eugeni
2006-09-02
*
Better collision detection algorithm. The idea is to keep a subtitle in place
eugeni
2006-09-02
*
Read layer info from external subs.
eugeni
2006-09-02
*
Bugfix: potential write of unallocated memory.
eugeni
2006-08-31
*
Apply -ass-force-style also to tracks generated from subdata.
eugeni
2006-08-29
*
Ignore '*' at the beginning of style name.
eugeni
2006-08-28
*
New cmdline option: -ass-force-style.
eugeni
2006-08-22
*
SSA/ASS parser reworked, with 2 main results:
eugeni
2006-08-22
*
Add public functions for removal of styles and events.
eugeni
2006-08-21
*
Replace stdint.h with inttypes.h.
eugeni
2006-08-15
*
Replace %lld with PRId64, part 2.
eugeni
2006-08-13
*
MinGW treats %lld as %d. Replace it with PRId64.
eugeni
2006-08-13
*
Initial libass release (without mencoder support).
eugeni
2006-07-07