Harry Mallon
Harry Mallon
This PR is presented for comments only. I have not got a device so it is untested. I put it on the mailing list [here](https://sourceforge.net/p/libusb/mailman/libusb-devel/thread/191976D6-76DB-4864-B840-B6575625A5CA%40codex.online/#msg36900847). USB 3.2 Gen1x2 and USB3.2...
I will definitely need some help testing this change and much reviewing. * Originally I made this change against 1.0.22 so some of it may be out of style/date (please...
* Working on Linux, macOS and WinUSB On Linux we return `sysfs_dir` which can be used with `udev_device_new_from_subsystem_sysname(,"usb",id)` to get a udev_device. On macOS we return an IOServicePath which can...
CMake has a handy way to build Universal (fat) binaries with x86_64 and arm64 chunks. A recent change seems to break it (https://github.com/AcademySoftwareFoundation/openexr/pull/772). This is with Xcode 12.2 beta 2....
It is useful to iterate the header with Header::ConstIterator to look at all the keys contained in it. However, we have had to redefine all the ImfStandardAttributes strings to check...
`Mxf_ColorPrimaries`, `Mxf_CodingEquations`, and `Mxf_TransferCharacteristic` functions do not check the whole key, only one byte and therefore they incorrectly recognise private area keys as public ones. Thos functions should be checking...
Current MediaInfo seems to use a date format as follows. ``` [TZ (always UTC?)] [YYYY-MM-DD] [HH:MM:SS] e.g. UTC 2020-10-20 17:29:04 ``` Maybe it would be better to use the [ISO...
This adds an `Open` call for a vector of file paths.
This may also help with iOS? Here is part of the `sysctl -a` from an Apple DTK. These can be queried with `sysctlbyname`. ``` hw.optional.floatingpoint: 1 hw.optional.watchpoint: 4 hw.optional.breakpoint: 6...
I am not sure whether this is an issue or me misusing the program. Please close if it isn't relevant. I am using a Radeon RX 580 in a Sonnet...