summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-23fix(bench): Return OK type at bench marker creation functionTazyFoundSoup
2026-02-22feat(bench): Check if marker size is out of boundsTazyFoundSoup
2026-02-22feat(bench): Add benchmarkingTazyFoundSoup
2026-02-22feat(bench): Make benchmarksTazyFoundSoup
2026-02-22fix(png): Do not set last error field in ctx after getting freedTazyFoundSoup
2026-02-22refactor(png): Cast unused variables to void to avoid unused errorsTazyFoundSoup
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
2026-02-22git(CI/CD): Remove make checks (temp)TazyFoundSoup
2026-02-22just work already D:TazyFoundSoup
2026-02-22trigger ciTazyFoundSoup
2026-02-22git(CI/CD): Fix Makefile folder creation issueTazyFoundSoup
2026-02-22git(ci/cd): Remove configure script from make CI/CDtazy
2026-02-22git(ci/cd): Create make CI/CD workflowtazy
2026-02-22refactor(png): Cast iline to uint32_t in scanline iteration loopTazyFoundSoup
2026-02-22fix(make): Create OUTDIR if not existingTazyFoundSoup
2026-02-22fix(bmp): Removed last_error field after ff_bmp_ctx freedTazyFoundSoup
2026-02-22fix(bmp): Removed last_error field after ff_bmp_ctx freedTazyFoundSoup
2026-02-22fix(make): Build objects into dist/ directoryTazyFoundSoup
2026-02-22fix(common): Remove common.h includeTazyFoundSoup
2026-02-22git(ignore): Stop tracking cacheTazyFoundSoup
2026-02-22git(ignore): Remove cache directoryTazyFoundSoup
2026-02-22Make gitignoreTazyFoundSoup
2026-02-22dep(tinf): Fix tinflate.c include pathTazyFoundSoup
2026-02-22fix(png): Remove last_error field (ff_png_ctx) additions fromTazyFoundSoup
2026-02-22typo(result): SIGNITURE -> SIGNATURETazyFoundSoup
2026-02-22fix(png): Add ff_result return type to ff_png_chunk_handler_ptrTazyFoundSoup
2026-02-22fix(bmp): Readd removed includes (oops, first time using Zed)TazyFoundSoup
2026-02-22fix(bmp): Remove unnecessary includes from bmp.hTazyFoundSoup
2026-02-22support(zed): Support Zed editorTazyFoundSoup
2026-02-22feat(makefile): Add makefile and compile_commands.jsonTazyFoundSoup
2026-02-22fix(bmp): Comment unnecessary #endif labelTazyFoundSoup
2026-02-17fix(png): Set last_error field before returning resultTazyFoundSoup
2026-02-17feat(dbg): Comment functionsTazyFoundSoup
2026-02-17feat(bmp): Implement ff_open_bmp function for BMP context initializationTazyFoundSoup
2026-02-16feat(bmp): Implement ff_bmp_isvalid function for BMP signature validationTazyFoundSoup
2026-02-16fix(png): Change return value of ff_open_png to no implTazyFoundSoup
2026-02-16feat(bmp): Add palette and pixels fields to ff_bmp_ctx structureTazyFoundSoup
2026-02-16feat(bmp): Add bitmapTazyFoundSoup
2026-02-16feat(com): Add little endianTazyFoundSoup
2026-02-15feat(png): Add handler for tRNS ancillary chunk in PNG processingTazyFoundSoup
2026-02-04feat(png): Add ff_png_normalize function and generic image headerTazyFoundSoup
2026-01-31fix(png): Implement Paeth predictor in ff_png_data_handler for scanline filte...TazyFoundSoup
2026-01-31fix(png): Remove the address operator from the memory copy of the previous rowTazyFoundSoup
2026-01-31docs(readme): Update project description in README.mdtazy
2026-01-31fix(png): Update filter type handling in ff_png_data_handler for unknown casesTazyFoundSoup
2026-01-31fix(png): Correct memory copy operations in ff_png_data_handlerTazyFoundSoup
2026-01-31feat(png): Implement scanline filtering in ff_png_data_handlerTazyFoundSoup
2026-01-30refactor(png): Relocate ff_png_bpp to png.c from png.hTazyFoundSoup