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 (
Collapse
)
Author
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
signiture
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
2026-03-10
refactor(bmp): Use header size definition instead of literal
TazyFoundSoup
just for readability lol
2026-03-10
feat(bmp): Add section size definitions and macro for color table
TazyFoundSoup
2026-03-03
fix(png): Removed last_error field even though the png_ctx is NULL
TazyFoundSoup
2026-03-01
refactor(bmp): Cancel bmp validation checker if require_valid is off
TazyFoundSoup
2026-03-01
refactor(png): Cancel png validation checker if require_valid is off
TazyFoundSoup
2026-03-01
feat(png): Add require valid argument to ff_open_png
TazyFoundSoup
2026-02-23
refactor(png): Change tinf include bracket style
TazyFoundSoup
2026-02-22
fix(png): Do not set last error field in ctx after getting freed
TazyFoundSoup
2026-02-22
refactor(png): Cast unused variables to void to avoid unused errors
TazyFoundSoup
2026-02-22
fix(dbg): resolve debug globals linkage
TazyFoundSoup
2026-02-22
refactor(*): Change include brackets from "" to <>
TazyFoundSoup
2026-02-22
fix(common): Move inline endian utility functions to common.h
TazyFoundSoup
2026-02-22
refactor(png): Cast iline to uint32_t in scanline iteration loop
TazyFoundSoup
2026-02-22
fix(bmp): Removed last_error field after ff_bmp_ctx freed
TazyFoundSoup
2026-02-22
fix(bmp): Removed last_error field after ff_bmp_ctx freed
TazyFoundSoup
2026-02-22
fix(common): Remove common.h include
TazyFoundSoup
2026-02-22
dep(tinf): Fix tinflate.c include path
TazyFoundSoup
2026-02-22
fix(png): Remove last_error field (ff_png_ctx) additions from
TazyFoundSoup
png_isvalid function
2026-02-22
typo(result): SIGNITURE -> SIGNATURE
TazyFoundSoup
2026-02-22
fix(bmp): Readd removed includes (oops, first time using Zed)
TazyFoundSoup
2026-02-22
support(zed): Support Zed editor
TazyFoundSoup
2026-02-17
fix(png): Set last_error field before returning result
TazyFoundSoup
2026-02-17
feat(bmp): Implement ff_open_bmp function for BMP context initialization
TazyFoundSoup
2026-02-16
feat(bmp): Implement ff_bmp_isvalid function for BMP signature validation
TazyFoundSoup
2026-02-16
fix(png): Change return value of ff_open_png to no impl
TazyFoundSoup
2026-02-16
feat(com): Add little endian
TazyFoundSoup
2026-02-15
feat(png): Add handler for tRNS ancillary chunk in PNG processing
TazyFoundSoup
2026-01-31
fix(png): Implement Paeth predictor in ff_png_data_handler for scanline ↵
TazyFoundSoup
filtering
2026-01-31
fix(png): Remove the address operator from the memory copy of the previous row
TazyFoundSoup
2026-01-31
fix(png): Update filter type handling in ff_png_data_handler for unknown cases
TazyFoundSoup
2026-01-31
fix(png): Correct memory copy operations in ff_png_data_handler
TazyFoundSoup
[next]