TPEMedia/2014-10-01: Difference between revisions
Jump to navigation
Jump to search
Full Query
Alastor Wu (talk | contribs) |
|||
Line 94: | Line 94: | ||
===Alastor Wu=== | ===Alastor Wu=== | ||
*{{Bug|930444}} - [MediaEncoder] Add Profile Label in Encoding path | |||
** It needs to call profiler_register() in proper thread scope if we want to profile the Media_Encoder thread. | |||
** The command list of "-f" can be look up in "TableTicker.h::TableTicker()" | |||
** The command "-t" is the filter of the threads we profiled. | |||
** The .sym exists the error when the previous .sym was generated by wrong command. | |||
===Blake Wu=== | ===Blake Wu=== |
Revision as of 10:35, 1 October 2014
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
ID | Summary | Status | Resolution | Assigned to |
---|---|---|---|---|
1067442 | H.264 OMX video isn't encoded in Webrtc on b2g 2.2 | RESOLVED | FIXED | John Lin [:jhlin][:jolin] |
1073425 | GonkNativeWindow::mNewFrameCallback not initialized on JB & KK. | RESOLVED | FIXED | John Lin [:jhlin][:jolin] |
2 Total; 0 Open (0%); 2 Resolved (100%); 0 Verified (0%);
Randy Lin
Alfredo Yang
John Lin
- bug 1067442 H.264 OMX video isn't encoded in Webrtc on b2g 2.2
- r+ & land
- bug 1073425 GonkNativeWindow::mNewFrameCallback not initialized on JB & KK.
- r+ & land
- bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
- Check Android android.hardware.camera2.* implementation
JW Wang
- bug 1038091 - Assertion failure: frames >= mBaseOffset, at content/media/AudioStream.cpp:107
- land
- bug 883731 - Refactor HTMLMediaElement to remove ResourceLoaded and improve readyState management
- land
- bug 1051658 - Handle AudioStream Init failures in AudioSink
- r+
- bug 962874 - Enable content/media mochitests on b2g desktop builds
- land
- bug 995438 - Intermittent e10s test_audio_wakelock.html | Audio element locked the cpu - no paused - got true, expected false
- land
Benjamin Chen
Chiahung Tai
- bug 1025777 - [Meta][User story] Panorama capturing support
- WIP
- Working on face detection based tracker on flame now.
Steven Lee
Alastor Wu
- bug 930444 - [MediaEncoder] Add Profile Label in Encoding path
- It needs to call profiler_register() in proper thread scope if we want to profile the Media_Encoder thread.
- The command list of "-f" can be look up in "TableTicker.h::TableTicker()"
- The command "-t" is the filter of the threads we profiled.
- The .sym exists the error when the previous .sym was generated by wrong command.