]> granicus.if.org Git - libass/shortlog
libass
2017-10-31 Oleg OshmyanRelease 0.14.0 coverity_scan 0.14.0
2017-10-31 Oleg Oshmyanconfigure: remove obsolete --disable-rasterizer option
2017-10-31 Oleg OshmyanSupport Core Text on earlier versions of Mac OS X
2017-10-31 Oleg OshmyanDon't link Core Text font provider to unneeded CoreGrap...
2017-10-31 Oleg Oshmyancoretext: don't use a variable-length array
2017-10-26 Rodger CombsSilence missing-field-initializers warning
2017-10-26 Oleg Oshmyanfontselect: fix include guard macro name
2017-10-26 Oleg OshmyanCompletely exclude ass_fontconfig.c from build when...
2017-10-22 Rodger Combsass_set_fonts: empty cache as well
2017-09-17 Dr.Smilerasterizer: fix warning
2017-09-17 Dr.SmileConsolidate bounding box operations
2017-09-17 Dr.SmileRename DBBox to ASS_DRect for uniformity
2017-09-17 Dr.SmileReorganize outline transformation functions
2017-09-17 Dr.SmileSwitch to more efficient representation of outlines
2017-09-17 Dr.SmileSwitch to native coordinate system for outlines
2017-09-17 Dr.SmileReplace FreeType types with libass native types
2017-09-17 Dr.Smilestroker: fix wording of algorithm description
2017-09-16 Ricardo Constantinox86: fix out-of-root builds after 8bddaa2a7
2017-09-06 Rodger Combsbuild: switch from yasm to nasm
2017-09-06 Rodger CombsMakefile: silence warning when x86/utils has no symbols
2017-09-06 Rodger Combsx86: update x86inc.asm
2017-09-06 Rodger Combsx86: asm adjustments for nasm compatibility
2017-09-06 Rodger Combsconfigure: cleanup in preparation for x86inc update...
2017-08-01 Dr.Smilerenderer: fix border existence check
2017-08-01 Dr.Smilestroker: add algorithm description
2017-07-31 Dr.Smilestroker: skip degenerate 2-point contours from broken...
2017-07-31 Dr.Smilecosmetic: fix codestyle
2017-07-31 Dr.Smilerenderer: fix handling of empty outlines
2017-07-31 Dr.Smilerenderer: switch to using two border outlines instead...
2017-07-31 Dr.Smilerenderer: remove legacy FreeType rasterizer
2017-07-31 Dr.Smilestroker: implement fast two-outline stroker
2017-07-31 Dr.Smilerasterizer: implement simultaneous rasterization of...
2017-07-31 Dr.Smilerasterizer: refactoring
2017-07-31 Dr.Smilecosmetic: extract most of the outline-related functions...
2017-06-03 Grigori GoronzyRelease 0.13.7 0.13.7
2017-06-01 Ricardo ConstantinoAllow using shadow offset to adjust size of text background
2017-06-01 Grigori GoronzyFix function prototype
2017-06-01 Grigori Goronzyfontselect: cleanup lazy font index evaluation
2017-06-01 Grigori Goronzydirectwrite: fix font collections dw-collections
2017-05-10 Grigori GoronzyFix PlayResX/Y calculations
2017-04-27 wm4Changelog: update
2017-02-15 Rodger CombsRemove arbitrary bitmap size limit large-bitmaps
2017-02-14 Oleg OshmyanDon't limit size of "uuencoded" font lines
2017-02-14 Oleg OshmyanFix decode_font when size % 4 != 0 or data contains...
2017-02-14 Oleg Oshmyanass_lazy_track_init: handle negative PlayResX/PlayResY
2017-02-14 Oleg Oshmyanstring2timecode: don't truncate milliseconds to int
2017-02-14 Oleg OshmyanReuse numpad2align in parse_tag
2017-02-14 Oleg OshmyanFix parsing of unusual Alignment values in ASS style...
2017-02-14 Oleg OshmyanDon't treat :;<=>? as hexadecimal digits in color headers
2017-02-11 Oleg OshmyanExplicitly handle FcPatternGetString(FC_POSTSCRIPT_NAME...
2017-02-07 Oleg OshmyanTravis CI: remove HarfBuzz and re-remove Fontconfig...
2017-02-06 Oleg OshmyanTravis CI: re-enable Fontconfig on OS X but force no...
2017-02-05 Oleg OshmyanTravis CI: build with HarfBuzz
2017-02-05 Oleg OshmyanTravis CI: run Coverity Scan on every master build
2017-02-05 Oleg OshmyanTravis CI: build using both GCC and Clang
2017-02-05 Oleg OshmyanTravis CI: remove libtool reinstall hack on OS X
2017-02-05 Oleg OshmyanTravis CI: explicitly install FreeType on Linux
2017-02-05 Oleg OshmyanTravis CI: don't require Fontconfig binaries
2017-02-05 Oleg OshmyanTravis CI: disable Fontconfig on OS X
2017-01-31 Oleg OshmyanReduce precision of border width in outline cache keys
2017-01-31 Oleg OshmyanReflect border_scale in outline cache keys
2017-01-30 Dr.Smilerender: remove redundant has_clips
2017-01-13 wm4render_api: do not discard old images on reconfiguration fix-change-detection
2017-01-11 wm4render: clip BorderStyle=4 against screen
2017-01-03 Oleg OshmyanBump ABI version and release 0.13.6 0.13.6
2016-12-28 Oleg OshmyanRelease 0.13.5 0.13.5
2016-12-28 Dr.Smileapi: make ass_set_cache_limits() work on total bitmap...
2016-12-28 Oleg OshmyanFix memory leak when Language header is defined more...
2016-12-28 Oleg Oshmyanparse_tag: don't consume *end == ')' when called recurs...
2016-12-28 Oleg OshmyanFix buffer overread in parse_tag when end points to...
2016-12-28 Oleg Oshmyandirectwrite: drop SAL annotations
2016-11-21 Oleg Oshmyanass_strtod: correctly convert large negative exponents
2016-11-21 Oleg Oshmyanass_strtod: don't cast away const
2016-11-21 Oleg Oshmyanass_strtod: handle overflowing exponents
2016-11-21 Oleg Oshmyanass_strtod: skip leading zeros in mantissa
2016-11-21 Oleg Oshmyanass_strtod: don't report overflow for 0.0e[huge exponent]
2016-11-21 Oleg Oshmyanass_strtod: use size_t for substring lengths
2016-11-12 Dan OscarssonAdd text justification
2016-10-05 Grigori GoronzyAdd CVE identifiers of the fuzzing fixes.
2016-10-04 Grigori GoronzyRelease 0.13.4 0.13.4
2016-10-04 Grigori GoronzyRemove unused variable
2016-10-04 Grigori GoronzyFix line wrapping mode 0/3 bugs
2016-10-04 Grigori GoronzyFix blur coefficient calculation buffer overflow
2016-10-04 Grigori GoronzyFix memory leaks
2016-10-04 Grigori Goronzyshaper: fix reallocation
2016-09-24 torqueCI: Don't fail on MacOS if brew cannot remove libtool.
2016-09-24 torqueFix broken MacOS CI.
2016-09-24 Grigori GoronzyFix license title
2016-09-24 Grigori GoronzyRelease 0.13.3 0.13.3
2016-09-24 Grigori GoronzyImprove license file
2016-09-24 Rodger Combsbitmap: use calloc instead of malloc/memset
2016-07-16 Dr.Smilecache: fix ownership tracking issues of ASS_Font
2016-07-10 Avi Halachmi... font load from dir: use MSGL_INFO instead of MSGL_WARN
2016-06-30 Dr.Smilerender: add refcounting functionality to image lists
2016-06-30 Dr.Smilecache: keep referenced cache values alive after ass_cac...
2016-06-30 Dr.Smilerender: keep track of any associated resources within...
2016-06-30 Dr.Smilecache: keep ref_count of all active objects nonzero
2016-06-30 Dr.Smilecache: replace size_func with parameter in ass_cache_co...
2016-06-30 Dr.Smilecache: remove ass_cache_cancel(), cache failures instead
2016-06-30 Dr.Smilecache: switch to gradual cache clearing
next