]> granicus.if.org Git - libass/history - libass
Add CVE identifiers of the fuzzing fixes.
[libass] / libass /
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 Grigori GoronzyRelease 0.13.3 0.13.3
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 (:avih)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-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-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-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 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-12 wm4ass: use a bitmap for checking duplicate events
2015-10-07 wm4Use proper include statement for HarfBuzz
2015-10-06 wm4cache: remove unused BINSTRING field type
2015-10-03 wm4Release 0.13.0 0.13.0
2015-10-03 wm4build: add missing new source files
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
2015-09-17 torquedirectwrite: change WINBOOL to BOOL.
2015-09-17 torquedirectwrite: fix syntax error with MSVC.
2015-09-16 Grigori Goronzyfont: ignore bearing for strikes
2015-09-13 wm4ass_fontselect: do not use PATH_MAX
2015-09-10 Grigori GoronzyMerge pull request #192 from grigorig/stringfuncs
2015-09-10 Grigori GoronzyNIH: add locale-independent string functions
2015-09-09 wm4fontselect: avoid undefined behavior
2015-09-09 wm4fontselect: raise font selection log message
2015-09-08 wm4ass_fontselect: ignore ./.. and hidden files
2015-09-07 Grigori Goronzyfontselect: handle additional malloc errors
2015-09-07 wm4ass_fontselect: uninline ass_map_font()
2015-09-07 wm4ass_fontselect: log the selected font provider
2015-09-07 wm4ass_shaper: raise shaper info log level
2015-09-07 wm4ass_bitmap: fix potential NULL deref
2015-09-07 wm4ass_render: fix potential NULL deref
2015-09-07 wm4ass_drawing: make ass_drawing_new() fail properly on OOM
2015-09-07 wm4ass_parse: add check against ass_drawing_new() failure
2015-09-07 wm4ass_render: fix potential NULL deref
2015-09-07 Grigori Goronzyfontselect: initialize postscript name
2015-09-07 Grigori Goronzyfontselect: fix memory leak
2015-09-07 Grigori GoronzyMerge branch 'fonts'
2015-09-07 Grigori GoronzyMerge pull request #190 from grigorig/fonts
2015-09-07 Grigori Goronzyfontselect: get rid of strdup for display name
2015-09-07 Grigori Goronzyfontselect: improve font display name choice
2015-09-07 Grigori Goronzyfontselect: remove outdated remark
2015-09-07 Grigori Goronzyfontconfig: fix memory leak in error path
2015-09-07 Grigori Goronzyfontselect: call match_fonts for each alias
2015-09-07 Grigori Goronzyfontselect: fix fallback family fallback
2015-09-07 Grigori Goronzyfontconfig: handle fallback corner cases
2015-09-07 Grigori Goronzyfontselect: fix match_fonts semantics
2015-09-02 Grigori Goronzydirectwrite, coretext: implement substitutions
2015-09-01 Grigori Goronzydirectwrite: fix fallback for codepoint 0
next