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
11 days
chore: remove compile_commands
Watson Wheeler
11 days
docs: add doxygen comments for result.h
Watson Wheeler
2026-06-27
chore: remove old comments
Watson Wheeler
2026-06-13
git(ignore): Ignore swap files and other temporary editor files
TazyFoundSoup
2026-06-11
fix(thread): Add mutex to ff_ctx and make ff_dprintf thread-safe
TazyFoundSoup
2026-06-11
feat(thread): Add ff_thread_submit helper
TazyFoundSoup
2026-06-11
feat(thread): Check pthread_create result and detach thread in bridge
TazyFoundSoup
2026-06-08
feat(thread): Implement pthread bridge and fix allocator usage in wrapper
feat/multi-threading
TazyFoundSoup
2026-06-08
docs(headers): Clean up comments across public headers
TazyFoundSoup
2026-05-28
feat(thread): Add thread jobs and thread wrapper
TazyFoundSoup
2026-05-23
feat(thread): Make thread.h and thread.c in respective directories
TazyFoundSoup
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
2026-04-22
feat(debug): Add GDB init file
TazyFoundSoup
2026-04-21
feat(Makefile): Use -fno-omit-frame-pointer flag for debugging
TazyFoundSoup
[next]