summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-05feat(png): add benchmark markers to png decodingTazyFoundSoup
2026-05-05refactor(bench): convert ff_bench from return-by-value to pointer APITazyFoundSoup
2026-05-05feat(bench): add benchmarking macros and instrumentation hooksTazyFoundSoup
2026-05-05docs(introduction): redo introductionTazyFoundSoup
2026-05-05chore(gitignore): remove bench dist ignoreTazyFoundSoup
2026-04-28ci(canary): Change artifact source copy build path to build/TazyFoundSoup
2026-04-28build(make): Make bench build conditional on USE_BENCHTazyFoundSoup
2026-04-28feat(ctx): Add ff_bench bench field if benchmarking is enabledTazyFoundSoup
2026-04-28chore(Makefile): Change OUTDIR from dist/ to build/TazyFoundSoup
2026-04-27refactor(bench): Remove source and Makefile for benchmarkingTazyFoundSoup
2026-04-27chore: Update compile commandsTazyFoundSoup
2026-04-23remove(ctx): Migrate ff_ctx to common.hTazyFoundSoup
2026-04-22fix(Makefile): Store test executables in dist/ folderTazyFoundSoup
2026-04-22feat(Makefile): Use user-specified gdb debug testsTazyFoundSoup
2026-04-22chore(png): Remove WIP from ff_open_png end noticeTazyFoundSoup
2026-04-22feat(Makefile): Add 'gdb' build command for launching with .gdbinitTazyFoundSoup
config
2026-04-22feat(debug): Add GDB init fileTazyFoundSoup
2026-04-21feat(Makefile): Use -fno-omit-frame-pointer flag for debuggingTazyFoundSoup
2026-04-21fix(Makefile): Fix build flags and build flowTazyFoundSoup
2026-04-18fix(git): Ignore generated documentsTazyFoundSoup
2026-04-16fix(docs): Redirect watson link to tazy.devTazyFoundSoup
2026-04-16feat(docs): Add mdbook docsTazyFoundSoup
2026-04-16feat(ci/cd): Specify docs directory in mdBook build and add CNAMEᵗᵃᶻʸ
2026-04-15fix(ci/cd): Give canary release writing permissionsv0.1.0TazyFoundSoup
2026-04-15feat(tests/png): Add lenna256 test for pngTazyFoundSoup
2026-04-15feat(png): Implement genericness for PNGTazyFoundSoup
2026-04-15feat(Makefile): Add png_testsTazyFoundSoup
2026-04-15feat(ci/cd): More CI/CDTazyFoundSoup
2026-04-15fix(bench): Remove bmp and png bench mark objectsTazyFoundSoup
2026-04-14fix(test/png): Use official ff_close_png function to free png data inTazyFoundSoup
png test
2026-04-14feat(png): Add ff_close_png functionTazyFoundSoup
2026-04-14feat(png): Validate CRC in ff_png_dispatchTazyFoundSoup
2026-04-14feat(common): Create embeddable ff_memcpyTazyFoundSoup
2026-04-14chore(dbg): Add newline at end of ff_cleanup messageTazyFoundSoup
2026-04-14feat(png): Validate CRC with crc32.c from tinfTazyFoundSoup
2026-04-14fix(png): Test requires FF_RESULT_OK to workTazyFoundSoup
v0.1.0 lets gooooooo
2026-04-14fix(png): IDAT uncompressed size and zlib header skipTazyFoundSoup
2026-04-14fix(dbg): ff_dprintf null write callback checkTazyFoundSoup
2026-04-14fix(stream): Stdio bridge write callback and const correctnessTazyFoundSoup
2026-04-14fix(png): Return FF_RESULT_OK since everything's fully implemented :)TazyFoundSoup
2026-04-14feat(png): Add png dispatcherTazyFoundSoup
2026-04-14fix(png): Fix tinf_uncompress out_size bugTazyFoundSoup
2026-04-14feat(common): Add ff_memcmpTazyFoundSoup
2026-04-14chore: Remove old commentsTazyFoundSoup
2026-04-03chore: Remove editor specific configuration filesTazyFoundSoup
2026-04-03fix(stream): Explicitly disable write in stdio bridgeTazyFoundSoup
2026-04-03fix(bmp): Unvoid buffer and bmp_ctx in the header handlerTazyFoundSoup
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