log libass/ass.c @ 22949:6613c5397aba

age author description
Mon, 19 Feb 2007 20:10:55 +0000 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
Mon, 19 Feb 2007 18:01:49 +0000 eugeni Correct implementation of text spacing.
Sun, 03 Dec 2006 17:59:13 +0000 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
Sun, 03 Dec 2006 17:35:40 +0000 eugeni Rename: ass_process_font -> ass_add_font.
Sun, 03 Dec 2006 16:10:23 +0000 eugeni Avoid calling validate_fname() twice for one string.
Sun, 19 Nov 2006 22:35:17 +0000 kraymer MSGTRs for libass
Sun, 19 Nov 2006 00:41:00 +0000 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
Sun, 05 Nov 2006 17:26:55 +0000 eugeni Fix the following compiler warnings:
Fri, 03 Nov 2006 18:15:33 +0000 eugeni Introduce MSGT_ASS, use it for all libass messages.
Fri, 03 Nov 2006 02:15:08 +0000 eugeni Implement loading subtitles from memory.
Fri, 03 Nov 2006 01:41:48 +0000 eugeni Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
Sun, 29 Oct 2006 17:29:55 +0000 eugeni Revert r20517.
Sun, 29 Oct 2006 15:03:30 +0000 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
Sat, 28 Oct 2006 15:07:18 +0000 eugeni Libass interface reworked:
Sun, 01 Oct 2006 17:09:04 +0000 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.