- Use FFmpeg's MJPEG decoder instead of tinyjpeg.
- Each screen display has now its own capture device. Note that on Linux, multiple monitors are seen as one screen. JAWTRenderer on Linux will not display image > 2048x2048 due to driver limitation (XvCreateImage), so avoid dropping image if size mismatch and show what we can.