<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyff.git, branch staging/write_palette_chunk</title>
<subtitle>A generalized C multimedia library for constrained and embedded environments
</subtitle>
<id>https://git.tazy.dev/tinyff.git/atom?h=staging%2Fwrite_palette_chunk</id>
<link rel='self' href='https://git.tazy.dev/tinyff.git/atom?h=staging%2Fwrite_palette_chunk'/>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/'/>
<updated>2026-06-28T10:08:06Z</updated>
<entry>
<title>wip! palette chunk writing</title>
<updated>2026-06-28T10:08:06Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-28T10:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=dae2785adc70ddb625780952dbbc085fc1114ca1'/>
<id>urn:sha1:dae2785adc70ddb625780952dbbc085fc1114ca1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(png): encode IHDR to stream in ff_encode_png</title>
<updated>2026-06-28T06:51:48Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-28T06:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=776e8e082d00af3919618e57aac1b89d76a9454f'/>
<id>urn:sha1:776e8e082d00af3919618e57aac1b89d76a9454f</id>
<content type='text'>
Signed-off-by: Watson Wheeler &lt;git@tazy.dev&gt;
</content>
</entry>
<entry>
<title>makefile: define TEST file for gdb to execute</title>
<updated>2026-06-28T06:50:35Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-28T06:50:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=6dbd45aaa78bdd049c2d10856312f4df437b845b'/>
<id>urn:sha1:6dbd45aaa78bdd049c2d10856312f4df437b845b</id>
<content type='text'>
Signed-off-by: Watson Wheeler &lt;git@tazy.dev&gt;
</content>
</entry>
<entry>
<title>feat(png): store filter method in png_ctx</title>
<updated>2026-06-28T04:35:59Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-28T04:35:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=88dbada3c82e2ed7b3daa1ce3e992b2d30adb715'/>
<id>urn:sha1:88dbada3c82e2ed7b3daa1ce3e992b2d30adb715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: rather ignore compile_commands.json instead of removing</title>
<updated>2026-06-28T03:12:48Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-28T03:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=691e99a2f2d073140a76d7671928a7b87a122dbf'/>
<id>urn:sha1:691e99a2f2d073140a76d7671928a7b87a122dbf</id>
<content type='text'>
Just because clang gets mad otherwise

Signed-off-by: Watson Wheeler &lt;git@tazy.dev&gt;
</content>
</entry>
<entry>
<title>fix(png): fix png chunk writer's writing order</title>
<updated>2026-06-28T02:50:28Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-28T02:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=0d6823e6b29072a64f87519ff5f0c49d8d93f047'/>
<id>urn:sha1:0d6823e6b29072a64f87519ff5f0c49d8d93f047</id>
<content type='text'>
It now prints it in the way the spec intends (length, type, data, crc)

Signed-off-by: Watson Wheeler &lt;git@tazy.dev&gt;
</content>
</entry>
<entry>
<title>chore: remove compile_commands</title>
<updated>2026-06-28T01:18:20Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-28T01:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=dbcd54dd7114bd23ddcef149291822c38e523fd2'/>
<id>urn:sha1:dbcd54dd7114bd23ddcef149291822c38e523fd2</id>
<content type='text'>
Signed-off-by: Watson Wheeler &lt;git@tazy.dev&gt;
</content>
</entry>
<entry>
<title>fix(cov): Remove coverage patch threshold all together for codecov</title>
<updated>2026-05-22T11:19:37Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-22T11:19:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=2de9b0af5a9fcf30a36ff4bda8adcb9acd7062f1'/>
<id>urn:sha1:2de9b0af5a9fcf30a36ff4bda8adcb9acd7062f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(make): Change COVERAGE_FLAGS to use gcc friendly flags for</title>
<updated>2026-05-22T11:14:19Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-22T11:14:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=845a6b8c8dfa72d9f0b0d76a7bb4dedb2a794007'/>
<id>urn:sha1:845a6b8c8dfa72d9f0b0d76a7bb4dedb2a794007</id>
<content type='text'>
generating coverage instructions
</content>
</entry>
<entry>
<title>git(attributes): Force LF for all text files except windows specific</title>
<updated>2026-05-22T11:08:51Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-22T11:08:39Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=8656027282931d8d279ce66a52775eacf9dd59a9'/>
<id>urn:sha1:8656027282931d8d279ce66a52775eacf9dd59a9</id>
<content type='text'>
files
</content>
</entry>
</feed>
