<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyff.git/src/format, branch docs/doxygen-comments</title>
<subtitle>A generalized C multimedia library for constrained and embedded environments
</subtitle>
<id>https://git.tazy.dev/tinyff.git/atom?h=docs%2Fdoxygen-comments</id>
<link rel='self' href='https://git.tazy.dev/tinyff.git/atom?h=docs%2Fdoxygen-comments'/>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/'/>
<updated>2026-07-02T09:39:07Z</updated>
<entry>
<title>feat(png): encode IHDR to stream in ff_encode_png</title>
<updated>2026-07-02T09:39:07Z</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=96f54c3f68c04e732320b53c0e5d526d59ccf4b9'/>
<id>urn:sha1:96f54c3f68c04e732320b53c0e5d526d59ccf4b9</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-07-02T09:39:07Z</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=ae3b5e3e85e240d68c7a7ee273fbc4020b7293de'/>
<id>urn:sha1:ae3b5e3e85e240d68c7a7ee273fbc4020b7293de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(png): fix png chunk writer's writing order</title>
<updated>2026-07-02T09:38:13Z</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=fbededceb274a0578a4b13d6e8373ab79665d79b'/>
<id>urn:sha1:fbededceb274a0578a4b13d6e8373ab79665d79b</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 old comments</title>
<updated>2026-06-27T10:46:27Z</updated>
<author>
<name>Watson Wheeler</name>
<email>git@tazy.dev</email>
</author>
<published>2026-06-27T10:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=5f2d66ba2d6c3ba1105603b594ae891e852efcc1'/>
<id>urn:sha1:5f2d66ba2d6c3ba1105603b594ae891e852efcc1</id>
<content type='text'>
Removed an old comment of mine. Expect more cleaning soon

Signed-off-by: Watson Wheeler &lt;git@tazy.dev&gt;
</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>
<entry>
<title>refactor: move benches to include directory</title>
<updated>2026-05-21T23:43:59Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-21T23:43:59Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=77aa9a3259ddfd6c64534d63424d5b0fa3010900'/>
<id>urn:sha1:77aa9a3259ddfd6c64534d63424d5b0fa3010900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(png): Make initial PNG encoder function</title>
<updated>2026-05-20T22:36:05Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-20T22:36:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=0a2dd22857b636c4d8f89fc49b034ac0e493d1bf'/>
<id>urn:sha1:0a2dd22857b636c4d8f89fc49b034ac0e493d1bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(png): Implement chunk writer in PNG encoder</title>
<updated>2026-05-20T22:19:09Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-20T22:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=a03feadd2a5a247b719e3798468eec13bc25fc48'/>
<id>urn:sha1:a03feadd2a5a247b719e3798468eec13bc25fc48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(png): Use ff_memset instead of hosted memset by string.h</title>
<updated>2026-05-18T06:14:00Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-18T06:14:00Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=f1687a5e966fdc2a59bcd5dde36b5abbbf6d533f'/>
<id>urn:sha1:f1687a5e966fdc2a59bcd5dde36b5abbbf6d533f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci(coverage): Add repo coverage with codecov</title>
<updated>2026-05-18T00:31:42Z</updated>
<author>
<name>TazyFoundSoup</name>
<email>gardendistrict0x0@outlook.com</email>
</author>
<published>2026-05-18T00:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tazy.dev/tinyff.git/commit/?id=cbd6c45887a177bd9279ce9198da0712a6417248'/>
<id>urn:sha1:cbd6c45887a177bd9279ce9198da0712a6417248</id>
<content type='text'>
</content>
</entry>
</feed>
