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
Move fonts-related code to a separate file. 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. More... about 18 years ago
Move ass_font_t to header. More... about 18 years ago
Rename: face_desc_t -> ass_font_desc_t face_cache_item_t -> ass_font_t *face* -> *font* More... about 18 years ago
Merge common parts of all Makefiles into one file included by all. More... about 18 years ago
SRCS should be one per line to make patches more readable. More... about 18 years ago
Remove pointless indirection. More... about 18 years ago
Remove superfluous comment. More... about 18 years ago
Cosmetics: remove unneeded curly brackets. 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. More... over 18 years ago
Unify dep/depend targets. More... over 18 years ago
MSGTRs for libass More... over 18 years ago
Collect all includes of mplayer headers in libass in a single file (mputils.h). More... over 18 years ago
Support \t with acceleration. More... over 18 years ago
Partial fix for semitransparent glyph outlines. More... over 18 years ago
s/break/continue/. A crazy mistake, somehow unnoticed for more that 2 months. More... over 18 years ago
Bugfix: when copying ass_force_style_list, ending 0 was left out. 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. More... over 18 years ago
Initialize fontconfig in VFCTRL_INIT_EOSD handler. More... over 18 years ago
Cosmetics: indentation fix. 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 More... over 18 years ago
More precise bounding box calculation for karaoke effects. 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. More... over 18 years ago
Introduce MSGT_ASS, use it for all libass messages. More... over 18 years ago
Implement loading subtitles from memory. More... over 18 years ago
Bugfix: sub_recode could deallocate global sub_cp under some circumstances. More... over 18 years ago
Revert r20517. More... over 18 years ago
Move ass_library initialization code to ass_mp.c. 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 More... over 18 years ago
Fix width -> orig_width typo. More... over 18 years ago