libobs: Support limited color range for RGB/Y800 sources

libobs: Add support for limited to full color range conversions when
using RGB or Y800 formats, and move RGB converison for Y800 formats to
the GPU.

decklink: Stop hiding color space/range properties for RGB formats, and
remove "YUV" from "YUV Color Space" and "YUV Color Range".

win-dshow: Remove "YUV" from "YUV Color Space" and "YUV Color Range".

UI: Remove "YUV" from "YUV Color Space" and "YUV Color Range".
This commit is contained in:
James Park
2019-04-22 23:38:26 -07:00
committed by jp9000
parent 7d136c3ce1
commit a86710ec5b
7 changed files with 133 additions and 100 deletions

View File

@@ -1,9 +1,9 @@
# video capture device text
VideoCaptureDevice="Video Capture Device"
Device="Device"
ColorSpace="YUV Color Space"
ColorSpace="Color Space"
ColorSpace.Default="Default"
ColorRange="YUV Color Range"
ColorRange="Color Range"
ColorRange.Partial="Partial"
ColorRange.Full="Full"
ConfigureAudio="Configure Audio"