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 64 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Reset outline glyph cache when configuration changes.
eugeni
More...
almost 18 years ago
Scale camera distance. Otherwise perspective does not look the same in fullscreen.
eugeni
More...
almost 18 years ago
Remove unused variables.
eugeni
More...
almost 18 years ago
Cosmetics.
eugeni
More...
almost 18 years ago
Allow caching of rotated glyphs.
eugeni
More...
almost 18 years ago
Add shift_[xy] (vector that is added to the glyph before transformation) to bitmap glyph key. Result of rotation depends on them because of perspective transformation. They are only set when some rotation take place.
eugeni
More...
almost 18 years ago
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.
eugeni
More...
almost 18 years ago
Remove bbox and advance vector from bitmap cache. They are now available from glyph cache.
eugeni
More...
almost 18 years ago
Store outline_glyph (glyph border) in glyph cache.
eugeni
More...
almost 18 years ago
Cosmetics: reindentation.
eugeni
More...
almost 18 years ago
Because of the outline glyph cache it is now possible for glyph_info_t to have both non-zero glyph and bitmap at the same time. In that case, bitmap should not be generated anew.
eugeni
More...
almost 18 years ago
Make get_*_glyph return void.
eugeni
More...
almost 18 years ago
Move outline glyph generation to a separate function, using outline glyph cache.
eugeni
More...
almost 18 years ago
Oops, fix compilation broken in r23037.
eugeni
More...
almost 18 years ago
Collect hit/miss statistic in hash map, and print in -v mode.
eugeni
More...
almost 18 years ago
Add outline glyph cache (unused yet).
eugeni
More...
almost 18 years ago
Rename glyph cache to bitmap cache.
eugeni
More...
almost 18 years ago
Add generic hash map implementation. Reimplement both font cache and glyph cache on top of it.
eugeni
More...
almost 18 years ago
A meaningless cosmetic change.
eugeni
More...
almost 18 years ago
Add perspective projection.
eugeni
More...
almost 18 years ago
Applying transformation matrix to the glyph and the shift vector separately is incorrect. Instead, it should be applied to translated glyph.
eugeni
More...
almost 18 years ago
Cosmetics: reindentation.
eugeni
More...
almost 18 years ago
Disable caching of rotated glyphs.
eugeni
More...
almost 18 years ago
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph is found in the cache. This leads to broken karaoke (some glyphs are not highlighted at all), and, probably, slightly incorrect linebreaks.
eugeni
More...
almost 18 years ago
Remove unused includes.
eugeni
More...
almost 18 years ago
Don't check if user-supplied default font path exists. It is checked in FT_New_Face anyway.
eugeni
More...
almost 18 years ago
Fix lost hard linebreaks in libass by repeating the loop when both soft and hard linebreaks are about to be added.
eugeni
More...
almost 18 years ago
"()" to "(void)" function param list fixes
uau
More...
almost 18 years ago
Use FT_Glyph_StrokeBorder to render only the outside border. Workarounds gaps between glyph and glyph border when rendering some fonts with freetype below 2.1.10
iive
More...
almost 18 years ago
Remove unnecessary include from CFLAGS.
diego
More...
almost 18 years ago
←
1
2
…
60
61
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