]> granicus.if.org Git - libass/shortlog
libass
2009-08-12 Grigori GoronzyBorderStyle cache integration
2009-08-12 Grigori GoronzyAlways parse colors as hex for ASS tracks
2009-08-12 Grigori GoronzyAdd glyph emboldening fallback
2009-08-12 Grigori GoronzyFix italic to non-italic space handling
2009-08-12 Grigori GoronzySupport \q override tag
2009-08-12 Grigori GoronzyImplement BorderStyle 3
2009-08-11 Grigori GoronzyFix advance for italic to non-italic style changes
2009-08-07 Grigori GoronzyFactor out renderer types into separate file
2009-08-06 Grigori GoronzyBump shared library version 0.9.7
2009-08-06 Grigori GoronzyBump LIBASS_VERSION due to renames
2009-08-06 Grigori GoronzyUse int for ScaledBorderAndShadow
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-08-05 Grigori GoronzyCosmetics: add parameter name in prototype
2009-08-05 Grigori GoronzyFix typo
2009-08-05 Grigori GoronzyClarify the AR parameter meanings
2009-07-29 Grigori GoronzyGet rid of MAX_EVENTS limit
2009-07-29 Grigori GoronzyDo not round karaoke timing coordinates
2009-07-28 Grigori GoronzyBring back names for public types
2009-07-28 Grigori GoronzyFix \k and \ko tags
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-26 Grigori GoronzyImprove message callback API
2009-07-25 Grigori GoronzyRemove shift vector in ass_render_event
2009-07-25 Grigori GoronzyAssume 4:3 AR when calculating missing PlayResX/Y
2009-07-24 Grigori GoronzyHandle clip vector rasterizer errors
2009-07-24 Grigori GoronzyDocument ass_hinting enum
2009-07-24 Grigori GoronzyFix renderer memory leaks
2009-07-24 Grigori GoronzyFix fontconfig memory leaks
2009-07-24 Grigori GoronzyTest program: free track/renderer/library
2009-07-24 Grigori GoronzyFree tracks properly
2009-07-24 Grigori GoronzyBuild system: enable/disable flags, pkg-config fixes
2009-07-24 Grigori GoronzyFix compilation without fontconfig
2009-07-24 Grigori GoronzyMove render_id into ass_renderer
2009-07-22 Grigori GoronzyFallback to default fontconfig configuration
2009-07-22 Grigori GoronzyFix rasterizer error handling (double free)
2009-07-22 Grigori GoronzyBold/italic: interpret -1 as "true"
2009-07-21 Grigori GoronzyAdd check for libm to configure
2009-07-21 Grigori GoronzyDo not double free default font/family buffers
2009-07-21 Grigori GoronzyFactor out bitmap buffer copy
2009-07-21 Grigori GoronzyClamp clip rectangle to frame size
2009-07-20 Grigori GoronzyAnimations: allow equal start and end time
2009-07-19 Grigori GoronzyCheck for table availability when striking a glyph
2009-07-19 Grigori GoronzyFont metrics: prefer OS/2 table for ascender/descender
2009-07-19 Grigori GoronzyFix borders when a x/y component is zero
2009-07-19 Grigori GoronzyFix drawing parser memory leak
2009-07-19 Grigori GoronzyIntroduce simple cache memory management
2009-07-19 Grigori GoronzyFix vertical centering (VALIGN_CENTER)
2009-07-19 Grigori GoronzyFix ascender/descender calculation for empty lines
2009-07-17 Grigori GoronzyImprove API headers and documentation
2009-07-17 Grigori GoronzyImprove fontconfig setup
2009-07-16 Grigori GoronzyUpdate changelog again
2009-07-16 Grigori GoronzyTweak font metrics to match Windows GDI
2009-07-16 Grigori GoronzyClear free list on renderer uninit
2009-07-16 Grigori GoronzyImplement vector clips
2009-07-13 Grigori GoronzyRework build system
2009-07-12 Grigori GoronzyOutput messages to stderr by default
2009-07-12 Grigori GoronzyProper support for empty lines
2009-07-12 Grigori GoronzyAllow passing user data to callback
2009-07-12 Grigori GoronzyMerge glyph and outline bitmap better
2009-07-12 Grigori GoronzyRedo border calculations for \be and \blur
2009-07-12 Grigori GoronzyCheck whether renderer and track use the same library...
2009-07-12 Grigori GoronzyUpdates for autotools' make dist
2009-07-11 Grigori GoronzyInitial changelog update for 0.9.7
2009-07-11 Grigori Goronzyautoconf: disable Fortran/C++ checks
2009-07-11 Grigori GoronzyAdd AM_PROG_CC_C_O to configure.ac
2009-07-11 Grigori GoronzyConvert test program to plain C
2009-07-11 Grigori Goronzyconfigure: use pkg-config for libpng, enca
2009-07-11 Grigori GoronzyMessage callback funtionality
2009-07-10 Grigori GoronzyReplace string defines with real strings
2009-07-10 Grigori GoronzyMove gaussian blur into bitmap handling code
2009-07-10 Grigori GoronzySlight optimizations for \be, \blur
2009-07-08 Grigori GoronzyUse better method for stroking with \xbord, \ybord
2009-07-07 Grigori GoronzyCorrectly round doubles to integers
2009-07-07 Grigori GoronzyTurn down subpixel accuracy to 1/8th pixel
2009-07-07 Grigori GoronzySupport for underline and strikethrough
2009-07-06 Grigori GoronzyTest program: check track initialization
2009-07-06 Grigori GoronzyFix crash when event format spec is missing
2009-07-06 Grigori GoronzyImplement drawing mode (\p)
2009-07-01 Grigori GoronzyRemove read_file_recode from API
2009-07-01 Grigori GoronzyScale letter spacing with font scale
2009-06-30 Grigori GoronzyScale rotation constants with font scale
2009-06-30 Grigori GoronzyAssume pixel ratio equals aspect ratio
2009-06-30 Grigori GoronzySupport for \iclip (inverse clipping)
2009-06-30 Grigori GoronzyFix karaoke (\kf) timing
2009-06-29 Grigori GoronzyMove subpixel shift out of transform_3d
2009-06-29 Grigori GoronzyAPI: make process_force_style available
2009-06-29 Grigori GoronzyPAR correction for rendering at non-video resolution
2009-06-29 Grigori GoronzyRestrict symbols exported in the DSO
2009-06-29 Grigori GoronzyFix two-pass stroking for \xbord, \ybord
2009-06-29 Grigori GoronzyHandle conflicting \t time intervals
2009-06-29 Grigori Goronzyshift_bitmap: do not rely on compiler optimizations
2009-06-29 Grigori GoronzySubpixel accurate shadow rendering
2009-06-28 Grigori GoronzyFix subpixel shift calculation for negative coordinates
2009-06-27 Grigori GoronzyMake \shad, \xshad and \yshad animatable.
2009-06-27 Grigori GoronzySupport \xshad and \yshad override tags
2009-06-27 Grigori GoronzySupport \xbord and \ybord override tags
2009-06-27 Grigori GoronzyFix memory leak in render_overlap
2009-06-27 Grigori GoronzyFix strdup() string leaks
2009-06-27 Grigori GoronzyMake \fax and \fay animatable.
2009-06-27 Grigori GoronzyFix rotation and subpixel placement
2009-06-27 Grigori GoronzyInclude ass_utils.h instead of mputils.h
next