Hi, Ok, got libstagefright of ffmpeg working and playing full HD videos on android!
However, the new problem is the color conversion. Did a lot of search on web and I got that this is a problem. My sample file is YUV420P. Does libstagefright decode de video and keep this format? By reading the code, it seems so. However, if a try a I420toRGBA or sws_scale conversion to display on a WINDOW_RGB_8888, I got b/w screen. Is there anything to do to fix it? Thanks! -- View this message in context: http://libav-users.943685.n4.nabble.com/Libav-user-HW-decoding-on-Android-tp4657968p4658706.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
