]> granicus.if.org Git - libass/shortlog
libass
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.
2008-08-07 diegoRename font-related preprocessor directives.
2008-08-01 diegoRename some preprocessor directives from CONFIG_* to...
2008-07-30 diegoStart unifying names of internal preprocessor directives.
2008-07-09 eugeniFix \fn without an argument consuming the next '\'.
2008-06-23 eugeniCheck if the font set returned from FcFontSort in not...
2008-06-23 eugeniReindent.
2008-06-23 eugeniOnly use application font dir if library->fonts_dir...
2008-05-29 eugeniThe size of output buffer is stored in 'osize', not...
2008-05-29 eugeniClear iconv conversion state also in libass.
2008-05-29 eugeniOffset should be size_t.
2008-05-22 eugeniCosmetics: reindent after the last commit.
2008-05-22 eugeniRead all faces of a memory font, not just the first...
2008-05-22 eugeniFix compilation with FontConfig <= 2.2.96.
2008-05-19 eugeniIn case 2 styles have the same name, prefer the latest...
2008-05-16 diegocosmetics: Remove useless parentheses from return state...
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoAdd standard license header.
2008-05-13 diegoFix one more license header wording detail for consistency.
2008-05-13 diegoUse standard license header.
next