[android-developers] Re: I want to use mediaplayer to play avi and other file formats

2009-02-13 Thread Dave Sparks

This is not the appropriate list for your questions.

There are lots of threads about this in android-framework. Search for
"OMX hardware codecs". There is also a guide to integrating OMX codecs
in the OpenCore project.

On Feb 12, 7:57 pm, susanner  wrote:
> Dear all
> Is there any support for avi and other media formats except mp4 and
> 3gpp?
> If there is no support may I develop a support through correct the
> program? Will that be too difficult ?I don't know where to put my
> hands into first, should I correct programs in opencore first or
> should I just correct programs in directory frameworks/base/include/
> media . I want to have a clear mind how I can achieve my goal, i need
> a roadmap to guide me how to do it . Anyone have any suggestion? I am
> trying to get familiar with the SDK 1.0 now.
> another question, my chip is from freescale and it supports hardware
> codecs of mpeg4, h.263 and h.264, I don't know whether I can change
> the program or the architecture of mediaplayer to utilize my hardware
> codecs instead of software codecs provided by android opencore.
> I once implement an mplayer to my platform, there is problems about
> sync of audio and video due to the quality of my chips(CPU can support
> software codecs  but is not fast enough to make sure sync of audio and
> video   ), SO i am worried about when the android is implemented,
> there would also be the same problem, and for this reason, I am
> thinking whether I can utilize my hardware codecs for mediaplayer.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: I want to use mediaplayer to play avi and other file formats

2009-02-13 Thread Mark Murphy

susanner wrote:
> Is there any support for avi and other media formats except mp4 and
> 3gpp?

http://developer.android.com/guide/appendix/media-formats.html

Plus any formats that specific devices have, licensed for those devices
by other parties (see the T-Mobile G1 section at the bottom of the page).

> If there is no support may I develop a support through correct the
> program? 

If by "program" you mean "firmware", presumably. However, questions
about that should go to one of the lists pertaining to the firmware:

http://source.android.com/discuss

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android Training in Sweden -- http://www.sotrium.com/training.php

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---