New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -26,7 +26,7 @@ set(mac-avcapture_SOURCES
|
|||
|
||||
set_source_files_properties(av-capture.mm
|
||||
PROPERTIES COMPILE_FLAGS "-fobjc-arc")
|
||||
|
||||
|
||||
add_library(mac-avcapture MODULE
|
||||
${mac-avcapture_SOURCES}
|
||||
${mac-avcapture_HEADERS})
|
||||
|
|
@ -40,5 +40,6 @@ target_link_libraries(mac-avcapture
|
|||
${COREVIDEO}
|
||||
${COREMEDIAIO}
|
||||
${COCOA})
|
||||
set_target_properties(mac-avcapture PROPERTIES FOLDER "plugins")
|
||||
|
||||
install_obs_plugin_with_data(mac-avcapture data)
|
||||
|
|
|
|||
|
|
@ -442,11 +442,11 @@ static inline video_colorspace get_colorspace(CMFormatDescriptionRef desc)
|
|||
return VIDEO_CS_DEFAULT;
|
||||
|
||||
if (CFStringCompare(static_cast<CFStringRef>(matrix),
|
||||
kCVImageBufferYCbCrMatrix_ITU_R_709_2,
|
||||
kCVImageBufferYCbCrMatrix_ITU_R_601_4,
|
||||
0) == kCFCompareEqualTo)
|
||||
return VIDEO_CS_709;
|
||||
return VIDEO_CS_601;
|
||||
|
||||
return VIDEO_CS_601;
|
||||
return VIDEO_CS_709;
|
||||
}
|
||||
|
||||
static inline bool update_colorspace(av_capture *capture,
|
||||
|
|
|
|||
6
plugins/mac-avcapture/data/locale/ba-RU.ini
Normal file
6
plugins/mac-avcapture/data/locale/ba-RU.ini
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Device="Яйланма"
|
||||
Preset="Өлгә"
|
||||
FrameRate="Кадрлар йышлығы"
|
||||
VideoRange.Full="Тулы"
|
||||
Unknown="Билдәһеҙ ($1)"
|
||||
|
||||
14
plugins/mac-avcapture/data/locale/en-GB.ini
Normal file
14
plugins/mac-avcapture/data/locale/en-GB.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
AVCapture="Video Capture Device"
|
||||
Device="Device"
|
||||
UsePreset="Use Preset"
|
||||
Preset="Preset"
|
||||
Buffering="Use Buffering"
|
||||
FrameRate="Frame rate"
|
||||
InputFormat="Input format"
|
||||
ColorSpace="Colour space"
|
||||
VideoRange="Video range"
|
||||
VideoRange.Partial="Partial"
|
||||
VideoRange.Full="Full"
|
||||
Auto="Auto"
|
||||
Unknown="Unknown ($1)"
|
||||
|
||||
14
plugins/mac-avcapture/data/locale/id-ID.ini
Normal file
14
plugins/mac-avcapture/data/locale/id-ID.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
AVCapture="Perangkat Penangkap Video"
|
||||
Device="Perangkat"
|
||||
UsePreset="Gunakan Preset"
|
||||
Preset="Preset"
|
||||
Buffering="Gunakan Buffering"
|
||||
FrameRate="Frame rate"
|
||||
InputFormat="Format input"
|
||||
ColorSpace="Ruang warna"
|
||||
VideoRange="Rentang video"
|
||||
VideoRange.Partial="Sebagian"
|
||||
VideoRange.Full="Penuh"
|
||||
Auto="Otomatis"
|
||||
Unknown="Tidak diketahui ($1)"
|
||||
|
||||
|
|
@ -2,9 +2,9 @@ AVCapture="Dispozitiv de captură video"
|
|||
Device="Dispozitiv"
|
||||
UsePreset="Folosește presetare"
|
||||
Preset="Presetare"
|
||||
Buffering="Folosește zona tampon"
|
||||
Buffering="Folosește buffering"
|
||||
FrameRate="Frecvență de cadre"
|
||||
InputFormat="Format de intrare"
|
||||
InputFormat="Formatul inputului"
|
||||
ColorSpace="Spațiu de culori"
|
||||
VideoRange="Gamă video"
|
||||
VideoRange.Partial="Parțială"
|
||||
|
|
|
|||
7
plugins/mac-avcapture/data/locale/ta-IN.ini
Normal file
7
plugins/mac-avcapture/data/locale/ta-IN.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Device="சாதனம்"
|
||||
UsePreset="முன்னமைவைப் பயன்படுத்து"
|
||||
Preset="முன்னமைவு"
|
||||
InputFormat="உள்ளீடு வடிவமைப்பு"
|
||||
VideoRange.Full="முழு"
|
||||
Auto="தானியங்கு"
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
AVCapture="Відео пристрій"
|
||||
AVCapture="Пристрій захоплення відео"
|
||||
Device="Пристрій"
|
||||
UsePreset="Використовувати шаблон"
|
||||
Preset="Шаблон"
|
||||
Buffering="Увімкнути буферизацію"
|
||||
Buffering="Використовувати буферизацію"
|
||||
FrameRate="Частота кадрів"
|
||||
InputFormat="Вхідний формат"
|
||||
ColorSpace="Колірний простір"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
AVCapture="视频捕捉设备"
|
||||
AVCapture="视频采集设备"
|
||||
Device="设备"
|
||||
UsePreset="使用预设"
|
||||
Preset="预设"
|
||||
|
|
@ -7,8 +7,8 @@ FrameRate="帧率"
|
|||
InputFormat="输入格式"
|
||||
ColorSpace="色彩空间"
|
||||
VideoRange="视频范围"
|
||||
VideoRange.Partial="局部"
|
||||
VideoRange.Full="全部"
|
||||
VideoRange.Partial="Limited"
|
||||
VideoRange.Full="Full"
|
||||
Auto="自动"
|
||||
Unknown="未知($1)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue