Confirmed users
1,643
edits
(12 intermediate revisions by 5 users not shown) | |||
Line 10: | Line 10: | ||
* Add support for multi-track encoding to audio encoder {{bug|882603}} / Shelly | * Add support for multi-track encoding to audio encoder {{bug|882603}} / Shelly | ||
** Reported future feature. | ** Reported future feature. | ||
'''Media Source Extension''' | |||
* Study W3C spec/ John | |||
''' | |||
* Study | |||
'''MediaRecorder''' | '''MediaRecorder''' | ||
* read documents / JW | * read documents / JW | ||
Line 30: | Line 20: | ||
** W3C HTML Media Capture | ** W3C HTML Media Capture | ||
** Media Capture and Streams | ** Media Capture and Streams | ||
* study document / Alfredo | |||
** study AudioChannel, talk to Marco. | |||
** study MediaStreamGraph, tracing code from its mochitest sample. | |||
'''Web Audio''' | '''Web Audio''' | ||
* read documents / JW | * read documents / JW | ||
Line 48: | Line 39: | ||
** sync latest m-c code and find a regression. | ** sync latest m-c code and find a regression. | ||
** investigate the root cause of regression. (new nr_stun_get_addrs() introduced in {{bug|867933}} failed in current C++ test environment) | ** investigate the root cause of regression. (new nr_stun_get_addrs() introduced in {{bug|867933}} failed in current C++ test environment) | ||
* Audio latency problem /Steven | |||
** trace decode/encode/sending paths of audio | |||
** check whether audio data is delayed in encode/decode/sending paths | |||
** prepare the material for work week | |||
---- | ---- | ||
Line 54: | Line 49: | ||
** waiting for review | ** waiting for review | ||
* {{Bug|877116}} - [RTSP] audio playback latency is serious with the following media streams(Video:H.264 Audio:AAC) | * {{Bug|877116}} - [RTSP] audio playback latency is serious with the following media streams(Video:H.264 Audio:AAC) | ||
** The aac audio is corrupt when using hw decoder | ** The aac audio is corrupt when using hw decoder. Maybe it's a hw issue. | ||
* {{Bug|877065}} - RTSP integration test / William Hsu | |||
** We are trying to use the gaia-ui-test to verify the functionality of RTSP streaming. | |||
** Adding test case. | |||
*{{Bug|879670}} - Video frames reordering when playing Rtsp streaming. / Peter Chang | |||
** The issue seems not relative to rtsp, may be ImageHost/ImageBridge issue. | |||
*{{Bug|878699}} - RTSP user story, audio live stream in background? | |||
** see also {{Bug|815069}} - [Audio] A mechanism for Gecko components without media element to join audio competing policy | |||
== Graphic == | == Graphic == | ||
'''Canvas 2D/SkiaGL {{bug|858237}}''' | '''Canvas 2D/SkiaGL {{bug|858237}}''' | ||
* Bad performance of fishie tank {{bug|869199}} / Peter | * Bad performance of fishie tank {{bug|869199}} / Peter | ||
* Crash when skiaGL enabled {{bug|881169}} / Peter | ** debug | ||
* Crash when skiaGL enabled {{bug|881169}} / Peter | |||
** land | |||
* Integrate SurfaceTexture {{bug|875168}} / Peter | * Integrate SurfaceTexture {{bug|875168}} / Peter | ||
** Consider the gralloc buffer lifecycle | ** analysis: Consider the gralloc buffer lifecycle | ||
'''HW Composer''' | '''HW Composer''' | ||
* Wrong colorspace of gl rendering content {{bug|881460}} / Peter | * Wrong colorspace of gl rendering content {{bug|881460}} / Peter | ||
* review | |||
==Stability== | ==Stability== | ||
Line 96: | Line 101: | ||
** Discuss and review patch from vicamo | ** Discuss and review patch from vicamo | ||
*** Reviewed | *** Reviewed | ||
'''FM radio''' | |||
* FM radio callbacks FM_RADIO_OPERATION_ENABLE when trying to disable it {{bug|880162}} / Steven | |||
** landed | |||
'''FocusEvent''' | |||
* Support for DOM3 focusin/focusout {{bug|687787}} / Alfredo | |||
** Add mochitest | |||
** On going review process | |||
'''Web Animation''' | |||
* Study the spec on W3C. /Shelly | |||
** Finish the part of Timing Model. |