qarv
qarv copied to clipboard
Performance: allow non-contiguous images
For simplicity, QArv always used contiguous cv::Mat
. This reduces performance of swscale decoder. Consider lifting this limitation. Most of the code should not really depend on this IIRC, but this needs to be checked and tested.
I'm also wondering whether going to cv::UMat
would make sense …