Serban Simu
Serban Simu
_isApprovedOrOwner approves a null spender: ``` getApproved(tokenId) == spender ``` It would be safer to check for a non-null spender or at a minimum document the requirement that the caller...
Starting with OSX 14 using xcode 14.0, the ATOMIC_VAR_INT macro definition has been marked deprecated and compilation always prints the warning below: ``` In file included from .../go/pkg/mod/github.com/karalabe/[email protected]/libs.go:50: .../go/pkg/mod/github.com/karalabe/[email protected]/libusb/libusb/os/darwin_usb.c:53:29: warning:...
The current `udp_socket` requires ipv4
Add xc parameter `deinterlace` as an enum. The best deinterlacing option is 1 (bwdif with mode send_field which makes 2 frames for each input frame). - when using this option...
Add optional encoding parameters 'profile' and 'level'. These parameter are codec-specific so they need to be validated against h264 (or h265) codecs. Preserve the current (automatic) behavior when profile and...