TPEMedia/2014-10-08

From MozillaWiki
Jump to: navigation, search

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
1021429 [emulator][camera] Camera HAL for ICS emulator is unstable and causing gUM test case timeout RESOLVED FIXED Alfredo Yang (:alfredo)
1050667 [MADAI][Multimedia] Sometimes MP4 video file is not listed up in video player. VERIFIED FIXED Benjamin Chen [:bechen]
1077298 Add emulated camera hal pixel format in MediaEngine. RESOLVED FIXED Alfredo Yang (:alfredo)

3 Total; 0 Open (0%); 2 Resolved (66.67%); 1 Verified (33.33%);


Randy Lin

  • bug 1073494 - Audio is not routing to headset while playback is on BT
    • 2.1+
    • landed
  • bug 999894 - crash in android_atomic_inc when putting the phone to sleep & waking it back up after playing a recorded video at a blob URL
    • 2.2?
    • WIP
  • Memtor alwu
    • webidl concept
    • Help to fix this one:bug 930444 - [MediaEncoder] Add Profile Label in Encoding path =>r?

Alfredo Yang

  • bug 1077299 Incorrect way to use CreateMemoryFile() in ImageCapture
    • r?
  • bug 1069222 [B2G] Add testcase for ImageCapture on gonk
    • r?
  • bug 1053130 [Refactor] Extract a base class for B2G camera video source and WebRTC Video source to inherit from.
    • r?
  • bug 1021429 [emulator][camera] Camera HAL for ICS emulator is unstable and causing gUM test case timeout
    • pass try test and close
  • bug 1077298 Add emulated camera hal pixel format in MediaEngine.
    • land
  • bug 938034 [B2G] GetUserMedia can provide recording callback in media stream
    • WIP

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • familiarize myself with technologies used in Android camera service (binder & graphic buffer queue)
    • study code in widget/gonk/nativewindow/

JW Wang

  • bug 984259 - Code clean up - remove some code about HTMLMediaElement preload
    • land
  • bug 1041363 - Intermittent test_preload_actions.html | (19) preload is initially auto - got false, expected true | (19) no buffering has taken place - got false, expected true
    • 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
    • land
    • part 2 - fix race between 'playing' and wakelock events.
  • bug 1076691 - Revert the change in bug 762282 since bug 1001317 has landed
    • land
  • bug 1023552 - Intermittent test_audio_wakelock.html | There was at least 200 milliseconds between the stop and the wakelock release
    • r+
  • bug 1079174 - Firefox fails to play videos on Windows if no sound-card is available
    • r+
  • bug 668973 - Intermittent Android test_playback.html | Test timed out. (test cases seek.webm, *.ogv)
    • r+
  • bug 1021677 - Fix and re-enable test_media_selection.html on B2G
    • r+

Benjamin Chen

  • PTO 1 day.
  • bug 1029552 - plays only one video on blinkx.com
    • long tern solution: bug 882993
    • short term solution: enter/exit dormant state at HTMLMediaElement::UnbindFromTree/HTMLMediaElement::BindToTree
  • Review
    • bug 1074791 - Avoid unnecessary play/pause requests to RTSP server
    • bug 1056187 - Frame drops observed during RTSP streaming

Chiahung Tai

  • bug 1025777 - [Meta][User story] Panorama capturing support
    • WIP
    • Working on face detection based tracker on HTMLImageElement this week. Now we can use face detection based tracker on HTMLImageElement ^o^.
    • Fix some bugs while ImageElement as source node.

Steven Lee

  • Q3 performance review
  • meetings

Alastor Wu

  • bug 930444 - [MediaEncoder] Add Profile Label in Encoding path
    • arrange the report of profiler
    • r?
  • Study WebIDL & Javascript

Blake Wu

  • Bug 1053051 - [FFOS V2.0] When operate I-frame seek, Video player position was not changed.
    • Landed in 2.0 and 2.0m branch.
  • Bug 1059661 - [FFOS 2.0] Video rewind and forward operation don't work well for large GOP video files
    • r+. Modify the test case of fastSeek.
  • Bug 1068963 - Frame drops during end-to-end playback
    • Try to repro this problem based on the same environment as QC.