]> granicus.if.org Git - libass/shortlog
libass
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
2009-06-27 Grigori GoronzyIncorporate mputils.c into ass_utils.c
2009-06-27 Grigori GoronzyCosmetics: minor cleanup in ass_render_events
2009-06-27 Grigori GoronzyCosmetics: fix a few remaining declarations
2009-06-27 Grigori GoronzyRename various non-static functions
2009-06-27 Grigori GoronzyRename mp_msg to ass_msg
2009-06-27 Grigori GoronzyAdd standard GPL header to mputils.c
2009-06-27 Grigori GoronzyImprove positioning for full subpixel accuracy
2009-06-24 Grigori GoronzyTest program: nicer-looking background
2009-06-24 Grigori GoronzyCorrect vertical glyph positioning for \fay
2009-06-23 gregInitial support for \fax, \fay override tags
2009-06-20 Uoti UrpalaUse safe hash functions for composite bitmaps
2009-06-20 Uoti Urpalaass_cache_template.c: Undo automatic reindent for this...
2009-06-20 gregAdd hack to support empty lines of text
2009-06-20 gregRemove static variable modifier in sub_recode
2009-06-20 gregass_set_fonts: optionally pass fontconfig config path
2009-06-20 gregRemove wrappers for ass_set_fonts
2009-06-20 gregSilence warnings introduced by -Wall
2009-06-20 gregAdd -Wall to CFLAGS
2009-06-20 gregReplace manual fixed-point conversion
2009-06-20 gregReindent all source code.
2009-06-20 gregAdd .gitignore
2009-06-20 gregDo not print message level of a string (bloats output...
2009-06-20 gregFix up glyph stroker to avoid buggy rendering.
2009-06-19 gregSet a more reasonable maximum blur radius and make...
2009-06-19 gregEnlarge glyph size more for \blur to avoid artefacts.
2009-06-19 gregRemove MAX_GLYPHS and MAX_LINES limits. Instead, dynami...
2009-06-19 gregRemove cache globals; move cache data into a separate...
2009-06-19 gregEliminate text_info global; move it into ass_renderer.
2009-06-19 gregEliminate render_context global; move it into ass_renderer.
2009-06-19 gregUse ass_renderer to access settings instead of passing...
2009-06-19 gregMove frame_context into ass_renderer. This finishes...
2009-06-19 gregEliminate frame_context global, started.
2009-06-19 gregEliminate global_settings global.
2009-06-19 gregEliminate ass_renderer global.
2009-06-19 gregWarn on \pos, \move redefinitions
2009-06-19 gregass_render.c: declare functions static
2009-06-19 gregFrom uau: libass: Fix cache lookup problem causing...
2009-06-18 gregAdd autotools infrastructure.
2009-06-18 gregApply initial changes needed for standalone libass.
2009-06-16 eugeniAdd a missing check for a NULL return value.
2009-05-13 diegowhitespace cosmetics: Remove all trailing whitespace.
2009-04-21 eugeniDon't automatically wrap lines when WrapStyle==2.
2009-03-28 reimarDocument the ass_render_event event_images parameter.
2009-03-28 reimarInitialize all structs to 0 before using them.
2009-03-16 eugeniCosmetics: reindent.
2009-03-16 eugeniFix uninitialized memory access in ass_fontconfig.
2009-03-11 gregUse ScaledBorderAndShadow: yes by default.
2009-03-08 eugeniCosmetics: reindent.
2009-03-08 eugeniTreat -font/-subfont as Fontconfig pattern in libass.
2009-03-08 gregRemove extraneous braces.
2009-03-08 gregDon't assume width == stride for bitmap composition.
2009-03-08 gregFix clipping for pan-and-scan.
2009-03-08 gregAdd a proper color check to the overlap compositing.
2009-03-08 gregReplace rotation functions with a simplified version...
2009-03-07 gregOnly use first \org in a line.
next