TPEPlatform/2013-10-10

From MozillaWiki
Jump to: navigation, search

Media

Media Record

  • bug 919905 - Media Recording - Refactor encoder architecture to support the video encoder module /rlin
    • WIP provided, need feedback
  • bug 891704 - Implement MP4Writer - refactory/clear codes / Alfredo


Web Audio

  • bug 916135 - Investigate webaudio mochitest timeouts on B2G / JW
    • try to disable some test cases to see how they affect timeout.

GetUserMedia

  • bug 918054 - getUserMedia audio can be requested while a call is active, but shouldn't be \ SC
    • r+'ed and landed

Streaming Media

  • bug 911046- WebRTC OmxCodec coding path support / John Lin
    • Modify codec code to use latest stagefright MediaCodec API
      • decoding successfully - the blocking issue is fixed by modifying stagefright code (similar to bug 911548)
    • Fix typo that causes build break when debug flag is on
    • Upload latest patches to Github

Graphic

  • bug 709490 Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris
    • Create an OMT CompositableForward which is used by passing ipc message from workers. (WIP)
  • bug 920921 - [Flatfish]: Flatfish has bad performance on Homescreen wiping / Peter
    • Provide gecko profiler result and working on bug 925616.
  • bug 922510 - Extend GonkNativeWindow to support android JB 4.2.2 / Peter
    • Camera works in Nexus 4 and modify change scope for next review round
  • bug 915001 - [B2G][Helix][gallery][yangshiqi]can not save the edited picture(>1M) /Jerry
    • Only create small canvas 3D context for webgl processing.
      • Upload wip for feedback.
  • bug 920921 - [Flatfish]: Flatfish has bad performance on Homescreen wiping /Jerry
    • Try to reorder the task in message loop. Let buffer allocation to the first priority.

Stability

Free Agent

Study

MediaStream Processing API / JW