summaryrefslogtreecommitdiff
path: root/src/format/image/bmp.c
AgeCommit message (Expand)Author
2026-03-28fix(bmp): Get result.h from tinyff includeTazyFoundSoup
2026-03-28feat(bmp): Set ff_bmp_ctx file size to buffer location after theTazyFoundSoup
2026-03-11fix(bmp): Fail BITMAP header parsing if header is not correct sizeTazyFoundSoup
2026-03-10fix(bmp): Add no implementaion warning for BITMAP header handlerTazyFoundSoup
2026-03-10refactor(bmp): Use header size definition instead of literalTazyFoundSoup
2026-03-10feat(bmp): Add section size definitions and macro for color tableTazyFoundSoup
2026-03-01refactor(bmp): Cancel bmp validation checker if require_valid is offTazyFoundSoup
2026-02-22refactor(*): Change include brackets from "" to <>TazyFoundSoup
2026-02-22fix(bmp): Removed last_error field after ff_bmp_ctx freedTazyFoundSoup
2026-02-22fix(bmp): Removed last_error field after ff_bmp_ctx freedTazyFoundSoup
2026-02-22typo(result): SIGNITURE -> SIGNATURETazyFoundSoup
2026-02-22support(zed): Support Zed editorTazyFoundSoup
2026-02-17feat(bmp): Implement ff_open_bmp function for BMP context initializationTazyFoundSoup
2026-02-16feat(bmp): Implement ff_bmp_isvalid function for BMP signature validationTazyFoundSoup