summaryrefslogtreecommitdiffstats
path: root/libass/ass_library.c
Commit message (Expand)AuthorAgeFilesLines
* Check more mallocswm42014-11-091-10/+25
* Fix crash in ass_set_style_overridesGrigori Goronzy2011-07-281-0/+1
* Relicense to ISCGrigori Goronzy2010-09-281-12/+10
* Get rid of NULL checks for freeGrigori Goronzy2010-08-091-3/+2
* Add missing config.h includeGrigori Goronzy2010-08-071-0/+2
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-9/+9
* Improve message callback APIGrigori Goronzy2009-07-261-4/+3
* Output messages to stderr by defaultGrigori Goronzy2009-07-121-3/+3
* Allow passing user data to callbackGrigori Goronzy2009-07-121-3/+9
* Message callback funtionalityGrigori Goronzy2009-07-111-1/+27
* Reindent all source code.greg2009-06-201-57/+58
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-6/+6
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-141-4/+4
* Fix one more license header wording detail for consistency.diego2008-05-131-1/+1
* Use standard license header.diego2008-05-131-16/+18
* Fix ass_clear_fonts not deallocating fontdata.eugeni2008-01-081-0/+3
* No need to reinvent strdup...eugeni2008-01-071-2/+1
* Copy font data to ass_library instead of referencing demuxer-owned memory.eugeni2008-01-071-3/+21
* Also free ass_library_t members in ass_library_donereimar2006-12-061-1/+5
* Keep embedded fonts in ass_library_t and perform actual disk writeeugeni2006-12-031-0/+16
* Bugfix: when copying ass_force_style_list, ending 0 was left out.eugeni2006-11-061-1/+2
* Libass interface reworked:eugeni2006-10-281-0/+72