libyuv-android icon indicating copy to clipboard operation
libyuv-android copied to clipboard

Build Google libyuv with NDK for Android

Results 2 libyuv-android issues
Sort by recently updated
recently updated
newest added

我做Airplay投屏使用了libyuv库,投屏分辨率达到1920x1080时,软件会崩溃,麻烦大佬帮忙看下,谢谢! 代码如下: libyuv::I420ToRGB565(frame->data[0], frame->linesize[0], frame->data[1], frame->linesize[1], frame->data[2], frame->linesize[2], (uint8*)buffer_dest, dec_ctx->width * 2, dec_ctx->width, dec_ctx->height); 崩溃信息 09-23 14:53:27.788 1121 1121 I DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr...

使用libyuv对视频原始帧进行90度旋转,得到的画面是模糊的。只有视频分辨率 在长跟宽一致的时候才有效。有人遇到这样的问题么