TPEMedia/2014-11-19: Difference between revisions
Jump to navigation
Jump to search
Full Query
(6 intermediate revisions by 6 users not shown) | |||
Line 32: | Line 32: | ||
===Alfredo Yang=== | ===Alfredo Yang=== | ||
*{{bug|938034}} - [B2G] GetUserMedia can provide recording callback in media stream | |||
** r+, but it conflicts with ImageCapture. Studying the solution now. | |||
*{{bug|1098195}} - GonkVideoDecoderManager::SetVideoFormat should return false when failed to get format | |||
** landed | |||
*{{bug|1098994}} - Update output buffer when get INFO_OUTPUT_BUFFERS_CHANGED event from omx | |||
** landed | |||
*{{Bug|1101374}} - MediaCodec generates invalid PTS MediaBuffers on some videos | |||
** OMX sends old frames, WIP. | |||
===John Lin=== | ===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() | |||
** build Nexus 5 Lollipop on OS X | |||
** study Lollipop camera HAL test code | |||
* Project FoxEye discussion with ctai | |||
===JW Wang=== | ===JW Wang=== | ||
Line 52: | Line 71: | ||
===Benjamin Chen=== | ===Benjamin Chen=== | ||
*{{Bug|1091992}} MediaCodecReader: skipToNextKeyFrame always false when play a 720p video clip. | |||
** wip, f+ | |||
*{{Bug|1098114}} Remove ReferenceKeeperRunnable in MediaCodecReader. | |||
** landed | |||
===Chiahung Tai=== | ===Chiahung Tai=== | ||
Line 59: | Line 83: | ||
===Steven Lee=== | ===Steven Lee=== | ||
* Try mochitests on emulator-kk | |||
* {{Bug|1089494}} - [System, Clock] When moving from CEST to CET, the displayed time is wrong - debugging | |||
** Cannot reproduce | |||
* try to build B2G-L and nexus-L | |||
* study Android MediaDRM | |||
===Alastor Wu=== | ===Alastor Wu=== | ||
Line 65: | Line 94: | ||
*{{Bug|1095381}} - [b2g] The encoder error lead to the unexpected crash in the procedure of the MediaRecorder API | *{{Bug|1095381}} - [b2g] The encoder error lead to the unexpected crash in the procedure of the MediaRecorder API | ||
** Separate the error notification from the PushBlobRunbable, being a new runnable - EncoderErrorNotifierRunnable | ** Separate the error notification from the PushBlobRunbable, being a new runnable - EncoderErrorNotifierRunnable | ||
** | ** Landed | ||
===Blake Wu=== | ===Blake Wu=== | ||
Line 80: | Line 109: | ||
*{{Bug|1098682}}[Midori 2.0][Power consumption][Video Player] Clicking power key to pause video player and standby current is 34mA. | *{{Bug|1098682}}[Midori 2.0][Power consumption][Video Player] Clicking power key to pause video player and standby current is 34mA. | ||
** Help to debug | ** Help to debug | ||
*{{Bug|1100820}}[FFOS] When playback completes, Gonk Platform Decoder still tries to read output data from Codec. | |||
**r+ | |||
===Kaku Kuo=== | ===Kaku Kuo=== | ||
*{{Bug|1100203}} - [FoxEye][Meta] Project FoxEye: Bring modern computer vision and image processing technology to the Web. | |||
** Study the Popcorn.js [[https://docs.google.com/a/mozilla.com/document/d/1--EJLaTwrF6XNP14r6OmgP4JAvAXtElOTw_bfhDu810/edit?usp=sharing Document]] | |||
** Cook the mechanism of '''OfflineMediaStream''' | |||
*** Non-realtime MediaStreamGraph | |||
*** MediaRecoder | |||
** Help to prepare presentation slides |
Latest revision as of 03:18, 21 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 |
---|---|---|---|---|
1098195 | GonkVideoDecoderManager::SetVideoFormat should return false when failed to get format | RESOLVED | FIXED | Alfredo Yang (:alfredo) |
1100212 | MediaCodecReader crash at MediaCodecReader::ReleaseMediaResources(). | RESOLVED | DUPLICATE | Benjamin Chen [:bechen] |
1098994 | Update output buffer when get INFO_OUTPUT_BUFFERS_CHANGED event from omx | RESOLVED | FIXED | Alfredo Yang (:alfredo) |
1095381 | [b2g] The encoder error lead to the unexpected crash in the procedure of the MediaRecorder API | RESOLVED | FIXED | Alastor Wu [:alwu] |
1098114 | Remove ReferenceKeeperRunnable in MediaCodecReader. | RESOLVED | FIXED | Benjamin Chen [:bechen] |
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 | RESOLVED | INVALID | Alastor Wu [:alwu] |
6 Total; 0 Open (0%); 6 Resolved (100%); 0 Verified (0%);
Randy Lin
bug 1089539 - [B2G] Refactor Audio Channel Service
- Study how to fire-event on brower-element by customEvent, ok.
- Study how to create new api on mozBrowser
- Use docshell and open api to let gaia to do their test first.
- bug 1089526 - [FFOS2.0][Woodduck][FM]The speaker close when playing Radio make a active call then hang out.
- patch provided, but on 2.2 won't phase in this.
Alfredo Yang
- bug 938034 - [B2G] GetUserMedia can provide recording callback in media stream
- r+, but it conflicts with ImageCapture. Studying the solution now.
- bug 1098195 - GonkVideoDecoderManager::SetVideoFormat should return false when failed to get format
- landed
- bug 1098994 - Update output buffer when get INFO_OUTPUT_BUFFERS_CHANGED event from omx
- landed
- bug 1101374 - MediaCodec generates invalid PTS MediaBuffers on some videos
- OMX sends old frames, WIP.
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()
- build Nexus 5 Lollipop on OS X
- study Lollipop camera HAL test code
- Project FoxEye discussion with ctai
JW Wang
- bug 1098668 - MediaDecoderStateMachine::HasLowUndecodedData can call GetAudioClock with mAudioCaptured
- feedback
- bug 1095438 - Intermittent test_load_candidates.html | called finish() multiple times
- WIP
- bug 1077133 - [EME] GMPStorage needs be open records exclusively with multiple same-origin Firefox instances
- study cross-process mutex
- bug 1099193 - Intermittent test_played.html | application crashed [@ mozilla::MediaDecoderStateMachine::HasLowUndecodedData(long long)]
- debug
- bug 1091992 - MediaCodecReader: skipToNextKeyFrame always false when play a 720p video clip.
- feedback
Benjamin Chen
- bug 1091992 MediaCodecReader: skipToNextKeyFrame always false when play a 720p video clip.
- wip, f+
- bug 1098114 Remove ReferenceKeeperRunnable in MediaCodecReader.
- landed
Chiahung Tai
- bug 1100203 - [FoxEye][Meta] Project FoxEye: Bring modern computer vision and image processing technology to the Web.
- Now we have a consensus with roc about the design.
- Prepare ppt and wiki for Portland workweek.
Steven Lee
- Try mochitests on emulator-kk
- bug 1089494 - [System, Clock] When moving from CEST to CET, the displayed time is wrong - debugging
- Cannot reproduce
- try to build B2G-L and nexus-L
- study Android MediaDRM
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
- Separate the error notification from the PushBlobRunbable, being a new runnable - EncoderErrorNotifierRunnable
- Landed
Blake Wu
- bug 1043274[FireFox OS] Use GraphicBuffer on GonkDecoderModule
- Landed
- bug 1060900 [FFOS] Unpref B2G/Gonk Platform Decoder Module
- Landed
- bug 1036849 Video part in MP4 DASH on B2G does not work
- Review ajones' patches
- bug 1094614 Firefox OS GonkDecoderModule does not release video decoder
- Under review process with Sotaro
- bug 1098298 [B2G 2.0]Unable to open video in video application when youtube video is buffering in browser running in background.
- WIP
- bug 1098682[Midori 2.0][Power consumption][Video Player] Clicking power key to pause video player and standby current is 34mA.
- Help to debug
- bug 1100820[FFOS] When playback completes, Gonk Platform Decoder still tries to read output data from Codec.
- r+
Kaku Kuo
- bug 1100203 - [FoxEye][Meta] Project FoxEye: Bring modern computer vision and image processing technology to the Web.
- Study the Popcorn.js [Document]
- Cook the mechanism of OfflineMediaStream
- Non-realtime MediaStreamGraph
- MediaRecoder
- Help to prepare presentation slides