| Age | Commit message (Expand) | Author |
|---|---|---|
| 2026-01-14 | feat(png): Implement IEND chunk support | TazyFoundSoup |
| 2026-01-14 | feat(png): Implement chunk handlers for IHDR and IDAT | TazyFoundSoup |
| 2026-01-04 | feat(dbg): Add debugging to png.c | tazy |
| 2026-01-04 | feat(png): Create header handler for the IHDR chunk | tazy |
| 2025-12-19 | fix(png): map chunk type raw value to enum in ff_next_chunk function | TazyFoundSoup |
| 2025-12-19 | fix(png): cast malloc return type for data_buffer in ff_next_chunk | TazyFoundSoup |
| 2025-12-19 | fix(png): Do not close FILE on invalidation | TazyFoundSoup |
| 2025-12-19 | feat(png): add ff_next_chunk function | TazyFoundSoup |
| 2025-12-19 | refactor(png): ff_open_png returns ff_result | TazyFoundSoup |
| 2025-12-18 | feat(png): Validate signiture header | Garden |
