TPEMedia/2014-10-22

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
1082449 Add memory ownership comment for CreateMemoryFile(). RESOLVED FIXED Alfredo Yang (:alfredo)
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, usable at http://mochi.test:8888/tests/content/media/test/test_mediarecorder_record_no_ti RESOLVED FIXED Benjamin Chen [:bechen]
1079616 Intermittent test_mediarecorder_record_getdata_afterstart.html | check blob has data RESOLVED FIXED Benjamin Chen [:bechen]
930444 [MediaEncoder] Add Profile Label in Encoding path RESOLVED FIXED Alastor Wu [:alwu]
1058429 Improve the performance when suspend/resume a HTMLMediaElement on B2G. RESOLVED DUPLICATE Benjamin Chen [:bechen]

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


Randy Lin

  • bug 1074177 - DTMF tone are not coming on Bluetooth headset, 2.1+
    • patch updated, landed
  • bug 1079974 - [Loop] Ringer should be played through the main speaker 2.0+
    • WIP with baku
    • Clarify and found telephony stream is active, that would affect routing policy
  • Help alwu to land the first patch, r+, try result is ok.

Alfredo Yang

  • bug 938034 [B2G] GetUserMedia can provide recording callback in media stream
    • architecture design
    • WIP

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • WIP: modify ProCameraTest test cases to exercise camera2 C++ API that will be used by Android L.

JW Wang

  • bug 1085204 - VideoFrameContainer::SetCurrentFrame() doesn't respect aTargetTime
    • WIP
  • bug 1084185 - test_streams_element_capture_reset.html fails on small-shot.m4a
    • debug
  • bug 1079695 - Improve audio clock calculation in MediaDecoderStateMachine
    • WIP
  • bug 879717 - drawImage on MediaStream assigned to <video> stopped working again
    • review code
  • bug 1062134 - Avoid the redundant update for mStartTime on B2G.
    • review code
  • bug 1087187 - Reduce verbose logs in GStreamerReader::GetBuffered
    • WIP
  • bug 1065827 - MP4Reader::ReadMetaData blocks waiting for data
    • review code

Benjamin Chen

  • bug 1062134 - Avoid the redundant update for mStartTime on B2G.
    • patch v04, 2.1+
  • bug 1086198 - [RTSP] The unit of property duration of media element is not in seconds
    • found root cause
  • bug 1079616 - Intermittent test_mediarecorder_record_getdata_afterstart.html | check blob has data
    • landed on m-c

Chiahung Tai

  • bug 1025777 - [Meta][User story] Panorama capturing support
    • WIP
    • Text detection/recognition on HTMLImageElement/MediaSteam now work.
    • Working on a callback function to pass recognized text to JavaScript Application.

Steven Lee

  • porting flame-kk profiler
  • 3 days PTO

Alastor Wu

  • bug 930444 - [MediaEncoder] Add Profile Label in Encoding path
    • Checkin needed
  • bug 1081835 - [B2G] test case for Bug 1069602: crash on changing mp3 file quickly on audio tag
    • WIP
    • Need a 100% crash case to test my patch cause the crash is intermittent
  • bug 1081814 - Testcase for bug 1029552 : plays only one video on blinkx.com
    • WIP

Blake Wu

  • bug 1059661 - [FFOS 2.0] MP4 Video rewind and forward operation don't work well for large GOP video files
    • R+ and wait to be checked in
    • Have a conclusion with cpearce to apply this solution to 2.1. And 2.2 will have the same logic implemented in the common demuxer.
  • bug 1043274 - [FireFox OS] Use GraphicBuffer on PlatformDecoderModule
    • WIP
  • bug 1033903 - Use GraphicBuffer with android::MediaCodec to reduce the overhead of memcpy video data.
    • Review patch and feedback