TPEMedia/2014-11-05: Difference between revisions

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


===Randy Lin===
===Randy Lin===
*{{Bug|1091790}} - When a GSM call is established, as soon a Loop call enters and try to be answered is ended 2.0+
** Clarify, ni? partner/qct for this problem.
*{{Bug|1090119}} - [FFOS2.0][Woodduck][FM] FM will not pause while actived sound settings 2.2+
** flame can't reproduce this, ni wayne
*{{Bug|1082677}} - [Music] When unplugging headphones, the music will be muted from the speaker
**several root cause founded, one is t2m issue, another one is gecko unsync headset status with hw.
**same as {{Bug|1088339}}
*{{Bug|1089539}} - [B2G] Refactor Audio Channel Service 2.2+
** Discuss with alive/dmonic for the implementation detail, still need time to try.
*{{Bug|1059679}} - [Midori][Settings][BT][Music][Camera]BT headset can not play music when do some operates 2.0+
** r?
*{{Bug|1091451}} - [Tako][FM radio]The sound can not output from headset in FM radio when active call.
** r?


===Alfredo Yang===
===Alfredo Yang===
*{{bug|938034}} [B2G] GetUserMedia can provide recording callback in media stream
** Camera recording callback ready.
** WIP: OMX encoder uses camera recording callback frame.


