TPEMedia/2014-10-01

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
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

  • bug 1069602 - Crash in mozilla::MediaOmxReader::NotifyDataArrived (ProcessCachedData runnable is running but reader has been destroyed)
    • r+, ready to land
  • Mentor alastor, help him to resolve first bug.

Alfredo Yang

  • bug 1021429 - [emulator][camera] Camera HAL for ICS emulator is unstable and causing gUM test case timeout
    • r+ and land.
  • bug 1069222 - [B2G] Add testcase for ImageCapture on gonk
    • Checking IPC die problem.
  • bug 1053130 - [Refactor] Extract a base class for B2G camera video source and WebRTC Video source to inherit from.
    • WIP, rebase to latest code base.

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
  • bug 994292 - Intermittent e10s test_video_wakelock.html | Video element locked the cpu - paused - got true, expected false | Video element locked the screen - paused - got true, expected false
    • r+
  • bug 668973 - Intermittent Android test_playback.html | Test timed out. (test cases seek.webm, *.ogv)
    • WIP
  • bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed
    • WIP

Benjamin Chen

  • bug 1074791 - [RTSP] Avoid unnecessary play/pause requests to RTSP server
    • OOAD, try to make RTSP play/pause align to "Media player", not StateMachine.
  • bug 1041362 - Intermittent test_mediarecorder_record_no_timeslice.html | uncaught exception - InvalidStateError: An attempt was made to use an object that is not, or is no longer
    • patch failed at principle check, need to modify testcases again.
  • bug 1062134 - Avoid the redundant update for mStartTime on B2G.
    • found why the testcase failed, need a new solution.

Chiahung Tai

  • bug 1025777 - [Meta][User story] Panorama capturing support
    • WIP
    • Working on face detection based tracker on flame now.

Steven Lee

  • bug 1070853 - getUserMedia cannot require for permission correctly
    • verify the problem
  • Q3 review
  • meeting with PM

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

  • bug 1069857 - [FFOS] OMXCodec's seek could be triggered again in DecodeVideoFrame() when seeking
    • Landed in master, aurora, 2.1, 2.0, and 2.0m.
  • bug 1053051 - [FFOS V2.0] When operate I-frame seek, Video player position was not changed.
    • WIP to check why test cases in browser failed.
  • bug 1069133 - [Woodduck][SOUL35_GEMINI][SQC1][Case Fail][[Sys FE]Browser]Audio play from 00s,video not play when the video fast forward(5/5) CRID ALPS01730019
    • Debug