aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass/ass_render.c
Commit message (Expand)AuthorAge
* Keep reselected fonts in an array, adding new ones to the end. GlyphGravatar eugeni2006-12-16
* Remove a mistakenly committed debug printf.Gravatar eugeni2006-12-16
* Move ascender, descender, and kerning computation to ass_font.c.Gravatar eugeni2006-12-16
* Speed up ASS subtitles display by detecting changes between two consecutiveGravatar eugeni2006-12-06
* Open embedded fonts directly from memory.Gravatar eugeni2006-12-03
* Keep embedded fonts in ass_library_t and perform actual disk writeGravatar eugeni2006-12-03
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyGravatar eugeni2006-11-28
* Fix compilation broken in previous commit.Gravatar eugeni2006-11-27
* Move ass_font_t allocation to ass_font.h.Gravatar eugeni2006-11-27
* Remove obsolete "no_more_font_messages" hack.Gravatar eugeni2006-11-26
* Move fonts-related code to a separate file.Gravatar eugeni2006-11-26
* Make ass_new_font return ass_font_t struct (instead of just FT_Face).Gravatar eugeni2006-11-26
* Rename:Gravatar eugeni2006-11-26
* Cosmetics: remove unneeded curly brackets.Gravatar eugeni2006-11-20
* Fix collision detection. The old method tried to avoid gaps between subtitlesGravatar eugeni2006-11-20
* MSGTRs for libassGravatar kraymer2006-11-19
* Collect all includes of mplayer headers in libass in a single file (mputils.h).Gravatar eugeni2006-11-19
* Support \t with acceleration.Gravatar eugeni2006-11-13
* s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.Gravatar eugeni2006-11-08
* Calculate text bounding box in a way that does not depend on actual glyphGravatar eugeni2006-11-06
* More precise bounding box calculation for karaoke effects.Gravatar eugeni2006-11-04
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Revert r20517.Gravatar eugeni2006-10-29
* Copy the following functions to libass to avoid dependency on the rest of mpl...Gravatar eugeni2006-10-29
* Fix width -> orig_width typo.Gravatar eugeni2006-10-29
* Libass interface reworked:Gravatar eugeni2006-10-28
* Add missing fontconfig_done() call.Gravatar eugeni2006-10-27
* Split ass_configure() into several smaller functions.Gravatar eugeni2006-10-26
* Don't forget to apply scaling coefficients to kerning values.Gravatar eugeni2006-10-20
* Fix center of rotation calculation. It was overly complex andGravatar eugeni2006-10-19
* Center of rotation depends on alignment.Gravatar eugeni2006-10-18
* Support separate rotation angle for each glyph.Gravatar eugeni2006-10-18
* Move base point calculation to a separate function. Will be reused soon.Gravatar eugeni2006-10-18
* Cosmetics: remove commented code.Gravatar eugeni2006-10-18
* Fix a typo in collision detection code.Gravatar eugeni2006-10-18
* Remove an outdated debug message.Gravatar eugeni2006-10-16
* Fix crash because of last_glyph < first_glyph, probably caused by first lineGravatar reimar2006-10-15
* Zerofill libass static variables during initialization.Gravatar eugeni2006-10-14
* Free FT_Stroker during libass deinitialization.Gravatar eugeni2006-10-14
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* Shadow support in libass.Gravatar eugeni2006-09-24
* Fix width -> orig_width typo causing subtitles to be too far to the rightGravatar reimar2006-09-22
* Move calculation of text parameters (number of lines, height, etc.) fromGravatar eugeni2006-09-22
* Move variable declaration to a more deeply nested block. It is not used outsi...Gravatar eugeni2006-09-22
* Cosmetics: fix indentation after last commit.Gravatar eugeni2006-09-21
* Fix FT_Stroker use in libass. The previous variant ended up with 0-widthGravatar eugeni2006-09-21
* In r19831, font size multiplier was mistakenly applied to border width.Gravatar eugeni2006-09-21
* Sort events by ReadOrder (if both layer and start time are equal).Gravatar eugeni2006-09-19
* Calculate text bounding box in such way that it does not depend on the heightGravatar eugeni2006-09-19
* Fix a stupid bug in list concatenation.Gravatar eugeni2006-09-18