rcombs

Results 87 issues of rcombs

I received this example file today: [example.mkv.zip](https://github.com/libass/libass/files/5544192/example.mkv.zip) When played in mpv with `--sub-ass-vsfilter-blur-compat=yes`, this file results in bitmaps with dimensions in the tens of thousands of pixels and positions largely...

performance

- We should match the score system described here: https://github.com/libass/libass/pull/362#issuecomment-705885810 - An additional caveat: if fsSelection bit 5 is set, faux-bold will never occur, and the font will not receive...

compatibility
fonts

`{\p1\pos(0,0)\an7}m 100 100 l 100 200 l 200 300 n 50 50 l 300 50` libass: ![image](https://user-images.githubusercontent.com/819638/96355843-35534100-10ac-11eb-97ad-7ae66e4dbc61.png) vsfilter: ![image](https://user-images.githubusercontent.com/819638/96355845-3ab08b80-10ac-11eb-9ca9-81ccf79e477e.png) I'm not sure _how_ vsfilter does anything with this command, looking...

compatibility
drawing

See attached file. [zalgo.ass.txt](https://github.com/libass/libass/files/4958448/zalgo.ass.txt) This is clipped from this line; libass: ![SPOILER_unknown](https://user-images.githubusercontent.com/819638/88146827-f94e3400-cbc1-11ea-8927-8d1b28d59d81.png) vsfilter: ![SPOILER_unknown-2](https://user-images.githubusercontent.com/819638/88146813-f4898000-cbc1-11ea-8685-93f905326c4c.png) See also classic zalgo, libass: ![unknown-8](https://user-images.githubusercontent.com/819638/88146931-21d62e00-cbc2-11ea-9b96-e104e8adc2f3.png) vsfilter: ![unknown-9](https://user-images.githubusercontent.com/819638/88146957-2dc1f000-cbc2-11ea-821c-69ed8f0293a9.png) For once I actually prefer VSFilter's behavior independently...

compatibility
shaper

![VSFilter](http://i.imgur.com/uo9JHzP.jpg) ![libass](http://i.imgur.com/HGRGAHm.jpg) ``` Dialogue: 0,0:12:14.08,0:12:19.00,just another handwriting,,0,0,0,,{\an9\blur0.8\c&H1D1A97&\frz16.64\fscx75\fscy75\pos(220,304)}Name:\N\NAge:\N\NBlood type:\N\NHeight:\N\NWeight:\N\NBirthdate:\N\NSign:\N\NFavorite flower: ``` Fortunately, this looks presentable either way, but it's still rather weird, and I don't know what would cause it.

bug

http://puu.sh/aJ2Tz.zip The build of Aegisub I have laying around (7932-master-58f35cd) renders this fine, but `master` and `pthreads` both run excruciatingly slowly. There are some large blurs; removing the largest ones...

performance
regression

After some discussion in itw, I've realized that the most useful way to implement a "strict mode" would be at the libass API, not within the format itself. For instance,...

enhancement
fonts
api

- [X] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [X] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [X] Have you checked that there aren't...

new formula

- Some functions now return `const` pointers - `AVStream::codec` has been removed - The old single-function decode API has been removed in favor of separate send and receive functions -...

This concept occurred to me while discussing the problems with the current circular dependency between these two libraries. Essentially, we could pull the contents of hb-ft.cc out into hb-ft.h, and...