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.c
Commit message (
Expand
)
Author
Age
*
Avoid invalid memory access in ass_process_subtitle for empty subtitles
reimar
2007-01-07
*
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
eugeni
2006-12-17
*
Initialize fontconfig in VFCTRL_INIT_EOSD handler.
eugeni
2006-11-05
*
Cosmetics: indentation fix.
eugeni
2006-11-05
*
Introduce MSGT_ASS, use it for all libass messages.
eugeni
2006-11-03
*
Move ass_library initialization code to ass_mp.c.
eugeni
2006-10-29
*
Don't set PlayResX for plaintext subtitles.
eugeni
2006-10-29
*
Add \N at the end of each subtitle line when converting from subdata.
eugeni
2006-10-29
*
Libass interface reworked:
eugeni
2006-10-28
*
If HAVE_FONTCONFIG is not defined, font_fontconfig might be declared both
reimar
2006-10-28
*
Split ass_configure() into several smaller functions.
eugeni
2006-10-26
*
Reduce margins for plaintext subtitles.
eugeni
2006-10-09
*
Add copyright notice and vim/emacs comments to libass and vf_ass.c.
eugeni
2006-10-01
*
Apply -ass-force-style also to matroska plaintext subs.
eugeni
2006-09-03
*
Cosmetics: restore indentation after recent changes.
eugeni
2006-09-03
*
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
*
Change default font family and color for plain text subs.
eugeni
2006-08-29
*
Bugfix: strdup of NULL value.
eugeni
2006-08-29
*
Apply -ass-force-style also to tracks generated from subdata.
eugeni
2006-08-29
*
Add -(no)ass-use-margins option.
eugeni
2006-08-28
*
New cmdline option: -ass-force-style.
eugeni
2006-08-22
*
use of malloc without prototype.. very bad on 64bit archs
rfelker
2006-08-21
*
Replace stdint.h with inttypes.h.
eugeni
2006-08-15
*
Add subdata to ass_track conversion for external subtitles.
eugeni
2006-08-15
*
Initial libass release (without mencoder support).
eugeni
2006-07-07