aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass.c
Commit message (Expand)AuthorAge
* Case insensitive parsing of SSA/ASS section headers.Gravatar eugeni2008-03-30
* Skip BOM at the beginning of text in ASS parser.Gravatar eugeni2008-03-30
* Allow overriding [Script Info] parameters with -ass-force-style option.Gravatar eugeni2008-01-05
* typoGravatar diego2007-12-30
* Our enca code uses strdup() on the input encoding name, as we don't modify it...Gravatar iive2007-10-28
* When parsing ass-force-style arguments, search for '=' and '.' characters withGravatar eugeni2007-06-15
* Make sure there is at least one style in ass_track when parsing events.Gravatar eugeni2007-06-15
* Move code for reading a file and recoding it to utf-8 to a separate function.Gravatar eugeni2007-06-01
* Support fractional font sizes.Gravatar eugeni2007-05-14
* Don't deallocate font data if it will be used later.Gravatar eugeni2007-05-09
* Both (-1) and 1 mean bold font in SSA/ASS styles.Gravatar eugeni2007-02-19
* Correct implementation of text spacing.Gravatar eugeni2007-02-19
* Keep embedded fonts in ass_library_t and perform actual disk writeGravatar eugeni2006-12-03
* Rename: ass_process_font -> ass_add_font.Gravatar eugeni2006-12-03
* Avoid calling validate_fname() twice for one string.Gravatar eugeni2006-12-03
* MSGTRs for libassGravatar kraymer2006-11-19
* Collect all includes of mplayer headers in libass in a single file (mputils.h).Gravatar eugeni2006-11-19
* Fix the following compiler warnings:Gravatar eugeni2006-11-05
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Implement loading subtitles from memory.Gravatar eugeni2006-11-03
* Bugfix: sub_recode could deallocate global sub_cp under some circumstances.Gravatar eugeni2006-11-03
* Revert r20517.Gravatar eugeni2006-10-29
* Copy the following functions to libass to avoid dependency on the rest of mpl...Gravatar eugeni2006-10-29
* Libass interface reworked:Gravatar eugeni2006-10-28
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Set ReadOrder values for external subtitles.Gravatar eugeni2006-09-19
* Add -ass-styles option. It allows to load styles from a file and use themGravatar eugeni2006-09-03
* Don't sort events when reading external subs. With r19644, the order does not...Gravatar eugeni2006-09-02
* Better collision detection algorithm. The idea is to keep a subtitle in placeGravatar eugeni2006-09-02
* Read layer info from external subs.Gravatar eugeni2006-09-02
* Bugfix: potential write of unallocated memory.Gravatar eugeni2006-08-31
* Apply -ass-force-style also to tracks generated from subdata.Gravatar eugeni2006-08-29
* Ignore '*' at the beginning of style name.Gravatar eugeni2006-08-28
* New cmdline option: -ass-force-style.Gravatar eugeni2006-08-22
* SSA/ASS parser reworked, with 2 main results:Gravatar eugeni2006-08-22
* Add public functions for removal of styles and events.Gravatar eugeni2006-08-21
* Replace stdint.h with inttypes.h.Gravatar eugeni2006-08-15
* Replace %lld with PRId64, part 2.Gravatar eugeni2006-08-13
* MinGW treats %lld as %d. Replace it with PRId64.Gravatar eugeni2006-08-13
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07