]> granicus.if.org Git - libass/shortlog
libass
2014-11-23 Dr.SmileReplace FT_Outline with ASS_Outline
2014-11-22 Dr.SmileFlip coordinate system in rasterizer
2014-11-22 Dr.SmileFix incorrect closing of last drawing contour
2014-11-22 Dr.SmileLeave spline evaluation to rasterizer
2014-11-22 wm4Travis-CI: Coverity requires a notification email address
2014-11-22 wm4Fix broken memory leak check in legacy API
2014-11-22 wm4Travis-CI: make Coverity scan work
2014-11-22 wm4Travis-CI: minor changes
2014-11-22 wm4Travis-CI: add coverity_scan branch to enabled branches
2014-11-22 wm4Travis-CI: add Coverity scan
2014-11-22 wm4Travis-CI: another attempt at making it work (2)
2014-11-22 wm4Travis-CI: another attempt at making it work
2014-11-22 wm4Travis-CI: sigh
2014-11-22 wm4travis-CI: configure needs to be generated
2014-11-22 wm4Add Travis-CI integration
2014-11-20 wm4More malloc checking
2014-11-18 wm4More malloc checking
2014-11-17 wm4More malloc checking
2014-11-17 wm4Provide a strndup() fallback
2014-11-16 wm4Fix some of the recently added checks
2014-11-16 wm4Some more overflow checks
2014-11-16 wm4Deal with code-duplication bullshit
2014-11-16 wm4Check the overflow check for overflows
2014-11-16 wm4Check bitmap allocation for overflows
2014-11-15 wm4Print debug message when loading a memory font
2014-11-15 wm4Split some parts of ass_render_event into functions
2014-11-14 wm4Check some allocations in strike-through code
2014-11-14 wm4Add another helper-macro for array allocation
2014-11-14 wm4Fix recently introduced overflow check (again)
2014-11-14 wm4Fix the bug
2014-11-13 YoukaSimplify ass_utils.c code
2014-11-13 YoukaClean up and improve .gitignore
2014-11-13 wm4Use stdbool.h in another place
2014-11-13 wm4Check for another overflow in blur code
2014-11-13 wm4Move apply_blur() to ass_bitmap.c
2014-11-11 wm4Check against some overflows and allocation failures...
2014-11-11 wm4Add ass_realloc_array()
2014-11-09 wm4Check more mallocs
2014-11-09 wm4Provide SIZE_MAX fallback
2014-11-08 Rodger CombsCheck more allocations
2014-11-07 Dr.SmileFix UB at left shifts of negative integers
2014-11-05 Dr.SmileFix subpixel shadow shift
2014-11-05 Rodger CombsOnly use the subpixel value when shifting bitmaps....
2014-11-04 wm4Load embedded fonts from memory correctly
2014-10-26 Rodger CombsUse LT_INIT for better autoreconf compatibility
2014-10-22 Grigori GoronzyUpdate version and changelog 0.12.0
2014-10-17 wm4Provide slightly more fine-grained control over style...
2014-10-16 wm4Silence compilation warning
2014-09-05 Oleg OshmyanFix caching of combined bitmaps after complex shaping
2014-08-31 wm4Check FT_Outline_New return value
2014-08-25 Dr.SmileCorrectly close last contour in case of overflow
2014-08-25 Dr.SmileCheck for 0-point contours in rasterizer_set_outline()
2014-08-22 Maks NaumovFix \fade(7-argument version) parse
2014-07-19 Rodger CombsMerge pull request #119 from MrSmile/fix-drawing-overflow
2014-07-19 Rodger CombsMerge pull request #116 from hadvaid/dragonfly
2014-07-18 Dr.SmileFix integer overflow in FT_Outline
2014-07-15 Jan Beichconfigure.ac: Treat DragonFly as the rest of BSDs
2014-06-08 wm4ass_parse: remove 2 unused variables
2014-06-06 Oleg OshmyanSimplify drawing text assignment
2014-06-06 Oleg OshmyanUse ass_drawing_add_chars for vector drawings
2014-06-06 Oleg Oshmyanparse_tag: remove unnecessary malloc
2014-06-06 Oleg OshmyanRequire closing '}' for override tags
2014-06-06 Oleg OshmyanIntroduce ass_drawing_add_chars for adding a whole...
2014-06-06 Oleg OshmyanParse override tag arguments exactly like VSFilter...
2014-06-06 Oleg OshmyanMove (r)skip_spaces to ass_utils
2014-06-06 Oleg Oshmyanparse_tag: merge \fs+, \fs-, \fs
2014-06-06 Oleg Oshmyanparse_tag: split \fscx, \fscy, \fsc
2014-06-04 wm4Add a mechanism for selective style overrides
2014-06-01 Grigori GoronzyMerge pull request #100 from astiob/stroke
2014-06-01 wm4Add BorderStyle=4, background color for text
2014-06-01 wm4Fix change detection when text is clipped to screen
2014-06-01 wm4Remove bitmap restriding
2014-05-29 Oleg OshmyanUse FT_Outline_EmboldenXY if available
2014-05-29 Grigori GoronzyMerge pull request #102 from grigorig/fribidi-errorhandle
2014-05-29 Grigori Goronzyshaper: add FriBidi error handling
2014-05-25 Rodger CombsSkip useless memset() when copying a bitmap
2014-05-12 Oleg OshmyanFix \1a, \2a, \3a, \4a with invalid argument
2014-05-12 Oleg OshmyanReset clipping mode on every rectangle \clip
2014-05-12 Oleg OshmyanMake \be animatable
2014-05-12 Oleg Oshmyanmystrtoll: don't truncate to int
2014-05-12 Oleg OshmyanFix corner case: \move with identical start and end...
2014-04-29 Dr.SmileImplement fast quad-tree rasterizer in C and x86/SSE2...
2014-04-27 Oleg OshmyanFix premature parser exit on }{ in drawing mode
2014-04-27 Rodger CombsFixed headers in profile and test
2014-04-25 Grigori GoronzyUpdate README
2014-04-25 Grigori GoronzyUpdate version info and changelog 0.11.2
2014-04-10 Oleg OshmyanInitialize \pbo for each event
2014-03-27 Oleg OshmyanDon't crash on \fscx0 with non-zero \blur
2014-03-17 Grigori Goronzyshaper: fix nasty sign bug in font functions
2014-03-16 Grigori GoronzyMerge pull request #66 from grigorig/drawing-floats
2014-03-15 Grigori Goronzydrawing: parse numbers as floats
2014-03-13 Oleg OshmyanRemove dirty pixels from ASM be_blur output
2014-03-13 Oleg OshmyanFix handling of top two pixel rows in be_blur_c
2014-03-10 11rcombsRemove incorrect declaration of HAVE_ALIGNED_STACK
2014-03-07 Dr.SmileBetter fix for zero area outlines
2014-03-06 Grigori GoronzyFix API documentation of change detection
2014-03-06 Grigori GoronzyMerge pull request #61 from wm4/fix2
2014-03-06 wm4Fix change detection in presence of vector clips
2014-03-03 wm4Actually export ass_library_version symbol
2014-03-03 wm4Don't crash on \fscx0
next