log libass/ass.c @ 25150:c4376432f72f

age author description
2007-10-28 iive Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
2007-06-15 eugeni When parsing ass-force-style arguments, search for '=' and '.' characters with
2007-06-15 eugeni Make sure there is at least one style in ass_track when parsing events.
2007-06-01 eugeni Move code for reading a file and recoding it to utf-8 to a separate function.
2007-05-14 eugeni Support fractional font sizes.
2007-05-09 eugeni Don't deallocate font data if it will be used later.
2007-02-19 eugeni Both (-1) and 1 mean bold font in SSA/ASS styles.
2007-02-19 eugeni Correct implementation of text spacing.
2006-12-03 eugeni Keep embedded fonts in ass_library_t and perform actual disk write
2006-12-03 eugeni Rename: ass_process_font -> ass_add_font.
2006-12-03 eugeni Avoid calling validate_fname() twice for one string.
2006-11-19 kraymer MSGTRs for libass
2006-11-19 eugeni Collect all includes of mplayer headers in libass in a single file (mputils.h).
2006-11-05 eugeni Fix the following compiler warnings:
2006-11-03 eugeni Introduce MSGT_ASS, use it for all libass messages.
2006-11-03 eugeni Implement loading subtitles from memory.
2006-11-03 eugeni Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
2006-10-29 eugeni Revert r20517.
2006-10-29 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
2006-10-28 eugeni Libass interface reworked:
2006-10-01 eugeni Add copyright notice and vim/emacs comments to libass and vf_ass.c.
2006-09-19 eugeni Set ReadOrder values for external subtitles.
2006-09-03 eugeni Add -ass-styles option. It allows to load styles from a file and use them
2006-09-02 eugeni Don't sort events when reading external subs. With r19644, the order does not matter.
2006-09-02 eugeni Better collision detection algorithm. The idea is to keep a subtitle in place
2006-09-02 eugeni Read layer info from external subs.
2006-08-31 eugeni Bugfix: potential write of unallocated memory.
2006-08-29 eugeni Apply -ass-force-style also to tracks generated from subdata.
2006-08-28 eugeni Ignore '*' at the beginning of style name.
2006-08-22 eugeni New cmdline option: -ass-force-style.