log libass/ass.c @ 25582:6b1d7568ae3d

age author description
Sat, 05 Jan 2008 15:38:46 +0000 eugeni Allow overriding [Script Info] parameters with -ass-force-style option.
Sun, 30 Dec 2007 03:17:04 +0000 diego typo
Sun, 28 Oct 2007 14:26:05 +0000 iive Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
Fri, 15 Jun 2007 22:22:16 +0000 eugeni When parsing ass-force-style arguments, search for '=' and '.' characters with
Fri, 15 Jun 2007 22:15:27 +0000 eugeni Make sure there is at least one style in ass_track when parsing events.
Fri, 01 Jun 2007 19:56:44 +0000 eugeni Move code for reading a file and recoding it to utf-8 to a separate function.
Mon, 14 May 2007 20:41:14 +0000 eugeni Support fractional font sizes.
Wed, 09 May 2007 21:38:28 +0000 eugeni Don't deallocate font data if it will be used later.
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.
Tue, 19 Sep 2006 18:22:44 +0000 eugeni Set ReadOrder values for external subtitles.
Sun, 03 Sep 2006 17:42:31 +0000 eugeni Add -ass-styles option. It allows to load styles from a file and use them
Sat, 02 Sep 2006 19:21:40 +0000 eugeni Don't sort events when reading external subs. With r19644, the order does not matter.
Sat, 02 Sep 2006 19:17:32 +0000 eugeni Better collision detection algorithm. The idea is to keep a subtitle in place
Sat, 02 Sep 2006 18:10:04 +0000 eugeni Read layer info from external subs.
Thu, 31 Aug 2006 22:45:20 +0000 eugeni Bugfix: potential write of unallocated memory.
Tue, 29 Aug 2006 10:35:58 +0000 eugeni Apply -ass-force-style also to tracks generated from subdata.
Mon, 28 Aug 2006 16:59:29 +0000 eugeni Ignore '*' at the beginning of style name.
Tue, 22 Aug 2006 23:20:05 +0000 eugeni New cmdline option: -ass-force-style.
Tue, 22 Aug 2006 22:11:01 +0000 eugeni SSA/ASS parser reworked, with 2 main results:
Mon, 21 Aug 2006 16:33:13 +0000 eugeni Add public functions for removal of styles and events.
Tue, 15 Aug 2006 22:46:56 +0000 eugeni Replace stdint.h with inttypes.h.
Sun, 13 Aug 2006 10:54:29 +0000 eugeni Replace %lld with PRId64, part 2.
Sun, 13 Aug 2006 00:47:33 +0000 eugeni MinGW treats %lld as %d. Replace it with PRId64.
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).