TPEMedia/2014-09-03

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
968109 [MediaRecorder] Support recording media stream from OfflineAudioContext RESOLVED FIXED John Lin [:jhlin][:jolin]
1033910 Enable RTSP capability while using android::MediaCodec. RESOLVED FIXED Benjamin Chen [:bechen]
981471 [MediaEncoder] Validate input image in OMXVideoEncoder::Encode() RESOLVED INVALID John Lin [:jhlin][:jolin]

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


Randy Lin

  • bug 1039901 - MP3FrameParser sometimes gives wrong duration on B2G
    • Has Moved the parse duration logic from omxDecoder to MediaOmxReader
    • Would let mp3parser module to support feed frames in random offset.
  • bug 1046578 - [Loop] In a call users cannot change volume
    • Construct the flame kk environment.
    • Clarify this related to audiochannel issue. Then baku fix it.
  • PTO 1 day.

Alfredo Yang

  • bug 1054905 - Use takePhotoComplete callback on B2G
    • f+
    • under review

John Lin

  • bug 968109 [MediaRecorder] Support recording media stream from OfflineAudioContext
    • r+ & land
  • bug 997593 Cannot playback a recorded mp4 video on Firefox OS
    • f+
    • addressing feedback comments
  • bug 981471 [MediaEncoder] Validate input image in OMXVideoEncoder::Encode()
    • invalid image already handled with MOZ_ASSERT()
    • mark it resolved/invalid

JW Wang

  • bug 1057954 - [B2G debug] Intermittent test_standalone.html | ASSERTION: Decoder fired ended, but not in ended state: '!mDecoder || mDecoder->IsEnded()'
    • land
    • state doesn't change properly is playbackEnded comes right after dormant state.
  • bug 1034957 - Media Decode thread seems to hang
    • merge patches of bug 1046837 and uplift to Aurora
  • bug 1061144 - It is possible to add an integer to RefPtr
    • debug
    • it seems bad to be able to add an integer to a RefPtr without getting any warning or error.
  • bug 1061447 - Fix error handling in ChannelMediaResource::RecreateChannel()
    • land
  • bug 1062116 - MediaDecoderStateMachine::FlushDecoding() should call AssertCurrentThreadInMonitor()
    • land

Benjamin Chen

  • bug 1050667 - [MADAI][Multimedia] Sometimes MP4 video file is not listed up in video player
    • Confirm the root cause.
  • bug 1062134 - Avoid the redundant update for mStartTime on B2G.
    • WIP
  • bug 1058429 - Improve the performance when suspend/resume a HTMLMediaElement on B2G.
    • WIP
  • bug 1056187 - Frame drops observed during RTSP streaming
    • OOAD, blocker

Chiahung Tai

  • PTO 1 day
  • Interview with 1 person.
  • 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?
    • Almost r+. Just need some minor modifications.

Steven Lee

  • bug 1046578 - [Loop] In a call users cannot change volume
    • Help setup testing environment and verify
  • bug 1058452 - Canvas can not copy video frames with CameraAPI
    • Found the root cause
    • Ask roc and sotaro for help
  • bug 1050667 - [MADAI][Multimedia] Sometimes MP4 video file is not listed up in video player
    • Found the root cause
    • Assign the bug to Bejamin
  • bug 1056526 - [MADAI][Multimedia] When starting video playback, Video frame was stopped for a moment
    • Verify the STR