index
:
tinyff.git
docs/doxygen-comments
feat/multi-threading
master
staging/issue-tracker
staging/write_palette_chunk
A generalized C multimedia library for constrained and embedded environments
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
tinyff
/
image
Age
Commit message (
Collapse
)
Author
2026-01-26
feat(png): Add small BpP helper function for ff_png_ctx
TazyFoundSoup
2026-01-26
feat(png): Decompress IDAT using tinf uncompress (WIP)
TazyFoundSoup
2026-01-15
refactor(png): Remove unused ff_png_chunk struct definition
TazyFoundSoup
2026-01-15
feat(png): Refactor PNG handling to use stream interface
TazyFoundSoup
2026-01-15
feat(png): Add image data fields to PNG context struct
TazyFoundSoup
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
feat(png): add ff_next_chunk function
TazyFoundSoup
2025-12-19
scrap: doxygen
TazyFoundSoup
2025-12-19
dxgen(png): Add details for ff_png_chunk_type enum
TazyFoundSoup
2025-12-19
dxgen(png): Add doxygen to PNG header
TazyFoundSoup
2025-12-19
refactor(png): ff_open_png returns ff_result
TazyFoundSoup
2025-12-18
feat(png): Validate signiture header
Garden