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
/
src
/
format
/
image
/
bmp.c
Age
Commit message (
Expand
)
Author
2026-03-11
fix(bmp): Fail BITMAP header parsing if header is not correct size
TazyFoundSoup
2026-03-10
fix(bmp): Add no implementaion warning for BITMAP header handler
TazyFoundSoup
2026-03-10
refactor(bmp): Use header size definition instead of literal
TazyFoundSoup
2026-03-10
feat(bmp): Add section size definitions and macro for color table
TazyFoundSoup
2026-03-01
refactor(bmp): Cancel bmp validation checker if require_valid is off
TazyFoundSoup
2026-02-22
refactor(*): Change include brackets from "" to <>
TazyFoundSoup
2026-02-22
fix(bmp): Removed last_error field after ff_bmp_ctx freed
TazyFoundSoup
2026-02-22
fix(bmp): Removed last_error field after ff_bmp_ctx freed
TazyFoundSoup
2026-02-22
typo(result): SIGNITURE -> SIGNATURE
TazyFoundSoup
2026-02-22
support(zed): Support Zed editor
TazyFoundSoup
2026-02-17
feat(bmp): Implement ff_open_bmp function for BMP context initialization
TazyFoundSoup
2026-02-16
feat(bmp): Implement ff_bmp_isvalid function for BMP signature validation
TazyFoundSoup