Speykious
Speykious
Not sure how to word this title better, you might do a better job than me on that part. While handling a `Multipart` payload, if we turn a field into...
In fact, Love2dCs uses the console to output some debug. But can we make so that those debug messages go into the visual studio debugging window, and a way to...
There is a property called "WarnningInfo", but it should be "WarningInfo". "Warnning" is also written in the description.
Currently, the `VideoStreamDecoder`'s decode loop is single-threaded. That is, it runs on a single thread, and invoked events also run on that same thread. This is an issue as depending...
This PR adds a way to enumerate all video input options for a camera device. As of now, it only supports DShow and V4l2 input formats, but maybe more will...
Screen enumeration functions are not implemented in FFmpeg for `gdigrab` and `dshow` input formats
We'll have to do the same as we did for X11 on screen devices and for DShow on camera devices, and use an external library to enumerate them. If we...
It would be great to have some sort of CI for SeeShark, as any modifications on any PR could then be tested and see if it breaks anything. The difficulty...
Just as an idea, it would be cool to be able to get a sorted dictionary in the published PDF of a conlang. What I mean by that is to...
- Resolves #23