openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libass
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
21 days
ago. based on code collected
22 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 66 of 71
Search / Filter on:
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).
eugeni
More...
about 18 years ago
Avoid invalid memory access in ass_process_subtitle for empty subtitles with sub->lines <= 0
reimar
More...
about 18 years ago
Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
eugeni
More...
about 18 years ago
Update some comments.
eugeni
More...
about 18 years ago
Cosmetics: fix indentation.
eugeni
More...
about 18 years ago
Keep reselected fonts in an array, adding new ones to the end. Glyph lookup prefers earlier opened fonts.
eugeni
More...
about 18 years ago
Avoid storing font file path and index in ass_font_t.
eugeni
More...
about 18 years ago
Remove a mistakenly committed debug printf.
eugeni
More...
about 18 years ago
FT_Set_Transform is fast enough to be called once for each glyph.
eugeni
More...
about 18 years ago
Avoid "pointer targets differ in signedness" warnings.
eugeni
More...
about 18 years ago
Move ascender, descender, and kerning computation to ass_font.c.
eugeni
More...
about 18 years ago
Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed ASAP, too, though
reimar
More...
about 18 years ago
Speed up ASS subtitles display by detecting changes between two consecutive rendering results.
eugeni
More...
about 18 years ago
Also free ass_library_t members in ass_library_done
reimar
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.
eugeni
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.
eugeni
More...
about 18 years ago
Rename: ass_process_font -> ass_add_font.
eugeni
More...
about 18 years ago
Avoid calling validate_fname() twice for one string.
eugeni
More...
about 18 years ago
If a glyph is not found in the current font, switch to another one.
eugeni
More...
about 18 years ago
Skip glyphs with char code < 0x20.
eugeni
More...
about 18 years ago
Add FT_Library to ass_font_t.
eugeni
More...
about 18 years ago
Use (ass_font_t, char code) instead of (FT_Face, glyph index) to identify glyphs in cache.
eugeni
More...
about 18 years ago
Don't include freetype headers in other headers.
eugeni
More...
about 18 years ago
Fix compilation broken in previous commit.
eugeni
More...
about 18 years ago
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
eugeni
More...
about 18 years ago
Cosmetics: reindent.
eugeni
More...
about 18 years ago
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
eugeni
More...
about 18 years ago
Move ass_font_t allocation to ass_font.h.
eugeni
More...
about 18 years ago
Initialize font size with 0.
eugeni
More...
about 18 years ago
Remove obsolete "no_more_font_messages" hack.
eugeni
More...
about 18 years ago
←
1
2
…
62
63
64
65
66
67
68
69
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree