Hi Sparks, I have read the source code of stagefright in gingerbread, and find that stagefright has two methods to use codec: 1. direct software codec called in OMXCodec class 2. OMX plugins
I have heard that in froyo, stagefright shares opencore's omx codec plugins. however, gingerbread removed opencore totally. So, my questions: 1. if I want to add my own codec using the OMX way into gingerbread's stagefright, what should I do step by step? 2. as to adding parser together with video and audio codec, what should I do? for example, I want to add my own mkv parser with h264 and aac decoder(hardware or software decoder), what should I do? can you explain it in details? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
