TPEPlatform/2013-10-10: Difference between revisions
Jump to navigation
Jump to search
(→Study) |
Alfredoyang (talk | contribs) (→Media) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
*{{Bug|919905}} - Media Recording - Refactor encoder architecture to support the video encoder module /rlin | *{{Bug|919905}} - Media Recording - Refactor encoder architecture to support the video encoder module /rlin | ||
** WIP provided, need feedback | ** WIP provided, need feedback | ||
*{{Bug|891704}} - Implement MP4Writer - refactory/clear codes / Alfredo | |||
'''Web Audio''' | '''Web Audio''' | ||
* {{Bug|916135}} - Investigate webaudio mochitest timeouts on B2G / JW | * {{Bug|916135}} - Investigate webaudio mochitest timeouts on B2G / JW | ||
** try to disable some test cases to see how they affect timeout. | ** 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== | ==Streaming Media== | ||
Line 19: | Line 25: | ||
* {{Bug|709490}} Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris | * {{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) | ** 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== | ==Stability== |
Latest revision as of 11:06, 14 October 2013
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
- 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)
- 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.
- Only create small canvas 3D context for webgl processing.
- 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.