]> granicus.if.org Git - libass/shortlog
libass
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
2016-06-17 Oleg OshmyanREADME: add QMPlay2 to list of projects using libass
2016-06-10 Grigori Goronzyshaper: drop RTL base direction for RTL font encodings
2016-05-23 Hannes Domanifont: fix NULL pointer dereference
2016-04-23 Dr.Smilerasterizer: drop outlines with points at too large...
2016-03-27 Grigori GoronzyMerge pull request #217 from ssbssa/master
2016-03-27 Hannes Domanidirectwrite: fix leaks of IDWriteFontFamily/IDWriteFont...
2016-03-13 Sean McGovernconfigure: use proper quoting on iconv test
2016-03-10 Grigori GoronzyMerge pull request #214 from SeanMcG/upstream
2016-03-10 Sean McGovernconfigure: add libiconv only when it is both present...
2016-03-10 Sean McGovernconfigure: use correct ASFLAGS for yasm on Solaris
2016-03-09 wm4configure.ac: add missing spaces to error message
2016-02-20 Oleg OshmyanRelease 0.13.2 0.13.2
2016-02-20 Oleg OshmyanDocument default value for ass_set_check_readorder
2016-02-04 wm4ass: handle movement==0 in ass_step_sub()
2016-01-14 wm4font: remove unused function
2015-12-31 wm4ass: add ass_set_check_readorder() API function
2015-12-31 wm4ass: declare mixing ass_flush_events() and ass_process_...
2015-12-31 wm4Changelog: create entry for the next version
2015-12-20 wm4ass: reset the ReadOrder bitmap on ass_flush_events()
2015-12-09 wm4coretext: fix NULL CFStringRef dereference
2015-12-01 Oleg OshmyanRelease 0.13.1 0.13.1
2015-12-01 Oleg Oshmyancoretext: don't fetch character set when it isn't needed
2015-12-01 Oleg Oshmyanfontselect: destroy private data of fonts that fail...
2015-12-01 Oleg Oshmyanfontselect: fix bool return values
2015-11-07 Oleg Oshmyancoretext: don't forget to release font format attribute
2015-11-04 Oleg Oshmyanfontselect: replace is_postscript flag with check_posts...
2015-10-30 Oleg Oshmyandirectwrite: improve error handling
2015-10-30 Oleg Oshmyandirectwrite: slightly clean up the code
2015-10-30 Oleg Oshmyandirectwrite: split out the inner loop of scan_fonts...
2015-10-29 Oleg OshmyanInterpret timestamps with negative components more...
2015-10-29 Oleg OshmyanFix several signedness bugs
2015-10-29 Grigori GoronzyFix Windows build
2015-10-28 Oleg Oshmyanfontselect: silence warnings about discarding const
2015-10-22 Oleg OshmyanFix the Linux build on Travis CI
2015-10-22 Oleg Oshmyanfontselect: don't trim font names
2015-10-22 Oleg Oshmyanfontselect: don't find fonts with PostScript outlines...
2015-10-22 Oleg Oshmyanfont: check FT_Get_Postscript_Name return value for...
2015-10-22 Oleg Oshmyanfontselect: use stdbool.h wherever appropriate
2015-10-22 Oleg Oshmyandirectwrite: fix broken return value check
2015-10-22 Oleg Oshmyanfontselect: find fonts with PostScript outlines by...
2015-10-22 Oleg Oshmyanfontconfig: read PostScript names
2015-10-21 Oleg Oshmyanfontselect: read PostScript names for memory fonts
2015-10-21 Oleg Oshmyanfontselect: move PostScript name into ASS_FontProviderM...
2015-10-21 Oleg Oshmyanfontselect: fix ass_font_provider_add_font signature...
2015-10-14 wm4drawing: remove unused field
2015-10-14 Oleg Oshmyanconfigure: don't add unnecessary libraries to PKG_LIBS_...
2015-10-13 wm4configure: include -liconv if that is found
2015-10-12 wm4ass: use a bitmap for checking duplicate events
2015-10-10 Luke Dashjrconfigure: Set the correct x32 machine option for yasm
2015-10-07 wm4Use proper include statement for HarfBuzz
2015-10-06 wm4cache: remove unused BINSTRING field type
2015-10-03 Oleg OshmyanUpdate last release date in README
2015-10-03 wm4Release 0.13.0 0.13.0
2015-10-03 wm4build: add missing new source files
2015-09-24 wm4configure: do not add -ldwrite to libass.pc
2015-09-24 wm4ass_font: fix broken loop condition
2015-09-23 Grigori GoronzyMerge pull request #197 from grigorig/remove-enca
2015-09-23 Grigori GoronzyRemove ENCA support
2015-09-22 Grigori GoronzyMerge pull request #84 from astiob/msvc
2015-09-21 wm4fontselect: make iconv optional again
2015-09-17 Oleg OshmyanFully fix compilation with MSVC/ICL
2015-09-17 Oleg OshmyanInclude config.h in all source files and in no headers
2015-09-17 Oleg OshmyanMove ASS_Shaper declaration to ass_shaper.h
2015-09-17 Oleg Oshmyanunistd.h is not needed
next