summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent Heap Buffer Overflow in MaterialSystem String Assignments (#6628)HEADupstream/mastermetsw24-max17 hours1-3/+7
* Bugfix/sparky kitty studios (#6623)v6.0.5Kim Kulling8 days5-60/+68
* Fix out-of-bounds read in StreamReader::IncPtr (#6600)uwezkhan9 days1-3/+16
* Fix integer truncation in StreamReader size calculations (#6601)uwezkhan9 days1-7/+9
* Hardening aiString deserialization in AssbinLoader to prevent stack b… (#6606)uwezkhan10 days1-4/+11
* M3D: fix overflow (#6610)Kim Kulling11 days3-6/+58
* Fix glTF2 occlusion strength import/export and normal scale export (#6602)Matthew Pohlmann2026-04-233-11/+3
* glTF2: Fix extracting interleaved buffer data (#6605)Matthew Pohlmann2026-04-231-6/+12
* Bump softprops/action-gh-release from 2 to 3 (#6597)dependabot[bot]2026-04-142-2/+2
* Fix for CanRead function for FBXImporter (#6158)James Sharam2026-04-071-1/+1
* Fixed a container-overflow vulnerability in `Assimp::ColladaLoader::BuildMesh...Bill Wendling2026-04-061-10/+14
* Feature/rust bindings: Exterimental bindings (#6467)Kim Kulling2026-04-0660-447/+105
* test: use epsilon comparison for FMA-sensitive API tests (#6591)Chris de Claverie2026-04-013-3/+6
* Fix linkage issue for ai_epsilon in C++20 modules (#6592)dimonp2026-04-011-1/+1
* Bugfix/fix unittest for cla7aye15 i4nd fix skipspaces (#6590)upstream/6588-bug-issue-442253768-assimpassimp_fuzzer-stack-overflow-in-assimpfbxscopescopeKim Kulling2026-03-244-287/+297
* + An error occurs when it is 0 (#6544)copycd2026-03-171-3/+6
* Fix animations for B3DImporter (#6547)EasyT_T2026-03-162-20/+30
* Fixed logic for finding min/max for glTF2Exporter (#6552)Shutd0wns2026-03-161-1/+1
* Fix memory leak for USD importer (#6549)Pichas2026-03-141-16/+8
* Bump actions/upload-artifact from 6 to 7 (#6551)dependabot[bot]2026-03-122-3/+3
* glTF2: Fix heap-buffer-overflow in GetVertexColorsForType (#6558)Matthew Suozzo2026-03-111-3/+3
* Refactor material system (#6563)Kim Kulling2026-03-081-30/+21
* [Draft] Create AI Tool Use Policy for contributors (#6553)Kim Kulling2026-03-081-0/+172
* Add agents file. (#6562)Kim Kulling2026-03-071-0/+207
* Apply codeRabbit suggested fix(es) from assimp PR #6548 (#6557)Steve M2026-03-061-4/+3
* LWO: Fix negative iterator access, ptr was before begin (#6555)Kim Kulling2026-03-051-7/+16
* Bump actions/download-artifact from 7 to 8 (#6550)dependabot[bot]2026-03-021-1/+1
* Ply: Fix ply triangle-strip parsing. (#6548)Kim Kulling2026-02-284-893/+876
* glTF2: Preserve interpolation type and CubicSpline tangent data in animation ...EarendelArc2026-02-261-25/+88
* Update supported version in SECURITY.md (#6459)Kim Kulling2026-02-253-3/+3
* Fixed compiler error on platforms where unsigned int is not 32 bit (#6541)Carter Rennick2026-02-231-1/+1
* HL1MDLLoader: fix segfault in destructors (#6537)Oliver Chang2026-02-221-2/+2
* Obj: Fix heap-buffer-overflow in getFace via vertical tabs (#6540)Bill Wendling2026-02-211-1/+1
* FBXExporter: Fix stack-use-after-scope in WriteObjects (#6472)Oliver Chang2026-02-171-2/+2
* glTF2: Fix heap-buffer-overflow in Accessor validation and size calculation (...Oliver Chang2026-02-171-2/+12
* Fix heap-buffer-overflow in OpenGEXImporter::handleIndexArrayNode() (#6470)ZhangJY2026-02-101-2/+2
* Add developer quickstart section to Readme (#6474)Kim Kulling2026-02-101-12/+21
* Fix invalid verifying in OpenDDLParser::parseStringLiteral (#6314)Kyungjoon Ko2026-02-061-1/+4
* LWO: Fix heap buffer overflow in LWOImporter::GetS0 (#6451)peng2026-02-032-89/+70
* MDL: Fix heap buffer overflow in MDLImporter frame parsing (#6456)peng2026-01-291-0/+4
* Fix AC3DImporter heap-buffer-overflow by validating mesh vertex bounds (#6458)peng2026-01-281-0/+8
* Update copyright year and project version (#6454)v6.0.4Kim Kulling2026-01-24662-670/+670
* Fix some recently implemented comparisons of token strings (#6452)Nicky Kitchingman2026-01-222-13/+25
* MD3: Fix MD3Importer surface header bounds checks to prevent heap overflow (#...v6.0.3peng2026-01-201-5/+13
* MDL/HL1: bounds-checked buffers and safer parsing (#6445)tyler922026-01-195-88/+298
* MDC: Fix MDCImporter surface header bounds and endianness checks (#6440)peng2026-01-151-1/+3
* OBJ: avoid extra scanning while reading faces in ObjFileParser.cpp (#6281)Vitaly Ovchinnikov2026-01-141-14/+2
* MD5: Fix uninitialized pointer dereference for file with invalid vertex index...tyler922026-01-121-6/+10
* fuzz: Fix memory leak in ForceFormat helper (#6435)LP2026-01-091-0/+2
* MDC: Fix heap OOB read by validating vertex buffer boundaries (#6168) (#6438)peng2026-01-091-0/+15