Confirmed users
565
edits
(7 intermediate revisions by 5 users not shown) | |||
Line 55: | Line 55: | ||
===Randy Lin=== | ===Randy Lin=== | ||
*{{Bug|1039901}} - MP3FrameParser sometimes gives wrong duration on B2G | |||
** fb? | |||
** Study others platform parsing rule, sync to b2g platform | |||
** Found possible race condition between readMetaData & NotifyDataAvailable function, would have another bug to fix that. | |||
*{{Bug|1044772}} - [B2G] OmxDecoder::ProcessCachedData would go through the whole mp3 when try to get the duration. | |||
** OOAD | |||
** This parsing time can be saved when bug 1039901 landed. | |||
===Alfredo Yang=== | ===Alfredo Yang=== | ||
*{{Bug|916643}} - ImageCapture - Implement WebIDL and takePhoto() | |||
** Refactory accordign to feedbacks. | |||
*{{Bug|1041883}} - [MediaRecorder] If you switch start and stop quickly, it will cause MediaEncoder not be shut down | |||
** Landed | |||
===John Lin=== | ===John Lin=== | ||
* {{Bug|968109}} [MediaRecorder] Support recording media stream from OfflineAudioContext | |||
** WIP - simple prototyping app to identify what needs to be done to support audio cropping | |||
** WIP - experimental MediaRecorder(AudioDestinationNode) implementation | |||
* {{Bug|1000527}} Running mach clang-format results in filterdiff crashing immediately | |||
** investigate filterdiff crash and contribute the fix to patchutils project | |||
===JW Wang=== | ===JW Wang=== | ||
*{{Bug|1037597}} - Intermittent test_seek.html | application crashed [@ mozilla::AudioSink::Drain()] after "Assertion failure: mPlaying && !mAudioStream->IsPaused()" | *{{Bug|1037597}} - Intermittent test_seek.html | application crashed [@ mozilla::AudioSink::Drain()] after "Assertion failure: mPlaying && !mAudioStream->IsPaused()" | ||
Line 63: | Line 83: | ||
*{{Bug|1042884}} - Intermittent browser_audionode-actor-get-params-01.js | application crashed [@ mozilla::AudioStream::DataCallback(void *,long)] after "Assertion failure: mState != SHUTDOWN (No data callback after shutdown)" | *{{Bug|1042884}} - Intermittent browser_audionode-actor-get-params-01.js | application crashed [@ mozilla::AudioStream::DataCallback(void *,long)] after "Assertion failure: mState != SHUTDOWN (No data callback after shutdown)" | ||
** land | ** land | ||
*{{Bug|1034957}} - Media Decode thread seems to hang | |||
** r+ | |||
===Benjamin Chen=== | ===Benjamin Chen=== | ||
*{{Bug|1045351}} - [B2G][RTSP] When pausing an AAC file via RTSP, the audio will not play again | |||
** blocker, rtsp stream can't pause/play | |||
*{{Bug|1043900}} - MediaCodecReader should handle EndOfStream of output data properly. | |||
** WIP, handle the EOS for MEdiaCodecReader | |||
===Chiahung Tai=== | ===Chiahung Tai=== | ||
*Interview with 1 candidate. | *Interview with 1 candidate. | ||
Line 77: | Line 105: | ||
===Steven Lee=== | ===Steven Lee=== | ||
* {{Bug|1044963}} - IsHeadphoneEventFromInputDev should not call InitializeResourceIfNeed directly from main thread | |||
** File | |||
* trace emulator cannot boot correctly | |||
** some jobs are executed from wrong thread | |||
* status checking | |||
* {{Bug|1022453}} - [META] re-enable failed media test case | |||
** Try to pick some bugs to solve |