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_mp.h
Commit message (
Expand
)
Author
Age
*
Fix compilation with internal ASS when no ass header is installed system-wide.
reimar
2009-12-19
*
Make ass_mp.h use the system-libass headers when the internal one is disabled.
reimar
2009-12-19
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Use standard license header.
diego
2008-05-13
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
2008-01-29
*
Add global ass_force_reload flag.
eugeni
2008-01-23
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Consistently use filename as multiple inclusion guard.
diego
2007-07-02
*
Add -ass-hinting option for setting font hinting method.
eugeni
2007-04-27
*
"()" to "(void)" function param list fixes
uau
2007-04-01
*
Speed up ASS subtitles display by detecting changes between two consecutive
eugeni
2006-12-06
*
Initialize fontconfig in VFCTRL_INIT_EOSD handler.
eugeni
2006-11-05
*
Move ass_library initialization code to ass_mp.c.
eugeni
2006-10-29
*
Libass interface reworked:
eugeni
2006-10-28
*
Split ass_configure() into several smaller functions.
eugeni
2006-10-26
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Add -ass-styles option. It allows to load styles from a file and use them
eugeni
2006-09-03
*
ass-color and ass-border-color options.
eugeni
2006-09-03
*
Add support for rendering matroska plaintext subtitles with libass.
eugeni
2006-09-02
*
Add -(no)ass-use-margins option.
eugeni
2006-08-28
*
New cmdline option: -ass-force-style.
eugeni
2006-08-22
*
Add subdata to ass_track conversion for external subtitles.
eugeni
2006-08-15
*
Initial libass release (without mencoder support).
eugeni
2006-07-07