]> granicus.if.org Git - libass/shortlog
libass
2007-03-13 diegocosmetics: Fix indentation, reorder some lines for...
2007-03-13 diegoGive more descriptive names to the source and library...
2007-03-06 eugeniA function always returning 0 could as well return...
2007-03-06 eugeniText alignment should not use bounding boxes of individ...
2007-03-06 eugeniReset advance vector and glyph bounding box if glyph...
2007-03-03 eugeniFix incorrect spacing introduced in r22231:
2007-03-02 eugeni10l: x2scr used twice instead of y2scr.
2007-03-02 eugeniBugfix: transform origin to screen coordinates.
2007-02-23 uauFix \a parsing broken in r22291
2007-02-22 eugeniAdd some missing includes.
2007-02-21 eugeniOops, forgot {} before "else".
2007-02-20 eugeniCosmetics: fix indentation.
2007-02-20 eugeniWith \t(\b) text becomes bold at the middle of time...
2007-02-20 eugeniAny style modifier followed by no recognizable paramete...
2007-02-20 eugeni\fn without an argument resets font family to the value...
2007-02-20 eugeniFix display order of events.
2007-02-19 eugeniBoth (-1) and 1 mean bold font in SSA/ASS styles.
2007-02-19 eugeniAdd \t(\b) support.
2007-02-19 eugeniFix bounding box calculation with \fscx/\fscy.
2007-02-19 eugeniFix \fscx/\fscy animation.
2007-02-19 eugeniCorrect implementation of text spacing.
2007-02-19 eugeniReallocate event_images_t, removing limit on simultanio...
2007-02-16 eugeniRestore a minus sign that was lost in r22231.
2007-02-16 eugeniImplement \frx and \fry (and reimplement \frz) as 3d...
2007-02-16 eugeniConsistently name z-axis rotation angle "frz".
2007-02-16 eugeniMove conversions between 16.16, 26.6 fixed point and...
2007-02-15 eugeniSelect the first charmap in the font, if FreeType did...
2007-02-15 eugeni\r resets \frz to style value.
2007-02-15 eugeniFix \t(\frz) handling.
2007-02-15 eugeni\org(0,0) is different from no \org at all.
2007-01-29 eugeniBugfix: glyph and bitmap pointers could be left uniniti...
2007-01-07 reimarAvoid invalid memory access in ass_process_subtitle...
2006-12-17 eugeniMake -embeddedfonts enabled by default with FontConfig...
2006-12-17 eugeniUpdate some comments.
2006-12-16 eugeniCosmetics: fix indentation.
2006-12-16 eugeniKeep reselected fonts in an array, adding new ones...
2006-12-16 eugeniAvoid storing font file path and index in ass_font_t.
2006-12-16 eugeniRemove a mistakenly committed debug printf.
2006-12-16 eugeniFT_Set_Transform is fast enough to be called once for...
2006-12-16 eugeniAvoid "pointer targets differ in signedness" warnings.
2006-12-16 eugeniMove ascender, descender, and kerning computation to...
2006-12-12 reimarGet rid on -DGNU_SOURCE for internal code, imported...
2006-12-06 eugeniSpeed up ASS subtitles display by detecting changes...
2006-12-06 reimarAlso free ass_library_t members in ass_library_done
2006-12-03 eugeniOpen embedded fonts directly from memory.
2006-12-03 eugeniKeep embedded fonts in ass_library_t and perform actual...
2006-12-03 eugeniRename: ass_process_font -> ass_add_font.
2006-12-03 eugeniAvoid calling validate_fname() twice for one string.
2006-11-28 eugeniIf a glyph is not found in the current font, switch...
2006-11-28 eugeniSkip glyphs with char code < 0x20.
2006-11-28 eugeniAdd FT_Library to ass_font_t.
2006-11-28 eugeniUse (ass_font_t, char code) instead of (FT_Face, glyph...
2006-11-27 eugeniDon't include freetype headers in other headers.
2006-11-27 eugeniFix compilation broken in previous commit.
2006-11-27 eugeniMove ass_font_desc_t and ass_font_t declarations to...
2006-11-27 eugeniCosmetics: reindent.
2006-11-27 eugeniDon't call FT_Set_Transform/FT_Set_Pixel_Sizes if value...
2006-11-27 eugeniMove ass_font_t allocation to ass_font.h.
2006-11-27 eugeniInitialize font size with 0.
2006-11-26 eugeniRemove obsolete "no_more_font_messages" hack.
2006-11-26 eugeniMove fonts-related code to a separate file.
2006-11-26 eugeniMake ass_new_font return ass_font_t struct (instead...
2006-11-26 eugeniMove ass_font_t to header.
2006-11-26 eugeniRename:
2006-11-26 diegoMerge common parts of all Makefiles into one file inclu...
2006-11-25 diegoSRCS should be one per line to make patches more readable.
2006-11-25 diegoRemove pointless indirection.
2006-11-25 diegoRemove superfluous comment.
2006-11-20 eugeniCosmetics: remove unneeded curly brackets.
2006-11-20 eugeniFix collision detection. The old method tried to avoid...
2006-11-20 diegoUnify dep/depend targets.
2006-11-19 kraymerMSGTRs for libass
2006-11-19 eugeniCollect all includes of mplayer headers in libass in...
2006-11-13 eugeniSupport \t with acceleration.
2006-11-13 eugeniPartial fix for semitransparent glyph outlines.
2006-11-08 eugenis/break/continue/. A crazy mistake, somehow unnoticed...
2006-11-06 eugeniBugfix: when copying ass_force_style_list, ending 0...
2006-11-06 eugeniCalculate text bounding box in a way that does not...
2006-11-05 eugeniInitialize fontconfig in VFCTRL_INIT_EOSD handler.
2006-11-05 eugeniCosmetics: indentation fix.
2006-11-05 eugeniFix the following compiler warnings:
2006-11-04 eugeniMore precise bounding box calculation for karaoke effects.
2006-11-03 eugeniPrefer microsoft-specific charmaps to all other.
2006-11-03 eugeniIntroduce MSGT_ASS, use it for all libass messages.
2006-11-03 eugeniImplement loading subtitles from memory.
2006-11-03 eugeniBugfix: sub_recode could deallocate global sub_cp under...
2006-10-29 eugeniRevert r20517.
2006-10-29 eugeniMove ass_library initialization code to ass_mp.c.
2006-10-29 eugeniCopy the following functions to libass to avoid depende...
2006-10-29 eugeniFix width -> orig_width typo.
2006-10-29 eugeniDon't set PlayResX for plaintext subtitles.
2006-10-29 eugeniAdd \N at the end of each subtitle line when converting...
2006-10-28 eugeniLibass interface reworked:
2006-10-28 reimarIf HAVE_FONTCONFIG is not defined, font_fontconfig...
2006-10-27 eugeniAdd missing fontconfig_done() call.
2006-10-26 eugeniSplit ass_configure() into several smaller functions.
2006-10-20 eugeniDon't forget to apply scaling coefficients to kerning...
2006-10-19 eugeniFix center of rotation calculation. It was overly compl...
2006-10-18 eugeniCenter of rotation depends on alignment.
2006-10-18 eugeniSupport separate rotation angle for each glyph.
next