Commit Graph

138 Commits

Author SHA1 Message Date
n00mkrad
b01a9984da Cleaner logging, minor refactoring for ffmpeg caching 2025-12-22 21:59:09 +01:00
n00mkrad
aed095f88b CLI/debug: Don't log process output to console by default (only with -v/--verbose) 2025-12-21 18:30:03 +01:00
n00mkrad
1d08960203 Fix QueryInfo equality comparison 2025-12-21 18:06:54 +01:00
n00mkrad
eed7ba0c1f Don't start up if no args passed in CLI mode (or only help arg) 2025-12-21 18:06:42 +01:00
n00mkrad
395bdf8151 Remove references to removed CheckEncoderValid method 2025-12-21 15:25:21 +01:00
n00mkrad
830ea46625 Don't attempt HW encoder check if ffmpeg not found 2025-12-21 15:20:42 +01:00
n00mkrad
9e3a75f85e Minor cleanup/refactor 2025-12-21 15:20:24 +01:00
n00mkrad
7948fa39c1 Handle EA Javelin (and potentially other anticheats) breaking Vulkan 2025-12-21 13:44:44 +01:00
n00mkrad
421df30efd Package updates 2025-12-21 13:44:10 +01:00
n00mkrad
e553e71c30 Remove redundant GetCmdArg 2025-12-20 23:25:15 +01:00
n00mkrad
6e809734e8 More logging cleanup stuff 2025-12-20 23:22:41 +01:00
n00mkrad
185b7023c5 More compact Cleanup 2025-12-20 23:20:16 +01:00
n00mkrad
e97d78f85d Keep logs for 7d instead of 4d 2025-12-20 23:14:03 +01:00
n00mkrad
d20317e4e3 Cleanup minor refactor 2025-12-20 23:13:36 +01:00
n00mkrad
8a0e181f8d Console logging improvements, implement Equals/GetHashCode for QueryInfo 2025-12-20 23:13:26 +01:00
n00mkrad
4c0202edb2 Cleanup (unused code) 2025-12-20 22:05:02 +01:00
n00mkrad
f5a1168fdd Formatting (why are there tabs in my code??) and minor cleanup 2025-12-20 22:02:42 +01:00
n00mkrad
efb26a2996 Fix race conditions where sessionTimestamp is needed but not set yet 2025-12-20 22:02:04 +01:00
n00mkrad
db0674cd02 Update BuildRelease.ps1 2025-12-20 22:01:13 +01:00
n00mkrad
9da3eaf07a Resizable text in log box, news box, changelog box 2025-12-20 22:00:39 +01:00
n00mkrad
2f0ec88e9b (Hopefully) avoid exception when checking if proc has exited (to avoid debugging clutter) 2025-12-16 18:34:23 +01:00
n00mkrad
90c8491cf2 Fix bt2020 2025-12-16 18:33:31 +01:00
n00mkrad
a57936c01c Update pkgs with vulnerabilities, remove some unused code 2025-12-14 15:27:46 +01:00
n00mkrad
5b3550e62b Patron list: Bad name filter 2025-12-11 18:29:42 +01:00
n00mkrad
128b07bb24 Fix patron list text encoding & refactor a little 2025-12-11 17:53:16 +01:00
n00mkrad
2df3f1ab94 Fix config editor panel size 2025-11-17 12:51:45 +01:00
n00mkrad
77951d4e7a UI Fix 2025-11-17 12:48:56 +01:00
n00mkrad
3a8a86d03d Tear out unused/broken cmdDebugMode (run processes in visible window) option 2025-11-09 21:14:55 +01:00
n00mkrad
a9f4018e0f Use Cascadia as default monospace font, fallbacks to Consolas/Courier New, wider DebugForm 2025-11-09 20:34:37 +01:00
n00mkrad
adf9148f57 Remove DAR validation which we should no longer need 2025-11-09 18:45:36 +01:00
n00mkrad
ad96dacb5c BuildRelease.ps1 script for building Flowframes & FlowframesCmd 2025-11-09 18:44:50 +01:00
n00mkrad
98ae0973f3 PackageBuild: Use CodeLegacy (.NET Framework) dir 2025-11-09 17:21:45 +01:00
n00mkrad
c7e5606b63 Settings fixes and minor UI improvements 2025-11-09 17:03:38 +01:00
n00mkrad
5a18f896b5 General alpha support with VS, fix SAR/DAR problems in combination with rotation 2025-11-09 16:55:58 +01:00
n00mkrad
95295c3b0f CanHaveAlpha property for VideoStream to check if pixfmt supports alpha channel 2025-11-09 16:50:39 +01:00
n00mkrad
0b93537ffb alpha option in config 2025-11-09 16:19:10 +01:00
n00mkrad
3471df65ee Just renaming vars & print streams info in one call, not 3 2025-11-09 16:18:52 +01:00
n00mkrad
7279d1c38a VP9: Add YUVA 4:2:0 color option - FFV1: Add YUVA 4:2:0 and 4:4:4 color options 2025-11-09 16:18:09 +01:00
n00mkrad
c52e2abde9 Logger cleanup, remove redundant WriteToFile method 2025-11-09 16:16:42 +01:00
n00mkrad
094dea9059 AiProcess logging optimizations & cleanup 2025-11-09 16:15:59 +01:00
n00mkrad
cab30607d3 Monospace option for MessageForm 2025-11-09 16:07:03 +01:00
n00mkrad
08705f764e Null check for progress reporting when reading log 2025-11-09 16:06:12 +01:00
n00mkrad
9c0bad36c3 Fixed being unable to interpolate image sequences with NCNN VS if dedupe is enabled 2025-07-24 18:34:57 +02:00
n00mkrad
f9684d1107 Fixed a cross-thread UI call & possible null ref 2025-06-29 18:41:28 +02:00
n00mkrad
b2f7030c33 FrameOrder only log in debug mode, WIP 2025-06-28 23:19:58 +02:00
n00mkrad
fbf0e6111a Refactored & improved color data transfer 2025-06-28 23:16:14 +02:00
n00mkrad
62d6e11506 Dedupe: Require at least 240 frames as input to consider disabling it based on percentage 2025-06-28 22:38:59 +02:00
n00mkrad
2d2a29fb1f Minor logger changes 2025-06-28 22:37:37 +02:00
n00mkrad
0e6bc58307 PseudoHash directory support 2025-06-28 22:34:47 +02:00
N00MKRAD
e57a32d5b9 mpdecimate improvements, fix custom out path, lwi caching, alpha tests (wip) 2025-03-23 19:36:57 +01:00