summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-15fix(ci/cd): Give canary release writing permissionsv0.1.0TazyFoundSoup
2026-04-15feat(tests/png): Add lenna256 test for pngTazyFoundSoup
2026-04-15feat(png): Implement genericness for PNGTazyFoundSoup
2026-04-15feat(Makefile): Add png_testsTazyFoundSoup
2026-04-15feat(ci/cd): More CI/CDTazyFoundSoup
2026-04-15fix(bench): Remove bmp and png bench mark objectsTazyFoundSoup
2026-04-14fix(test/png): Use official ff_close_png function to free png data inTazyFoundSoup
2026-04-14feat(png): Add ff_close_png functionTazyFoundSoup
2026-04-14feat(png): Validate CRC in ff_png_dispatchTazyFoundSoup
2026-04-14feat(common): Create embeddable ff_memcpyTazyFoundSoup
2026-04-14chore(dbg): Add newline at end of ff_cleanup messageTazyFoundSoup
2026-04-14feat(png): Validate CRC with crc32.c from tinfTazyFoundSoup
2026-04-14fix(png): Test requires FF_RESULT_OK to workTazyFoundSoup
2026-04-14fix(png): IDAT uncompressed size and zlib header skipTazyFoundSoup
2026-04-14fix(dbg): ff_dprintf null write callback checkTazyFoundSoup
2026-04-14fix(stream): Stdio bridge write callback and const correctnessTazyFoundSoup
2026-04-14fix(png): Return FF_RESULT_OK since everything's fully implemented :)TazyFoundSoup
2026-04-14feat(png): Add png dispatcherTazyFoundSoup
2026-04-14fix(png): Fix tinf_uncompress out_size bugTazyFoundSoup
2026-04-14feat(common): Add ff_memcmpTazyFoundSoup
2026-04-14chore: Remove old commentsTazyFoundSoup
2026-04-03chore: Remove editor specific configuration filesTazyFoundSoup
2026-04-03fix(stream): Explicitly disable write in stdio bridgeTazyFoundSoup
2026-04-03fix(bmp): Unvoid buffer and bmp_ctx in the header handlerTazyFoundSoup
2026-04-03feat(result): AddBMP invalid signature resultTazyFoundSoup
2026-04-03refactor(common): Change endianess function names to ff_le32 and ff_be32TazyFoundSoup
2026-04-02feat(math): add math core and replace FF_ABS macro with ff_absiTazyFoundSoup
2026-04-02feat(math): add math core and replace FF_ABS macro with ff_absiTazyFoundSoup
2026-03-30feat(bmp): Create bmp_open testTazyFoundSoup
2026-03-30minor(bmp): Include debugTazyFoundSoup
2026-03-30feat(tinyff): Include common in tinyff.cTazyFoundSoup
2026-03-30fix(png/test): Use new context design in open_png testTazyFoundSoup
2026-03-30feat(png, bmp): Pass context to debug messagingTazyFoundSoup
2026-03-30refactor(dbg): Use context instead of debugging global statesTazyFoundSoup
2026-03-30feat(tinyff): Move FF_BASE to tinyff.hTazyFoundSoup
2026-03-30feat(stream): Create writing callbacks for ff_streamTazyFoundSoup
2026-03-30refactor(result): FF_FLAG using bool instead of binaryTazyFoundSoup
2026-03-30feat(png): Add context to isvalid and open_pngTazyFoundSoup
2026-03-30feat(common): Create ff_ctx initialiserTazyFoundSoup
2026-03-30chore(imports): Import debug and tinyff.h in png.hTazyFoundSoup
2026-03-30feat(png): Require context for debug configurationTazyFoundSoup
2026-03-30fix(bmp): Chunk handler's require context for debug configurationTazyFoundSoup
2026-03-30feat(dbg): Remove message formatting (temp)TazyFoundSoup
2026-03-30fix(bridges): Move stream source to src/TazyFoundSoup
2026-03-30fix(bridges): Move stream source to src/TazyFoundSoup
2026-03-30chore(git): Ignore bench/dist/TazyFoundSoup
2026-03-30feat(common): Add allocator to ff_ctxTazyFoundSoup
2026-03-29chore(bench): Ignore bench/dist/TazyFoundSoup
2026-03-29fix(png/test): Remove local include result and stream headers fromTazyFoundSoup
2026-03-29featAdd clean step before Clang buildʎzɐʇ