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 (
Collapse
)
Author
2026-03-30
refactor(dbg): Use context instead of debugging global states
TazyFoundSoup
2026-03-30
feat(tinyff): Move FF_BASE to tinyff.h
TazyFoundSoup
2026-03-30
feat(stream): Create writing callbacks for ff_stream
TazyFoundSoup
2026-03-30
refactor(result): FF_FLAG using bool instead of binary
TazyFoundSoup
2026-03-30
feat(png): Add context to isvalid and open_png
TazyFoundSoup
2026-03-30
feat(common): Create ff_ctx initialiser
TazyFoundSoup
2026-03-30
chore(imports): Import debug and tinyff.h in png.h
TazyFoundSoup
2026-03-30
feat(png): Require context for debug configuration
TazyFoundSoup
2026-03-30
fix(bmp): Chunk handler's require context for debug configuration
TazyFoundSoup
2026-03-30
feat(dbg): Remove message formatting (temp)
TazyFoundSoup
2026-03-30
fix(bridges): Move stream source to src/
TazyFoundSoup
2026-03-30
fix(bridges): Move stream source to src/
TazyFoundSoup
2026-03-30
chore(git): Ignore bench/dist/
TazyFoundSoup
2026-03-30
feat(common): Add allocator to ff_ctx
TazyFoundSoup
2026-03-29
chore(bench): Ignore bench/dist/
TazyFoundSoup
2026-03-29
fix(png/test): Remove local include result and stream headers from
TazyFoundSoup
png_open test
2026-03-29
featAdd clean step before Clang build
ʎzɐʇ
Added a clean step before the Clang build process.
2026-03-29
feat(ci/cd): Make using GCC and Clang for c-cpp.yml workflow
ʎzɐʇ
2026-03-29
refactor(Makefile): Use INCLUDES varible to store including directories
TazyFoundSoup
2026-03-29
refactor(Makefile): Use INCLUDES varible to store including directories
TazyFoundSoup
2026-03-29
fix(bridges): Move stdio stream source code to src/ dir
TazyFoundSoup
2026-03-29
fix(): Bro idk wtf happened but idk i dunno wat to say
TazyFoundSoup
2026-03-29
feat(png/test): Create png_open test
TazyFoundSoup
2026-03-29
feat(git): Ignore test logs
TazyFoundSoup
2026-03-29
feat(bridges): Move bridges to include folder
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(png/tests): Create png open test
TazyFoundSoup
2026-03-28
feat(bmp): Set ff_bmp_ctx file size to buffer location after the
TazyFoundSoup
signiture
2026-03-28
fix(stream): Remove old file code in stream.h
TazyFoundSoup
2026-03-28
fix(png): Include tinyff/tinyff.h instead of tinyff.h
TazyFoundSoup
2026-03-28
fix(bridges): Create new file stream moved to stdio bridge
TazyFoundSoup
2026-03-28
fix(Makefile): Remove source only C building boundaries
TazyFoundSoup
2026-03-28
fix(Makefile): Remove source only C building boundaries
TazyFoundSoup
2026-03-28
fix(Makefile): Do not include folders within the include directory
TazyFoundSoup
2026-03-28
minor_fix(zed): Show whitespaces on selection
TazyFoundSoup
idk why but i like it more
2026-03-26
feat(Make): Build bridges on USE_HOSTED=1
TazyFoundSoup
2026-03-23
feat(Makefile): Add clang support as well as gcc
TazyFoundSoup
2026-03-15
feat(image.generic): Add Bitmap as image origin option for
TazyFoundSoup
generalisation
2026-03-14
feat(bridges): Add README to bridges
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(common): Add a context base for every ff_*_ctx
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-04
feat(bmp): Create section handler's and implement into handler lookup
TazyFoundSoup
table
2026-03-03
fix(png): Removed last_error field even though the png_ctx is NULL
TazyFoundSoup
2026-03-03
feat(main): Create ff_ctx for global setting storage
TazyFoundSoup
2026-03-02
feat(bmp): Make ff_bmp_section_handler lookup table
TazyFoundSoup
2026-03-01
refactor(bmp): Cancel bmp validation checker if require_valid is off
TazyFoundSoup
[next]