TPEMedia/2014-11-12: Difference between revisions
Jump to navigation
Jump to search
Full Query
| (9 intermediate revisions by 8 users not shown) | |||
| Line 23: | Line 23: | ||
===Randy Lin=== | ===Randy Lin=== | ||
*{{Bug|1094683}} - [FFOS 2.1] we can not hear music when we pull out the headphone. | |||
** On flame we already has solution for that. | |||
** Partner device has different problem, clarifying. | |||
* {{Bug|1082677}} - [Music] When unplugging headphones, the music will be muted from the speaker | |||
** Patch provided, r? | |||
*{{Bug|1089526}} - [FFOS2.0][Woodduck][FM]The speaker close when playing Radio make a active call then hang out. | |||
** Patch provided, request partner to try. | |||
*{{Bug|1089539}} - [B2G] Refactor Audio Channel Service | |||
** Study how to dispatch event to mozBrowser object. | |||
===Alfredo Yang=== | ===Alfredo Yang=== | ||
*{{Bug|938034}} - [B2G] GetUserMedia can provide recording callback in media stream | |||
** Under review | |||
*{{Bug|1094539}} - Camera width/height/framerate constraints stopped working (REGRESSION) | |||
** Landed | |||
*{Survey} - Enable Gonk PlatformDecode module | |||
** Check media test case | |||
===John Lin=== | ===John Lin=== | ||
| Line 34: | Line 49: | ||
** download latest B2G lollipop porting code | ** download latest B2G lollipop porting code | ||
* | * Project FoxEye discussion with ctai | ||
===JW Wang=== | ===JW Wang=== | ||
| Line 42: | Line 57: | ||
*{{Bug|758476}} - Intermittent test_play_twice.html | Test timed out | *{{Bug|758476}} - Intermittent test_play_twice.html | Test timed out | ||
** land | ** land | ||
* read EME spece, trace GMP code | |||
* conf code with cpearce | |||
===Benjamin Chen=== | ===Benjamin Chen=== | ||
*{{Bug|1033913}} - Integrate asynchronous decoding mechanism into MediaCodecReader. | |||
** WIP, deadlock, thread syncronization, resource lifecycle. | |||
===Chiahung Tai=== | ===Chiahung Tai=== | ||
| Line 53: | Line 74: | ||
===Steven Lee=== | ===Steven Lee=== | ||
* {{Bug|1091790}} - When a GSM call is established, as soon a Loop call enters and try to be answered is ended, cause by gUM fails. | |||
** It's privacy issue, ni pault. | |||
* {{Bug|1089494}} - [System, Clock] When moving from CEST to CET, the displayed time is wrong | |||
** The path of changing timezone doesn't register callback functions to notify others. | |||
* Study EME | |||
* Discuss EME related issues with PM and ajones. | |||
* 2.2 schedule planning | |||
===Alastor Wu=== | ===Alastor Wu=== | ||
*{{Bug|1090130}} - [b2g] can't transcode video file by MediaRecorder API | |||
** r- | |||
*{{Bug|1095381}} - [b2g] The encoder error lead to the unexpected crash in the procedure of the MediaRecorder API | |||
** Send the PushBlob/DestroyRunnable when the encoder was shutdowns, but alert() didn't block the DestroyRunnable that leaded to crash | |||
** OOAD | |||
===Blake Wu=== | ===Blake Wu=== | ||
* {{Bug|1082545}} Momentary pause during seek operation on video playback of Video app | |||
** Landed in master branch and provide 2.1 patch to wait for approval | |||
* {{Bug|1036849}} Video part in MP4 DASH on B2G does not work | |||
** Discuss with ajones for his preview patch | |||
** Optimize his patch | |||
* {{Bug|1043274}} [FireFox OS] Use GraphicBuffer on GonkDecoderModule | |||
** WIP. Got r+ from edwin and need to remove fence codes from sotaro's suggestion | |||
* {{Bug|1060900}} [FFOS] Unpref B2G/Gonk Platform Decoder Module | |||
** r+ from ajones. proceed to land. | |||
* Trace MSE codes | |||
===Kaku Kuo=== | ===Kaku Kuo=== | ||
Latest revision as of 02:54, 14 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
| ID | Summary | Status | Resolution | Assigned to |
|---|---|---|---|---|
| 1094539 | Camera width/height/framerate constraints stopped working (REGRESSION) | RESOLVED | FIXED | Alfredo Yang (:alfredo) |
| 1090644 | Intermittent test_mediarecorder_record_immediate_stop.html | Assertion count 1 is greater than expected range 0-0 assertions. from ASSERTION: track ended but not found: 'Error', file DOMMediaStream.cpp, line 91 | RESOLVED | DUPLICATE | Benjamin Chen [:bechen] |
2 Total; 0 Open (0%); 2 Resolved (100%); 0 Verified (0%);
Randy Lin
- bug 1094683 - [FFOS 2.1] we can not hear music when we pull out the headphone.
- On flame we already has solution for that.
- Partner device has different problem, clarifying.
- bug 1082677 - [Music] When unplugging headphones, the music will be muted from the speaker
- Patch provided, r?
- bug 1089526 - [FFOS2.0][Woodduck][FM]The speaker close when playing Radio make a active call then hang out.
- Patch provided, request partner to try.
- bug 1089539 - [B2G] Refactor Audio Channel Service
- Study how to dispatch event to mozBrowser object.
Alfredo Yang
- bug 938034 - [B2G] GetUserMedia can provide recording callback in media stream
- Under review
- bug 1094539 - Camera width/height/framerate constraints stopped working (REGRESSION)
- Landed
- {Survey} - Enable Gonk PlatformDecode module
- Check media test case
John Lin
- bug 1090130 [b2g] can't transcode video file by MediaRecorder API
- review Alastor's patch
- bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
- study camera service interface & implementation
- download latest B2G lollipop porting code
- Project FoxEye discussion with ctai
JW Wang
- bug 1094549 - MediaCacheStream::Read get stuck when stream length is zero
- land
- bug 758476 - Intermittent test_play_twice.html | Test timed out
- land
- read EME spece, trace GMP code
- conf code with cpearce
Benjamin Chen
- bug 1033913 - Integrate asynchronous decoding mechanism into MediaCodecReader.
- WIP, deadlock, thread syncronization, resource lifecycle.
Chiahung Tai
- Modified wiki and write power point for Project FoxEye
- https://wiki.mozilla.org/Project_FoxEye
- Discuss with roc about project Foxeye. He suggested to just associate a worker with a VideoStreamTrack. But he might miss the offline video editor part. So I am looking for some information to discuss with him.
- Study WebWorker, Promise, ImageBitmap and MediaSourceExtension for the discussion.
- PTO 1 day.
Steven Lee
- bug 1091790 - When a GSM call is established, as soon a Loop call enters and try to be answered is ended, cause by gUM fails.
- It's privacy issue, ni pault.
- bug 1089494 - [System, Clock] When moving from CEST to CET, the displayed time is wrong
- The path of changing timezone doesn't register callback functions to notify others.
- Study EME
- Discuss EME related issues with PM and ajones.
- 2.2 schedule planning
Alastor Wu
- bug 1090130 - [b2g] can't transcode video file by MediaRecorder API
- r-
- bug 1095381 - [b2g] The encoder error lead to the unexpected crash in the procedure of the MediaRecorder API
- Send the PushBlob/DestroyRunnable when the encoder was shutdowns, but alert() didn't block the DestroyRunnable that leaded to crash
- OOAD
Blake Wu
- bug 1082545 Momentary pause during seek operation on video playback of Video app
- Landed in master branch and provide 2.1 patch to wait for approval
- bug 1036849 Video part in MP4 DASH on B2G does not work
- Discuss with ajones for his preview patch
- Optimize his patch
- bug 1043274 [FireFox OS] Use GraphicBuffer on GonkDecoderModule
- WIP. Got r+ from edwin and need to remove fence codes from sotaro's suggestion
- bug 1060900 [FFOS] Unpref B2G/Gonk Platform Decoder Module
- r+ from ajones. proceed to land.
- Trace MSE codes
Kaku Kuo
- Trace the prototype code of "WebVideo".
- Study "WebAudio":
- for understanding the "OfflineAudioContext" and "AudioBuffer" mechanism.
- for understanding how to load local audio files.
- Study "WebWorker": which might be used in the APIs proposed by ROC.
- Study "Media Source Extension (MSE)": for understanding how to load local video files into MediaStream.
- Survey existing Video Editing Applications on mobile and web plateforms. [Temporary Document]
- Trace the code of "Popcorn Maker", a Mozilla video editing project.