summaryrefslogtreecommitdiffstats
path: root/libass/ass_types.h
Commit message (Expand)AuthorAgeFilesLines
* Update documentation re subs on HDROneric2024-04-031-3/+8
* Document tonemapping beyond RGB manglingOneric2024-02-211-0/+6
* cosmetic/doc: consistently use colorOneric2022-11-291-2/+2
* Introduce LayoutRes{X,Y} script headersDr.Smile2022-11-281-0/+3
* doc: document xy* not mangling colours on RGB videoOneric2022-11-021-1/+5
* doc: fix description of MPC-HC ISR's colour manglingOneric2022-11-021-3/+3
* doc: improve colour matrix descriptionOneric2022-09-251-29/+54
* doc: clarify when manual struct edits are allowedOneric2022-04-261-0/+47
* doc: document field values differing from ASSOneric2022-04-261-15/+15
* API: clarify how new fields can be added to public typeswm42020-03-291-0/+3
* Add text justificationDan Oscarsson2016-11-121-0/+5
* ass: make font_provider API privatewm42015-08-281-136/+0
* fontconfig: implement substitutionsGrigori Goronzy2015-08-281-3/+3
* Fix typedefswm42015-08-041-3/+3
* fontselect: add fallback and substitution callbacksGrigori Goronzy2015-07-101-7/+49
* fontselect: add documentationGrigori Goronzy2015-07-101-17/+76
* fontselect: coretext: allow to match fontname using the providerStefano Pigozzi2015-07-101-0/+4
* Add todo commentsGrigori Goronzy2015-07-101-0/+1
* Support multiple font family namesGrigori Goronzy2015-07-101-1/+2
* Add support for font width propertyGrigori Goronzy2015-07-101-0/+4
* Use streamed access for memory fontsGrigori Goronzy2015-07-101-5/+5
* Export font provider interfaceGrigori Goronzy2015-07-101-0/+38
* Document insane (xy-)vsfilter color semanticswm42013-07-061-13/+67
* Support reading the YCbCr Matrix headerOleg Oshmyan2013-03-031-0/+13
* Add Blur field to ASS_Stylewm42013-01-111-0/+1
* Parse angle in styles as double numberGrigori Goronzy2013-01-071-1/+1
* Support language hint in the Script Info sectionGrigori Goronzy2011-08-011-0/+1
* Relicense to ISCGrigori Goronzy2010-09-281-12/+10
* Disable kerning by default and make it configurableGrigori Goronzy2009-09-081-0/+1
* Use int for ScaledBorderAndShadowGrigori Goronzy2009-08-061-1/+1
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-14/+13
* Bring back names for public typesGrigori Goronzy2009-07-281-3/+3
* Clean up typedefs/structsGrigori Goronzy2009-07-281-8/+9
* Improve API headers and documentationGrigori Goronzy2009-07-171-19/+25
* Reindent all source code.greg2009-06-201-60/+59
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-081-0/+1
* Support ScaledBorderAndShadow property.greg2009-03-051-0/+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
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+2
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-291-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-2/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Support fractional font sizes.eugeni2007-05-141-1/+1
* Correct implementation of text spacing.eugeni2007-02-191-1/+1
* Libass interface reworked:eugeni2006-10-281-0/+3
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.eugeni2006-10-011-0/+20
* Better collision detection algorithm. The idea is to keep a subtitle in placeeugeni2006-09-021-0/+4
* SSA/ASS parser reworked, with 2 main results:eugeni2006-08-221-1/+5
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+83