summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-30feat(stream): Create writing callbacks for ff_streamTazyFoundSoup
2026-03-30refactor(result): FF_FLAG using bool instead of binaryTazyFoundSoup
2026-03-30feat(png): Add context to isvalid and open_pngTazyFoundSoup
2026-03-30feat(common): Create ff_ctx initialiserTazyFoundSoup
2026-03-30chore(imports): Import debug and tinyff.h in png.hTazyFoundSoup
2026-03-30feat(png): Require context for debug configurationTazyFoundSoup
2026-03-30fix(bmp): Chunk handler's require context for debug configurationTazyFoundSoup
2026-03-30feat(dbg): Remove message formatting (temp)TazyFoundSoup
2026-03-30fix(bridges): Move stream source to src/TazyFoundSoup
2026-03-30fix(bridges): Move stream source to src/TazyFoundSoup
2026-03-30chore(git): Ignore bench/dist/TazyFoundSoup
2026-03-30feat(common): Add allocator to ff_ctxTazyFoundSoup
2026-03-29chore(bench): Ignore bench/dist/TazyFoundSoup
2026-03-29fix(png/test): Remove local include result and stream headers fromTazyFoundSoup
2026-03-29featAdd clean step before Clang buildʎzɐʇ
2026-03-29feat(ci/cd): Make using GCC and Clang for c-cpp.yml workflowʎzɐʇ
2026-03-29refactor(Makefile): Use INCLUDES varible to store including directoriesTazyFoundSoup
2026-03-29refactor(Makefile): Use INCLUDES varible to store including directoriesTazyFoundSoup
2026-03-29fix(bridges): Move stdio stream source code to src/ dirTazyFoundSoup
2026-03-29fix(): Bro idk wtf happened but idk i dunno wat to sayTazyFoundSoup
2026-03-29feat(png/test): Create png_open testTazyFoundSoup
2026-03-29feat(git): Ignore test logsTazyFoundSoup
2026-03-29feat(bridges): Move bridges to include folderTazyFoundSoup
2026-03-28fix(png): Remove require_valid voidingTazyFoundSoup
2026-03-28fix(bmp): Get result.h from tinyff includeTazyFoundSoup
2026-03-28feat(png/tests): Create png open testTazyFoundSoup
2026-03-28feat(bmp): Set ff_bmp_ctx file size to buffer location after theTazyFoundSoup
2026-03-28fix(stream): Remove old file code in stream.hTazyFoundSoup
2026-03-28fix(png): Include tinyff/tinyff.h instead of tinyff.hTazyFoundSoup
2026-03-28fix(bridges): Create new file stream moved to stdio bridgeTazyFoundSoup
2026-03-28fix(Makefile): Remove source only C building boundariesTazyFoundSoup
2026-03-28fix(Makefile): Remove source only C building boundariesTazyFoundSoup
2026-03-28fix(Makefile): Do not include folders within the include directoryTazyFoundSoup
2026-03-28minor_fix(zed): Show whitespaces on selectionTazyFoundSoup
2026-03-26feat(Make): Build bridges on USE_HOSTED=1TazyFoundSoup
2026-03-23feat(Makefile): Add clang support as well as gccTazyFoundSoup
2026-03-15feat(image.generic): Add Bitmap as image origin option forTazyFoundSoup
2026-03-14feat(bridges): Add README to bridgesTazyFoundSoup
2026-03-11fix(bmp): Fail BITMAP header parsing if header is not correct sizeTazyFoundSoup
2026-03-10fix(bmp): Add no implementaion warning for BITMAP header handlerTazyFoundSoup
2026-03-10refactor(common): Add a context base for every ff_*_ctxTazyFoundSoup
2026-03-10refactor(bmp): Use header size definition instead of literalTazyFoundSoup
2026-03-10feat(bmp): Add section size definitions and macro for color tableTazyFoundSoup
2026-03-04feat(bmp): Create section handler's and implement into handler lookupTazyFoundSoup
2026-03-03fix(png): Removed last_error field even though the png_ctx is NULLTazyFoundSoup
2026-03-03feat(main): Create ff_ctx for global setting storageTazyFoundSoup
2026-03-02feat(bmp): Make ff_bmp_section_handler lookup tableTazyFoundSoup
2026-03-01refactor(bmp): Cancel bmp validation checker if require_valid is offTazyFoundSoup
2026-03-01refactor(png): Cancel png validation checker if require_valid is offTazyFoundSoup
2026-03-01feat(png): Add require valid argument to ff_open_pngTazyFoundSoup