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 67 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Move fonts-related code to a separate file.
eugeni
More...
about 18 years ago
Make ass_new_font return ass_font_t struct (instead of just FT_Face). Use it to access the font face.
eugeni
More...
about 18 years ago
Move ass_font_t to header.
eugeni
More...
about 18 years ago
Rename: face_desc_t -> ass_font_desc_t face_cache_item_t -> ass_font_t *face* -> *font*
eugeni
More...
about 18 years ago
Merge common parts of all Makefiles into one file included by all.
diego
More...
about 18 years ago
SRCS should be one per line to make patches more readable.
diego
More...
about 18 years ago
Remove pointless indirection.
diego
More...
about 18 years ago
Remove superfluous comment.
diego
More...
about 18 years ago
Cosmetics: remove unneeded curly brackets.
eugeni
More...
over 18 years ago
Fix collision detection. The old method tried to avoid gaps between subtitles by moving the upper subtitle down. This is wrong. With this fix, a subtitle will be moved only if it overlaps with another one.
eugeni
More...
over 18 years ago
Unify dep/depend targets.
diego
More...
over 18 years ago
MSGTRs for libass
kraymer
More...
over 18 years ago
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
More...
over 18 years ago
Support \t with acceleration.
eugeni
More...
over 18 years ago
Partial fix for semitransparent glyph outlines.
eugeni
More...
over 18 years ago
s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months.
eugeni
More...
over 18 years ago
Bugfix: when copying ass_force_style_list, ending 0 was left out.
eugeni
More...
over 18 years ago
Calculate text bounding box in a way that does not depend on actual glyph bitmaps. Each glyph is considered to be bounded by (origin, origin + advance) horizontally, and (max font ascender, max font descender) vertically.
eugeni
More...
over 18 years ago
Initialize fontconfig in VFCTRL_INIT_EOSD handler.
eugeni
More...
over 18 years ago
Cosmetics: indentation fix.
eugeni
More...
over 18 years ago
Fix the following compiler warnings: ass.c:999: warning: unused variable 'i' ass.c:1041: warning: pointer targets in assignment differ in signedness ass.c:1043: warning: pointer targets in assignment differ in signedness
eugeni
More...
over 18 years ago
More precise bounding box calculation for karaoke effects.
eugeni
More...
over 18 years ago
Prefer microsoft-specific charmaps to all other. There are some fonts with both 'Unicode' and 'Microsoft/Unicode' charmaps, and the second always seems to be the right choice.
eugeni
More...
over 18 years ago
Introduce MSGT_ASS, use it for all libass messages.
eugeni
More...
over 18 years ago
Implement loading subtitles from memory.
eugeni
More...
over 18 years ago
Bugfix: sub_recode could deallocate global sub_cp under some circumstances.
eugeni
More...
over 18 years ago
Revert r20517.
eugeni
More...
over 18 years ago
Move ass_library initialization code to ass_mp.c.
eugeni
More...
over 18 years ago
Copy the following functions to libass to avoid dependency on the rest of mplayer: guess_buffer_cp utf8_get_char blur
eugeni
More...
over 18 years ago
Fix width -> orig_width typo.
eugeni
More...
over 18 years ago
←
1
2
…
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