TPEPlatform/2013-10-10
Jump to navigation
Jump to search
Media
Media Record
- bug 919905 - Media Recording - Refactor encoder architecture to support the video encoder module /rlin
- WIP provided, need feedback
Web Audio
- bug 916135 - Investigate webaudio mochitest timeouts on B2G / JW
- try to disable some test cases to see how they affect timeout.
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
- Modify codec code to use latest stagefright MediaCodec API
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)