TPEMedia/2015-04-29: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(10 intermediate revisions by 8 users not shown)
Line 23: Line 23:
==Status==
==Status==
===Alfredo Yang===
===Alfredo Yang===
*{{Bug|1127656}} Remove class inheritance hierarchy from gonk PlatformDeocdeModule
** r+
*MSE test case 33 failure - StarPlayWothoutData
** Checking the root cause.


===John Lin===
===John Lin===
* {{Bug|1069246}} [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
** wip - rewrite MediaEngineGonkVideoSource using Android camera2 API


===JW Wang===
===JW Wang===
Line 40: Line 46:


*{{Bug|752796}} - Intermittent test_streams_element_capture.html | Test timed out
*{{Bug|752796}} - Intermittent test_streams_element_capture.html | Test timed out
** WIP
** land


*{{Bug|926838}} - [B2G] Convolver node run very slow on unagi/buri
*{{Bug|926838}} - [B2G] Convolver node run very slow on unagi/buri
Line 52: Line 58:


*{{Bug|1159144}} - HTMLMediaElement::UpdateInitialMediaSize never calls UpdateMediaSize
*{{Bug|1159144}} - HTMLMediaElement::UpdateInitialMediaSize never calls UpdateMediaSize
** WIP
** land


*{{Bug|1159162}} - Remove unnecessary testing prefs from media mochitests
*{{Bug|1159162}} - Remove unnecessary testing prefs from media mochitests
** WIP
** land


*{{Bug|1159171}} - Enable ffmpeg on Linux platforms for media mochitests
*{{Bug|1159171}} - Enable ffmpeg on Linux platforms for media mochitests
Line 64: Line 70:


===Benjamin Chen===
===Benjamin Chen===
*{{Bug|1104643}} - Refine the audio clock on B2G platform.
** r+, verify the clock_gettime(CLOCK_MONOTONIC) resolution
*{{Bug|1157654}} - Intermittent test_mediarecorder_getencodeddata.html | onStop after onError - expected PASS
** r+, this bug block the Bug 1153690
*{{Bug|1153690}} - Leak with MediaSource and MediaRecorder
** backout because bug 1157654


===Chiahung Tai===
===Chiahung Tai===
*{{Bug|1108950}} - [FoxEye] Associate MediaStreamTrack with WebWorker.
** WIP
** Can pass a stream time to the worker scope. Try to dispatch the changed image to the worker.
* Prepare MediaStreamGraph study group.
** Will give a talk on next and next next Friday.


===Steven Lee===
===Steven Lee===
* {{Bug|1152439}} - [Crash] [@ mozilla::StreamBuffer::TrackIter::FindMatch | mozilla::MediaStreamGraphImpl::UpdateStreamOrder ]
** Propose a WIP patch, but partner cannot reproduce it.
* {{Bug|1155490}} - [MTBF][Nexus5-L][Camera] Crash at android::AudioSystem::get_audio_flinger
** Check the log
* {{Bug|1156929}} - TSan: data race dom/media/MediaStreamGraph.cpp:1507 OneIteration
** Trace code.


===Alastor Wu===
===Alastor Wu===
*{{Bug|1151499}} - [Audio Channel] The radio audio is played through the device speaker at maximum volume (unadjustable) when listening to the radio through headphones and using the dialer keypad
** Land
*{{Bug|1157121}} - [B2G] The speaker status is wrong, when we resume the FM.
** WIP
*{{Bug|1158988}} - [Audio Channel] Radio audio does not get paused when hitting the play button on the Create Ringtone screen
** WIP
*{{Bug|1157824}} - Firefox Hello call audio does not route to headphones
** Debug
*{{Bug|1156586}} - [FFOS7715 v2.1][AudioChannel]we can not hear music when play a tone and then go back to music page
** OOP
*{{Bug|1156664}} - [FFOS7715 v2.1][AudioChannel]Speaker can not turn off quickly when a conference phone hang up
** OOP


===Blake Wu===
===Blake Wu===
*{{Bug|1146729}} - [FFOS] Enable MP4Reader for MSE and local playback.
**Landed
*{{Bug|1147304}} - [FFOS] MP4 decoding doesn't resume from dormant state.
**r+
*{{Bug|1159119}} - MSE playback crashed in GonkMediaDataDecoder - episode 2
**Debug
*{{Bug|1139276}} - [FFOS] video playback on browser sometimes doesn't resume after suspending.
**WIP


===Kaku Kuo===
===Kaku Kuo===
*{{Bug|1100203}} -  [FoxEye][Meta] Project FoxEye: Bring modern computer vision and image processing technology to the Web.
** Discuss the demo in work week.
*{{Bug|1144102}} - Implement ImageBitmap and createImageBitmap
** r-
*{{Bug|1141979}} - [FoxEye] Extend ImageBitmap with interfaces to access its underlying image data
** Write test cases.

Latest revision as of 03:28, 4 May 2015

Summary

Status changed by this week

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Bugs which are fixed by this week

Full Query
ID Summary Status Resolution Assigned to
1153690 Leak with MediaSource and MediaRecorder RESOLVED FIXED Benjamin Chen [:bechen]
1140995 mochitest test_bug1113600.html and test_bug879717.html timeout. RESOLVED FIXED Benjamin Chen [:bechen]
1151499 [Audio Channel] The radio audio is played through the device speaker at maximum volume (unadjustable) when listening to the radio through headphones and using the dialer keypad VERIFIED FIXED Alastor Wu [:alwu]

3 Total; 0 Open (0%); 2 Resolved (66.67%); 1 Verified (33.33%);

Status

Alfredo Yang

  • bug 1127656 Remove class inheritance hierarchy from gonk PlatformDeocdeModule
    • r+
  • MSE test case 33 failure - StarPlayWothoutData
    • Checking the root cause.

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • wip - rewrite MediaEngineGonkVideoSource using Android camera2 API

JW Wang

  • bug 1157551 - AddressSanitizer: heap-use-after-free dom/media/test/test_eme_playback.html
    • land
  • bug 1157582 - [EME] get rid of blank decoder on Linux platforms
    • land
  • bug 1157488 - Assert against re-entrant sync sections
    • review code
  • bug 1144481 - Prototype state-mirroring machinery to reduce dependency on the MediaDecoder monitor
    • review code
  • bug 752796 - Intermittent test_streams_element_capture.html | Test timed out
    • land
  • bug 926838 - [B2G] Convolver node run very slow on unagi/buri
    • review code
  • bug 1158916 - Remove unnecessary calls to mReadyStateWatchTarget->Notify()
    • review code
  • bug 1157797 - Remove unnecessary calls to UpdateNextFrameStatus
    • review code
  • bug 1159144 - HTMLMediaElement::UpdateInitialMediaSize never calls UpdateMediaSize
    • land
  • bug 1159162 - Remove unnecessary testing prefs from media mochitests
    • land
  • bug 1159171 - Enable ffmpeg on Linux platforms for media mochitests
    • debug
  • bug 1157803 - Use state mirroring for mPlayState
    • review code

Benjamin Chen

  • bug 1104643 - Refine the audio clock on B2G platform.
    • r+, verify the clock_gettime(CLOCK_MONOTONIC) resolution
  • bug 1157654 - Intermittent test_mediarecorder_getencodeddata.html | onStop after onError - expected PASS
    • r+, this bug block the Bug 1153690
  • bug 1153690 - Leak with MediaSource and MediaRecorder
    • backout because bug 1157654

Chiahung Tai

  • bug 1108950 - [FoxEye] Associate MediaStreamTrack with WebWorker.
    • WIP
    • Can pass a stream time to the worker scope. Try to dispatch the changed image to the worker.
  • Prepare MediaStreamGraph study group.
    • Will give a talk on next and next next Friday.

Steven Lee

  • bug 1152439 - [Crash] [@ mozilla::StreamBuffer::TrackIter::FindMatch | mozilla::MediaStreamGraphImpl::UpdateStreamOrder ]
    • Propose a WIP patch, but partner cannot reproduce it.
  • bug 1155490 - [MTBF][Nexus5-L][Camera] Crash at android::AudioSystem::get_audio_flinger
    • Check the log
  • bug 1156929 - TSan: data race dom/media/MediaStreamGraph.cpp:1507 OneIteration
    • Trace code.

Alastor Wu

  • bug 1151499 - [Audio Channel] The radio audio is played through the device speaker at maximum volume (unadjustable) when listening to the radio through headphones and using the dialer keypad
    • Land
  • bug 1157121 - [B2G] The speaker status is wrong, when we resume the FM.
    • WIP
  • bug 1158988 - [Audio Channel] Radio audio does not get paused when hitting the play button on the Create Ringtone screen
    • WIP
  • bug 1157824 - Firefox Hello call audio does not route to headphones
    • Debug
  • bug 1156586 - [FFOS7715 v2.1][AudioChannel]we can not hear music when play a tone and then go back to music page
    • OOP
  • bug 1156664 - [FFOS7715 v2.1][AudioChannel]Speaker can not turn off quickly when a conference phone hang up
    • OOP

Blake Wu

  • bug 1146729 - [FFOS] Enable MP4Reader for MSE and local playback.
    • Landed
  • bug 1147304 - [FFOS] MP4 decoding doesn't resume from dormant state.
    • r+
  • bug 1159119 - MSE playback crashed in GonkMediaDataDecoder - episode 2
    • Debug
  • bug 1139276 - [FFOS] video playback on browser sometimes doesn't resume after suspending.
    • WIP

Kaku Kuo

  • bug 1100203 - [FoxEye][Meta] Project FoxEye: Bring modern computer vision and image processing technology to the Web.
    • Discuss the demo in work week.
  • bug 1144102 - Implement ImageBitmap and createImageBitmap
    • r-
  • bug 1141979 - [FoxEye] Extend ImageBitmap with interfaces to access its underlying image data
    • Write test cases.