]> granicus.if.org Git - libass/shortlog
libass
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.
2009-03-06 gregFix \be blur start position.
2009-03-06 gregRaise max. number of \be applications to 100, introduce...
2009-03-06 gregReplace magic numbers (for subpixel accuracy masking...
2009-03-06 gregUse blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for...
2009-03-05 gregCombine adjacent overlapping, translucent glyph borders...
2009-03-05 gregFix positioned events' y-position when pan-and-scan...
2009-03-05 gregSupport for subpixel accuracy of 3 bits for \pos and...
2009-03-05 gregStyle override for ScaledBorderAndShadow.
2009-03-05 gregSupport ScaledBorderAndShadow property.
2009-03-05 gregScale shadow displacement and blur size like border...
2009-03-05 gregRound shadow displacement to nearest int.
2009-03-05 gregSupport a vsfilter special case:
2009-03-05 gregHack: half-merge glyph border with outline to avoid...
2009-03-05 gregIgnore PlayResX/Y aspect ratio for font aspect ratio.
2009-03-01 eugeniFix a memory leak.
2009-03-01 eugeniWith pan-and-scan, keep positioned events in their...
2009-02-27 eugeniZero-fill glyph_info_t before use.
2009-02-27 eugeniRemove unused function argument.
2009-02-27 eugeniSupport fractional arguments for some override tags.
2009-02-27 eugeniFix two gcc warnings.
2009-02-27 eugeniFix memory leak produced by the \blur patch.
2009-02-27 eugeniStronger blur.
2009-02-27 eugeniAllow shadow without border.
2009-02-07 eugeniIn case of several \move or \pos in one line, prefer...
2009-02-07 eugeniAdd stubs for a few unimplemented tags.
2009-02-07 eugeniAllow \be with arguments other than 0 or 1. Implement...
2009-01-29 compnincrease max glyph and lines limit
2008-12-03 diegoGet rid of pointless 'extern' keywords.
2008-11-02 reimarConsistently use NULL for pointers instead of 0.
2008-11-02 reimarFallback to non-fontconfig behaviour when fontconfig...
2008-09-05 aurellibass: fix type mismatch between size parameter and...
2008-09-05 aurellibass: add a new ass_process_data() to process demuxed...
2008-08-08 eugeniDon't print drawing commands on screen.
2008-08-07 eugeniIf (has outline) blur(outline) else blur(glyph).
2008-08-07 eugeni\org turns off collision detection.
2008-08-07 eugeniTreat \h as space character.
2008-08-07 eugeniCalculate subtitle origin in floating point.
2008-08-07 eugeniCalculate subtitle position in floating point.
next