Commit graph

38 commits

Author SHA1 Message Date
bdfd6cba2e
fix(msin): actually fix the issue... 2025-06-26 18:57:20 +10:00
001c747103
fix(main): index out of range [-1] 2025-06-26 01:18:12 +10:00
55236c0a24
feat(analyze-frame-persistence): add flags for defining min res
This should allow for improved results, at the very least filtering out junk data
2025-06-26 00:12:17 +10:00
fa9aa2e174
bump: version 0.5.0 → 0.5.1
All checks were successful
Build and Release / build (push) Successful in 3m44s
2025-06-17 00:40:42 +10:00
50131d949b
fix(csv output): add missing frame width and height headers 2025-06-17 00:40:24 +10:00
a31c976f38
bump: version 0.4.0 → 0.5.0
All checks were successful
Build and Release / build (push) Successful in 3m37s
2025-06-16 02:20:21 +10:00
08317bd3df
refactor(README): add resdet info 2025-06-16 02:20:04 +10:00
e8742aba21
feat(main): add a ton of features
- progress bar
- frame res measurements
- verbosity flag
2025-06-16 02:17:49 +10:00
801abef51b
refactor(README): add new lines before lists to fit markdown standard 2025-06-16 02:06:59 +10:00
b04cbf006a
feat: add gox build script
All checks were successful
Build and Release / build (push) Successful in 2m50s
2025-06-15 04:39:06 +10:00
7c14b59bb6
bump: version 0.3.0 → 0.4.0
All checks were successful
Build and Release / build (push) Successful in 3m35s
2025-06-15 03:45:36 +10:00
51144a9911
ci: cross compile automatically 2025-06-15 03:45:12 +10:00
c6755cb585
bump: version 0.2.0 → 0.3.0
All checks were successful
Build and Release / build (push) Successful in 1m38s
2025-06-15 03:00:23 +10:00
aec0f14c68
refactor: change variable and function names to fit with golang conventions 2025-06-15 03:00:09 +10:00
3529f7e415
refactor: remove pointless else statments 2025-06-15 02:57:54 +10:00
f9575c92a9
refactor: add package string 2025-06-15 02:57:21 +10:00
1b4cd880ef
chore(gitignore): ignore .vscode settings 2025-06-15 02:54:45 +10:00
8ba0319c6e
refactor(gitignore): ignore compact build binary
All checks were successful
Build and Release / build (push) Successful in 1m22s
2025-06-14 04:12:17 +10:00
db12b8a732
docs(README): add small note about AI use
Some checks failed
Build and Release / build (push) Has been cancelled
2025-06-14 04:11:18 +10:00
8d54008ea0
bump: version 0.1.1 → 0.2.0
All checks were successful
Build and Release / build (push) Successful in 1m35s
2025-06-14 03:54:52 +10:00
e0dae7a487
docs(README): add a full README to the project 2025-06-14 03:53:27 +10:00
34ff1d4deb
feat(LICENSE): add dual licenses 2025-06-14 03:44:58 +10:00
42aab22d8a
bump: version 0.1.0 → 0.1.1
All checks were successful
Build and Release / build (push) Successful in 1m31s
2025-06-14 03:18:07 +10:00
e72571ec1e
feat(workflow): run on normal commits too 2025-06-14 03:17:54 +10:00
137ebf4d00
fix(workflow): fix artifact upload 2025-06-14 03:14:13 +10:00
5fea6235e7
fix(workflow): remove sudo again 2025-06-14 03:09:31 +10:00
2ddd047994
fix(workflow): fix the upx install 2025-06-14 03:05:18 +10:00
a760ee7d0d Update .forgejo/workflows/build-release.yml 2025-06-14 02:43:18 +10:00
51150c8187
fix(workflow): fix release workflow 2025-06-14 02:40:40 +10:00
0b8531e018 Update .forgejo/workflows/build-release.yml 2025-06-14 02:32:31 +10:00
d5bd82a6ba
bump: version 0.0.1 → 0.1.0 2025-06-14 02:32:00 +10:00
dade79b6b5
feat(forgejo): add a workflow for building binaries 2025-06-14 02:31:42 +10:00
834c694f85
feat(build-compact.sh): add build script that outputs a heavily compacted binary
https://words.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/
2025-06-14 02:26:39 +10:00
e22c33b78e
feat: massive additions to output csv 2025-06-14 02:14:20 +10:00
4699841f1e
feat: Get claude AI to generate and debug FPS measurement functionality 2025-06-14 01:10:00 +10:00
f4d7a1a04c
fix(gitignore): add compiled binary to gitignore 2025-06-14 01:09:17 +10:00
5084fad903
feat: allow selecting diff checker type and min diff 2025-06-14 00:42:56 +10:00
6dcf46c597
feat: first wave of tests
I can: count how many frames in a video, compare 2 frames for differences and compare 2 videos to see if their frames match up
2025-06-07 02:48:43 +10:00