]> granicus.if.org Git - libass/history - libass/ass_render.c
Remove obsolete "no_more_font_messages" hack.
[libass] / libass / ass_render.c
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 eugeniRename:
2006-11-20 eugeniCosmetics: remove unneeded curly brackets.
2006-11-20 eugeniFix collision detection. The old method tried to avoid...
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-08 eugenis/break/continue/. A crazy mistake, somehow unnoticed...
2006-11-06 eugeniCalculate text bounding box in a way that does not...
2006-11-04 eugeniMore precise bounding box calculation for karaoke effects.
2006-11-03 eugeniIntroduce MSGT_ASS, use it for all libass messages.
2006-10-29 eugeniRevert r20517.
2006-10-29 eugeniCopy the following functions to libass to avoid depende...
2006-10-29 eugeniFix width -> orig_width typo.
2006-10-28 eugeniLibass interface reworked:
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.
2006-10-18 eugeniMove base point calculation to a separate function...
2006-10-18 eugeniCosmetics: remove commented code.
2006-10-18 eugeniFix a typo in collision detection code.
2006-10-16 eugeniRemove an outdated debug message.
2006-10-15 reimarFix crash because of last_glyph < first_glyph, probably...
2006-10-14 eugeniZerofill libass static variables during initialization.
2006-10-14 eugeniFree FT_Stroker during libass deinitialization.
2006-10-01 eugeniAdd copyright notice and vim/emacs comments to libass...
2006-09-24 eugeniShadow support in libass.
2006-09-22 reimarFix width -> orig_width typo causing subtitles to be...
2006-09-22 eugeniMove calculation of text parameters (number of lines...
2006-09-22 eugeniMove variable declaration to a more deeply nested block...
2006-09-21 eugeniCosmetics: fix indentation after last commit.
2006-09-21 eugeniFix FT_Stroker use in libass. The previous variant...
2006-09-21 eugeniIn r19831, font size multiplier was mistakenly applied...
2006-09-19 eugeniSort events by ReadOrder (if both layer and start time...
2006-09-19 eugeniCalculate text bounding box in such way that it does...
2006-09-18 eugeniFix a stupid bug in list concatenation.
2006-09-17 eugeniReduce code duplication in init_render_context().
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 eugeniFix last commit.
2006-09-03 eugeniMore checks in ass_render_event.
2006-09-03 eugeniRemove unneeded variable.
2006-09-02 eugeniBetter collision detection algorithm. The idea is to...
2006-09-02 eugeniRemove some unused code.
2006-09-01 eugeniMake \fr* parameter a floating point value.
2006-08-31 eugeniBugfix: wrong height value used in font size calculation.
2006-08-28 eugeniFix font scaling taking margins into account.
2006-08-27 eugeniCosmetics: fix indentation after r19562.
2006-08-27 eugeniTransition effects support.
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-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-12 eugeniFix compilation with gcc 2.95.
2006-07-15 reynaldomarks several read-only string parameters which aren...
2006-07-13 reynaldomarks several function without a prototype which arent...
2006-07-12 eugeniSupport 6 argument variant of \move.
2006-07-10 eugeniIgnoring FT_Glyph_Stroke() errors can potentially lead...
2006-07-07 eugeniInitial libass release (without mencoder support).