crow-misia / libyuv-android

LibYUV for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add YUY2 packed format conversion

dp-singh opened this issue · comments

Can you also add the support to convert YUY2 (Known as YUY2, YUYV, V422, or YUNV) to other YUV formats?

Sorry,I don't have enough resource to do.
PR are welcome.

@dp-singh
Added support for YUY2(YUY2 -> I420,I422,ARGB,NV12) with v0.18.0

Thanks, @crow-misia for the update.

Is there any reason behind skipping YUY2 -> NV21 conversion?

This is because libyuv itself does not support it.