Re: about omxcodec for webrtc

2013-09-05 Thread Robert Kaiser
c...@mozilla.com schrieb: To switch from VP8 to H.264 What? We are trying to actively ruin the openness and patent-freeness of WebRTC by using non-open codecs OURSELVES? And I thought the ones trying to destroy openness of that standard are other parties than Mozilla. :( Robert Kaiser _

Re: about omxcodec for webrtc

2013-08-30 Thread Andreas Gal
Rescorla" To: "CJ Ku" Cc: dev-media@lists.mozilla.org Sent: Friday, August 30, 2013 9:25:23 AM Subject: Re: about omxcodec for webrtc Just to clarify this a bit: We're currently attempting to get a handle on the potential performance of HW video codecs in WebRTC via OMX. Sinc

Re: about omxcodec for webrtc

2013-08-30 Thread Sotaro Ikeda
ack from OMXCodec to MediaCodec or ACodec(Bug 904177). sotaro - Original Message - From: "Eric Rescorla" To: "CJ Ku" Cc: dev-media@lists.mozilla.org Sent: Friday, August 30, 2013 9:25:23 AM Subject: Re: about omxcodec for webrtc Just to clarify this a bit: We'r

Re: about omxcodec for webrtc

2013-08-30 Thread Eric Rescorla
Just to clarify this a bit: We're currently attempting to get a handle on the potential performance of HW video codecs in WebRTC via OMX. Since the current phones we have are H.264, that means prototyping H.264 via OMX but we expect the results to be fairly extensible to any HW codec, including VP

about omxcodec for webrtc

2013-08-30 Thread tj
art of the code submitted to the mozilla hg server? I use command : hg clone http://hg.mozilla.org/mozilla-central/ src After downloading the command did not find the relevant code. How can I get to this part of the code about omxcodec for webrtc? I want to refer to this code, please help me. Than

Re: about omxcodec for webrtc

2013-08-30 Thread cku
Hi Tony, To switch from VP8 to H.264, we need to change not only coding module but also some other components in webrtc, such as RTP component. We need to have a H.264 codec support on B2G to compare the power consumption and rendering performance difference between SW codec and HW codec. Curre

Re: about omxcodec for webrtc

2013-08-29 Thread cku
Hi Tony, To switch from VP8 to H.264, we need to change not only coding module but also some other components in webrtc, such as RTP component. We need to have a H.264 codec support on B2G to compare the power consumption and rendering performance difference between SW codec and HW codec. Curr

Re: about omxcodec for webrtc

2013-08-29 Thread Tony
, Aug 30, 2013 at 5:29 PM, Tony wrote: After downloading the command did not find the relevant code. How can I get to this part of the code about omxcodec for webrtc? I want to refer to this code, please help me. I'm not sure exactly what you are looking for but the existing usage of OMX for

Re: about omxcodec for webrtc

2013-08-29 Thread Chris Double
On Fri, Aug 30, 2013 at 5:29 PM, Tony wrote: > > After downloading the command did not find the relevant code. How can I > get to this part of the code about omxcodec for webrtc? > I want to refer to this code, please help me. I'm not sure exactly what you are looking for but t

about omxcodec for webrtc

2013-08-29 Thread Tony
art of the code submitted to the mozilla hg server? I use command : hg clonehttp://hg.mozilla.org/mozilla-central/ src After downloading the command did not find the relevant code. How can I get to this part of the code about omxcodec for webrtc? I want to refer to this code, please help me. Than