summaryrefslogtreecommitdiffstats
path: root/libass/ass.c
Commit message (Expand)AuthorAgeFilesLines
* Update internal libass copy to commit 8db4a5greg2010-01-081-850/+954
* Revert renaming of process_force_style to restore compilation againstreimar2009-12-241-3/+3
* rename process_force_style to ass_process_force_style to match the APIreimar2009-12-241-3/+3
* Fix crash when event format is not specifiedgreg2009-08-131-2/+9
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-44/+44
* Use ScaledBorderAndShadow: yes by default.greg2009-03-111-0/+1
* Style override for ScaledBorderAndShadow.greg2009-03-051-0/+2
* Support ScaledBorderAndShadow property.greg2009-03-051-0/+2
* libass: fix type mismatch between size parameter and the way it's usedaurel2008-09-051-1/+1
* libass: add a new ass_process_data() to process demuxed subtitle packetsaurel2008-09-051-4/+16
* Rename font-related preprocessor directives.diego2008-08-071-6/+6
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-5/+5
* Start unifying names of internal preprocessor directives.diego2008-07-301-5/+5
* The size of output buffer is stored in 'osize', not 'size'.eugeni2008-05-291-1/+1
* Clear iconv conversion state also in libass.eugeni2008-05-291-3/+11
* Offset should be size_t.eugeni2008-05-291-1/+1
* In case 2 styles have the same name, prefer the latest one.eugeni2008-05-191-1/+1
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-141-4/+4
* Use standard license header.diego2008-05-131-16/+18
* Skip '@' at the beginning of the font name.eugeni2008-05-011-0/+6
* Case insensitive parsing of SSA/ASS section headers.eugeni2008-03-301-5/+5
* Skip BOM at the beginning of text in ASS parser.eugeni2008-03-301-2/+6
* Allow overriding [Script Info] parameters with -ass-force-style option.eugeni2008-01-051-0/+9
* typodiego2007-12-301-1/+1
* Our enca code uses strdup() on the input encoding name, as we don't modify it...iive2007-10-281-4/+1
* When parsing ass-force-style arguments, search for '=' and '.' characters witheugeni2007-06-151-2/+2
* Make sure there is at least one style in ass_track when parsing events.eugeni2007-06-151-7/+8
* Move code for reading a file and recoding it to utf-8 to a separate function.eugeni2007-06-011-9/+21
* Support fractional font sizes.eugeni2007-05-141-2/+2
* Don't deallocate font data if it will be used later.eugeni2007-05-091-1/+3
* Both (-1) and 1 mean bold font in SSA/ASS styles.eugeni2007-02-191-0/+3
* Correct implementation of text spacing.eugeni2007-02-191-2/+2
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-80/+0
* Rename: ass_process_font -> ass_add_font.eugeni2006-12-031-3/+3
* Avoid calling validate_fname() twice for one string.eugeni2006-12-031-3/+1
* MSGTRs for libasskraymer2006-11-191-15/+15
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-191-6/+1
* Fix the following compiler warnings:eugeni2006-11-051-2/+1
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-30/+30
* Implement loading subtitles from memory.eugeni2006-11-031-24/+93
* Bugfix: sub_recode could deallocate global sub_cp under some circumstances.eugeni2006-11-031-1/+1
* Revert r20517.eugeni2006-10-291-2/+7
* Copy the following functions to libass to avoid dependency on the rest of mpl...eugeni2006-10-291-7/+2
* Libass interface reworked:eugeni2006-10-281-27/+26
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Set ReadOrder values for external subtitles.eugeni2006-09-191-0/+5
* Add -ass-styles option. It allows to load styles from a file and use themeugeni2006-09-031-10/+43
* Don't sort events when reading external subs. With r19644, the order does not...eugeni2006-09-021-19/+0
* Better collision detection algorithm. The idea is to keep a subtitle in placeeugeni2006-09-021-0/+2
* Read layer info from external subs.eugeni2006-09-021-0/+1
* Bugfix: potential write of unallocated memory.eugeni2006-08-311-3/+5
* Apply -ass-force-style also to tracks generated from subdata.eugeni2006-08-291-1/+1
* Ignore '*' at the beginning of style name.eugeni2006-08-281-0/+1
* New cmdline option: -ass-force-style.eugeni2006-08-221-1/+74
* SSA/ASS parser reworked, with 2 main results:eugeni2006-08-221-112/+230
* Add public functions for removal of styles and events.eugeni2006-08-211-21/+22
* Replace stdint.h with inttypes.h.eugeni2006-08-151-1/+0
* Replace %lld with PRId64, part 2.eugeni2006-08-131-1/+1
* MinGW treats %lld as %d. Replace it with PRId64.eugeni2006-08-131-1/+2
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+857