Confirmed users
1,643
edits
(21 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
==Media== | ==Media== | ||
'''MediaEncoder | '''MediaEncoder {{bug|879688}}''' | ||
* The framework and encoding pipeline of MediaEncoder | * The framework and encoding pipeline of MediaEncoder {{bug|842243}} / Shelly | ||
** Fixed compiling errors on try-server. | ** Fixed compiling errors on try-server. | ||
** review: landed | ** review: landed | ||
* WebAudio stack-buffer-overflow crash | * WebAudio stack-buffer-overflow crash {{bug|882956}}/ Shelly | ||
** Just assigned. | ** Just assigned. | ||
* Add support for multi-track encoding to audio encoder | * 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}}''' | |||
* 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''' | |||
* Wrong colorspace of gl rendering content {{bug|881460}} / Peter | * Wrong colorspace of gl rendering content {{bug|881460}} / Peter | ||
* review | |||
==Stability== | ==Stability== | ||
Line 82: | Line 87: | ||
*** Renames, grammar fixes. | *** Renames, grammar fixes. | ||
*** More documentation in the code. | *** More documentation in the code. | ||
'''IPDL enhancement''' | |||
* Protocol passed through arguments should be a friend class {{bug|783451}} / [[User:Kanru]] | |||
** Wrote a patch to add a test case for it. | |||
*** Reviewing | |||
'''Power / Wake Lock''' | |||
* "Assertion failure: count.numLocks >= count.numHidden" switching tabs in full-screen mode {{bug|880468}}, {{bug|809671}} / [[User:Kanru]] | |||
** Investigated and found that this bug didn't uplift to b2g18-v1.0.1 | |||
*** Uplifted to b2g18 | |||
* [System] WakeLock needs to be released when app switching {{bug|880609}} / [[User:Kanru]] | |||
** Investigated and found it's a gaia issue | |||
'''Geolocation''' | |||
* B2G Multi-SIM: add MSimRadioInterfaceLayer {{bug|814581}} / [[User:Kanru]] | |||
** Discuss and review patch from vicamo | |||
*** 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. |