summaryrefslogtreecommitdiff
path: root/src/format
AgeCommit message (Collapse)Author
2026-01-14feat(dbg): Add tinyff debug splash messageTazyFoundSoup
2026-01-04feat(dbg): Add debugging to png.ctazy
2026-01-04feat(png): Create header handler for the IHDR chunktazy
2025-12-19fix(png): map chunk type raw value to enum in ff_next_chunk functionTazyFoundSoup
2025-12-19fix(png): cast malloc return type for data_buffer in ff_next_chunkTazyFoundSoup
2025-12-19fix(png): Do not close FILE on invalidationTazyFoundSoup
2025-12-19feat(png): add ff_next_chunk functionTazyFoundSoup
2025-12-19refactor(png): ff_open_png returns ff_resultTazyFoundSoup
2025-12-18feat(png): Validate signiture headerGarden