TPEMedia/2015-05-20

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
1132369 DecodeMetadata function will be interrupted by dormant. RESOLVED INVALID Benjamin Chen [:bechen]
1149842 Intermittent test_mediarecorder_record_getdata_afterstart.html | application timed out after 330 seconds with no output RESOLVED FIXED Benjamin Chen [:bechen]
1140995 mochitest test_bug1113600.html and test_bug879717.html timeout. RESOLVED FIXED Benjamin Chen [:bechen]
1161984 Get rid of IsWaitingMediaResources() in MP4Reader RESOLVED FIXED Alfredo Yang (:alfredo)
1162867 Release video buffer when failing to create video frame RESOLVED FIXED Alfredo Yang (:alfredo)
1067965 Intermittent test_mediarecorder_record_immediate_stop.html | uncaught exception - InvalidStateError: An attempt was made to use an object that is not, or is no RESOLVED WORKSFORME Benjamin Chen [:bechen]

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

Status

Alfredo Yang

  • bug 1161984 Get rid of IsWaitingMediaResources() in MP4Reader
    • landed
  • bug 1162867 Release video buffer when failing to create video frame
    • landed
  • Prepare MSE presentation.

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • wip - Experiment with disabling MSG pulling and append frame ASAP
  • report (w/o filing) bug 1166183

JW Wang

  • bug 1105720 - Intermittent test_empty_resource.html | timed out without getting an error event - expected PASS
    • land
  • bug 1164297 - |MediaDecoderStateMachine| logging accesses env vars every time something is logged
    • land
  • bug 1163469 - Move MediaDecoder::DecodedStreamData and related code to its own file
    • land
  • bug 1163474 - Move MediaDecoder::mOutputStreams to DecodedStream.cpp/h
    • land
  • bug 1163489 - Remove dependency on MediaDecoder from DecodedStream
    • WIP
  • bug 1163924 - Suspicious calculation of blockForStateMachineNotPlaying in MediaDecoder::UpdateStreamBlockingForStateMachinePlaying()
    • land
  • bug 1165802 - Media test regressions from bug 1162364
    • land

Benjamin Chen

  • bug 1154194 - MediaCodecReader: testcase test_bug448534.html failed.
    • part1 part2 patches r+
  • bug 1165825 - MediaCodecReader: testcase test_playback.html failed.
    • found root cause.
  • bug 1104643 - Refine the audio clock on B2G platform.
    • will be back out, a/v sync issue

Chiahung Tai

  • bug 1108950 - [FoxEye] Associate MediaStreamTrack with WebWorker.
    • WIP
    • Now I can create a new MediaStreamTrack from WorkerProcessor. Need Kaku do some changes in his ImageBitmap implementation for setting new output frame.
  • Discuss depth extension from media capture and stream mailing list. Talking about how to integrate FoxEye with depth map.

Steven Lee

Alastor Wu

  • bug 1162663 - Crash in AudioChannelService while stability testing
    • Debug
  • bug 1159434 - In call audio does not route to headset while recording with camera
    • Debug
  • bug 1164827 - [FFOS7715 v2.1] [dolphin][video][Audio] Video sounds can be heard after receiving the call
    • Debug

Blake Wu

  • bug 1160169 - [FFOS] MP4Reader cannot play video-only track file.
    • Debug
  • bug 1164827 - [FFOS7715 v2.1] [dolphin][video][Audio] Video sounds can be heard after receiving the call
    • Debug
  • bug 1166169 - [FFOS] [Regression] MSE cannot work on B2G
    • r?

Kaku Kuo

  • bug 1144102 - Implement ImageBitmap and createImageBitmap
    • Support StructuredClone via deeply copying the underlying SourceSurface. However, the reviewer(:smaug) asks for sharing the underlying buffer. --> Need to implement a new backend which is thread-safe.