summaryrefslogtreecommitdiff
path: root/include/tinyff
AgeCommit message (Expand)Author
11 daysfeat(compat): Check system and processor compatibilityWatson Wheeler
11 daysfeat(png): store filter method in png_ctxWatson Wheeler
11 daysdocs: add doxygen comments for result.hWatson Wheeler
2026-06-11fix(thread): Add mutex to ff_ctx and make ff_dprintf thread-safeTazyFoundSoup
2026-06-11feat(thread): Add ff_thread_submit helperTazyFoundSoup
2026-06-08feat(thread): Implement pthread bridge and fix allocator usage in wrapperfeat/multi-threadingTazyFoundSoup
2026-06-08docs(headers): Clean up comments across public headersTazyFoundSoup
2026-05-28feat(thread): Add thread jobs and thread wrapperTazyFoundSoup
2026-05-23feat(thread): Make thread.h and thread.c in respective directoriesTazyFoundSoup
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-30feat(common): Add allocator to ff_ctxTazyFoundSoup
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