TPEPlatform/2014-05-01

From MozillaWiki
Jump to navigation Jump to 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(L): patch check in.
  • debug(D): Figure out the root cause of a bug/ try to repro that bug, etc...
  • file(F): file a bug
  • PTO: take personal leave
  • study(S): Spend time on domain knowledge study, such as multimedia transport technology, compress format, real-time rendering.
  • interview(I): NEW!!
  • presentation(P)
    • 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 in this work week

No results.

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

Bugs which are fixed in this week

Full Query
ID Summary Status Resolution Assigned to
999902 [Flatfish] Failed to build Flatfish, error: 'class android::GonkNativeWindowClient' has no member named 'getIGraphicBufferProducer' RESOLVED FIXED John Lin [:jhlin][:jolin]
990908 [RTSP] Video app crash at android::OMXCodec::read when opening RTSP streaming RESOLVED FIXED Benjamin Chen [:bechen]
911046 WebRTC OmxCodec coding path support RESOLVED FIXED John Lin [:jhlin][:jolin]
1002402 Support RTP H.264 input data in WebRTC OMX decoder. RESOLVED FIXED John Lin [:jhlin][:jolin]
999364 [Media Recorder] Fix the cluster length for WebM. RESOLVED FIXED Benjamin Chen [:bechen]

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


Media

Randy Lin

Alfredo Yang

John Lin

JW Wang

Benjamin Chen

Platform

Steven Lee

Phoebe Chang

Vincent Chen

Chiahung Tai

  • bug 970725 - Adapt gUM capture resolution based on encoding resolution
    • WIP
    • Write a WIP patch for adapting camera preview based on encoding resolution. Add a function |VideoQMSettingsChanged| into ViEEncoderObserver to notify the resolution changed to VideoConduit. Also let VideoConduit can get the WindowID and use the WindowID to get the MediaStreamListener to change the camera preview resolution.
  • PTO
    • 0.5 day.

Vincent Lin

Tingyu Lin

Graphics

Peter Chang

Morris Tseng

Jerry Shih

Chiajung Hung

  • bug 959089 - Separate GrallocBuffer allocations from Compositor thread
    • Landing
    • Rebase for landing => backed out
    • Fix leak and debug build fail => rebase => landing
  • bug 997367 - Crash in mozilla::layers::CrossProcessCompositorParent::GetCompositionManager
    • OOAD
    • Help debugging the assertion
  • Gfx study group presentation.

Boris Chiou

  • bug 975346 - [LayerScope] LayerScope is not work while HWC is chosen
    • OOAD | WIP
    • Trace GL related code (ReadTexImageHelper)
    • Implement graphicBuffer lock mechanism. Now, some layers have alignment problems, and the layerscope crashes while playing a video layer. I am trying to figure out the root cause.
  • bug 999935 - [Leo][MMS] Screenshot taken (2D Canvas) while attaching an image (drawn on 3D Canvas) from Gallery cropper is shown black
    • debug
    • Setup a leo device. Try to reproduce this bug. However, I can not reproduce it.

Solomon Chiou