From: Steinar H. Gunderson Date: Tue, 7 Apr 2020 19:28:10 +0000 (+0200) Subject: Release 0.7.5. X-Git-Tag: 0.7.5^0 X-Git-Url: https://git.sesse.net/?p=bmusb;a=commitdiff_plain;h=40e59ea593e2bcbb0f8f9e6c8e44c823d890b18a Release 0.7.5. --- diff --git a/Makefile b/Makefile index 012bbec..dd10907 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PREFIX := /usr/local LIB := libbmusb.a SODEV := libbmusb.so SONAME := libbmusb.so.6 -SOLIB := libbmusb.so.6.0.0 +SOLIB := libbmusb.so.6.0.1 all: $(LIB) $(SOLIB) main bmusb-v4l2proxy diff --git a/bmusb.cpp b/bmusb.cpp index 07db933..48ca258 100644 --- a/bmusb.cpp +++ b/bmusb.cpp @@ -1,4 +1,4 @@ -// Intensity Shuttle USB3 capture driver, v0.7.4 +// Intensity Shuttle USB3 capture driver, v0.7.5 // Can download 8-bit and 10-bit UYVY/v210-ish frames from HDMI, quite stable // (can do captures for hours at a time with no drops), except during startup // 576p60/720p60/1080i60 works, 1080p60 does not work (firmware limitation)