summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-29feat(png): Keep interlacing value in PNG contextTazyFoundSoup
2026-01-28chore: Remove recent update commentsTazyFoundSoup
2026-01-28feat(png): Confirm tinf_uncompress for IDAT handler return's valueTazyFoundSoup
2026-01-28feat(result): Add decrompression failure error resultTazyFoundSoup
2026-01-26feat(png): Add small BpP helper function for ff_png_ctxTazyFoundSoup
2026-01-26feat(png): Decompress IDAT using tinf uncompress (WIP)TazyFoundSoup
2026-01-26dep(tinf): Add tinf dependency 1.2.1TazyFoundSoup
2026-01-15refactor(png): Remove unused ff_png_chunk struct definitionTazyFoundSoup
2026-01-15feat(png): Implement PLTE chunk handlingTazyFoundSoup
2026-01-15feat(png): Refactor PNG handling to use stream interfaceTazyFoundSoup
2026-01-15feat(streams): Add streamsTazyFoundSoup
2026-01-15feat(png): Add image data fields to PNG context structTazyFoundSoup
2026-01-14feat(png): Implement IEND chunk supportTazyFoundSoup
2026-01-14feat(png): Implement chunk handlers for IHDR and IDATTazyFoundSoup
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-19chore: SINGNITURE spell checkTazyFoundSoup
2025-12-19scrap: doxygenTazyFoundSoup
2025-12-19dxgen(png): Add details for ff_png_chunk_type enumTazyFoundSoup
2025-12-19dxgen(png): Add doxygen to PNG headerTazyFoundSoup
2025-12-19refactor(png): ff_open_png returns ff_resultTazyFoundSoup
2025-12-18feat: Add result enumGarden
2025-12-18feat(png): Validate signiture headerGarden
2025-12-17feat: add basic file structureTazyFoundSoup
2025-12-17add ebtter infoTazyFoundSoup
2025-12-17add work in progress warningwatson
2025-12-17make readmewatson