Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do you have a plan to support opengl es in android? #338

Closed
peckjerry opened this issue Jul 20, 2015 · 6 comments
Closed

do you have a plan to support opengl es in android? #338

peckjerry opened this issue Jul 20, 2015 · 6 comments

Comments

@peckjerry
Copy link

ijkplayer display video by nativewindow now,do you have a plan to support opengl es?
@peckjerry peckjerry changed the title do you have a plan to support opengl es? do you have a plan to support opengl es in android? Jul 20, 2015
@peckjerry peckjerry reopened this Jul 20, 2015
@peckjerry peckjerry reopened this Jul 20, 2015
@bbcallen
Copy link
Contributor

Not, yet, but interesting.

@Android4MediaPlayer
Copy link

I will try to do this, please black give some idea

@wanzhang
Copy link

What benifit to replace native window with opengl? I learn that VLC player also use native window to render video.

@garymabin
Copy link

ffmpeg decode H264 frames to yuv format by default, so use opengles to transfer yuv to rgb data can reduce some caculation on CPU and make more use of GPU.

@bbcallen
Copy link
Contributor

BTW: ANativeWindow supports YV12 format directly on some devices, (like Tegra, Qualcomm ), by set player option "overlay-format" to "fcc-yv12".

@bbcallen
Copy link
Contributor

Already supported in android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants