TPEPlatform/2014-04-24
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.
- 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
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 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
- Try to write the code for using LoadManager of PeerConnectionImpl to change the resolution in MediaEngineWebRTCVideoSource. Also study WebRTC document in MDN.
- FX OS camera panorama design document.
- OOAD
- Held a meeting for panorama design discussion and got some valuable input. Some suggestions like using media stream as input source, checking the possibility of replacing Mosaic with OpenCV.