Confirmed users
565
edits
(5 intermediate revisions by 3 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() | *{{Bug|916643}} - ImageCapture - Implement WebIDL and takePhoto() | ||
Line 62: | Line 71: | ||
===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 68: | 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=== | ||
Line 87: | 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 |