gecko-dev/dom/media
John Lin 2a6faa6bf8 Bug 1508434 - p1: Support explicitly resetting seek threshold. r=jya
Usually the threshold is reset internally in MediaDataDecoder subclasses
that support the hint in their Flush() implementations so the value
will start fresh after seeking completed. But sometimes when there are
consecutive seek requests, MediaFormatReader::DecoderData::Flush() could
return early because DecoderData::mFlushed stays true when there is no
sample demuxed yet, and the threshold will not be cleared. Also, in
MediaFormatReader::SetVideoDecodeThreshold() we decide not to set the
hint when the seek target is close to EOS by checking the existence of
the next keyframe, and that could fail when there are gaps between MSE
buffered ranges. To make sure the hint is never out of date, we should
clear it rather than leaving it untouched.

Differential Revision: https://phabricator.services.mozilla.com/D15227

--HG--
extra : moz-landing-system : lando
2019-01-11 17:07:49 +00:00
..
benchmark
bridge Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
doctor Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
eme Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
encoder Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
fake-cdm Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
flac Bug 1507922 - make ownership of MetadataTags more clear in the ogg code; r=gerald,jya 2018-11-20 10:10:31 -05:00
gmp Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
gmp-plugin-openh264 Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
gtest Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
hls Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
imagecapture Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
ipc Bug 1508434 - p1: Support explicitly resetting seek threshold. r=jya 2019-01-11 17:07:49 +00:00
mediacapabilities Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
mediasink Bug 1515549 - Avoid resetting volume in every AudioSink restart in case volume has changed outside firefox. r=jya 2019-01-10 11:24:29 +00:00
mediasource Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
mp3 Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
mp4 Bug 1487416 - Handle cbcs data from mp4parse-rust. r=jya 2019-01-11 15:13:41 +00:00
ogg Bug 1512456 - P1. Don't use GenericPromise with MediaSink. r=alwu 2018-12-11 10:44:51 +00:00
platforms Bug 1508434 - p1: Support explicitly resetting seek threshold. r=jya 2019-01-11 17:07:49 +00:00
systemservices Bug 1515548 - Fix potential divide by zero in DesktopCaptureImpl; r=jib 2018-12-20 17:57:58 +00:00
test Bug 1513039 - part11 : remove pref 'media.autoplay.ask-permission'. r=cpearce 2019-01-07 18:41:58 +00:00
tests Bug 1371741 - Test getUserMedia in sandboxed srcdoc, blob, data and regular iframes. r=jib 2019-01-11 10:50:08 +00:00
wave Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
webaudio Bug 1501709 - AudioWorkletGlobalScope::RegisterProcessor: check descriptors and convert them to an internal representation. r=karlt,baku,froydnj 2019-01-10 18:45:38 +00:00
webm Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
webrtc Bug 1518834 - Don't disable pulling when stopping microphone source. r=drno 2019-01-10 06:13:25 +00:00
webspeech Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
webvtt Bug 1491066 - Allow TextTrackManager to pass cue without videocontrols r=alwu 2018-09-13 22:38:43 +00:00
ADTSDecoder.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDecoder.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDemuxer.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDemuxer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AsyncLogger.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioBufferUtils.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioCaptureStream.cpp Bug 1509548 - Remove the concept of a known tracks time from MediaStreamGraph. r=padenot 2018-11-29 17:37:06 +00:00
AudioCaptureStream.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioChannelFormat.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioChannelFormat.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioCompactor.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioCompactor.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioConfig.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioConfig.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioConverter.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioConverter.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioDeviceInfo.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioDeviceInfo.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioMixer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioNotificationReceiver.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioNotificationReceiver.h Bug 1508298 - Disable the reformatting of the comment r=jya 2018-11-20 14:21:48 +00:00
AudioNotificationSender.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioNotificationSender.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioPacketizer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioSampleFormat.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioSegment.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioSegment.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioStream.cpp Bug 1518443 - Assert AudioStream is not closed when volume is set. r=jya 2019-01-09 17:16:45 +00:00
AudioStream.h Bug 1512456 - P1. Don't use GenericPromise with MediaSink. r=alwu 2018-12-11 10:44:51 +00:00
AudioStreamTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioStreamTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AudioTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AutoplayPolicy.cpp Bug 1512277 - Add Telemetry to know AudioContext blocking status if we enable blocking autoplay for web audio. r=karlt,Dexter 2019-01-08 21:52:31 +00:00
AutoplayPolicy.h Bug 1512277 - Add Telemetry to know AudioContext blocking status if we enable blocking autoplay for web audio. r=karlt,Dexter 2019-01-08 21:52:31 +00:00
BackgroundVideoDecodingPermissionObserver.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
BackgroundVideoDecodingPermissionObserver.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
BaseMediaResource.cpp Bug 1515658 - ChannelMediaResource should use the BlobURLs' length when known, r=jya 2019-01-03 19:22:49 +01:00
BaseMediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Benchmark.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Benchmark.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitReader.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitReader.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitWriter.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitWriter.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BufferMediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BufferReader.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ByteWriter.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CanvasCaptureMediaStream.cpp Bug 1513638 - Rename DispatchToMainThreadAfterStreamStateUpdate to DispatchToMainThreadStableState. r=jya,karlt 2018-12-19 04:34:10 +00:00
CanvasCaptureMediaStream.h Bug 1423241 - Move CanvasCaptureMediaStream from stream listener to track listener. r=padenot 2018-11-23 15:01:36 +00:00
ChannelMediaDecoder.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ChannelMediaDecoder.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ChannelMediaResource.cpp Bug 1515658 - ChannelMediaResource should use the BlobURLs' length when known, r=jya 2019-01-03 19:22:49 +01:00
ChannelMediaResource.h Bug 1515658 - ChannelMediaResource should use the BlobURLs' length when known, r=jya 2019-01-03 19:22:49 +01:00
CloneableWithRangeMediaResource.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CloneableWithRangeMediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CubebUtils.cpp Bug 1512298 - Make IPDL MozPromise exclusive. r=gerald,froydnj 2018-12-11 19:22:26 +00:00
CubebUtils.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DecoderTraits.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DecoderTraits.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DOMMediaStream.cpp Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-04 01:03:06 +02:00
DOMMediaStream.h Bug 1497175 - Have DOMMediaStream::TrackPort::BlockSourceTrackId() return a promise. r=pehrsons 2018-11-30 05:14:40 +00:00
FileBlockCache.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
FileBlockCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
FileMediaResource.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
FileMediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
FrameStatistics.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
GetUserMediaRequest.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
GetUserMediaRequest.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
GraphDriver.cpp Bug 1513722 run AudioWorklet for OfflineAudioContext on MSG thread r=padenot 2018-12-20 07:58:13 +00:00
GraphDriver.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
IdpSandbox.jsm Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
ImageToI420.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ImageToI420.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Intervals.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaBlockCacheBase.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaCache.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaChannelStatistics.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaContainerType.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaContainerType.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaData.cpp Bug 1425277 - p5: add Append() to MediaRawDataWriter. r=jya 2018-11-26 18:28:31 +00:00
MediaData.h Bug 1487416 - Index.cpp's SampleIterator populates cbcs data. r=jya 2019-01-11 15:13:37 +00:00
MediaDataDemuxer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaDecoder.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaDecoder.h Bug 1511235 - part2 : add test. r=jya,baku 2018-12-20 20:01:46 +00:00
MediaDecoderOwner.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaDecoderStateMachine.cpp Bug 1505250 - change state to 'completedState' if we can't get any sample anymore. r=jya 2018-12-21 21:06:42 +00:00
MediaDecoderStateMachine.h Bug 1512456 - P1. Don't use GenericPromise with MediaSink. r=alwu 2018-12-11 10:44:51 +00:00
MediaDeviceInfo.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaDeviceInfo.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaDevices.cpp Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug 2018-12-28 03:12:57 +00:00
MediaDevices.h Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug 2018-12-28 03:12:57 +00:00
MediaEventSource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaFormatReader.cpp Bug 1508434 - p1: Support explicitly resetting seek threshold. r=jya 2019-01-11 17:07:49 +00:00
MediaFormatReader.h Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
MediaInfo.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaInfo.h Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
MediaManager.cpp Bug 1371741 - Disallow getUserMedia on null principals. r=jib 2019-01-11 10:49:37 +00:00
MediaManager.h Bug 1513973 - Make MediaEngineSource::SetTrack return void. r=jib 2019-01-04 06:39:40 +00:00
MediaMetadataManager.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MediaMIMETypes.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaMIMETypes.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaPromiseDefs.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaQueue.h Bug 1505972 - request audio data when entering 'loopingDecoding' state if decoding has ended r=jya 2018-11-22 13:27:21 +00:00
MediaRecorder.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaRecorder.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
MediaResource.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaResource.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaResourceCallback.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaResult.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaSegment.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaShutdownManager.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaShutdownManager.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStatistics.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamError.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamError.h Bug 1492479 - Move MediaStreamError out of MediaManager. r=jya 2018-11-30 05:15:54 +00:00
MediaStreamGraph.cpp Bug 1513973 - Log NotifyPull per track instead of per stream. r=jib 2019-01-04 06:39:58 +00:00
MediaStreamGraph.h Bug 1513638 - Rename DispatchToMainThreadAfterStreamStateUpdate to DispatchToMainThreadStableState. r=jya,karlt 2018-12-19 04:34:10 +00:00
MediaStreamGraphImpl.h Bug 1510582 - Remove useless inclusions of Services.h r=erahm 2018-11-28 17:25:23 +00:00
MediaStreamListener.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamListener.h Bug 1423241 - Remove MediaStreamListener \o/. r=padenot 2018-11-23 15:03:00 +00:00
MediaStreamTrack.cpp Bug 1517434 part 2. Convert existing callers of GetIsSystemPrincipal() to IsSystemPrincipal(). r=mccr8 2019-01-03 20:55:38 +00:00
MediaStreamTrack.h Bug 1492479 - Move MediaStreamError out of MediaManager. r=jya 2018-11-30 05:15:54 +00:00
MediaStreamTypes.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamVideoSink.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaStreamVideoSink.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTimer.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTimer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MemoryBlockCache.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MemoryBlockCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
moz.build Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-10-12 20:00:55 +03:00
nsIAudioDeviceInfo.idl Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika 2018-09-06 18:02:43 +10:00
nsIAutoplay.idl Bug 1513039 - part10 : remove nsIAutoplay.PROMPT r=daleharvey,cpearce 2019-01-07 18:41:03 +00:00
nsIDocumentActivity.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
nsIDOMNavigatorUserMedia.idl Bug 1258143 - Remove LocalMediaStream. r=jib,smaug 2018-10-15 08:17:07 +00:00
nsIMediaManager.idl
PeerConnection.js Bug 1380555 - remove deprecated WebRTC RTP stat isRemote in favor of new stat types r=jib,smaug 2018-12-21 02:35:58 +00:00
PeerConnection.manifest
PeerConnectionIdp.jsm Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
PrincipalChangeObserver.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
QueueObject.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
QueueObject.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ReaderProxy.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ReaderProxy.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
RTCStatsReport.jsm
SeekJob.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
SeekJob.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
SeekTarget.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
SelfRef.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
SharedBuffer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
StreamTracks.cpp Bug 1509548 - Rename track-end-time methods in StreamTracks. r=padenot 2018-11-29 17:37:17 +00:00
StreamTracks.h Bug 1509548 - Rename track-end-time methods in StreamTracks. r=padenot 2018-11-29 17:37:17 +00:00
TextTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackCue.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackCue.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
TextTrackCueList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackCueList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackRegion.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TextTrackRegion.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ThreadPoolCOMListener.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ThreadPoolCOMListener.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TimeUnits.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Tracing.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
Tracing.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TrackID.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TrackUnionStream.cpp Bug 1509548 - Remove the concept of a known tracks time from MediaStreamGraph. r=padenot 2018-11-29 17:37:06 +00:00
TrackUnionStream.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoFrameContainer.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoFrameContainer.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoLimits.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoPlaybackQuality.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoPlaybackQuality.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoSegment.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoSegment.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoStreamTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoStreamTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoTrack.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoTrack.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoTrackList.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoTrackList.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoUtils.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoUtils.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VorbisUtils.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
WebMSample.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
WebVTTListener.cpp Bug 1443429 - P3. Don't use WebVTTListener while in stable state. r=smaug 2018-12-13 20:06:02 +00:00
WebVTTListener.h Bug 1443429 - P3. Don't use WebVTTListener while in stable state. r=smaug 2018-12-13 20:06:02 +00:00
XiphExtradata.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
XiphExtradata.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00