]> granicus.if.org Git - libass/shortlog
libass
2007-08-03 eugeniWorkaround for fonts with zero ascender/descender in...
2007-08-03 eugeniFactor out common code from ass_font_new and ass_font_r...
2007-08-03 eugeniMore simple and correct font reselection.
2007-07-02 diegoDo not use leading underscores in multiple inclusion...
2007-07-02 diegoConsistently use filename as multiple inclusion guard.
2007-06-15 eugeniWhen parsing ass-force-style arguments, search for...
2007-06-15 eugeniMake sure there is at least one style in ass_track...
2007-06-01 eugeniMove code for reading a file and recoding it to utf...
2007-05-20 eugeniFix #if condition.
2007-05-20 eugeniFT_Request_Size does not exist in FreeType 2.1.*. Fallb...
2007-05-19 eugeniCorrect font size in libass.
2007-05-18 eugeniRevert y-axis rotation. Change order of rotations.
2007-05-14 eugeniSupport fractional font sizes.
2007-05-14 eugeniLimit ass_font_set_transform to nonrotating transformat...
2007-05-09 eugeniDon't deallocate font data if it will be used later.
2007-05-03 eugeniMove variables and a function under #ifdef FC_VERSION...
2007-05-03 eugeniDeallocate FontConfig objects.
2007-05-03 eugeniFix stupid bug in r23229.
2007-05-03 eugeniDeallocate string.
2007-05-03 eugeniIn ass_font_new, allocate temporary ass_font_t on stack...
2007-05-03 eugeniMake cache_*_add functions return the pointer to new...
2007-05-02 eugeniAlways deallocate glyphs. Fixes memory leak.
2007-05-01 eugeniUpdate comments.
2007-05-01 eugeniCosmetics.
2007-05-01 eugeniMove glyph_to_bitmap() call and outline glyph deallocat...
2007-05-01 eugeniMinor code simplification.
2007-05-01 eugeniMove get_bitmap_glyph() call to a separate loop.
2007-05-01 eugeniMove transform_3d() call to get_bitmap_glyph().
2007-05-01 eugeniMake a function static.
2007-05-01 eugeniDon't recalculate rotation radius.
2007-05-01 eugeniBugfix: glyph cache depends on border width, because...
2007-04-27 eugeniAdd -ass-hinting option for setting font hinting method.
2007-04-27 eugeniFix division by zero in "\t" parsing.
2007-04-24 eugeniDo not use FT_Glyph_Copy with NULL glyphs.
2007-04-21 eugeniDeallocate glyphs in a separate loop.
2007-04-21 eugeniAlways deallocate glyphs. Fixes a memory leak.
2007-04-21 eugeniReset outline glyph cache when configuration changes.
2007-04-21 eugeniScale camera distance.
2007-04-20 eugeniRemove unused variables.
2007-04-20 eugeniCosmetics.
2007-04-20 eugeniAllow caching of rotated glyphs.
2007-04-20 eugeniAdd shift_[xy] (vector that is added to the glyph befor...
2007-04-20 eugeniFill bitmap_hash_key during parsing stage, call get_bit...
2007-04-20 eugeniRemove bbox and advance vector from bitmap cache.
2007-04-20 eugeniStore outline_glyph (glyph border) in glyph cache.
2007-04-20 eugeniCosmetics: reindentation.
2007-04-20 eugeniBecause of the outline glyph cache it is now possible...
2007-04-20 eugeniMake get_*_glyph return void.
2007-04-20 eugeniMove outline glyph generation to a separate function...
2007-04-20 eugeniOops, fix compilation broken in r23037.
2007-04-20 eugeniCollect hit/miss statistic in hash map, and print in...
2007-04-20 eugeniAdd outline glyph cache (unused yet).
2007-04-20 eugeniRename glyph cache to bitmap cache.
2007-04-20 eugeniAdd generic hash map implementation.
2007-04-20 eugeniA meaningless cosmetic change.
2007-04-20 eugeniAdd perspective projection.
2007-04-20 eugeniApplying transformation matrix to the glyph and the...
2007-04-20 eugeniCosmetics: reindentation.
2007-04-20 eugeniDisable caching of rotated glyphs.
2007-04-13 eugeniFix a stupid bug in r22473: bbox is zero-filled everyti...
2007-04-10 eugeniRemove unused includes.
2007-04-10 eugeniDon't check if user-supplied default font path exists.
2007-04-07 eugeniFix lost hard linebreaks in libass by repeating the...
2007-04-01 uau"()" to "(void)" function param list fixes
2007-03-31 iiveUse FT_Glyph_StrokeBorder to render only the outside...
2007-03-15 diegoRemove unnecessary include from CFLAGS.
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.
next