- Feb 11, 2022
-
-
Matej Hrica authored
-
- Feb 04, 2022
-
-
Martin Pulec authored
-
- Feb 03, 2022
-
-
Martin Pulec authored
Until now, it has been output only in get_format() callback but this function isn't run by all decoders (eg. when there is no options to select from).
-
Martin Pulec authored
+ updated the script to work from any UG repo subdir (not only top level)
-
Martin Pulec authored
- install only zfec subdirectory, not whole repo - macOS blocks creating files directly in /usr(/src)
-
Martin Pulec authored
-
Martin Pulec authored
Although nowadays rarely used, /usr/src is a convenient place for system-wide sources (aka libraries), so use it. Also it also removes the need for hard-coded path.
-
Martin Pulec authored
In order not to depend on hard-coded path.
-
Martin Pulec authored
But give it a low priority - the pkg configuration seems to be wrong - -lCFHDCodecStatic is in LIBS but libCFHDCodec.a is actually generated.
-
Martin Pulec authored
-
Martin Pulec authored
moved modules to separate functions
-
Martin Pulec authored
+ removed gpujpeg/cineform from monitored paths in workflow file
-
Martin Pulec authored
-
Martin Pulec authored
If the environmnet variable NDI_RUNTIME_DIR_V5 is not defined from any reason, try the location where NDI is usually installed (C:\Program Files\NDI\NDI 5 Runtime\v5).
-
Martin Pulec authored
+ fixed bold output (was bash specific)
-
Martin Pulec authored
-
Martin Pulec authored
-
- Feb 02, 2022
-
-
Martin Piatka authored
Makes it harder to forget to initialize newly added members
-
Martin Piatka authored
-
Martin Piatka authored
-
Martin Piatka authored
-
Martin Piatka authored
-
Martin Piatka authored
-
Martin Piatka authored
-
Martin Piatka authored
The order of values is minute, hour, day-of-month, month, day-of-week
-
Martin Pulec authored
-
- Feb 01, 2022
-
-
Martin Pulec authored
run only in main repo on schedule
-
Martin Pulec authored
if coverity token is present
-
Martin Pulec authored
-
Martin Pulec authored
-
Martin Pulec authored
The header doesn't yet include the SetThreadDescription() definition but it is in the UCRT library so ship own declaration of the function for now.
-
- Jan 31, 2022
-
-
Martin Pulec authored
- pass generated data with testcard_state2::data variable + notify with CV to thread that it is available - use dispose to "automatically" manage grabbed frames
-
Martin Pulec authored
+ fixed leaked text surface
-
Martin Pulec authored
-
Martin Pulec authored
Take it as a dependency
-
Martin Pulec authored
av_frame_wrapper_recycle() and av_frame_wrapper_copy() moved from header to rpi4_out.cpp.
-
- Jan 28, 2022
-
-
Martin Piatka authored
-
Martin Piatka authored
-
Martin Pulec authored
-
- Jan 26, 2022
-
-
Martin Pulec authored
- do not print device modes + connections - usually not needed because there is signal autodetection with recent DeckLink cards and user usually knows the connection directly - print available color space more dense The outcome is that the output fits (usually) one screen while avoiding unnecessary items (but print all possible connections).
-