i have below questions regarding android implementation
How various video codecs differ especially `which are stream based and which are frame based'
Over many forums and questions everyone is talking SPS,PPS,etc., so where i can find enough details about codec(Please mention something other than RFC documents!!) to understand it and use ffmpeg relevantly?
From this Is it possible to use in-built HW Decoders od android devices? If so, How? Do i need to use OpenMax-IL (or AL or DL , i mean which is for what?)
Does ffmpeg supports H264 encoding of RGB (or RGBA) or RGB565(or RGB555) input data through libx264?
If my requirement is only h264 encode & decode, can i use libx264 without ffmpeg?If so any sample/guide?