summaryrefslogtreecommitdiff
path: root/include/tinyff/result.h
AgeCommit message (Expand)Author
11 daysdocs: add doxygen comments for result.hWatson Wheeler
2026-06-08docs(headers): Clean up comments across public headersTazyFoundSoup
2026-05-22refactor: move benches to include directoryTazyFoundSoup
2026-04-03feat(result): AddBMP invalid signature resultTazyFoundSoup
2026-03-30refactor(result): FF_FLAG using bool instead of binaryTazyFoundSoup
2026-03-11fix(bmp): Fail BITMAP header parsing if header is not correct sizeTazyFoundSoup
2026-03-01feat(result): Create freestanding boolean alternativeTazyFoundSoup
2026-02-22feat(bench): Check if marker size is out of boundsTazyFoundSoup
2026-02-22typo(result): SIGNITURE -> SIGNATURETazyFoundSoup
2026-01-28feat(result): Add decrompression failure error resultTazyFoundSoup
2026-01-15feat(png): Refactor PNG handling to use stream interfaceTazyFoundSoup
2026-01-04feat(dbg): Add debugging to png.ctazy
2026-01-04feat(png): Create header handler for the IHDR chunktazy
2025-12-19refactor(png): ff_open_png returns ff_resultTazyFoundSoup
2025-12-18feat: Add result enumGarden