2753536587 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

MJPG fourcc support needed #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
webcam's product MJPG
A function to convert MJPGToI420 is needed.
It should be optional, as the code is complex, large and slow.
Use libjpeg_turbo for x86/x64
Resample 422/444/400 to 420.

Original issue reported on code.google.com by fbarch...@google.com on 4 Nov 2011 at 4:36

GoogleCodeExporter commented 9 years ago
MJPG is enabled.  Use HAVE_JPEG when building, and build/link to libjpeg_turbo 
if you are not using gyp.

Original comment by fbarch...@google.com on 1 Mar 2012 at 6:37