TPEPlatform/2013-06-20: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 11: Line 11:


* Study OMX and Stagefright framework. / Shelly
* Study OMX and Stagefright framework. / Shelly
'''WebAudio'''
* test API conformity (most web apps only work with Google Chrome) / JW
* {{bug|882171}} - Optimize the AudioNodeEngine.cpp routines for NEON / JW
** trace code about how SSE is done on x86 platforms.


==Streaming Media==
==Streaming Media==

Revision as of 02:51, 20 June 2013

Media

MediaRecorder

  • Study document/ Alfredo
    • MediaStreamGraph, tracing code from mochitst test_video_to_canvas.
    • MediaRecorder, tracing code from Randy's mochitest


MediaEncoder bug 879688

  • WebAudio stack-buffer-overflow crash bug 882956 / Shelly
    • Fixed, review+, and landed.
  • Study OMX and Stagefright framework. / Shelly

WebAudio

  • test API conformity (most web apps only work with Google Chrome) / JW
  • bug 882171 - Optimize the AudioNodeEngine.cpp routines for NEON / JW
    • trace code about how SSE is done on x86 platforms.

Streaming Media

WebRTC

  • Enable WebRTC C++ unit tests on b2g bug 865956/ John
    • work with pwang to fix the regression from bug 867933
  • UDP E10S performance benchmark bug 869869/ SC
    • update patch according to ekr's review comment.
    • continue the e10s code merge with StevenLee's performance tuning work.
  • central control for audio/video hardware/ SC
    • discuss the current plan bug 785592 with sotaro
    • figure out the control/data path of microphone audio

Graphic

Stability

Free Agent

ImageLib

  • remove WBMP codec from gecko bug 882526/ SC
    • roc and gal suggest to introduce wbmp.js for implementing WBMP code in js.

Web Animation

  • Study the spec on W3C. /Shelly
    • Study the part of Animation Model, or start implementing the frameword of Timing Model.