summaryrefslogtreecommitdiffstats
path: root/libass/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Switch to non-recursive MakefileOneric2022-05-121-60/+0
* Release 0.16.00.16.0Oneric2022-05-121-1/+1
* Add partial unicode support for WindowsDr.Smile2022-03-311-1/+2
* build: use `X86` as the generic name for whole x86 familyOleg Oshmyan2022-02-121-4/+4
* build: move private_prefix define to Makefile.amrcombs2021-12-061-1/+1
* Add wyhash.hrcombs2021-10-151-1/+1
* Use a wrapper script for NASMOneric2021-09-151-1/+1
* Release 0.15.20.15.2Oleg Oshmyan2021-09-121-1/+1
* directwrite: read metadata from IDWriteFontFace3 if possibleOleg Oshmyan2021-07-101-1/+1
* Release 0.15.10.15.1Oleg Oshmyan2021-05-021-1/+1
* Rewrite be_blur() assemblyDr.Smile2021-04-211-5/+1
* Release 0.15.00.15.0Oleg Oshmyan2020-10-271-1/+1
* Add missing file to MakefileOleg Oshmyan2020-10-271-1/+1
* Fix libtool versionOleg Oshmyan2020-03-301-2/+2
* api: add ass_track_set_feature()wm42020-03-291-1/+1
* Release 0.14.00.14.0Oleg Oshmyan2017-10-311-1/+1
* Silence missing-field-initializers warningRodger Combs2017-10-271-1/+2
* Completely exclude ass_fontconfig.c from build when it is disabledOleg Oshmyan2017-10-271-1/+6
* x86: fix out-of-root builds after 8bddaa2a7Ricardo Constantino2017-09-161-1/+1
* build: switch from yasm to nasmRodger Combs2017-09-051-4/+4
* Makefile: silence warning when x86/utils has no symbolsRodger Combs2017-09-051-2/+2
* renderer: remove legacy FreeType rasterizerDr.Smile2017-07-311-19/+10
* cosmetic: extract most of the outline-related functions into separate fileDr.Smile2017-07-311-2/+2
* Release 0.13.70.13.7Grigori Goronzy2017-06-031-1/+1
* Bump ABI version and release 0.13.60.13.6Oleg Oshmyan2017-01-031-3/+3
* Release 0.13.50.13.5Oleg Oshmyan2016-12-291-1/+1
* Release 0.13.40.13.4Grigori Goronzy2016-10-051-1/+1
* Release 0.13.30.13.3Grigori Goronzy2016-09-241-1/+1
* Release 0.13.20.13.2Oleg Oshmyan2016-02-201-3/+3
* ass: use a bitmap for checking duplicate eventswm42015-10-121-1/+1
* Release 0.13.00.13.0wm42015-10-031-3/+3
* build: add missing new source fileswm42015-10-031-2/+3
* Fully fix compilation with MSVC/ICLOleg Oshmyan2015-09-171-1/+1
* NIH: add locale-independent string functionsGrigori Goronzy2015-09-111-1/+2
* configure: proper configure switches for DirectWrite and CoreTextwm42015-08-281-2/+6
* Rename dwrite.h, minor cleanupswm42015-08-051-1/+1
* directwrite: convert to Cwm42015-07-111-1/+1
* directwrite: compile only on Windowswm42015-07-111-1/+7
* Changed configure.ac to work with c++ filesfeliwir2015-07-101-2/+2
* fontselect: implement a coretext font providerStefano Pigozzi2015-07-101-1/+3
* Custom font matching and font sourcesGrigori Goronzy2015-07-101-4/+3
* Implement cascade gaussian blurDr.Smile2015-07-041-2/+2
* Release 0.12.30.12.3wm42015-06-301-1/+1
* Makefile.am: add missing ass_func_template.h to list of sourceswm42015-06-301-1/+1
* Switch to virtual function tableDr.Smile2015-06-261-3/+3
* Release 0.12.20.12.2wm42015-05-071-1/+1
* Define _GNU_SOURCERodger Combs2015-02-171-1/+1
* Update version and changelog0.12.0Grigori Goronzy2014-10-231-2/+2
* Implement fast quad-tree rasterizer in C and x86/SSE2/AVX2Dr.Smile2014-04-291-0/+10
* Redesigned configure/Makefile setup11rcombs2014-02-241-27/+5
* Add missing distfilesGrigori Goronzy2014-02-191-3/+3
* We have aligned stack on Win6411rcombs2014-02-171-1/+1
* Define HAVE_ALIGNED_STACK; should wrap up #4811rcombs2014-02-171-6/+6
* Build: Remove references to unimplemented ARM ASM11rcombs2014-01-251-4/+0
* Added x86 ASM functions11rcombs2014-01-251-0/+46
* build: add more warningswm42014-01-241-1/+3
* Update version infoGrigori Goronzy2013-10-141-1/+1
* Allow building as DLL on Windowswm42013-06-111-1/+1
* Revert "shaper: add UCDN support"Grigori Goronzy2012-10-151-1/+1
* shaper: add UCDN supportGrigori Goronzy2012-10-011-1/+1
* Provisional bidi and shaping supportGrigori Goronzy2011-07-061-1/+2
* Set AM_CFLAGS instead of CFLAGS directlyGrigori Goronzy2010-08-091-0/+2
* Version bump0.9.10Grigori Goronzy2010-08-061-2/+2
* refactor: move ASS_Renderer getters/setters/etc into separate fileGrigori Goronzy2010-08-011-1/+1
* Replace strtod with locale-independent strtodGrigori Goronzy2010-01-051-1/+1
* Refactor: move event parsing code into separate fileGrigori Goronzy2009-09-011-1/+2
* Factor out renderer types into separate fileGrigori Goronzy2009-08-071-1/+1
* Bump shared library version0.9.7Grigori Goronzy2009-08-071-1/+1
* Updates for autotools' make distGrigori Goronzy2009-07-121-1/+2
* Replace string defines with real stringsGrigori Goronzy2009-07-111-1/+1
* Implement drawing mode (\p)Grigori Goronzy2009-07-061-1/+2
* Restrict symbols exported in the DSOGrigori Goronzy2009-06-291-0/+1
* Incorporate mputils.c into ass_utils.cGrigori Goronzy2009-06-271-3/+3
* Add autotools infrastructure.greg2009-06-181-0/+14