1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Stronger blur. More... almost 16 years ago
Allow shadow without border. More... almost 16 years ago
In case of several \move or \pos in one line, prefer the first one. More... about 16 years ago
Add stubs for a few unimplemented tags. More... about 16 years ago
Allow \be with arguments other than 0 or 1. Implement \blur. More... about 16 years ago
increase max glyph and lines limit patch by Scaevolus on irc fixes http://samples.mplayerhq.hu/Matroska/subtitles/090128_gszs02.mkv More... about 16 years ago
Get rid of pointless 'extern' keywords. More... about 16 years ago
Consistently use NULL for pointers instead of 0. More... over 16 years ago
Fallback to non-fontconfig behaviour when fontconfig initialization fails. Also fixes a memleak in that case, bug #1313. More... over 16 years ago
libass: fix type mismatch between size parameter and the way it's used More... over 16 years ago
libass: add a new ass_process_data() to process demuxed subtitle packets conforming to the ASS spec More... over 16 years ago
Don't print drawing commands on screen. More... over 16 years ago
If (has outline) blur(outline) else blur(glyph). More... over 16 years ago
\org turns off collision detection. More... over 16 years ago
Treat \h as space character. More... over 16 years ago
Calculate subtitle origin in floating point. More... over 16 years ago
Calculate subtitle position in floating point. More... over 16 years ago
Rename font-related preprocessor directives. Switch them from a HAVE_ to a CONFIG_ prefix. More... over 16 years ago
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; CONFIG_ prefix for configurable options, HAVE_ for system-dependent stuff. More... over 16 years ago
Start unifying names of internal preprocessor directives. Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable. More... over 16 years ago
Fix \fn without an argument consuming the next '\'. More... over 16 years ago
Check if the font set returned from FcFontSort in not NULL. More... over 16 years ago
Reindent. More... over 16 years ago
Only use application font dir if library->fonts_dir is not NULL. More... over 16 years ago
The size of output buffer is stored in 'osize', not 'size'. More... over 16 years ago
Clear iconv conversion state also in libass. More... over 16 years ago
Offset should be size_t. More... over 16 years ago
Cosmetics: reindent after the last commit. More... almost 17 years ago
Read all faces of a memory font, not just the first one. More... almost 17 years ago
Fix compilation with FontConfig <= 2.2.96. More... almost 17 years ago