1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: glyph and bitmap pointers could be left uninitialized after get_glyph(). Based on a patch by Stanislav Maslovski (stanislav d maslovski a gmail d com). More... about 18 years ago
Avoid invalid memory access in ass_process_subtitle for empty subtitles with sub->lines <= 0 More... about 18 years ago
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2. More... about 18 years ago
Update some comments. More... about 18 years ago
Cosmetics: fix indentation. More... about 18 years ago
Keep reselected fonts in an array, adding new ones to the end. Glyph lookup prefers earlier opened fonts. More... about 18 years ago
Avoid storing font file path and index in ass_font_t. More... about 18 years ago
Remove a mistakenly committed debug printf. More... about 18 years ago
FT_Set_Transform is fast enough to be called once for each glyph. More... about 18 years ago
Avoid "pointer targets differ in signedness" warnings. More... about 18 years ago
Move ascender, descender, and kerning computation to ass_font.c. More... about 18 years ago
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed ASAP, too, though More... about 18 years ago
Speed up ASS subtitles display by detecting changes between two consecutive rendering results. More... about 18 years ago
Also free ass_library_t members in ass_library_done More... about 18 years ago
Open embedded fonts directly from memory. FontConfig 2.4.2 (released yesterday) supports scanning fonts with FcFreeTypeQueryFace without writing them to disk. With earlier FontConfig versions, the old mechanism is used. More... about 18 years ago
Keep embedded fonts in ass_library_t and perform actual disk write in fontconfig initialization. This is required for some fontconfig-related improvements. More... about 18 years ago
Rename: ass_process_font -> ass_add_font. More... about 18 years ago
Avoid calling validate_fname() twice for one string. More... about 18 years ago
If a glyph is not found in the current font, switch to another one. More... about 18 years ago
Skip glyphs with char code < 0x20. More... about 18 years ago
Add FT_Library to ass_font_t. More... about 18 years ago
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify glyphs in cache. More... about 18 years ago
Don't include freetype headers in other headers. More... about 18 years ago
Fix compilation broken in previous commit. More... about 18 years ago
Move ass_font_desc_t and ass_font_t declarations to ass_font.h. More... about 18 years ago
Cosmetics: reindent. More... about 18 years ago
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed. More... about 18 years ago
Move ass_font_t allocation to ass_font.h. More... about 18 years ago
Initialize font size with 0. More... about 18 years ago
Remove obsolete "no_more_font_messages" hack. More... about 18 years ago