Commit Graph

1207 Commits

Author SHA1 Message Date
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
5cfb6e4824 Update patrons.csv 2025-12-11 12:49:05 +01:00
n00mkrad
db20499d30 Update ver.txt 2025-12-11 12:32:43 +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
2a04e0a4e6 Update LSMASHSource.dll 2025-08-22 17:48:17 +02:00
n00mkrad
cd3d5dce2b Update rife.py 2025-08-20 20:29:14 +02: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
c1042cbdf1 Update patrons.csv 2025-07-21 17:46:19 +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
48c4a8b8b1 Update RIFE NCNN VS DLL 2025-06-28 22:42:52 +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
N00MKRAD
15ad7f4316 Remove outdated model hash files 2025-03-23 19:28:11 +01:00
N00MKRAD
2d136e5380 Get modulo from pixel format instead of encoder 2025-03-11 01:12:03 +01:00
N00MKRAD
bef933b6f9 Added missing log textbox invokes, minor cleanup 2025-03-10 20:13:35 +01:00
N00MKRAD
1c2162b52a Use single vpy file with args instead of generating scripts on-demand 2025-03-10 20:13:08 +01:00
N00MKRAD
755f6738e8 Fraction: More operators & docs 2025-03-10 11:58:47 +01:00
N00MKRAD
6a8c3db820 Do not add input rate arg if the specified rate is 0 2025-03-10 11:58:28 +01:00
N00MKRAD
813ca0b960 Fix legacy dedupe UI showing when dedupe is disabled 2025-03-10 11:57:43 +01:00