Dominic Szablewski

Results 8 issues of Dominic Szablewski

Inspired by https://github.com/phoboslab/Ejecta/issues/580 I thought I'd start a topic to where you can share and discuss your Apps and Games made with Ejecta. Please include a screenshot! I will collect...

When feeding a `plm_buffer()` from the network (or slow media) there's no way to tell the buffer that no data is available at this time, but may be available later....

As [recently pointed out by @andrews05](https://github.com/phoboslab/qoi/issues/253#issuecomment-1371438336), there is an edge in QOI files that could be handled differently by different decoders. This edge case can produce a transparent background when...

There's an edge-case that currently is handled differently by various decoders. At a first glance it looks like this decoder may not be spec-conformant. The spec is not clearly worded...

There's an edge-case that currently is handled differently by various decoders. At a first glance it looks like this decoder may not be spec-conformant. The spec is not clearly worded...

There's an edge-case that currently is handled differently by various decoders. At a first glance it looks like this decoder may not be spec-conformant. The spec is not clearly worded...

There's an edge-case that currently is handled differently by various decoders. At a first glance it looks like this decoder may not be spec-conformant. The spec is not clearly worded...

I've added some very simple [noise shaping to the encoder](https://github.com/phoboslab/qoa/blob/noise_shaping/qoa.h#L367-L369) (to the noise_shaping branch). This does not change the decoder or the data format. The noise shaping _should_ help to...