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
/
common.h
Age
Commit message (
Expand
)
Author
2026-06-28
feat(compat): Check system and processor compatibility
Watson Wheeler
2026-05-22
refactor: move benches to include directory
TazyFoundSoup
2026-05-21
feat(common): add ff_write_be32 and le32 for inverse endianess functions
TazyFoundSoup
2026-05-18
feat(common): Implement memset implementation
TazyFoundSoup
2026-05-05
feat(bench): add benchmarking macros and instrumentation hooks
TazyFoundSoup
2026-04-28
feat(ctx): Add ff_bench bench field if benchmarking is enabled
TazyFoundSoup
2026-04-14
feat(common): Create embeddable ff_memcpy
TazyFoundSoup
2026-04-14
fix(stream): Stdio bridge write callback and const correctness
TazyFoundSoup
2026-04-14
feat(common): Add ff_memcmp
TazyFoundSoup
2026-04-03
refactor(common): Change endianess function names to ff_le32 and ff_be32
TazyFoundSoup
2026-04-02
feat(math): add math core and replace FF_ABS macro with ff_absi
TazyFoundSoup
2026-03-30
feat(common): Add allocator to ff_ctx
TazyFoundSoup
2026-03-10
refactor(common): Add a context base for every ff_*_ctx
TazyFoundSoup
2026-02-22
fix(common): Move inline endian utility functions to common.h
TazyFoundSoup
2026-02-16
feat(com): Add little endian
TazyFoundSoup
2026-01-04
feat(dbg): Add debugging to png.c
tazy
2025-12-19
feat(png): add ff_next_chunk function
TazyFoundSoup