TPEPlatform/2014-05-29

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
987251 Child process crash on shutdown | application crashed [@ 0x0] [@ egl_window_surface_t::~egl_window_surface_t] [@ GLContextEGL::~GLContextEGL] RESOLVED WORKSFORME Vincent Chen [:vichen]
974922 Avoid memory copy in VideoCaptureImpl::IncomingFrame RESOLVED WONTFIX Chia-hung Tai [:ctai :ctai_mozilla :cht]

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


Media

Randy Lin

bug 996379 - OpenH264 decoder fail to decode the frame from B2G HW h264 encoder

  • Due to erk's patch has not landed, I provided the fix on the bug bug 999704 - WebRTC Gecko Media Plugins adapter
  • Test result and it can make video call between openh264 client and HW h264 client.
  • This bug has marked dup by jesup.

bug 1011149 - Video freezes when audio track is disabled on remote stream

  • OOAD
  • Found regression between 5/1 ~4/30 nightly build, under debugging.

Alfredo Yang

  • bug 916643 - ImageCapture - Implement WebIDL and takePhoto()
    • WIP, implementing webidl.

John Lin

  • bug 989945 [B2G][WebRTC] long video lag when using H.264 codec
    • Check latency in MSG: 20~30ms in average
    • Study how camera preview & decoder state machine workaround the latency
  • bug 1003712 [B2G][WebRTC] Fall back to VP8 when H.264 HW codec is in use
    • WIP - extend MediaResourceManagerService to support video encoder and request resource without waiting
  • Help Andreas (Pehrsons) investigate a problem that setting audio sampling rate to 8K

JW Wang

  • bug 1008012 - Assertion failure: pos >= 0 (Video stream position should be positive.)
    • landed
  • bug 1008057 - Assertion failure: mCurrentFrameTime <= clock_time || mPlaybackRate <= 0 (Clock should go forwards if the playback rate is > 0.)
    • landed
  • bug 1008079 - Assertion failure: !mAudioStream->IsPaused() (Don't play when paused)
    • f+
    • r?
    • Extract the resampling code from cubeb_wasapi.cpp so it is reusable.
  • MediaThreadWatchdog
    • WIP
    • a simple to monitor long-running or long-latency tasks.

Benjamin Chen

  • bug 951040 - [MediaEncoder::GTest] Implement unit test of WebM 1.0 container writer
    • r+, Landing.
  • bug 969372 - Intermittent | test_mediarecorder_record_no_timeslice.html | Test timed out.
    • WIP f-, refine the reference between MediaRecorder and Session.
  • bug 1014393 - [MediaRecorder] Handle non monotonically increasing timestamp in WebM muxer.
    • WIP
  • bug 987568 - Refine the encoder codec selection in MediaEncoder::CreateEncoder
    • WIP, f-

Platform

Steven Lee

  • bug 922500 - potential error of casting a PRUnichar* to char* in MediaManager
    • land
  • Porting miniperf to flame
    • Send introduction to team
  • bug 981780 - Build error in --disable-webrtc builds: "VP8TrackEncoder.cpp:319: error: undefined reference to 'NV12ToI420'" and more
    • Give feedbacks
  • bug 932562 - Allow running gtests with a b2g build
    • Tracing the build system

Chiahung Tai

  • bug 974922 - Avoid memory copy in VideoCaptureImpl::IncomingFrame
    • RESOLVED WONTFIX
    • Try to enable SysTrace in webrtc. After analysis the result of systrace, looks like the memory copy is not the bottleneck. It takes about 0.2ms in flame on QVGA.
  • bug 1015860 - [B2G] We can't use systrace style Gecko Profiler in content process.
    • r+
    • Fix systrace style Gecko Profiler can not show content process information in Android 4.3 above. Also fix the original build-break in JB when we enable the flag MOZ_USE_SYSTRACE(This build-break happened before my patch).

Tingyu Lin

  • bug 960897 - [Touch Caret] Touch caret sanity test
  • bug 1016147 - marionette HTMLElement.send_keys() doesn't insert text after the caret position
    • file | R?

Graphics

Peter Chang

  • bug 1009980 - [B2G][Marketplace][Poppit] The 'Poppit' app appears black in the Card View screen.
    • land

Morris Tseng

  • bug 987718 - [Text Selection] Display selection caret based on touch caret
    • r+
    • All r+, now blocked by test case
  • bug 987040 - Implement mozbrowserSelection
    • f-
    • Discussed with Ehsan for implementation detail.
    • Use controllers to do cut/copy/paste/selectall action.

Jerry Shih

  • bug 998916 - Defer the webgl context restore until the app becomes foreground

Chiajung Hung

  • bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements
    • f+
    • fix based on feedback
  • bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
    • WIP
    • fix based on feedback
    • debug on new codebase
  • bug 1011017 - Certain WebGL operations take disproportionally long time compared to other platforms.
    • Debug
    • Some problematic spot recognized, both of them have corresponding bugs

Boris Chiou

  • bug 975346 - [LayerScope] LayerScope is not work while HWC is chosen
    • WIP | F+
    • Patch 1 needs to be refactored.
    • Patch 2 still needs some revisions.
  • bug 1003893 - crash in imgFrame::~imgFrame()
    • debug
    • Find the root cause (Poison memory problem)
  • PTO
    • 0.5 day (Health Examination)

Solomon Chiou

  • bug 1017389 [Flame] Unable to use full HW composition in most of use case
    • debug
    • Flame seems difficult to do full HW composition at most of time, which are expect to be use full HW compostion. There seems to be 2 reasons: one is the layer contains CanvasLayer/ThebesLayer which cannot be composited somehome.
    • Another reason is the HWC HAL library complains about insufficient pipes(resource need to perform overlaying). The vendor said this should not happen, and I am checking with the vendor to provide more debugging information
  • bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input
    • OOAD
    • Prepare slide for the vendor's visit.
  • bug 931733 - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion.
    • OOAD
    • discuss and check the replacement of Gralloc::GetAsSourceSurface, with the conversion work in bug#880114
    • check potential ways to remove vendor prorietary color format from GrlalocTextureHost

Manager

CJ Ku

  • PTO
    • 1 day
  • bug 987568 - Refine the encoder codec selection in MediaEncoder::CreateEncoder
    • feedback
    • Logic of codec creation in MIMETypeEncoderMap::find is not quite right.
  • bug 931733 - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion
    • OOAD
    • Have a meeting to discuss with Solomon/Chiajung and Peter to go through use cases.
  • bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
  • bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements
  • bug 951040 - [MediaEncoder::GTest] Implement unit test of WebM 1.0 container writer
  • bug 969372 - Intermittent | test_mediarecorder_record_no_timeslice.html | Test timed out.
    • feedback
    • feedback- because of comment 232
  • bug 987529 - Implement Vsync dispatch pipeline
    • OOAD
    • Design discussion with Jerry/Steven/Peter