]> granicus.if.org Git - libass/shortlog
libass
2015-07-10 Stephan VedderAdded directwrite check
2015-07-10 Stefano Pigozzifontselect: fix NULL dereference
2015-07-10 Grigori GoronzyProvisional support for libiconv
2015-07-10 Grigori GoronzyFix compiler compatibility
2015-07-10 Grigori GoronzyFix warnings
2015-07-10 Stefano Pigozzifontselect: expose a fontprovider listing API
2015-07-10 Stefano Pigozzifontselect: expose a fontprovider selection API
2015-07-10 Stefano Pigozzifontselect: use fallback fonts when querying font providers
2015-07-10 Stefano Pigozzicoretext: fix conversion from CFStringRef to utf8 buffer
2015-07-10 Stefano Pigozzicoretext: also lazy load fonts based on Family and...
2015-07-10 Stefano Pigozzifontselect: coretext: allow to match fontname using...
2015-07-10 Stefano Pigozzifontselect: coretext: allow selection based on PostScri...
2015-07-10 Stefano Pigozzifontselect: implement a coretext font provider
2015-07-10 Grigori GoronzyAdd todo comments
2015-07-10 Grigori GoronzySupport multiple font family names
2015-07-10 Grigori Goronzynit: add width to font_info_dump
2015-07-10 Grigori GoronzyAdd support for font width property
2015-07-10 Grigori GoronzyUse streamed access for memory fonts
2015-07-10 Grigori GoronzyPass family name as path for memory fonts
2015-07-10 Grigori GoronzyExport font provider interface
2015-07-10 Grigori GoronzyMemory font support
2015-07-10 Grigori GoronzyMake sure font path is valid
2015-07-10 Grigori GoronzyFix weight validity check
2015-07-10 Grigori GoronzyFree a provider's fonts when it is freed
2015-07-10 Grigori GoronzyAdd convenience defines for slant values
2015-07-10 Grigori Goronzyoops: remove debug output
2015-07-10 Grigori GoronzyCheck weight and slant validity in font provider
2015-07-10 Grigori GoronzyUse TrueType font weight scale
2015-07-10 Grigori GoronzyFix similarity calculations
2015-07-10 Grigori GoronzyAdd a fixed set of fallback fonts
2015-07-10 Grigori GoronzyDon't match any font if there's no glyph coverage
2015-07-10 Grigori GoronzyRestore fontconfig runtime configuration
2015-07-10 Grigori GoronzyFix compilation without fontconfig
2015-07-10 Grigori GoronzyFix off-by-one bug in font matching
2015-07-10 Grigori GoronzyAdd reference to font provider in font database
2015-07-10 Grigori GoronzyImprove font selector/provider documentation
2015-07-10 Grigori GoronzyConvert embedded font handling to a real font provider
2015-07-10 Grigori GoronzyAdd glyph coverage map for embedded fonts
2015-07-10 Grigori GoronzyNever add a face twice to an ASS_Font
2015-07-10 Grigori GoronzyFix trimming function
2015-07-10 Grigori GoronzyTrim spaces of font family strings
2015-07-10 Grigori GoronzyCustom font matching and font sources
2015-07-04 Dr.SmileImplement cascade gaussian blur
2015-07-01 Dr.SmileFix code path of rasterization through FreeType
2015-06-30 wm4Release 0.12.3 0.12.3
2015-06-30 wm4Makefile.am: add missing ass_func_template.h to list...
2015-06-25 Dr.SmileSwitch to virtual function table
2015-06-25 Dr.SmileImprove rasterizer comments
2015-06-23 Grigori GoronzyMerge pull request #160 from astiob/be
2015-06-14 Dr.SmileFix crash when stroked outline overflows SHRT_MAX
2015-06-11 wm4Do not apply ass_set_line_position() to positioned...
2015-06-08 Oleg Oshmyanstring2timecode: don't truncate to int
2015-06-08 Grigori GoronzyMerge pull request #181 from grigorig/clang-static...
2015-06-07 Grigori GoronzyRemove several dead stores
2015-06-07 Grigori GoronzyCheck possible NULL dereference
2015-06-07 Grigori GoronzyFix minor memory leak in ass_read_styles
2015-05-25 wm4Strictly clip non-dialog events against the video rectangle
2015-05-24 Oleg OshmyanSimplify change_alpha and change_color
2015-05-24 Oleg OshmyanApply fade only when the fade alpha is positive (like...
2015-05-24 Oleg Oshmyanparse_tag: split \[1-4][ac]
2015-05-24 Oleg OshmyanParse and animate all colors and alpha values like...
2015-05-23 Grigori Goronzyshaper: purge outdated comment
2015-05-22 Oleg OshmyanFix a wrong comment
2015-05-12 Rodger CombsAdd libjass to Other ASS/SSA implementations in README
2015-05-10 wm4Fix memory leak with drawings
2015-05-10 wm4Remove RenderContext.drawing
2015-05-07 wm4Release 0.12.2 0.12.2
2015-04-21 Rodger Combsgg rcombs (fix README typo)
2015-04-21 Rodger CombsFix GStreamer link in README
2015-03-16 wm4Don't use margins for events that should not be overridden
2015-03-16 wm4Reorder functions
2015-03-12 Rodger CombsFix range in rot_key
2015-03-12 Rodger CombsFix degrees/radians cache confusion; avoid a fixed...
2015-03-09 wm4Ignore extra coordinates in drawings
2015-03-06 Dr.SmileFix BorderStyle=3 with zero Outline and Shadow
2015-03-06 wm4Make timestamp parsing more lenient
2015-03-06 wm4Prevent selective style overrides with scrolling
2015-03-06 wm4Refine list of tags that prevent selective style overrides
2015-02-26 wm4Allow more fine grained control over style overrides
2015-02-26 wm4Change what fields are overridden with style override
2015-02-26 wm4Always use the new style with \r and style overrides
2015-02-17 Rodger CombsDefine _GNU_SOURCE
2015-02-10 Oleg OshmyanMake sure the synth tmp buffer is large enough for...
2015-02-10 Oleg OshmyanUse correct types in be_blur_c
2015-02-10 Oleg OshmyanAdd enough padding for \be to avoid clipping
2015-02-10 Oleg OshmyanCalculate \be using [0..64] value range (like VSFilter)
2015-02-10 Oleg OshmyanApply \be after \blur (like VSFilter)
2015-02-10 Oleg OshmyanDon't forget to apply \be to the first/last row/column...
2015-02-09 Dr.SmileSkip memset() when using internal rasterizer
2015-01-29 Dr.SmileFix incorrect memset
2015-01-29 Rodger CombsRemove unused function is_skip_symbol
2015-01-27 Dr.SmileClean up bitmap combining
2015-01-22 Dr.SmileFix bug in ASS_Outline intrastructure
2015-01-16 Oleg OshmyanAdd extern "C" guard to public header
2015-01-15 Dr.SmileFix rare edge-case bug in rasterizer
2015-01-09 Oleg OshmyanUpdate Aegisub links in README
2015-01-08 Oleg OshmyanUpdate README
2015-01-07 wm4Update version and changelog 0.12.1
2014-12-29 Behdad EsfahbodDestroy harfbuzz faces before freetype faces
2014-11-23 Dr.SmileReplace FT_Outline with ASS_Outline
next