summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
v0.1.0 lets gooooooo
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
png_open test
2026-03-29featAdd clean step before Clang buildʎzɐʇ
Added a clean step before the Clang build process.
2026-03-29feat(ci/cd): Make using GCC and Clang for c-cpp.yml workflowʎzɐʇ
2026-03-29refactor(Makefile): Use INCLUDES varible to store including directoriesTazyFoundSoup
2026-03-29refactor(Makefile): Use INCLUDES varible to store including directoriesTazyFoundSoup
2026-03-29fix(bridges): Move stdio stream source code to src/ dirTazyFoundSoup
2026-03-29fix(): Bro idk wtf happened but idk i dunno wat to sayTazyFoundSoup
2026-03-29feat(png/test): Create png_open testTazyFoundSoup
2026-03-29feat(git): Ignore test logsTazyFoundSoup
2026-03-29feat(bridges): Move bridges to include folderTazyFoundSoup
2026-03-28fix(png): Remove require_valid voidingTazyFoundSoup
2026-03-28fix(bmp): Get result.h from tinyff includeTazyFoundSoup