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
/
result.h
Age
Commit message (
Expand
)
Author
2026-06-08
docs(headers): Clean up comments across public headers
TazyFoundSoup
2026-05-22
refactor: move benches to include directory
TazyFoundSoup
2026-04-03
feat(result): AddBMP invalid signature result
TazyFoundSoup
2026-03-30
refactor(result): FF_FLAG using bool instead of binary
TazyFoundSoup
2026-03-11
fix(bmp): Fail BITMAP header parsing if header is not correct size
TazyFoundSoup
2026-03-01
feat(result): Create freestanding boolean alternative
TazyFoundSoup
2026-02-22
feat(bench): Check if marker size is out of bounds
TazyFoundSoup
2026-02-22
typo(result): SIGNITURE -> SIGNATURE
TazyFoundSoup
2026-01-28
feat(result): Add decrompression failure error result
TazyFoundSoup
2026-01-15
feat(png): Refactor PNG handling to use stream interface
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
refactor(png): ff_open_png returns ff_result
TazyFoundSoup
2025-12-18
feat: Add result enum
Garden