Jacob Lifshay
Jacob Lifshay
Adds support for ASTC A/53 Part 4 Closed Captions (essentially EIA-608 and CTA-708). This adds a extensible side-data mixer (side-data naming is based on FFmpeg's `AVFrameSideDataType`), which for now just...
Fixes: #1632 This also adds more checks before trying to activate `alphamerge` mode, checking that the dimensions, sample aspect ratio, and field order match. It also checks that if there's...
here it checks against `sources` with the indexes into `av_streams` (filtered and maybe sorted, so not the same as ffmpeg's stream indexes): https://github.com/CasparCG/server/blob/37b781a91cb6c08beded778b1a170ccfe57c3c27/src/modules/ffmpeg/producer/av_producer.cpp#L485-L497 later it inserts into `sources` with the...
I'm currently trying to write a processor for syn AST (implementing #[cfg] handling for an attribute macro for `fn` items), but can't use any of Visit/VisitMut/Fold since I need a...
e.g. no-op is spelled noöp quite a few times. not all of the misspelled words actually even need a hyphen, such as where deallocate is spelled deällocate. (I know technically...
I think it would be useful to have support for importing/exporting SPICE circuits, even if just a subset was supported at first. I have used some other open-source circuit GUI...
I noticed that there isn't a [Gyrator](https://en.wikipedia.org/wiki/Gyrator) in the list of components, since it can commonly be used to [model the interactions between electrical and magnetic circuits](https://en.wikipedia.org/wiki/Gyrator%E2%80%93capacitor_model), and because it's...
I think it would be a good idea to publish this on [contentdb](https://content.luanti.org/)
I tried the following .vcd file: ```vcd $timescale 1 ps $end $scope module phantom_const $end $scope struct out $end $var string 1 ! \[0] $end $var string 1 " \[1]...
## Summary I set up a web hook for https://content.luanti.org/packages/ApolloX/oretracker/ but it gives the error: `API token does not have access to the package` I have the API token limited...