Commit graph

28 commits

Author SHA1 Message Date
Harshit-Dhanwalkar
49b58febba Work on support for MacOS 2026-06-08 15:51:46 +05:30
Harshit-Dhanwalkar
5f98c5b633 Implementing my own C libs 2026-06-08 13:36:51 +05:30
Harshit-Dhanwalkar
c0ddc27b5d rename file to security_tests.c 2026-06-01 23:26:51 +05:30
Harshit-Dhanwalkar
9c717cbd86 Add unit tests verifying plugin dimension overflow and NULL buffer invariants 2026-06-01 23:21:32 +05:30
Harshit-Dhanwalkar
ae46b9d7b4 update readme.md 2026-06-01 21:16:29 +05:30
Harshit P Dhanwalkar
90976c577e
Merge pull request #1 from orbisai0security/fix-integer-overflow-malloc-edge-detect
fix: multiple allocation calls use arithmetic expres... in edge_detect.c
2026-06-01 20:47:38 +05:30
Harshit P Dhanwalkar
67a6c4804b
Add PolyForm non-commerial LICENSE 2026-06-01 17:08:59 +05:30
Harshit P Dhanwalkar
5f6a9037d6
Update LICENCE to PolyForm Noncommercial License 2026-05-31 19:21:05 +05:30
orbisai0security
928fda3d53 fix: multiple allocation calls use arithmetic expres... in edge_detect.c
Multiple allocation calls use arithmetic expressions like 'w * h' and 'cam_pixels * 3' without overflow checks
2026-05-31 12:24:57 +00:00
orbisai0security
89262dafca fix: V-002 security vulnerability
Automated security fix generated by OrbisAI Security
2026-05-31 12:24:21 +00:00
Harshit P Dhanwalkar
d87bdfc917
Update README.md 2026-05-31 17:26:49 +05:30
Harshit P Dhanwalkar
e3f6b8a9b7
Delete LICENSE 2026-05-31 17:20:15 +05:30
Harshit P Dhanwalkar
af5c031192
Update README.md 2026-05-31 17:15:53 +05:30
Harshit-Dhanwalkar
0d311510bf Add edgedetection with color output gif and update readme 2026-05-30 21:19:15 +05:30
Harshit-Dhanwalkar
79130f5384 Add demo2.gif and update readme 2026-05-30 20:47:23 +05:30
Harshit-Dhanwalkar
3677eb2c94 Add plugins thresholds change, and panel for values changes 2026-05-26 17:47:36 +05:30
Harshit-Dhanwalkar
4c7d32663e Add hot loading plugins system 2026-05-25 13:50:49 +05:30
Harshit-Dhanwalkar
509554ba1d Implement SIMD for YUYV to grayscale conversion 2026-05-24 18:46:17 +05:30
Harshit-Dhanwalkar
8a79d2fece Add FPS rendering on top 2026-05-24 17:13:03 +05:30
Harshit-Dhanwalkar
9eaf33ea36 Add soble edge detection 2026-05-20 17:54:48 +05:30
Harshit-Dhanwalkar
c1f0298dae Add thread sharing for producer(webcam) and consumer(rendering) threads 2026-05-20 16:20:11 +05:30
Harshit-Dhanwalkar
319746afe6 Add 'q' key for quit 2026-05-20 12:49:25 +05:30
Harshit-Dhanwalkar
1c9834483a Add features: Brightness control, inverse colors, Dithering effect, and ANSII colors support. 2026-05-19 17:28:19 +05:30
Harshit-Dhanwalkar
7b3b2cfd0b Update README and organise file structure 2026-05-15 01:27:35 +05:30
Harshit-Dhanwalkar
deba0b6dce Update README 2026-05-13 22:24:37 +05:30
Harshit-Dhanwalkar
02926a2623 Organise project 2026-05-13 22:18:22 +05:30
Harshit-Dhanwalkar
c766d23028 Initial commit 2026-05-13 21:36:56 +05:30
Harshit P Dhanwalkar
3b00e10319
Initial commit 2026-05-13 21:29:42 +05:30