r45460 | compyx | 2025-01-10 12:04:14 +0000 (Fri, 10 Jan 2025) | 2 lines
Fix typo
------------------------------------------------------------------------
r45459 | compyx | 2025-01-10 11:24:41 +0000 (Fri, 10 Jan 2025) | 6 lines
Unbreak Windows build, hopefully
Introduce `VICE_PID_INVALID` constant to portably indicate an invalid pid.
Defined as -1 on Unix/MacOS, NULL on Windows (HANDLE is a typedef for void* on
Windows).
------------------------------------------------------------------------
r45458 | compyx | 2025-01-10 11:10:18 +0000 (Fri, 10 Jan 2025) | 2 lines
Remove assigned-but-unused variable
------------------------------------------------------------------------
r45457 | gpz | 2025-01-10 01:38:21 +0000 (Fri, 10 Jan 2025) | 1 line
improve the test for whether ffmpeg executable exists, cycle through a port range when launching the executable, so ports that are still lingering will not block
------------------------------------------------------------------------
r45456 | gpz | 2025-01-09 23:38:17 +0000 (Thu, 09 Jan 2025) | 1 line
some refactoring, comments, use fork() instead of vfork(), print log messages in parent context
------------------------------------------------------------------------