1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Read layer info from external subs. More... over 18 years ago
Make \fr* parameter a floating point value. More... over 18 years ago
Bugfix: potential write of unallocated memory. More... over 18 years ago
Bugfix: wrong height value used in font size calculation. More... over 18 years ago
Change default font family and color for plain text subs. More... over 18 years ago
Bugfix: strdup of NULL value. More... over 18 years ago
Apply -ass-force-style also to tracks generated from subdata. More... over 18 years ago
Ignore '*' at the beginning of style name. More... over 18 years ago
Fix font scaling taking margins into account. More... over 18 years ago
Add -(no)ass-use-margins option. More... over 18 years ago
Cosmetics: fix indentation after r19562. More... over 18 years ago
Transition effects support. More... over 18 years ago
Simplify ass_glyph_cache_reset(). More... over 18 years ago
Reset glyph cache on reconfigure. More... over 18 years ago
Add right and left margins support to libass. Add ability to not use margins even when they are available. More... over 18 years ago
Fix previous commit. More... over 18 years ago
Simplify vf_ass initialization. More... over 18 years ago
New cmdline option: -ass-force-style. Allows overriding any style parameter from command line. Idea and original patch by Konstantin G. Khlebnikov { koct9i aT gmail doT com }. More... over 18 years ago
SSA/ASS parser reworked, with 2 main results: support for script embedded fonts (fonts, uuencoded directly into script) added; matroska interface functions have got more sensible names. More... over 18 years ago
use of malloc without prototype.. very bad on 64bit archs More... over 18 years ago
no c++ decls! More... over 18 years ago
Add public functions for removal of styles and events. More... over 18 years ago
Move all internal -I parameters to the front of CFLAGS to avoid using external header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com More... over 18 years ago
Fix wrong handling of transparency in \fad(\fade). More... over 18 years ago
Replace stdint.h with inttypes.h. More... over 18 years ago
Angle value from style was ignored. Not anymore. More... over 18 years ago
Add subdata to ass_track conversion for external subtitles. More... over 18 years ago
Cosmetics: fix indentation after the last patch. More... over 18 years ago
Allow \fade to be used in place of \fad and vice versa. Now they are distinguished by the number of arguments. More... over 18 years ago
Replace %lld with PRId64, part 2. More... over 18 years ago