summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-05-22refactor(bench): move bench printing to source fileTazyFoundSoup
2026-05-22refactor: move benches to include directoryTazyFoundSoup
2026-05-21feat(png): Make initial PNG encoder functionTazyFoundSoup
2026-05-21feat(common): add ff_write_be32 and le32 for inverse endianess functionsTazyFoundSoup
2026-05-18feat(common): Implement memset implementationTazyFoundSoup
2026-05-18refactor(png): Remove string.h dependency from png.hTazyFoundSoup
2026-05-05feat(bench): add benchmarking macros and instrumentation hooksTazyFoundSoup
2026-04-28feat(ctx): Add ff_bench bench field if benchmarking is enabledTazyFoundSoup
2026-04-23remove(ctx): Migrate ff_ctx to common.hTazyFoundSoup
2026-04-15feat(png): Implement genericness for PNGTazyFoundSoup
2026-04-14feat(png): Add ff_close_png functionTazyFoundSoup
2026-04-14feat(common): Create embeddable ff_memcpyTazyFoundSoup
2026-04-14fix(stream): Stdio bridge write callback and const correctnessTazyFoundSoup
2026-04-14feat(common): Add ff_memcmpTazyFoundSoup
2026-04-14chore: Remove old commentsTazyFoundSoup
2026-04-03feat(result): AddBMP invalid signature resultTazyFoundSoup
2026-04-03refactor(common): Change endianess function names to ff_le32 and ff_be32TazyFoundSoup
2026-04-02feat(math): add math core and replace FF_ABS macro with ff_absiTazyFoundSoup
2026-04-02feat(math): add math core and replace FF_ABS macro with ff_absiTazyFoundSoup
2026-03-30feat(tinyff): Move FF_BASE to tinyff.hTazyFoundSoup
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-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-30feat(common): Add allocator to ff_ctxTazyFoundSoup
2026-03-29fix(bridges): Move stdio stream source code to src/ dirTazyFoundSoup
2026-03-29feat(bridges): Move bridges to include folderTazyFoundSoup
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-15feat(image.generic): Add Bitmap as image origin option forTazyFoundSoup
2026-03-11fix(bmp): Fail BITMAP header parsing if header is not correct sizeTazyFoundSoup
2026-03-10refactor(common): Add a context base for every ff_*_ctxTazyFoundSoup
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-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-01feat(png): Add require valid argument to ff_open_pngTazyFoundSoup
2026-03-01feat(result): Create freestanding boolean alternativeTazyFoundSoup
2026-03-01feat(bmp): Add bitmap section handler template to bmp.hTazyFoundSoup
2026-02-23refactor(png): Change tinf include bracket styleTazyFoundSoup
2026-02-22feat(bench): Check if marker size is out of boundsTazyFoundSoup
2026-02-22fix(dbg): resolve debug globals linkageTazyFoundSoup
2026-02-22refactor(*): Change include brackets from "" to <>TazyFoundSoup
2026-02-22fix(common): Move inline endian utility functions to common.hTazyFoundSoup