TPEMedia/2015-05-06

From MozillaWiki
Jump to: navigation, search

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
1157654 Intermittent test_mediarecorder_getencodeddata.html | onStop after onError - expected PASS RESOLVED FIXED Benjamin Chen [:bechen]
1153149 Get rid of IsWaitingMediaResources() in PlatformDecoderModule RESOLVED FIXED Alfredo Yang (:alfredo)
1154512 Don't use MediaTaskQueue::SyncDispatch() in Gonk PlatformDecoderModule RESOLVED FIXED Alfredo Yang (:alfredo)
1115304 [FFOS7715 v2.1][AudioChannel]we can not change to speaker quickly when we hang up a call RESOLVED DUPLICATE Alastor Wu [:alwu]
1127656 Remove class inheritance hierarchy from gonk PlatformDeocdeModule RESOLVED FIXED Alfredo Yang (:alfredo)

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

Status

Alfredo Yang

  • MSE test case 33 failure - StarPlayWothoutData
    • Checking the root cause. It could be OMX decoder too slow to decode video on frame. Using nexus-5 to verify.

John Lin

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

JW Wang

  • bug 1159558 - Rework state watchers to use a single per-class manager object
    • review code
  • bug 1159974 - Use mirroring for StateMachineParams
    • review code
  • bug 1161742 - Make MediaPromises work with lambdas
    • reviwe code
  • bug 1146794 - Make EME (encrypted & encoded) media sample bypassing MediaDecoderStateMachine for HW CDM.
    • review code
  • bug 1161901 - Move more stuff to the state machine task queue
    • review code
  • bug 1158448 - Replace MDSM::Play with a state-watcher on mPlayState and eliminate ApplyStateToStateMachine
    • review code
  • bug 1157586 - [EME] prefs on to run clear-key on B2G
    • land
  • bug 1161405 - Suboptimal parallelism of nsThreadPool
    • WIP
  • bug 1105720 - Intermittent test_empty_resource.html | timed out without getting an error event - expected PASS
    • debug

Benjamin Chen

  • bug 1104643 - Refine the audio clock on B2G platform.
    • patch v03 testcase fail, patch v04 r+.
  • bug 1149842 - Intermittent test_mediarecorder_record_getdata_afterstart.html | application timed out after 330 seconds with no output
    • OOAD, reproduce on emulator

Chiahung Tai

  • bug 1108950 - [FoxEye] Associate MediaStreamTrack with WebWorker.
    • WIP
    • Can pass trackid to the worker scope via DOM event. Add remove worker monitor functions. Investigate VideoWorkerProcessor case. Found that I might need to solve bug 1070216 first.
  • bug 1070216 - Add support for MediaStream constructors (from MediaStreamTracks)
    • Investigating

Steven Lee

  • bug 1155490 - [MTBF][Nexus5-L][Camera] Crash at android::AudioSystem::get_audio_flinger
    • Check the log and upload patch for getting more logs
  • enable -fsanitize=addrees on gcc 4.9
    • I can build the toolchain but the compiled binary does not work
    • Trying to use ndk version

Alastor Wu

  • bug 1157121 - [B2G] The speaker status is wrong, when we resume the FM.
    • r?
  • bug 1156586 - [FFOS7715 v2.1][AudioChannel]we can not hear music when play a tone and then go back to music page
    • WIP
  • bug 1156664 - [FFOS7715 v2.1][AudioChannel]Speaker can not turn off quickly when a conference phone hang up
    • WIP
  • bug 1032761 - [FFOS2.1] [Audio]ringtone keeps playing for 1s after user answer the phone when there is headphone plugged in
    • Debug

Blake Wu

  • bug 1147304 - [FFOS] MP4 decoding doesn't resume from dormant state.
    • landed
  • bug 1153895 - test_music_songs_3gp.py: " TimeoutException: TimeoutException: Timed out after 10.3 seconds with message: 3gp sample did not start playing"
    • Landed
  • bug 1159509 - [Camera][Messages] Unable to record a video within Messages app; gives an error upon finishing recording
    • Landed
  • bug 1161444 - Change MP4Reader's IsMediaSeekable()
    • r?
  • bug 1160169 - [FFOS] MP4Reader cannot play video-only track file.
    • Debug
  • bug 1159119 - MSE playback crashed in GonkMediaDataDecoder - episode 2
    • Debug
  • Study how Android's protected graphic buffer works for DRM

Kaku Kuo

  • bug 1144102 - Implement ImageBitmap and createImageBitmap
    • dom:r+ / sr?
    • gfx: r?
  • bug 1141979 - [FoxEye] Extend ImageBitmap with interfaces to access its underlying image data
    • support layers::Image as ImageBitmap's buffer container
  • bug 1108950 - [FoxEye] Associate MediaStreamTrack with WebWorker.
    • Integrate ImageBitmap into VideoPorcessEvent.