summaryrefslogtreecommitdiffstats
path: root/libass/ass_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Constify ass_msg format (NFC)Grigori Goronzy2015-07-101-1/+1
* fontselect: add and use strdup_trimmedGrigori Goronzy2015-07-101-7/+11
* Fix trimming functionGrigori Goronzy2015-07-101-1/+1
* Trim spaces of font family stringsGrigori Goronzy2015-07-101-1/+19
* Parse and animate all colors and alpha values like VSFilterOleg Oshmyan2015-05-251-28/+95
* Provide a strndup() fallbackwm42014-11-171-0/+14
* Add another helper-macro for array allocationwm42014-11-141-0/+17
* Simplify ass_utils.c codeYouka2014-11-131-48/+22
* Add ass_realloc_array()wm42014-11-111-0/+18
* parse_tag: remove unnecessary mallocOleg Oshmyan2014-06-061-4/+6
* Parse override tag arguments exactly like VSFilter 2.38Oleg Oshmyan2014-06-061-10/+4
* Move (r)skip_spaces to ass_utilsOleg Oshmyan2014-06-061-6/+19
* mystrtoll: don't truncate to intOleg Oshmyan2014-05-121-1/+1
* Fix limits.h includesGrigori Goronzy2014-02-171-0/+1
* Use a function for aligned memory allocationswm42014-02-021-0/+25
* ass_utils: fix declarationswm42014-01-271-3/+3
* ass_utils: don't include freetype headerswm42014-01-271-2/+0
* Added x86 ASM functions11rcombs2014-01-251-0/+36
* Combine bitmaps before applying blur and shadow11rcombs2014-01-251-0/+32
* Accept colors with arbitrary sequences of leading & and HOleg Oshmyan2014-01-071-1/+5
* Parse style names like VSFilter doesOleg Oshmyan2013-06-221-5/+11
* Fix \r style lookupOleg Oshmyan2013-06-221-0/+20
* Support reading the YCbCr Matrix headerOleg Oshmyan2013-03-031-0/+40
* Support \rSTYLENAME syntaxGrigori Goronzy2012-03-111-0/+24
* Relicense to ISCGrigori Goronzy2010-09-281-12/+10
* POSIX compliance: add strings.h include where appropriateGrigori Goronzy2010-08-071-0/+1
* Replace strtod with locale-independent strtodGrigori Goronzy2010-01-051-3/+3
* Always parse colors as hex for ASS tracksGrigori Goronzy2009-08-121-2/+3
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-3/+3
* Improve message callback APIGrigori Goronzy2009-07-261-1/+1
* Allow passing user data to callbackGrigori Goronzy2009-07-121-1/+1
* Message callback funtionalityGrigori Goronzy2009-07-111-16/+15
* Replace string defines with real stringsGrigori Goronzy2009-07-111-1/+2
* Move gaussian blur into bitmap handling codeGrigori Goronzy2009-07-101-119/+0
* Correctly round doubles to integersGrigori Goronzy2009-07-081-2/+2
* Include ass_utils.h instead of mputils.hGrigori Goronzy2009-06-271-1/+0
* Incorporate mputils.c into ass_utils.cGrigori Goronzy2009-06-271-20/+195
* Rename mp_msg to ass_msgGrigori Goronzy2009-06-271-1/+1
* Reindent all source code.greg2009-06-201-75/+91
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-5/+5
* Support ScaledBorderAndShadow property.greg2009-03-051-0/+11
* Remove unused function argument.eugeni2009-02-271-2/+2
* Support fractional arguments for some override tags.eugeni2009-02-271-1/+14
* 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
* Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.eugeni2008-02-221-0/+2
* Some debugging routines.eugeni2008-02-221-0/+26
* Remove unused includes.eugeni2007-04-101-2/+0
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-191-1/+1
* Introduce MSGT_ASS, use it for all libass messages.eugeni2006-11-031-1/+1
* Revert r20517.eugeni2006-10-291-76/+0
* Copy the following functions to libass to avoid dependency on the rest of mpl...eugeni2006-10-291-0/+76
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Replace stdint.h with inttypes.h.eugeni2006-08-151-1/+1
* Support some recently discovered color formats.eugeni2006-07-101-3/+3
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+63