summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.13.70.13.7Grigori Goronzy2017-06-035-5/+7
* Allow using shadow offset to adjust size of text backgroundRicardo Constantino2017-06-011-4/+8
* Fix function prototypeGrigori Goronzy2017-06-011-1/+1
* fontselect: cleanup lazy font index evaluationGrigori Goronzy2017-06-011-6/+8
* directwrite: fix font collectionsGrigori Goronzy2017-06-014-0/+33
* Fix PlayResX/Y calculationsGrigori Goronzy2017-05-101-2/+2
* Changelog: updatewm42017-04-271-0/+12
* Remove arbitrary bitmap size limitRodger Combs2017-02-141-2/+2
* Don't limit size of "uuencoded" font linesOleg Oshmyan2017-02-141-6/+1
* Fix decode_font when size % 4 != 0 or data contains illegal bytesOleg Oshmyan2017-02-141-22/+16
* ass_lazy_track_init: handle negative PlayResX/PlayResYOleg Oshmyan2017-02-141-6/+6
* string2timecode: don't truncate milliseconds to intOleg Oshmyan2017-02-141-1/+1
* Reuse numpad2align in parse_tagOleg Oshmyan2017-02-144-31/+27
* Fix parsing of unusual Alignment values in ASS style definitionsOleg Oshmyan2017-02-141-6/+15
* Don't treat :;<=>? as hexadecimal digits in color headersOleg Oshmyan2017-02-141-1/+1
* Explicitly handle FcPatternGetString(FC_POSTSCRIPT_NAME) mismatchOleg Oshmyan2017-02-111-3/+4
* Travis CI: remove HarfBuzz and re-remove Fontconfig from OS X buildsOleg Oshmyan2017-02-071-1/+1
* Travis CI: re-enable Fontconfig on OS X but force no cache builtOleg Oshmyan2017-02-061-1/+1
* Travis CI: build with HarfBuzzOleg Oshmyan2017-02-051-1/+1
* Travis CI: run Coverity Scan on every master buildOleg Oshmyan2017-02-051-1/+1
* Travis CI: build using both GCC and ClangOleg Oshmyan2017-02-051-0/+9
* Travis CI: remove libtool reinstall hack on OS XOleg Oshmyan2017-02-051-1/+1
* Travis CI: explicitly install FreeType on LinuxOleg Oshmyan2017-02-051-1/+1
* Travis CI: don't require Fontconfig binariesOleg Oshmyan2017-02-051-1/+1
* Travis CI: disable Fontconfig on OS XOleg Oshmyan2017-02-051-1/+1
* Reduce precision of border width in outline cache keysOleg Oshmyan2017-01-312-5/+5
* Reflect border_scale in outline cache keysOleg Oshmyan2017-01-311-4/+4
* render: remove redundant has_clipsDr.Smile2017-01-312-19/+4
* render_api: do not discard old images on reconfigurationwm42017-01-131-2/+0
* render: clip BorderStyle=4 against screenwm42017-01-111-7/+15
* Bump ABI version and release 0.13.60.13.6Oleg Oshmyan2017-01-035-6/+10
* Release 0.13.50.13.5Oleg Oshmyan2016-12-295-4/+18
* api: make ass_set_cache_limits() work on total bitmap cache sizesDr.Smile2016-12-292-4/+16
* Fix memory leak when Language header is defined more than onceOleg Oshmyan2016-12-291-0/+1
* parse_tag: don't consume *end == ')' when called recursivelyOleg Oshmyan2016-12-291-1/+1
* Fix buffer overread in parse_tag when end points to a spaceOleg Oshmyan2016-12-291-3/+6
* directwrite: drop SAL annotationsOleg Oshmyan2016-12-281-16/+16
* ass_strtod: correctly convert large negative exponentsOleg Oshmyan2016-11-211-4/+43
* ass_strtod: don't cast away constOleg Oshmyan2016-11-211-2/+3
* ass_strtod: handle overflowing exponentsOleg Oshmyan2016-11-211-7/+37
* ass_strtod: skip leading zeros in mantissaOleg Oshmyan2016-11-211-3/+14
* ass_strtod: don't report overflow for 0.0e[huge exponent]Oleg Oshmyan2016-11-211-1/+3
* ass_strtod: use size_t for substring lengthsOleg Oshmyan2016-11-211-18/+19
* Add text justificationDan Oscarsson2016-11-125-3/+48
* Add CVE identifiers of the fuzzing fixes.Grigori Goronzy2016-10-051-1/+3
* Release 0.13.40.13.4Grigori Goronzy2016-10-055-4/+12
* Remove unused variableGrigori Goronzy2016-10-051-3/+0
* Fix line wrapping mode 0/3 bugsGrigori Goronzy2016-10-051-1/+4
* Fix blur coefficient calculation buffer overflowGrigori Goronzy2016-10-041-1/+1
* Fix memory leaksGrigori Goronzy2016-10-042-0/+2
* shaper: fix reallocationGrigori Goronzy2016-10-041-0/+1
* CI: Don't fail on MacOS if brew cannot remove libtool.torque2016-09-241-1/+1
* Fix broken MacOS CI.torque2016-09-241-1/+1
* Fix license titleGrigori Goronzy2016-09-241-1/+1
* Release 0.13.30.13.3Grigori Goronzy2016-09-245-4/+12
* Improve license fileGrigori Goronzy2016-09-241-0/+4
* bitmap: use calloc instead of malloc/memsetRodger Combs2016-09-246-30/+25
* cache: fix ownership tracking issues of ASS_FontDr.Smile2016-07-162-1/+2
* font load from dir: use MSGL_INFO instead of MSGL_WARNAvi Halachmi (:avih)2016-07-111-1/+1
* render: add refcounting functionality to image listsDr.Smile2016-06-303-27/+43
* cache: keep referenced cache values alive after ass_cache_empty()Dr.Smile2016-06-302-86/+106
* render: keep track of any associated resources within ASS_ImageDr.Smile2016-06-303-115/+84
* cache: keep ref_count of all active objects nonzeroDr.Smile2016-06-307-106/+164
* cache: replace size_func with parameter in ass_cache_commit()Dr.Smile2016-06-305-55/+34
* cache: remove ass_cache_cancel(), cache failures insteadDr.Smile2016-06-305-184/+228
* cache: switch to gradual cache clearingDr.Smile2016-06-308-198/+316
* README: add QMPlay2 to list of projects using libassOleg Oshmyan2016-06-171-0/+1
* shaper: drop RTL base direction for RTL font encodingsGrigori Goronzy2016-06-101-8/+4
* font: fix NULL pointer dereferenceHannes Domani2016-05-231-0/+3
* rasterizer: drop outlines with points at too large coordinatesDr.Smile2016-04-231-1/+12
* Merge pull request #217 from ssbssa/masterGrigori Goronzy2016-03-271-0/+4
|\
| * directwrite: fix leaks of IDWriteFontFamily/IDWriteFontCollectionHannes Domani2016-03-271-0/+4
|/
* configure: use proper quoting on iconv testSean McGovern2016-03-131-2/+2
* Merge pull request #214 from SeanMcG/upstreamGrigori Goronzy2016-03-101-1/+5
|\
| * configure: add libiconv only when it is both present and requiredSean McGovern2016-03-091-0/+4
| * configure: use correct ASFLAGS for yasm on SolarisSean McGovern2016-03-091-1/+1
|/
* configure.ac: add missing spaces to error messagewm42016-03-101-2/+2
* Release 0.13.20.13.2Oleg Oshmyan2016-02-204-6/+7
* Document default value for ass_set_check_readorderOleg Oshmyan2016-02-201-0/+1
* ass: handle movement==0 in ass_step_sub()wm42016-02-041-6/+12
* font: remove unused functionwm42016-01-142-27/+0
* ass: add ass_set_check_readorder() API functionwm42015-12-314-3/+24
* ass: declare mixing ass_flush_events() and ass_process_chunk() allowedwm42015-12-311-1/+2
* Changelog: create entry for the next versionwm42015-12-311-0/+6
* ass: reset the ReadOrder bitmap on ass_flush_events()wm42015-12-201-0/+3
* coretext: fix NULL CFStringRef dereferencewm42015-12-091-0/+2
* Release 0.13.10.13.1Oleg Oshmyan2015-12-014-3/+24
* coretext: don't fetch character set when it isn't neededOleg Oshmyan2015-12-011-3/+3
* fontselect: destroy private data of fonts that fail to be addedOleg Oshmyan2015-12-011-0/+4
* fontselect: fix bool return valuesOleg Oshmyan2015-12-011-6/+6
* coretext: don't forget to release font format attributeOleg Oshmyan2015-11-071-0/+2
* fontselect: replace is_postscript flag with check_postscript functionOleg Oshmyan2015-11-045-86/+133
* directwrite: improve error handlingOleg Oshmyan2015-10-301-23/+51
* directwrite: slightly clean up the codeOleg Oshmyan2015-10-301-19/+17
* directwrite: split out the inner loop of scan_fonts as a separate functionOleg Oshmyan2015-10-301-109/+117
* Interpret timestamps with negative components more obviouslyOleg Oshmyan2015-10-291-2/+2
* Fix several signedness bugsOleg Oshmyan2015-10-292-2/+2
* Fix Windows buildGrigori Goronzy2015-10-291-1/+3
* fontselect: silence warnings about discarding constOleg Oshmyan2015-10-291-2/+2
* Fix the Linux build on Travis CIOleg Oshmyan2015-10-231-1/+6
* fontselect: don't trim font namesOleg Oshmyan2015-10-233-39/+6
* fontselect: don't find fonts with PostScript outlines by full nameOleg Oshmyan2015-10-231-18/+13
* font: check FT_Get_Postscript_Name return value for NULLOleg Oshmyan2015-10-231-1/+3
* fontselect: use stdbool.h wherever appropriateOleg Oshmyan2015-10-235-27/+26
* directwrite: fix broken return value checkOleg Oshmyan2015-10-231-1/+1
* fontselect: find fonts with PostScript outlines by PostScript nameOleg Oshmyan2015-10-236-13/+88
* fontconfig: read PostScript namesOleg Oshmyan2015-10-232-4/+9
* fontselect: read PostScript names for memory fontsOleg Oshmyan2015-10-221-1/+9
* fontselect: move PostScript name into ASS_FontProviderMetaDataOleg Oshmyan2015-10-215-25/+28
* fontselect: fix ass_font_provider_add_font signature and doxygenOleg Oshmyan2015-10-212-5/+6
* drawing: remove unused fieldwm42015-10-142-2/+0
* configure: don't add unnecessary libraries to PKG_LIBS_PRIVATEOleg Oshmyan2015-10-141-3/+6
* configure: include -liconv if that is foundwm42015-10-131-2/+7
* ass: use a bitmap for checking duplicate eventswm42015-10-123-4/+61
* configure: Set the correct x32 machine option for yasmLuke Dashjr2015-10-101-0/+6
* Use proper include statement for HarfBuzzwm42015-10-071-1/+1
* cache: remove unused BINSTRING field typewm42015-10-061-9/+0
* Update last release date in READMEOleg Oshmyan2015-10-031-1/+1
* Release 0.13.00.13.0wm42015-10-035-6/+36
* build: add missing new source fileswm42015-10-031-2/+3
* configure: do not add -ldwrite to libass.pcwm42015-09-241-3/+0
* ass_font: fix broken loop conditionwm42015-09-241-1/+1
* Merge pull request #197 from grigorig/remove-encaGrigori Goronzy2015-09-234-91/+5
|\
| * Remove ENCA supportGrigori Goronzy2015-09-234-91/+5
|/
* Merge pull request #84 from astiob/msvcGrigori Goronzy2015-09-2230-17/+67
|\
| * Fully fix compilation with MSVC/ICLOleg Oshmyan2015-09-1722-1/+51
| * Include config.h in all source files and in no headersOleg Oshmyan2015-09-1712-12/+12
| * Move ASS_Shaper declaration to ass_shaper.hOleg Oshmyan2015-09-172-3/+4
| * unistd.h is not neededOleg Oshmyan2015-09-172-2/+1
* | fontselect: make iconv optional againwm42015-09-213-22/+61
|/
* directwrite: change WINBOOL to BOOL.torque2015-09-172-11/+11
* directwrite: fix syntax error with MSVC.torque2015-09-171-1/+1
* font: ignore bearing for strikesGrigori Goronzy2015-09-161-16/+11
* ass_fontselect: do not use PATH_MAXwm42015-09-131-1/+1
* Merge pull request #192 from grigorig/stringfuncsGrigori Goronzy2015-09-119-51/+162
|\
| * NIH: add locale-independent string functionsGrigori Goronzy2015-09-119-51/+162
|/
* fontselect: avoid undefined behaviorwm42015-09-091-3/+5
* fontselect: raise font selection log messagewm42015-09-091-1/+1
* ass_fontselect: ignore ./.. and hidden fileswm42015-09-081-0/+2
* fontselect: handle additional malloc errorsGrigori Goronzy2015-09-081-2/+5
* ass_fontselect: uninline ass_map_font()wm42015-09-072-12/+15
* configure: make fontconfig optionalwm42015-09-071-1/+14
* ass_fontselect: log the selected font providerwm42015-09-071-5/+9
* ass_shaper: raise shaper info log levelwm42015-09-071-1/+1
* ass_bitmap: fix potential NULL derefwm42015-09-071-3/+7
* ass_render: fix potential NULL derefwm42015-09-071-1/+1
* travis: run on OSX toowm42015-09-071-1/+2
* ass_drawing: make ass_drawing_new() fail properly on OOMwm42015-09-071-1/+4
* ass_parse: add check against ass_drawing_new() failurewm42015-09-071-8/+9
* ass_render: fix potential NULL derefwm42015-09-071-2/+2
* fontselect: initialize postscript nameGrigori Goronzy2015-09-071-1/+1
* fontselect: fix memory leakGrigori Goronzy2015-09-071-1/+1
* Merge branch 'fonts'Grigori Goronzy2015-09-0727-615/+3602
|\
| * Merge pull request #190 from grigorig/fontsGrigori Goronzy2015-09-077-44/+144
| |\
| | * fontselect: get rid of strdup for display nameGrigori Goronzy2015-09-072-8/+3
| | * fontselect: improve font display name choiceGrigori Goronzy2015-09-071-3/+7
| | * fontselect: remove outdated remarkGrigori Goronzy2015-09-071-4/+0
| | * fontconfig: fix memory leak in error pathGrigori Goronzy2015-09-071-0/+1
| | * fontselect: call match_fonts for each aliasGrigori Goronzy2015-09-071-3/+6
| | * test: use proper fallback nameGrigori Goronzy2015-09-071-1/+1
| | * fontselect: fix fallback family fallbackGrigori Goronzy2015-09-071-1/+1
| | * fontconfig: handle fallback corner casesGrigori Goronzy2015-09-071-2/+16
| | * fontselect: fix match_fonts semanticsGrigori Goronzy2015-09-071-27/+55
| | * directwrite, coretext: implement substitutionsGrigori Goronzy2015-09-023-0/+59
| |/
| * directwrite: fix fallback for codepoint 0Grigori Goronzy2015-09-01<