TPEMedia/2015-05-13

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
1153690 Leak with MediaSource and MediaRecorder RESOLVED FIXED Benjamin Chen [:bechen]
1163935 MSE and EME Conformance Tests item 33 failed on Flame RESOLVED WONTFIX Alfredo Yang (:alfredo)
1104643 Refine the audio clock on B2G platform. RESOLVED FIXED Benjamin Chen [:bechen]
1132369 DecodeMetadata function will be interrupted by dormant. RESOLVED INVALID Benjamin Chen [:bechen]

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

Status

Alfredo Yang

  • bug 1163935 MSE and EME Conformance Tests item 33 failed on Flame
    • Flame doesn't have capability to decode 1080P video. Nexus-4 is ok.
  • bug 1161984 Get rid of IsWaitingMediaResources() in MP4Reader
    • Patch ready, under feedback
  • bug 1161426 Gonk::Drain could potentially cause a deadlock
    • Patch ready
  • bug 1162867 Release video buffer when failing to create video frame
    • r+

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • wip - AddTunnel()/RemoveTunnel() in MediaEngineSource

JW Wang

  • bug 1161405 - Suboptimal parallelism of nsThreadPool
    • land
  • bug 1163469 - Move MediaDecoder::DecodedStreamData and related code to its own file
    • WIP
  • bug 1105720 - Intermittent test_empty_resource.html | timed out without getting an error event - expected PASS
    • WIP
  • bug 1164297 - |MediaDecoderStateMachine| logging accesses env vars every time something is logged
    • WIP
  • bug 1163814 - Fennec crash in nsBaseAppShell::RunSyncSectionsInternal(bool, unsigned int)
    • WIP

Benjamin Chen

  • bug 1102047 - Refine the ScheduleStateMachine() in AdvanceFrame().
    • patch v05 r+, running try server
  • bug 1154194 - MediaCodecReader: testcase test_bug448534.html failed.
    • r?
  • bug 1149842 - Intermittent test_mediarecorder_record_getdata_afterstart.html | application timed out after 330 seconds with no output
    • fix deadlock, r+, landing

Chiahung Tai

  • bug 1108950 - [FoxEye] Associate MediaStreamTrack with WebWorker.
    • WIP
    • Figure out how to write WorkerProcessor case. Looks like I need to modify MediaStreamTrack and add a new ProcessedMediaStream class for it.
  • bug 1070216 - Add support for MediaStream constructors (from MediaStreamTracks)
    • WIP
    • Write a patch for this bug.

Steven Lee

  • building toolchain for address sanitizer
    • gcc and g++ are done but there is some linking error
  • bug 1163820 - Video decode takes 30% more CPU compared to Android
    • try ftrace but it only shows kernel functions
    • 15 % cpu are contributed from FastMixer
  • bug 1163789 - Media apps use 2% CPU even when idle
    • Check the problem by built-in profiler. Trying to figure out why these apps consume CPU when idle.
  • bug 1162663 - Crash in AudioChannelService while stability testing
    • check the minidump and trace code
  • discuss new hal interface of camera with John

Alastor Wu

  • bug 1156586 - [FFOS7715 v2.1][AudioChannel]we can not hear music when play a tone and then go back to music page
    • OOP (thinking about possible workaround)
  • bug 1162663 - Crash in AudioChannelService while stability testing
    • Debug
  • bug 1159434 - In call audio does not route to headset while recording with camera
    • Debug

Blake Wu

  • bug 1161444 - Change MP4Reader's IsMediaSeekable()
    • Landed
  • bug 1158448 - Replace MDSM::Play with a state-watcher on mPlayState and eliminate ApplyStateToStateMachine.
    • Review codes
  • bug 1161426 - Gonk::Drain could potentially cause a deadlock
    • Feedback
  • bug 1160169 - [FFOS] MP4Reader cannot play video-only track file.
    • Debug
  • bug 1159119 - MSE playback crashed in GonkMediaDataDecoder - episode 2
    • Debug

Kaku Kuo

  • bug 1144102 - Implement ImageBitmap and createImageBitmap
    • dom: r+
    • gfx: r+
    • dom: sr- (need to support StructuredClone)
  • bug 1141979 - [FoxEye] Extend ImageBitmap with interfaces to access its underlying image data
    • discuss about sync/async API for mapping data out
  • bug 1108950 - [FoxEye] Associate MediaStreamTrack with WebWorker.
    • Integrate ImageBitmap into VideoPorcessEvent.
    • Write a QR code scanner demo.