Translation Updaterand Translation Updater
25b58f0417
Update translations from Crowdin
2022-02-11 00:34:08 +00:00
Translation Updaterand Translation Updater
ac8dbf67be
Update translations from Crowdin
2022-02-06 02:24:08 +00:00
Paul Hindt and Colin Edwards
95020dd629
aja: Fix off-by-one output frame index calculation
2022-02-02 11:20:05 -06:00
Paul Hindt and Colin Edwards
29b835b20f
aja: Disable Analog In/Out selections in the UI
...
Analog capture/display for supported cards will be added in the future.
2022-01-28 23:58:53 -06:00
Paul Hindt and Colin Edwards
ba875377d0
aja: Fix Kona1 simultaneous capture/output
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
3fbd5d9179
aja: Adjust whitespace for consistency
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
8d051c6a1c
aja: Use SDI Transport selection to engage Auto detection
...
Otherwise use Video and Pixel format selections to engage Auto detection for HDMI
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
0ef3b29cad
aja: Show/Hide SDI Transport/4K lists and options
...
Only show SDI Transport options if IOSelection is SDI and
only show 12G selection in Capture plugin
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
f559287723
aja: Fix 2xSDI UHD/4K YCbCr 2SI VPID lookup
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
0d15bb0b94
aja: Hide duplicate HDMI IN entry for Kona HDMI
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
a4c0996d59
aja: Filter 6G/12G SDI Transport depending device/plugin type
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
d2515170e1
aja: Disable UHD/4K high-framerate for Output
...
A fix for UHD/4K HFR modes will be added in a future plugin release.
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
5f81d4117f
aja: Clear previous crosspoints when signal changes
...
Fix for a bug where stale crosspoint connections could result in
video glitches upon next connection.
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
d18b805aee
aja: Remove unfinished 2x4K Squares support
...
Support for 2x4K Square Division will be added in a future update
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
eafe588bd3
aja: Re-work HDMI routing and add missing presets
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
4650cf4574
aja: Fix HDMI RGB crosspoint indices
2022-01-28 20:23:40 -06:00
Paul Hindt and Colin Edwards
71e3fcc5de
aja: Add framestore index helpers to Source/OutputProps
2022-01-28 20:23:40 -06:00
Colin Edwards
99fe09e706
aja: Remove inter-plugin debug logging
2022-01-24 22:00:02 -06:00
Paul Hindt and Colin Edwards
57d1619c8d
aja: Fix UHD/4K YCbCr 3G Level-B 2SI preset
2022-01-21 11:58:29 -06:00
Paul Hindt and Colin Edwards
a59f6c4e50
aja: Fix crash when capture thread is reset
2022-01-19 11:18:26 -06:00
Paul Hindt and Colin Edwards
04bf12f130
aja: Workaround for SDI5 output not working on io4K+
2022-01-18 20:50:37 -06:00
Paul Hindt and Colin Edwards
9728345bf4
aja: Fix signal routing for 4xSDI UHD/4K RGB 3Gb
...
Crosspoint indices were wrong for the UHD4K_ST425_Quad_3Gb_Squares_RGB_Capture preset and VPID was not being set for the selected 3G-Level B transport mode.
2022-01-15 15:30:58 -06:00
Paul Hindt and Colin Edwards
9c9efcd04d
aja: Fix erroneous HDMI input selection for certain cards
2022-01-15 15:29:39 -06:00
Paul Hindt and Colin Edwards
3e07c29ec3
aja: Rename IOSelection strings for HDMI and Analog
2022-01-15 15:29:39 -06:00
Paul Hindt and Colin Edwards
87ce26cfca
aja: Fix Kona1 not auto-detecting capture pixel format
2022-01-15 15:28:16 -06:00
Paul Hindt and Colin Edwards
cb51c974f4
aja: Fix Kona5/io4K+ 6G/12G-SDI routing and RGB HD-DualLink routing
2022-01-13 13:12:47 -06:00
Paul Hindt and Colin Edwards
8f8b522ca7
aja: Fix for invalid default settings and empty cardID string
2022-01-13 13:11:51 -06:00
Paul Hindt and Colin Edwards
1cbf9421d4
aja-output-ui: Add the Multi View UI options for new device.
2022-01-11 17:28:05 -06:00
tytan652 and Matt Gajownik
9d02ca0fef
aja: Fix format-security warning
...
On some Linux distributions -Werror=format-security is set when
building package keeping OBS Studio from being built with AJA
plugins.
2022-01-11 20:40:03 +11:00
Paul Hindt and Colin Edwards
f09137a2e0
aja: Refactor, clean-up and fix bugs in the signal routing system, and add SDITransport UI option to assist signal routing.
2022-01-08 14:05:10 -06:00
Translation Updaterand Translation Updater
062de2c998
Update translations from Crowdin
2021-12-17 08:01:29 +00:00
Translation Updaterand Translation Updater
261345f9ef
Update translations from Crowdin
2021-12-12 02:38:59 +00:00
Colin Edwards
b4bb574397
aja: .rc file for the aja plugin
2021-12-07 22:07:06 -06:00
Colin Edwards
0aa9603a88
aja: Fix crash in output settings when no card present
2021-12-07 19:08:29 -06:00
Colin Edwards and GitHub
54e5252906
aja: Disable plugin if no devices are found
2021-12-07 18:52:12 -06:00
fad299f99f
aja: Static analysis bug fixes
...
* aja: Use inline const for header initializations
Avoids duplicating across compilation units. Detected by PVS Studio.
* aja: Avoid unnecessary type conversions
Detected by PVS Studio.
* aja: Remove duplicate assignments
Detected by PVS Studio.
* aja: Fix return value of aja_output_create
Detected by PVS Studio.
* aja: Remove unused variable
Detected by PVS Studio.
* aja: Fix compiler warning
* aja: Remove unreachable if branch in aja routing
* aja; Cleanup return in card manager
Co-authored-by: Colin Edwards <colin@recursivepenguin.com >
2021-12-05 22:17:39 -06:00
Paul Hindt and GitHub
ce3ae8e423
aja: Capture and Output plugin for AJA Video Systems IO devices
...
* aja: Initial commit of AJA capture/output plugin
* aja: Fix clang-format on aja-output-ui code
* aja: Remove script used during dev/testing
* aja: Address pull request feedback from @RytoEX
* aja: Remove the SDK sources and update CMakeLists to point to new headers-only/static libs dependency distribution.
* aja: Only build AJA plugin on x64 on macOS for now
* aja: Remove the non-English placeholder locale files. The english strings/files will be produced via crowdin, according to @ddrboxman.
* aja: Add FindLibAJANTV2.cmake script to locate the ajantv2 headers and static libs in the OBS external deps package(s). Tested on Windows x64. macOS and Linux x64 TBD.
* aja: Add ajantv2/includes to FindLibAJANTV2 include search paths
* aja: Remove commented code from aja CMakeLists
* aja: Remove debug code and comments that are no longer needed.
* aja: Fix indentation
* aja: Remove disablement of clang-format in routing table and SDIWireFormat map
* aja: Use spaces for all indentation in widget crosspoint arrays where we disable clang-format
* aja: Address code style comments made by @RytoEX
* aja: Fix uneven indentation
* aja: More fixes to if/else placement and remove superfluous comments.
* aja: Rename 'dwns' to 'deactivateWhileNotShowing' for clarity. The DeckLink plugin still uses the variable name 'dwns' and should be changed, if desired, in a separate PR.
* aja: Remove X11Extras dependency from AJA Output frontend plugin
* aja: Add patch from Jim to find AJA release/debug libs
* aja: Improve AV sync of queued video/audio sent to the AJA card in the AJA Output plugin.
2021-11-23 20:31:11 -06:00