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
Age
Commit message (
Expand
)
Author
13 days
refactor(gdb): move .gdbinit to scripts
Watson Wheeler
2026-06-29
makefile: create 'format' make target for clang-format
watson
2026-06-28
git: ignore vim leftover swps
Watson Wheeler
2026-06-28
fix(compat): fix c99 static_assert LINE macro expansion
Watson Wheeler
2026-06-28
feat(compat): Check system and processor compatibility
Watson Wheeler
2026-06-28
makefile: change C standard from c11 to c99
Watson Wheeler
2026-06-28
clang: define clang LSP style guide
Watson Wheeler
2026-06-28
feat(png): encode IHDR to stream in ff_encode_png
Watson Wheeler
2026-06-28
makefile: define TEST file for gdb to execute
Watson Wheeler
2026-06-28
feat(png): store filter method in png_ctx
Watson Wheeler
2026-06-28
chore: rather ignore compile_commands.json instead of removing
Watson Wheeler
2026-06-28
fix(png): fix png chunk writer's writing order
Watson Wheeler
2026-06-28
chore: remove compile_commands
Watson Wheeler
2026-05-22
fix(cov): Remove coverage patch threshold all together for codecov
TazyFoundSoup
2026-05-22
fix(make): Change COVERAGE_FLAGS to use gcc friendly flags for
TazyFoundSoup
2026-05-22
git(attributes): Force LF for all text files except windows specific
TazyFoundSoup
2026-05-22
refactor(bench): move bench printing to source file
TazyFoundSoup
2026-05-22
make: optimise release builds with lto
TazyFoundSoup
2026-05-22
refactor: move benches to include directory
TazyFoundSoup
2026-05-21
chore(Makefile): Remove log message on opening coverage report in browser
TazyFoundSoup
2026-05-21
feat(png): Make initial PNG encoder function
TazyFoundSoup
2026-05-21
fix(Makefile): Remove xdg-open to open coverage reports on target run
TazyFoundSoup
2026-05-21
feat(png): Implement chunk writer in PNG encoder
TazyFoundSoup
2026-05-21
feat(common): add ff_write_be32 and le32 for inverse endianess functions
TazyFoundSoup
2026-05-21
make(coverage): generate html for coverage reports in makefile
TazyFoundSoup
2026-05-18
fix(png): Use ff_memset instead of hosted memset by string.h
TazyFoundSoup
2026-05-18
feat(common): Implement memset implementation
TazyFoundSoup
2026-05-18
refactor(png): Remove string.h dependency from png.h
TazyFoundSoup
2026-05-18
git(ignore): Ignore correct coverage outputs
TazyFoundSoup
2026-05-18
ci(coverage): Add repo coverage with codecov
TazyFoundSoup
2026-05-15
fix(dbg): fix comment prefix
watson
2026-05-15
Merge pull request #6 from sk-imsk/patch-1
watson
2026-05-15
baller w
sk-imsk
2026-05-05
minor(png): Change tRNS debug recieving message incorrect chunk type
TazyFoundSoup
2026-05-05
feat(png): add benchmark markers to png decoding
TazyFoundSoup
2026-05-05
refactor(bench): convert ff_bench from return-by-value to pointer API
TazyFoundSoup
2026-05-05
feat(bench): add benchmarking macros and instrumentation hooks
TazyFoundSoup
2026-05-05
docs(introduction): redo introduction
TazyFoundSoup
2026-05-05
chore(gitignore): remove bench dist ignore
TazyFoundSoup
2026-04-28
ci(canary): Change artifact source copy build path to build/
TazyFoundSoup
2026-04-28
build(make): Make bench build conditional on USE_BENCH
TazyFoundSoup
2026-04-28
feat(ctx): Add ff_bench bench field if benchmarking is enabled
TazyFoundSoup
2026-04-28
chore(Makefile): Change OUTDIR from dist/ to build/
TazyFoundSoup
2026-04-27
refactor(bench): Remove source and Makefile for benchmarking
TazyFoundSoup
2026-04-27
chore: Update compile commands
TazyFoundSoup
2026-04-23
remove(ctx): Migrate ff_ctx to common.h
TazyFoundSoup
2026-04-22
fix(Makefile): Store test executables in dist/ folder
TazyFoundSoup
2026-04-22
feat(Makefile): Use user-specified gdb debug tests
TazyFoundSoup
2026-04-22
chore(png): Remove WIP from ff_open_png end notice
TazyFoundSoup
2026-04-22
feat(Makefile): Add 'gdb' build command for launching with .gdbinit
TazyFoundSoup
[next]