summaryrefslogtreecommitdiff
path: root/dom/media
Commit message (Expand)AuthorAge
* Revert "HTML - img - srcset - does not react to resize/viewport changes"Pale Moon2018-03-26
* Check plane width & stride constraints.Pale Moon2018-03-15
* Don't reject data promise if new data is pendingtrav902018-03-04
* Only clear EOS flag if we have new datatrav902018-03-04
* Work around crashes when trackless mediastreams are encountered.Pale Moon2018-02-10
* Issue #1595 part 3: Remove Vista checks in DOMPale Moon2018-01-20
* Fix build bustagetrav902018-01-05
* [MSE] Remove some undesired Mozilla diagnostic codetrav902018-01-04
* [MSE] Remove now unused codetrav902018-01-04
* [MSE] When abort() is called, wait until the current appendBuffer completestrav902018-01-04
* [MSE] Disable tail dispatching on the MediaSourceDemuxer's TaskQueuetrav902018-01-04
* [MSE] Do not attempt to retrieve the buffered range if the mediasource is in ...trav902018-01-04
* Merge pull request #1536 from janekptacijarabaci/html_media_currentTime_1Moonchild2017-12-14
|\
| * HTML - media - setting currentTime when readyState is HAVE_NOTHING incorrectl...janekptacijarabaci2017-12-08
* | WebAudio - API - return the AudioNode connected to when calling AudioNode.con...janekptacijarabaci2017-12-08
|/
* Fix typo (RefPtr -> nsRefPtr)janekptacijarabaci2017-11-24
* Media - subtitles (implement cuechange event)janekptacijarabaci2017-11-24
* Don't immediately fire canplaythrough for streams without durationtrav902017-10-27
* Add mochitest that ensures the canplay/canplaythrough and readyState is prope...trav902017-10-27
* [MSE] Determine when canplaythrough can be firedtrav902017-10-27
* [MSE] Enable NextFrameBufferedStatus() for MediaSourceDecodertrav902017-10-27
* [MSE] Move the definition of EOS_FUZZ to be publictrav902017-10-27
* Use buffered range to determine next frame availabilitytrav902017-10-27
* Rework MediaDecoder::AddOutputStream and move related code to the MDSMtrav902017-10-25
* Move MediaDecoder::UpdateStreamBlockingForPlayState to the MDSMtrav902017-10-25
* Move MediaDecoder::UpdateStreamBlockingForStateMachinePlaying to the MDSMtrav902017-10-25
* Move AddOutputStream code below MediaDecoder::Load()trav902017-10-25
* Rename MediaDecoder::UpdateDecodedStream to MediaDecoder::UpdateStreamBlockin...trav902017-10-25
* Rework DecodedStream::RecreateData()trav902017-10-25
* Merge pull request #1422 from trav90/media-workMoonchild2017-10-23
|\
| * Remove now unused functionstrav902017-10-22
| * Move output stream code from MediaDecoder to DecodedStreamtrav902017-10-22
| * Move stream connection code from MediaDecoder to DecodedStreamtrav902017-10-22
| * Remove MediaDecoder::DestroyDecodedStream()trav902017-10-22
| * Remove MediaDecoder::ConnectDecodedStreamToOutputStream()trav902017-10-22
| * Remove dependency on MediaDecoder from DecodedStreamtrav902017-10-22
| * Move MediaDecoder::mOutputStreams to DecodedStreamtrav902017-10-22
| * Create a wrapper class where MediaDecoder::mOutputStreams can movetrav902017-10-22
* | Guard against early states in UpdateNextFrameStatustrav902017-10-22
|/
* Move MediaDecoder::DecodedStreamData and related code to its own filetrav902017-10-20
* Handle non-empty tail dispatchers in BeginShutdowntrav902017-10-05
* Implement TaskDispatcher::DispatchTasksFortrav902017-10-05
* Merge pull request #1375 from trav90/media-HWAccel-workMoonchild2017-09-28
|\
| * Revert "Allow disabling HW acceleration even when SharedDecoderManager isn't ...trav902017-09-28
* | Update MediaPromise gtesttrav902017-09-28
* | Prevent crash when more than one MediaPromise is rejectedtrav902017-09-28
|/
* Remove ENABLE_TESTS ifdefs from MP3Demuxertrav902017-09-14
* [MP3] Accept partial information from VBR headerstrav902017-09-14
* Add a test case for skipping over false positive syncs at the beginning of an...trav902017-09-14
* [MP3] Try detecting the actual frame start even when parsing starts mid-streamtrav902017-09-14