aboutsummaryrefslogtreecommitdiffhomepage
path: root/libass
Commit message (Expand)AuthorAge
* Avoid invalid memory access in ass_process_subtitle for empty subtitlesGravatar reimar2007-01-07
* Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.Gravatar eugeni2006-12-17
* Update some comments.Gravatar eugeni2006-12-17
* Cosmetics: fix indentation.Gravatar eugeni2006-12-16
* Keep reselected fonts in an array, adding new ones to the end. GlyphGravatar eugeni2006-12-16
* Avoid storing font file path and index in ass_font_t.Gravatar eugeni2006-12-16
* Remove a mistakenly committed debug printf.Gravatar eugeni2006-12-16
* FT_Set_Transform is fast enough to be called once for each glyph.Gravatar eugeni2006-12-16
* Avoid "pointer targets differ in signedness" warnings.Gravatar eugeni2006-12-16
* Move ascender, descender, and kerning computation to ass_font.c.Gravatar eugeni2006-12-16
* Get rid on -DGNU_SOURCE for internal code, imported libs should be fixedGravatar reimar2006-12-12
* Speed up ASS subtitles display by detecting changes between two consecutiveGravatar eugeni2006-12-06
* Also free ass_library_t members in ass_library_doneGravatar reimar2006-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
* Rename: ass_process_font -> ass_add_font.Gravatar eugeni2006-12-03
* Avoid calling validate_fname() twice for one string.Gravatar eugeni2006-12-03
* If a glyph is not found in the current font, switch to another one.Gravatar eugeni2006-11-28
* Skip glyphs with char code < 0x20.Gravatar eugeni2006-11-28
* Add FT_Library to ass_font_t.Gravatar eugeni2006-11-28
* Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identifyGravatar eugeni2006-11-28
* Don't include freetype headers in other headers.Gravatar eugeni2006-11-27
* Fix compilation broken in previous commit.Gravatar eugeni2006-11-27
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.Gravatar eugeni2006-11-27
* Cosmetics: reindent.Gravatar eugeni2006-11-27
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.Gravatar eugeni2006-11-27
* Move ass_font_t allocation to ass_font.h.Gravatar eugeni2006-11-27
* Initialize font size with 0.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
* Move ass_font_t to header.Gravatar eugeni2006-11-26
* Rename:Gravatar eugeni2006-11-26
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* SRCS should be one per line to make patches more readable.Gravatar diego2006-11-25
* Remove pointless indirection.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Cosmetics: remove unneeded curly brackets.Gravatar eugeni2006-11-20
* Fix collision detection. The old method tried to avoid gaps between subtitlesGravatar eugeni2006-11-20
* Unify dep/depend targets.Gravatar diego2006-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
* Partial fix for semitransparent glyph outlines.Gravatar eugeni2006-11-13
* s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.Gravatar eugeni2006-11-08
* Bugfix: when copying ass_force_style_list, ending 0 was left out.Gravatar eugeni2006-11-06
* Calculate text bounding box in a way that does not depend on actual glyphGravatar eugeni2006-11-06
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.Gravatar eugeni2006-11-05
* Cosmetics: indentation fix.Gravatar eugeni2006-11-05
* Fix the following compiler warnings:Gravatar eugeni2006-11-05