]> granicus.if.org Git - libass/shortlog
libass
2006-09-19 eugeniCosmetics: fix indentation after last commit.
2006-09-19 eugeniDon't call FcDirScan/FcDirSave with FontConfig >= 2.4.
2006-09-18 eugeniFix a stupid bug in list concatenation.
2006-09-17 eugeniReduce code duplication in init_render_context().
2006-09-16 eugeniSubtract glyph bitmap from outline bitmap.
2006-09-16 eugeniAdd \be (blur edges) support to libass.
2006-09-16 eugeniStore bitmap glyphs in a separate struct, instead of...
2006-09-13 eugeniMake font outline width proportional to movie resolution.
2006-09-06 eugeniBugfix: timing for empty karaoke words was lost, resulting
2006-09-05 eugeniWorkaround for broken fonts with bad ascender/descender.
2006-09-05 eugeniChange \fad behaviour so that it does not get cancelled...
2006-09-05 eugeniSimplification.
2006-09-04 eugeniAdd vertical clipping for subtitles that were moved...
2006-09-04 eugeniFix possible unallocated memory read in libass line...
2006-09-03 eugeniApply -ass-force-style also to matroska plaintext subs.
2006-09-03 eugeniCosmetics: restore indentation after recent changes.
2006-09-03 eugeniAdd -ass-styles option. It allows to load styles from...
2006-09-03 eugeniFix last commit.
2006-09-03 eugeniMore checks in ass_render_event.
2006-09-03 eugeniRemove unneeded variable.
2006-09-03 eugeniass-color and ass-border-color options.
2006-09-02 eugeniAdd support for rendering matroska plaintext subtitles...
2006-09-02 eugeniDon't sort events when reading external subs. With...
2006-09-02 eugeniBetter collision detection algorithm. The idea is to...
2006-09-02 eugeniRemove some unused code.
2006-09-02 eugeniRead layer info from external subs.
2006-09-01 eugeniMake \fr* parameter a floating point value.
2006-08-31 eugeniBugfix: potential write of unallocated memory.
2006-08-31 eugeniBugfix: wrong height value used in font size calculation.
2006-08-29 eugeniChange default font family and color for plain text...
2006-08-29 eugeniBugfix: strdup of NULL value.
2006-08-29 eugeniApply -ass-force-style also to tracks generated from...
2006-08-28 eugeniIgnore '*' at the beginning of style name.
2006-08-28 eugeniFix font scaling taking margins into account.
2006-08-28 eugeniAdd -(no)ass-use-margins option.
2006-08-27 eugeniCosmetics: fix indentation after r19562.
2006-08-27 eugeniTransition effects support.
2006-08-26 eugeniSimplify ass_glyph_cache_reset().
2006-08-26 eugeniReset glyph cache on reconfigure.
2006-08-26 eugeniAdd right and left margins support to libass.
2006-08-24 eugeniFix previous commit.
2006-08-24 eugeniSimplify vf_ass initialization.
2006-08-22 eugeniNew cmdline option: -ass-force-style.
2006-08-22 eugeniSSA/ASS parser reworked, with 2 main results:
2006-08-21 rfelkeruse of malloc without prototype.. very bad on 64bit...
2006-08-21 rfelkerno c++ decls!
2006-08-21 eugeniAdd public functions for removal of styles and events.
2006-08-17 diegoMove all internal -I parameters to the front of CFLAGS...
2006-08-16 eugeniFix wrong handling of transparency in \fad(\fade).
2006-08-15 eugeniReplace stdint.h with inttypes.h.
2006-08-15 eugeniAngle value from style was ignored. Not anymore.
2006-08-15 eugeniAdd subdata to ass_track conversion for external subtitles.
2006-08-15 eugeniCosmetics: fix indentation after the last patch.
2006-08-15 eugeniAllow \fade to be used in place of \fad and vice versa.
2006-08-13 eugeniReplace %lld with PRId64, part 2.
2006-08-13 eugeniMinGW treats %lld as %d. Replace it with PRId64.
2006-08-12 eugeniFix compilation with gcc 2.95.
2006-08-06 eugeniUse FontConfig cache to speedup mplayer startup.
2006-07-27 diegoUnify include paths in the build system, part I.
2006-07-15 reynaldomarks several read-only string parameters which aren...
2006-07-13 reynaldomarks several function without a prototype which arent...
2006-07-13 eugeniCosmetics.
2006-07-13 eugeniUse FcPatternAdd-Type instead of FcNameParse. The latte...
2006-07-12 eugeniSupport 6 argument variant of \move.
2006-07-12 diegoOPTFLAGS already includes EXTRA_INC.
2006-07-10 eugeniSupport some recently discovered color formats.
2006-07-10 eugeniIgnoring FT_Glyph_Stroke() errors can potentially lead...
2006-07-10 eugeniOnly match outline fonts.
2006-07-07 eugeniInitial libass release (without mencoder support).