rcombs
rcombs
Probably by far the most complex subtitle format (and one of the least standardized/documented), but also the most powerful.
As seen in this year's April Fools comic ("Alma Mater"), it's a sizable character collection made of Randall's actual handwriting, vectorized.
#YOLO this is completely untested lol
macOS 10.13 converts HFS+ volumes to APFS automatically, by default, in-place, and quickly during installation. My understanding is that it does this by rewriting the filesystem data, without actually changing...
Currently, ICR uses execinfo.h for crash backtraces. This is (as I understand it) nonessential functionality, so as it's implemented in a glibc-specific way, it should be disabled when not building...
Long-awaited successor to #107. TODO: - [x] Make sure we require a new enough (thread-safe) fribidi - [x] Gate `CONFIG_PTHREAD` on `` availability - [x] Implement the pthread functions used...
- Charge byte-based cashes for their CacheItems - Note: we could also improve accuracy here by charging for alignment overhead, but I'd expect that to be a fairly small (and...
Compact script: ``` [Script Info] ; Script generated by Aegisub 9215, Daydream Cafe Edition [Shinon] ; http://www.aegisub.org/ Title: Call of the Night 02 ScriptType: v4.00+ WrapStyle: 0 PlayResX: 1920 PlayResY:...
- Convert many uses of `char*` to `const char*` - Fix a few format string bugs - Use ASS_StringView in a variety of internal `ass.c` and `ass_utils.c` cases - Change...
Closes #550. We'll want to encourage players to set `track->Language` to any value they might have from file metadata. Demo mpv patch: https://gist.github.com/1619f3a49ee72b08aa4428b2a7cfa70c. This doesn't remove the existing code that...