TPEMedia/2014-10-29: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 7 users not shown)
Line 23: Line 23:


===Randy Lin===
===Randy Lin===
*{{Bug|1059679}} - [Midori][Settings][BT][Music][Camera]BT headset can not play music when do some operates, 2.1+
** WIP
** Found media element has been called the play(), but audiochannel block that action by policy.
* {{Bug|1089539}} - [B2G] Refactor Audio Channel Service
** design stage. Find the way to notify/receive from shell.js
* {{Bug|1087254}} - [B2G] Music sometimes can't get duration on mp3 file
** WIP, occur the mp3 include big thumbnail ( ~ 100kb).


===Alfredo Yang===
===Alfredo Yang===
*{{bug|938034}} [B2G] GetUserMedia can provide recording callback in media stream
** Architecture change for MediaEngine direct push to AppendToTrack.


===John Lin===
===John Lin===
* {{bug|1069246}} [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
** WIP - 3 test cases: 1 preview stream, 2 preview streams, and 1 preview + 1 capture streams


===JW Wang===
===JW Wang===
*{{Bug|1088481}} - ASSERTION: Progress timer should've been stopped (mse/webaudio)
*{{Bug|1088481}} - ASSERTION: Progress timer should've been stopped (mse/webaudio)
** r+
** land


*{{Bug|1062134}} - Avoid unnecessary decoding when back from dormant state.
*{{Bug|1062134}} - Avoid unnecessary decoding when back from dormant state.
Line 39: Line 50:


*{{Bug|1089484}} - Increase test coverage of test_reset_src.html
*{{Bug|1089484}} - Increase test coverage of test_reset_src.html
** r+
** land


*{{Bug|1078153}} - Callback object passed to SpecialPowers.exactGC becomes dead before it is called back
*{{Bug|1078153}} - Callback object passed to SpecialPowers.exactGC becomes dead before it is called back
Line 49: Line 60:
*{{Bug|1085204}} - VideoFrameContainer::SetCurrentFrame() doesn't respect aTargetTime
*{{Bug|1085204}} - VideoFrameContainer::SetCurrentFrame() doesn't respect aTargetTime
** land
** land
*{{Bug|1073406}} - Pausing a MediaElement pauses the underlying MediaStream globally
** review code


===Benjamin Chen===
===Benjamin Chen===
*{{Bug|1078125}} MediaCodecReader: RTSP stream can not playback.
** patch r+
*{{Bug|1062134}} Avoid unnecessary decoding when back from dormant state.
** landed
*{{Bug|1090083}} Enable test_mediarecorder_record_no_timeslice.html on B2G
** landed
*{{Bug|1090848}} Fix playout-delay for MediaCodec.
** OOAD, threading model issue!?


===Chiahung Tai===
===Chiahung Tai===
Line 58: Line 80:


===Steven Lee===
===Steven Lee===
* Porting profiler on Flame-kk - done
** https://github.com/YiyiLee/B2G/tree/profiling
* Discuss WebDIP with Chiahung and Roc


===Alastor Wu===
===Alastor Wu===
*{{Bug|1081814}} - Testcase for bug 1029552 : plays only one video on blinkx.com
** r+
** but got some fails on the try server
*{{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 UR
** study
** find another bug - {{Bug|1090130}} - [b2g] can't transcode video file by MediaRecorder API
* Writing an article about profiler in mozTech


===Blake Wu===
===Blake Wu===
* {{Bug|1059661}} - [FFOS 2.0] MP4 Video rewind and forward operation don't work well for large GOP video files
** Landed in 2.0 and 2.0m
* {{Bug|1083723}} - Pops observed during music playback seek for specific clips
**[Debug]Found some garbage data when seeking. Probably it is related to resample.
* {{Bug|1043274}} - [FireFox OS] Use GraphicBuffer on PlatformDecoderModule
** Check why local video cannot be played
** Check the crash problem with GraphicBuffer

Latest revision as of 06:10, 30 October 2014

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
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]
1062134 Avoid unnecessary decoding when back from dormant state. RESOLVED FIXED Benjamin Chen [:bechen]
1090083 Enable test_mediarecorder_record_no_timeslice.html on B2G RESOLVED FIXED Benjamin Chen [:bechen]

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


Randy Lin

  • bug 1059679 - [Midori][Settings][BT][Music][Camera]BT headset can not play music when do some operates, 2.1+
    • WIP
    • Found media element has been called the play(), but audiochannel block that action by policy.
  • bug 1089539 - [B2G] Refactor Audio Channel Service
    • design stage. Find the way to notify/receive from shell.js
  • bug 1087254 - [B2G] Music sometimes can't get duration on mp3 file
    • WIP, occur the mp3 include big thumbnail ( ~ 100kb).

Alfredo Yang

  • bug 938034 [B2G] GetUserMedia can provide recording callback in media stream
    • Architecture change for MediaEngine direct push to AppendToTrack.

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • WIP - 3 test cases: 1 preview stream, 2 preview streams, and 1 preview + 1 capture streams

JW Wang

  • bug 1088481 - ASSERTION: Progress timer should've been stopped (mse/webaudio)
    • land
  • bug 1062134 - Avoid unnecessary decoding when back from dormant state.
    • review code
  • bug 1021794 - Fix and re-enable test_played.html on all platforms
    • WIP
  • bug 1089484 - Increase test coverage of test_reset_src.html
    • land
  • bug 1078153 - Callback object passed to SpecialPowers.exactGC becomes dead before it is called back
    • r?
  • bug 1085204 - VideoFrameContainer::SetCurrentFrame() doesn't respect aTargetTime
    • land
  • bug 1073406 - Pausing a MediaElement pauses the underlying MediaStream globally
    • review code

Benjamin Chen

  • bug 1078125 MediaCodecReader: RTSP stream can not playback.
    • patch r+
  • bug 1062134 Avoid unnecessary decoding when back from dormant state.
    • landed
  • bug 1090083 Enable test_mediarecorder_record_no_timeslice.html on B2G
    • landed
  • bug 1090848 Fix playout-delay for MediaCodec.
    • OOAD, threading model issue!?

Chiahung Tai

Steven Lee

Alastor Wu

  • bug 1081814 - Testcase for bug 1029552 : plays only one video on blinkx.com
    • r+
    • but got some fails on the try server
  • 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 UR
    • study
    • find another bug - bug 1090130 - [b2g] can't transcode video file by MediaRecorder API
  • Writing an article about profiler in mozTech

Blake Wu

  • bug 1059661 - [FFOS 2.0] MP4 Video rewind and forward operation don't work well for large GOP video files
    • Landed in 2.0 and 2.0m
  • bug 1083723 - Pops observed during music playback seek for specific clips
    • [Debug]Found some garbage data when seeking. Probably it is related to resample.
  • bug 1043274 - [FireFox OS] Use GraphicBuffer on PlatformDecoderModule
    • Check why local video cannot be played
    • Check the crash problem with GraphicBuffer