TPEMedia/2014-09-10

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
1041393 ImageCapture - add test case RESOLVED FIXED Alfredo Yang (:alfredo)
916643 ImageCapture - Implement WebIDL and takePhoto() RESOLVED FIXED Alfredo Yang (:alfredo)
1054905 Use takePhotoComplete callback on B2G RESOLVED FIXED Alfredo Yang (:alfredo)

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


Randy Lin

  • bug 1039901 - MP3FrameParser sometimes gives wrong duration on B2G
    • r?
    • Would phase in the mp3Reader change first to avoid the tryserver fail.
  • Clarify flash flame's pvt build speaker no sound issue.
  • Study AudioChannelService and fb+ to the bug 1059698.
  • New comer's document: https://taiwan.etherpad.mozilla.org/1127

Alfredo Yang

  • bug 916643 - ImageCapture - Implement WebIDL and takePhoto()
    • Land
  • bug 1054905 - Use takePhotoComplete callback on B2G
    • Land

John Lin

  • PTO (3 days)
  • bug 997593 Cannot playback a recorded mp4 video on Firefox OS
    • WIP - fix a bug that OmxTrackEncoder reports error instead of silently drops frame when encoder is out of input buffer

JW Wang

  • bug 1029372 - PROCESS-CRASH | /tests/content/media/test/test_bug448534.html | application crashed [@ mozilla::MediaDecoderStateMachine::PlayFromAudioQueue(unsigned long, unsigned int)]
    • land
  • bug 1027818 - provide PR_ASSERT_CURRENT_THREAD_NOT_IN_MONITOR
    • WIP
  • bug 707777 - Intermittent test_bug493187.html | Test timed out
    • r?
  • bug 1065905 - WARNING: Should be playing: 'mPlaying', file ../../../gecko/content/media/AudioSink.cpp, line 303
    • WIP
  • bug 1065913 - test_autoplay_contentEditable.html | Result logged after SimpleTest.finish()
    • WIP

Benjamin Chen

  • bug 1050667 - [MADAI][Multimedia] Sometimes MP4 video file is not listed up in video player.
    • WIP, f-
    • still fixing threading issue.
  • bug 1056187 - Frame drops observed during RTSP streaming
    • found solution, implement playout- delay for RTSP.
  • bug 1064535 - Intermittent test_mediarecorder_record_startstopstart.html | Should has two dataavailable event - got 2, expected 3
    • OOAD

Chiahung Tai

  • bug 1025777 - [Meta][User story] Panorama capturing support
    • WIP
    • Try to pass the data from media stream through WebDIP(TBD name) to another destination media stream. Basically I am writing a whole new Web API and image processing/computer vision framework for the Web. Just like WebAudio for audio part. WebDIP try to bring modern image processing/computer vision function to the Web.
    • See https://wiki.mozilla.org/Project_FoxEye for more information.
  • bug 1053130 - [Refactor] Extract a base class for B2G camera video source and WebRTC Video source to inherit from.
    • ni?
    • Almost r+. One unclear part need Randell's reply.

Steven Lee

  • bug 1056187 - Frame drops observed during RTSP streaming
    • OOAD