===John Lin===
===John Lin===
* {{bug|1069246}} [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
** WIP - recording test case
** Download & study camera related changes in Android lollipop


===JW Wang===
===JW Wang===
*{{Bug|1091436}} - Enable test_chaining.html on B2G
** land
*{{Bug|1065827}} - MP4Reader::ReadMetaData blocks waiting for data
** review code
*{{Bug|1021794}} - Fix and re-enable test_played.html on all platforms
** land
*{{Bug|1078153}} - Callback object passed to SpecialPowers.exactGC becomes dead before it is called back
** land
*{{Bug|1079695}} - Improve audio clock calculation in MediaDecoderStateMachine
** land
*{{Bug|1021682}} - Fix and re-enable test_streams_gc.html on B2G
** land
*{{Bug|758476}} - Intermittent test_play_twice.html | Test timed out.
** r?


===Benjamin Chen===
===Benjamin Chen===
*{{Bug|1091989}} - MediaCodecReader 720p plackback performance issue.
** {{Bug|1033913}} - Integrate asynchronous decoding mechanism into MediaCodecReader.
*** OOAD, WIP, deadlock issue.


===Chiahung Tai===
===Chiahung Tai===
*Modify wiki
*Modified wiki
**https://wiki.mozilla.org/Project_FoxEye
**https://wiki.mozilla.org/Project_FoxEye
**Discuss with roc about project Foxeye.
**Discuss with roc about project Foxeye.
**Study CoreVideo/CoreImage.
**Study CoreVideo/CoreImage for new API WebImage. That new API might be used in FX OS privilege APP first.
*Attended ARM day.
*Trained new hire.


===Steven Lee===
===Steven Lee===
* Trace the crash problem of MediaRecording with Alastor
* Discuss with ajones about how we should co-work in the future
* Discuss 2.2 release with PMs
* one day PTO


===Alastor Wu===
===Alastor Wu===
*{{Bug|1090130}} - [b2g] can't transcode video file by MediaRecorder API
** Multiple crashes
*** alert() results in the unexpected release of MediaRecorder
*** when the data size is large than buffer capacity results in accessing to the error address
*** still finding another crash reasons
** WIP


===Blake Wu===
===Blake Wu===
* {{Bug|1082545}} - Momentary pause during seek operation on video playback of Video app
** The root cause should be similar with bug 1059661.
** Prepare the patch for 2.1 code base
* {{Bug|1085212}} - [MADAI][Multimedia] can't play video received from the video app via an inline share activity because the hardware is already in use
** Debug with John Hu and djf will fix it from app side.
* {{Bug|1071484}} - (mkv) [Meta][User story] Support *.mkv container format
** WIP. With a draft patch, mkv with h264 encoded video and aac encoded audio can be played.
* {{Bug|1036849}} - Video part in MP4 DASH on B2G does not work
** Study MSE codes and discuss with ajones for possible solutions.
* {{Bug|1043274}} - [FireFox OS] Use GraphicBuffer on PlatformDecoderModule
** WIP. Still check why it gets stuck when releasing the first buffer to MediaCodec.
===Kaku Kuo===
* Setup development environments
* Study the related materials including WebAudio, MediaStream, CoreImage
* Follow-up FoxEye(WebVideo) project status and start to trace the WebVideo prototype codes

Latest revision as of 02:47, 7 November 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
1094539 Camera width/height/framerate constraints stopped working (REGRESSION) RESOLVED FIXED Alfredo Yang (:alfredo)

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


Randy Lin

  • bug 1091790 - When a GSM call is established, as soon a Loop call enters and try to be answered is ended 2.0+
    • Clarify, ni? partner/qct for this problem.
  • bug 1090119 - [FFOS2.0][Woodduck][FM] FM will not pause while actived sound settings 2.2+
    • flame can't reproduce this, ni wayne
  • bug 1082677 - [Music] When unplugging headphones, the music will be muted from the speaker
    • several root cause founded, one is t2m issue, another one is gecko unsync headset status with hw.
    • same as bug 1088339
  • bug 1089539 - [B2G] Refactor Audio Channel Service 2.2+
    • Discuss with alive/dmonic for the implementation detail, still need time to try.
  • bug 1059679 - [Midori][Settings][BT][Music][Camera]BT headset can not play music when do some operates 2.0+
    • r?
  • bug 1091451 - [Tako][FM radio]The sound can not output from headset in FM radio when active call.
    • r?

Alfredo Yang

  • bug 938034 [B2G] GetUserMedia can provide recording callback in media stream
    • Camera recording callback ready.
    • WIP: OMX encoder uses camera recording callback frame.

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • WIP - recording test case
    • Download & study camera related changes in Android lollipop

JW Wang

  • bug 1065827 - MP4Reader::ReadMetaData blocks waiting for data
    • review code
  • bug 1021794 - Fix and re-enable test_played.html on all platforms
    • land
  • bug 1078153 - Callback object passed to SpecialPowers.exactGC becomes dead before it is called back
    • land
  • bug 1079695 - Improve audio clock calculation in MediaDecoderStateMachine
    • land
  • bug 1021682 - Fix and re-enable test_streams_gc.html on B2G
    • land
  • bug 758476 - Intermittent test_play_twice.html | Test timed out.
    • r?

Benjamin Chen

  • bug 1091989 - MediaCodecReader 720p plackback performance issue.
    • bug 1033913 - Integrate asynchronous decoding mechanism into MediaCodecReader.
      • OOAD, WIP, deadlock issue.

Chiahung Tai

  • Modified wiki
  • Attended ARM day.
  • Trained new hire.

Steven Lee

  • Trace the crash problem of MediaRecording with Alastor
  • Discuss with ajones about how we should co-work in the future
  • Discuss 2.2 release with PMs
  • one day PTO

Alastor Wu

  • bug 1090130 - [b2g] can't transcode video file by MediaRecorder API
    • Multiple crashes
      • alert() results in the unexpected release of MediaRecorder
      • when the data size is large than buffer capacity results in accessing to the error address
      • still finding another crash reasons
    • WIP

Blake Wu

  • bug 1082545 - Momentary pause during seek operation on video playback of Video app
    • The root cause should be similar with bug 1059661.
    • Prepare the patch for 2.1 code base
  • bug 1085212 - [MADAI][Multimedia] can't play video received from the video app via an inline share activity because the hardware is already in use
    • Debug with John Hu and djf will fix it from app side.
  • bug 1071484 - (mkv) [Meta][User story] Support *.mkv container format
    • WIP. With a draft patch, mkv with h264 encoded video and aac encoded audio can be played.
  • bug 1036849 - Video part in MP4 DASH on B2G does not work
    • Study MSE codes and discuss with ajones for possible solutions.
  • bug 1043274 - [FireFox OS] Use GraphicBuffer on PlatformDecoderModule
    • WIP. Still check why it gets stuck when releasing the first buffer to MediaCodec.

Kaku Kuo

  • Setup development environments
  • Study the related materials including WebAudio, MediaStream, CoreImage
  • Follow-up FoxEye(WebVideo) project status and start to trace the WebVideo prototype codes