Confirmed users
321
edits
(7 intermediate revisions by 7 users not shown) | |||
Line 38: | Line 38: | ||
===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=== | ||
Line 61: | Line 64: | ||
*{{Bug|1021682}} - Fix and re-enable test_streams_gc.html on B2G | *{{Bug|1021682}} - Fix and re-enable test_streams_gc.html on B2G | ||
** | ** land | ||
*{{Bug|758476}} - Intermittent test_play_twice.html | Test timed out. | *{{Bug|758476}} - Intermittent test_play_twice.html | Test timed out. | ||
Line 67: | Line 70: | ||
===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=== | ||
Line 77: | Line 83: | ||
===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 |