TPEMedia/2014-08-27

From MozillaWiki
Jump to: navigation, search

Rule of Thumb

Status code:

  • OOAD: In analysis or design phase.
  • WIP: working on WIP patch.
  • feedback(f): feedback a patch
  • feedback?(f?): WIP is ready for feedback grant.
  • feedback+(f+): Get positive feedback.
  • feedback-(f-): Get negative feedback.
  • review(r): review a patch.
  • review?(r?): patch is under review
  • review+(r+): get review+ and ready to check-in
  • review-(r-): get negative review feedback. Fix problems and switch back to r? again.
  • land: patch check in.
  • debug: Figure out the root cause of a bug/ try to repro that bug, etc...
  • file: file a bug
  • PTO: take personal leave
  • interview(I)
  • study: Spend time on domain knowledge study, such as multimedia transport technology, compress format, real-time rendering.
  • presentation
    • Write a personal blog, which is relative to work, such as articles on MozTech, or what you experience in a work week.
    • WIKI/ MDN article writing.
    • If you write a technical blog or anything relative to work, it's welcome to share it on weekly report.
    • Do a presentation of technical topics

Status code combination rule
Combine status code with "|". For example

** OOAD|WIP

Which means you work on both OOAD and WIP in the last week.

land status code
If your patch is target for specific branch, instead of central, postfix branch version. For exp

** land(1.4)

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
1033912 Use separated MediaTaskQueue for audio and video decoding in MediaCodecReader. RESOLVED FIXED Benjamin Chen [:bechen]
1057174 [WebRTC] |DesktopDeviceInfoImpl::initializ| in desktop_device_info.cc use wrong argument while calling snprintf. RESOLVED FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht]
1050664 MediaCodecReader playback can't suspend/resume. RESOLVED FIXED Benjamin Chen [:bechen]

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


Randy Lin

Alfredo Yang

  • bug 1054905 - Use takePhotoComplete callback on B2G
    • WIP

John Lin

  • bug 968109 [MediaRecorder] Support recording media stream from OfflineAudioContext
    • Hide new API behind a pref: r?
    • add mochitest tests: r+

JW Wang

  • bug 1050947 - Intermittent test_bug875221.html, test_oscillatorNodeStart.html | Assertion count 1 is greater than expected (ASSERTION: Stream write in unexpected state.: 'mState == INITIALIZED || mState == STARTED || mState == RUNNING', AudioStream.cpp, line 757)
    • land
    • request Aurora uplift
  • bug 832768 - Intermittent timeout in 4 of test_buffered.html,test_bug465498.html,test_bug495145.html,test_chaining.html,test_playback.html,test_progress.html,test_reactivate.html,test_replay_metadata.html
    • debug
    • looks like MS COM class not registered
    • turn out to be the machine not properly configured
  • bug 1054831 - Improve MediaDecoderStateMachine state transition about decoding metadata
    • land
  • bug 1057978 - MediaDecoderStateMachine::Seek() should do nothing while shutting down
    • land
  • bug 1057199 - [B2G debug] Intermittent test_playback.html | ASSERTION: Clock should go forwards if the playback rate is > 0.: 'mCurrentFrameTime <= clock_time || mPlaybackRate <= 0'
    • land
    • uplift to Aurora
    • signed/unsigned calculation error in opensl_stream_get_position()

Benjamin Chen

  • bug 1050664 -MediaCodecReader playback can't suspend/resume.
    • landed
  • bug 1033910 - Enable RTSP capability while using android::MediaCodec.
    • r?
  • bug 1058429 - Improve the performance when suspend/resume a HTMLMediaElement on B2G.
    • OOAD, WIP f?

Chiahung Tai

  • bug 1057174 - [WebRTC] |DesktopDeviceInfoImpl::initializ| in desktop_device_info.cc use wrong argument while calling snprintf.
    • file/landed
  • bug 1025777 - [Meta][User story] Panorama capturing support
    • OOAD
    • Writing a prototype of Web Digital Image Processing in webidl part.
  • bug 1053130 - [Refactor] Extract a base class for B2G camera video source and WebRTC Video source to inherit from.
    • r?
    • Waiting Randell's review.
  • 1 sick leave.

Steven Lee

  • bug 1046578 - [Loop] In a call users cannot change volume
    • Install loop app and try to reproduce the problem
  • Discuss with Eric about how OS team and device team cooperate
  • discuss MSP with Marvin
  • bug 1033910 - Enable RTSP capability while using android::MediaCodec
    • feedback
  • bug 1056526 - [MADAI][Multimedia] When starting video playback, Video frame was stopped for a moment
    • reproduce and give feedback
  • bug 1050667 - [MADAI][Multimedia] Sometimes MP4 video file is not listed up in video player
    • reproduce and give feedback