Robert Nagy

Results 162 issues of Robert Nagy

Continuing of #812. The current behavior is: - If filter audio input == 1 - merge all audio streams into a single multi channel stream - If filter video input...

type/feature
ffmpeg-producer
feedback/request for comments

Do interlacing on gpu. Should be relatively simple. Just look at the ffmpeg code and port it into a opengl shader.

type/enhancement
feedback/pull request wanted
image-mixer

- GPU mixer should work in linear space. - GPU mixer should either handle non default color matrices or ffmpeg producer should guarantee correct color matrices.

type/enhancement
ffmpeg-producer
image-mixer

type/enhancement
ffmpeg-producer
amcp

Currently, piscina only supports depth-first scheduling. It would be nice to be able to add more scheduling strategies based on different types of heuristics. A bit like https://github.com/poolifier/poolifier but not...

enhancement
good first issue
semver-minor
stale

In order to not fully block the thread and allow background stuff to continue running.

enhancement
semver-minor

Constantly auto save current workspace (open rundowns etc..), so that if a user closes the client, the user can open the client and continue where he or she left off.

feature

I don't understand why I keep getting ECONNRESET with this rather simple proxy: ``` javascript import httpProxy from 'http-proxy' import http from 'http' const proxy = httpProxy.createProxyServer({}) const server =...

While calling: ```js assert(operations.length) await esc.bulk({ operations }) ``` We get the following server error. Looks like an esc client bug? Even ```js { "level": 50, "time": 1678970629733, "name": "logforwarder",...

bug
typescript
good first issue

Based on my experience working with undici through nxt-undici and building a more advanced client on top undici I have come to a few realizations that have semver major implications:...

semver-major