]> granicus.if.org Git - libass/shortlog
libass
2015-08-05 wm4Rename dwrite.h, minor cleanups
2015-08-04 wm4Fix typedefs
2015-07-11 wm4configure: remove some unneeded checks
2015-07-11 wm4directwrite: don't crash on unknown DWRITE_FONT_STRETCH
2015-07-11 wm4directwrite: convert to C
2015-07-11 wm4directwrite: dynamically load dwrite.dll
2015-07-11 wm4directwrite: compile only on Windows
2015-07-10 Grigori Goronzyfontselect: prefer platform font providers
2015-07-10 Grigori Goronzydirectwrite: add font fallback callback
2015-07-10 Grigori Goronzyfontconfig: add font fallback callback
2015-07-10 Grigori Goronzyfontselect: add fallback handling with callback
2015-07-10 Grigori Goronzyfontselect: improved face selection among a family
2015-07-10 Grigori GoronzyConstify ass_msg format (NFC)
2015-07-10 Grigori Goronzydirectwrite: multiple improvements to font scanning
2015-07-10 Grigori Goronzyfontselect: fix oblique/italic mixup
2015-07-10 Grigori Goronzyfontselect: fix undefined behavior with calloc
2015-07-10 Grigori Goronzydirectwrite: fix linking
2015-07-10 Grigori Goronzyfontselect: replace magic numbers (NFC)
2015-07-10 Grigori Goronzyfontselect: trim names of embedded fonts
2015-07-10 Grigori Goronzyfontselect: add and use strdup_trimmed
2015-07-10 Grigori Goronzyfontselect: simplify lookup of embedded fonts
2015-07-10 Grigori Goronzyfontselect: malloc and error checking
2015-07-10 Grigori Goronzyfontselect: simplify cmap lookup for embedded fonts
2015-07-10 Grigori Goronzyfontselect: improved and simplified matching
2015-07-10 Grigori Goronzyfontselect: add fallback and substitution callbacks
2015-07-10 Grigori Goronzyfontselect: add documentation
2015-07-10 Stephan Vedderdirectwrite: fix indentation
2015-07-10 Stephan Vedderdirectwrite: add missing memory release in case of...
2015-07-10 Stephan Vedderdirectwrite: release localizedStrings
2015-07-10 Stephan Vedderdirectwrite: fix error handling in font scanning
2015-07-10 Grigori Goronzydirectwrite: use standard malloc
2015-07-10 Grigori Goronzydirectwrite: add 'width' attribute
2015-07-10 Grigori Goronzydirectwrite: wire up destroy callbacks
2015-07-10 Grigori Goronzydirectwrite: cache FontFileStream
2015-07-10 feliwirdirectwrite: add initial fontselect implementation
2015-07-10 feliwirChanged configure.ac to work with c++ files
2015-07-10 Stephan VedderCompile the check with the g++ compiler now
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
next