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
Age
Commit message (
Expand
)
Author
11 days
fix(png): fix png chunk writer's writing order
Watson Wheeler
2026-06-27
chore: remove old comments
Watson Wheeler
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-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
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
refactor: move benches to include directory
TazyFoundSoup
2026-05-21
feat(png): Make initial PNG encoder function
TazyFoundSoup
2026-05-21
feat(png): Implement chunk writer in PNG encoder
TazyFoundSoup
2026-05-18
fix(png): Use ff_memset instead of hosted memset by string.h
TazyFoundSoup
2026-05-18
ci(coverage): Add repo coverage with codecov
TazyFoundSoup
2026-05-15
fix(dbg): fix comment prefix
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-04-22
chore(png): Remove WIP from ff_open_png end notice
TazyFoundSoup
2026-04-15
feat(png): Implement genericness for PNG
TazyFoundSoup
2026-04-14
feat(png): Add ff_close_png function
TazyFoundSoup
2026-04-14
feat(png): Validate CRC in ff_png_dispatch
TazyFoundSoup
2026-04-14
chore(dbg): Add newline at end of ff_cleanup message
TazyFoundSoup
2026-04-14
feat(png): Validate CRC with crc32.c from tinf
TazyFoundSoup
2026-04-14
fix(png): IDAT uncompressed size and zlib header skip
TazyFoundSoup
2026-04-14
fix(dbg): ff_dprintf null write callback check
TazyFoundSoup
2026-04-14
fix(stream): Stdio bridge write callback and const correctness
TazyFoundSoup
2026-04-14
fix(png): Return FF_RESULT_OK since everything's fully implemented :)
TazyFoundSoup
2026-04-14
feat(png): Add png dispatcher
TazyFoundSoup
2026-04-14
fix(png): Fix tinf_uncompress out_size bug
TazyFoundSoup
2026-04-14
chore: Remove old comments
TazyFoundSoup
2026-04-03
fix(stream): Explicitly disable write in stdio bridge
TazyFoundSoup
2026-04-03
fix(bmp): Unvoid buffer and bmp_ctx in the header handler
TazyFoundSoup
2026-04-03
feat(result): AddBMP invalid signature result
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
minor(bmp): Include debug
TazyFoundSoup
2026-03-30
feat(tinyff): Include common in tinyff.c
TazyFoundSoup
2026-03-30
feat(png, bmp): Pass context to debug messaging
TazyFoundSoup
2026-03-30
refactor(dbg): Use context instead of debugging global states
TazyFoundSoup
2026-03-30
feat(common): Create ff_ctx initialiser
TazyFoundSoup
2026-03-30
fix(bridges): Move stream source to src/
TazyFoundSoup
2026-03-29
fix(): Bro idk wtf happened but idk i dunno wat to say
TazyFoundSoup
2026-03-28
fix(png): Remove require_valid voiding
TazyFoundSoup
2026-03-28
fix(bmp): Get result.h from tinyff include
TazyFoundSoup
2026-03-28
feat(bmp): Set ff_bmp_ctx file size to buffer location after the
TazyFoundSoup
2026-03-28
fix(bridges): Create new file stream moved to stdio bridge
TazyFoundSoup
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
[next]