gecko-dev/dom/media
Andreas Pehrson d46c8b84c9 Bug 1407549 - Simplify MSGImpl::AudioTrackPresent. r=padenot
MozReview-Commit-ID: 9MBH3xoah1f

--HG--
extra : rebase_source : 536dc84e1fd11e8edbf426067943c8c210ea0327
2018-03-29 16:10:29 +02:00
..
benchmark
bridge Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
doctor Bug 1442819 - Suppress UBSan false positive - r=froydnj 2018-03-13 08:26:52 +11:00
eme Bug 1448031 - make various audio/video/media constructors explicit; r=gerald 2018-03-27 10:51:32 -04:00
encoder Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:46:57 -08:00
fake-cdm Bug 1437893 - Removed an unnecessary string initialization in cdm-test-decryptor.cpp r=cpearce 2018-02-27 18:15:45 +05:30
flac Bug 1446932 - Handle nullptr in FlacFrameParser::GetTags. r=jya 2018-03-27 13:02:15 +02:00
gmp Bug 1440511 - Part 8: Include ParamTraits impls which are used in ipdlh files, r=froydnj 2018-03-05 16:00:03 -05:00
gmp-plugin-openh264 bug 1399137: make the fake openh264 encoder support mode 0 h264 r=pehrsons 2017-09-13 12:04:20 +02:00
gtest Bug 547707: replaced hardcoded strings by definitions in nsMimeTypes.h r=gerald 2018-03-06 17:43:57 +01:00
hls Bug 1448031 - make various audio/video/media constructors explicit; r=gerald 2018-03-27 10:51:32 -04:00
imagecapture Bug 1299515 - Flatten MediaEngineSource class hierarchy. r=jib 2018-01-24 16:49:13 +01:00
ipc Bug 1410209, part 4 - Add names to some IPC runnables. r=kanru 2017-10-27 13:39:28 -07:00
mediasink Bug 1444479 - P5. Let AudioSink deal with unknown layout. r=padenot 2018-03-24 10:58:01 +01:00
mediasource Bug 547707: replaced hardcoded strings by definitions in nsMimeTypes.h r=gerald 2018-03-06 17:43:57 +01:00
mp3 Bug 1432195 - Accept Mp3 streams with only 2 frames if both are valid. r=JanH 2018-02-26 19:07:46 -05:00
mp4 Bug 1437003 - Allow H264 level up to 5.2 inclusive. r=padenot 2018-03-01 09:38:45 +01:00
ogg Bug 1444479 - P6. Make Opus and Vorbis decoder deal with more channels than 8. r=padenot 2018-03-24 10:58:01 +01:00
platforms Merge inbound to mozilla-central. a=merge 2018-03-28 00:48:11 +03:00
systemservices Bug 1443080 - Use the static call for static methods (not instance) r=Ehsan 2018-03-16 14:29:15 +01:00
test Bug 1426199 - Relax ASSERT checks r=nical 2018-04-03 18:25:36 +09:00
tests Bug 1436523 - Update head.js to better handle pref changes for fake/loopback devices during tests. r=achronop 2018-03-21 15:23:37 -04:00
wave Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
webaudio Bug 1436523 - Update dom/media/tests/mochitest tests to better handle loopback devices. r=achronop 2018-02-26 12:20:40 -05:00
webm Backed out changeset 38577c007450 (bug 1424371) for Marionett test failure on testing/marionette/harness/marionette_harness/tests/unit/test_window_maximize.py. CLOSED TREE 2018-02-19 22:15:23 +02:00
webrtc Bug 1445302 - Replace TArray.RemoveElementAt(TArray.Length() - 1) pattern with TArray.RemoveLastElement() or TArray.PopLastElement() r=froydnj 2018-03-13 14:51:33 +01:00
webspeech Bug 1449244 Remove SphinxBase r=drno 2018-03-27 12:04:10 -05:00
webvtt Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ADTSDecoder.cpp Bug 1396515: Fix incorrect && and || operator placements. r=sylvestre 2017-09-04 11:27:43 +02:00
ADTSDecoder.h Backed out changeset d3c000525403 (bug 1390748) 2017-08-17 08:35:25 +02:00
ADTSDemuxer.cpp Bug 1387127 - Correctly set AudioInfo.mProfile. r=kamidphish 2017-11-22 20:39:27 +01:00
ADTSDemuxer.h Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
AudioBufferUtils.h Bug 1403041 - Don't re-enter libcubeb from the audio thread. r=kinetik 2017-09-28 16:57:46 +02:00
AudioCaptureStream.cpp bug 1404220 remove explicit unit volume AudioChunk settings, which are now initialized at construction r=padenot 2017-10-06 18:48:12 +13:00
AudioCaptureStream.h Bug 1341555 - Make static analysis happier. 2017-06-29 13:11:23 -07:00
AudioChannelFormat.cpp
AudioChannelFormat.h
AudioCompactor.cpp
AudioCompactor.h Bug 1359715 - let functions in MediaData.h take TimeUnit instead of int64_t. r=kaku 2017-04-24 17:33:05 +08:00
AudioConfig.cpp Bug 1444479 - P4. Add new AudioConfig constructor. r=padenot 2018-03-24 10:58:01 +01:00
AudioConfig.h Bug 1444479 - P11. Remove unused constant. r=padenot 2018-03-24 11:04:18 +01:00
AudioConverter.cpp Bug 1444479 - P2. Make AudioConverter works with unknown layout. r=padenot 2018-03-24 10:58:00 +01:00
AudioConverter.h Bug 1444479 - P2. Make AudioConverter works with unknown layout. r=padenot 2018-03-24 10:58:00 +01:00
AudioDeviceInfo.cpp Backed out changeset a4ea1d5fcb4e (bug 1197045) for eslint failure at Troubleshoot.jsm:401: 'winUtils' is assigned a value but never used. r=backout 2017-07-24 13:24:28 +02:00
AudioDeviceInfo.h Backed out changeset a4ea1d5fcb4e (bug 1197045) for eslint failure at Troubleshoot.jsm:401: 'winUtils' is assigned a value but never used. r=backout 2017-07-24 13:24:28 +02:00
AudioMixer.h Bug 1406027 - Always use the mixer so AudioCallbackDriver can track processed samples. r=padenot 2017-10-06 12:42:11 +02:00
AudioNotificationReceiver.cpp Bug 1392930 - part 1: Replace AudioStream by DeviceChangeListener in AudioNotificationReceiver; r=jwwang 2017-08-29 17:40:06 +08:00
AudioNotificationReceiver.h Bug 1392930 - part 1: Replace AudioStream by DeviceChangeListener in AudioNotificationReceiver; r=jwwang 2017-08-29 17:40:06 +08:00
AudioNotificationSender.cpp Bug 1361336 - part4: Create AudioNotificationSender/Receiver to pass the device-changed notification; r=cpearce 2017-07-26 17:00:44 +08:00
AudioNotificationSender.h Bug 1361336 - part4: Create AudioNotificationSender/Receiver to pass the device-changed notification; r=cpearce 2017-07-26 17:00:44 +08:00
AudioPacketizer.h
AudioSampleFormat.h bug 1404220 assign zero to AUDIO_FORMAT_SILENCE enumerator r=padenot 2017-10-09 15:48:49 +13:00
AudioSegment.cpp
AudioSegment.h Backed out bug 1423923 for crashes, requested by drno. r=backout a=backout 2017-12-11 12:34:23 +02:00
AudioStream.cpp Bug 1432779 - P7. Use typedef rather than actual type. r=padenot 2018-03-24 10:57:59 +01:00
AudioStream.h Bug 1432779 - P7. Use typedef rather than actual type. r=padenot 2018-03-24 10:57:59 +01:00
AudioStreamTrack.cpp Bug 1372073 - Spoof MediaStreamTrack. r=arthuredelstein,jib,smaug 2017-10-13 11:57:25 +08:00
AudioStreamTrack.h Bug 1372073 - Spoof MediaStreamTrack. r=arthuredelstein,jib,smaug 2017-10-13 11:57:25 +08:00
AudioTrack.cpp
AudioTrack.h
AudioTrackList.cpp
AudioTrackList.h
AutoplayPolicy.cpp Bug 1407040 - Change HTMLMediaElement XPCOM Enums to WebIDL Enums; r=bz 2018-02-14 19:23:32 -08:00
AutoplayPolicy.h Bug 1415478 - part2 : allow autoplay for non-audible media content and video without audio content. r=jwwang 2017-11-30 10:50:21 +08:00
BackgroundVideoDecodingPermissionObserver.cpp Bug 1423372 - Move MediaDecoder::BackgroundVideoDecodingPermissionObserver to its own file. r=jwwang 2017-12-06 11:22:36 +13:00
BackgroundVideoDecodingPermissionObserver.h Bug 1423372 - Move MediaDecoder::BackgroundVideoDecodingPermissionObserver to its own file. r=jwwang 2017-12-06 11:22:36 +13:00
BaseMediaResource.cpp Bug 1422657. P2 - remove unused mDecoderPosition and related code. r=bechen,gerald 2017-12-01 14:02:44 +08:00
BaseMediaResource.h Bug 1424973. P1 - propagate 'IsLiveStream' changes to MDSM in MediaDecoder subclasses. r=bechen,gerald 2017-12-06 16:00:20 +08:00
Benchmark.cpp Bug 1446929 - Support audio files in media Benchmark class. r=jya 2018-03-27 14:07:12 +02:00
Benchmark.h Bug 1374596: P7. Fix includes as per coding style. r=padenot 2017-06-20 17:56:55 +02:00
BitReader.cpp Bug 1417011 - move BufferReader, BitReader and ByteWriter to dom/media. r=kinetik 2017-11-15 11:15:20 +08:00
BitReader.h Bug 1417011 - move BufferReader, BitReader and ByteWriter to dom/media. r=kinetik 2017-11-15 11:15:20 +08:00
BufferMediaResource.h Bug 1417774 - remove unused MediaResource::Tell(). r=bechen 2017-11-15 17:18:52 +08:00
BufferReader.h Bug 1417011 - move BufferReader, BitReader and ByteWriter to dom/media. r=kinetik 2017-11-15 11:15:20 +08:00
ByteWriter.h Bug 1417011 - move BufferReader, BitReader and ByteWriter to dom/media. r=kinetik 2017-11-15 11:15:20 +08:00
CanvasCaptureMediaStream.cpp Bug 1410829 - Clear out mImage on media shutdown. r=jib 2017-10-26 14:32:02 +02:00
CanvasCaptureMediaStream.h Bug 1330919 - Pass RefreshDriver timestamp to captured frames from canvas. r=jesup 2017-01-13 11:56:03 +01:00
ChannelMediaDecoder.cpp Backed out 2 changesets (bug 1443942) for mda assertion failures in /build/build/src/dom/media/ChannelMediaResource.cpp 2018-03-13 07:14:32 +02:00
ChannelMediaDecoder.h Backed out changeset 8ac015e40755 (bug 1441153) for web platform tests failre on media files 2018-03-02 04:06:22 +02:00
ChannelMediaResource.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
ChannelMediaResource.h Bug 1427699. P2 - rewrite InitAsCloneInternal() to mimic the case where data is downloaded from a channel. r=gerald 2018-01-05 16:31:39 +08:00
CloneableWithRangeMediaResource.cpp Bug 1417113 - CloneableWithRangeMediaResource InputStreamReader::Read must always return what has been read from the buffer, r=jya 2017-11-27 14:35:39 +01:00
CloneableWithRangeMediaResource.h Bug 1417774 - remove unused MediaResource::Tell(). r=bechen 2017-11-15 17:18:52 +08:00
CubebUtils.cpp Bug 1443525 - Add hidden pref to force CubebUtils to return null context. r=padenot 2018-03-20 11:41:28 -04:00
CubebUtils.h Bug 1432779 - P4. Remove the concept of preferred layout. r=padenot,r=kamidphish 2018-03-24 10:57:59 +01:00
DOMMediaStream.cpp Bug 1440195 Add a random context seed for AudioContext and MediaStream r=baku 2018-03-01 11:00:12 -06:00
DOMMediaStream.h Bug 1440195 Add a random context seed for AudioContext and MediaStream r=baku 2018-03-01 11:00:12 -06:00
DecoderTraits.cpp Backed out 2 changesets (bug 1443942) for mda assertion failures in /build/build/src/dom/media/ChannelMediaResource.cpp 2018-03-13 07:14:32 +02:00
DecoderTraits.h Backed out 2 changesets (bug 1443942) for mda assertion failures in /build/build/src/dom/media/ChannelMediaResource.cpp 2018-03-13 07:14:32 +02:00
FileBlockCache.cpp Bug 1443932 - part 1 - add nsIThreadManager::kThreadPoolStackSize; r=erahm 2018-03-07 20:33:17 -05:00
FileBlockCache.h Bug 1400166. P1 - move re-initialization code to Flush() for it is confusing to call Init() twice. r=gerald 2017-09-18 10:52:17 +08:00
FileMediaResource.cpp Bug 1447091: Add #includes to fix non-unified bustage in dom/media. r=gerald 2018-03-19 11:48:38 -07:00
FileMediaResource.h Bug 1417774 - remove unused MediaResource::Tell(). r=bechen 2017-11-15 17:18:52 +08:00
FrameStatistics.h Bug 1378295. P2 - move AutoNotifyDecoded from AbstractMediaDecoder to FrameStatistics. r=jya 2017-07-13 15:17:25 +08:00
GetUserMediaRequest.cpp Bug 1299515 - Flatten MediaEngineSource class hierarchy. r=jib 2018-01-24 16:49:13 +01:00
GetUserMediaRequest.h Bug 1299515 - Flatten MediaEngineSource class hierarchy. r=jib 2018-01-24 16:49:13 +01:00
GraphDriver.cpp Bug 1432779 - P4. Remove the concept of preferred layout. r=padenot,r=kamidphish 2018-03-24 10:57:59 +01:00
GraphDriver.h Bug 1436263 - Part 2: Replace `override final` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:50:00 -08:00
IdpSandbox.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
Intervals.h Bug 1396515: Fix incorrect && and || operator placements. r=sylvestre 2017-09-04 11:27:43 +02:00
Latency.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
Latency.h
MediaBlockCacheBase.h Bug 1435262 - Remove the const type qualifiers to silent a gcc 8 warning r=gerald 2018-02-02 15:49:00 +01:00
MediaCache.cpp Bug 1416084. P2 - wake up readers when download is suspended. r=bechen,gerald 2018-01-15 10:25:11 +08:00
MediaCache.h Bug 1428242. P3 - use a non-reentrant monitor. r=bechen,gerald 2018-01-05 10:49:38 +08:00
MediaChannelStatistics.h Bug 1423465. P5 - run ComputePlaybackRate() off the main thread. r=bechen,gerald 2017-12-05 15:21:45 +08:00
MediaContainerType.cpp Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
MediaContainerType.h Bug 1396629 - P2. Change string type. r=cpearce 2017-09-04 22:43:12 +02:00
MediaData.cpp Bug 1432779 - P3. Properly set channel map layout after seeking. r=padenot 2018-03-24 10:57:58 +01:00
MediaData.h Bug 1431221 - P6. Add channel map information to AudioInfo. r=padenot 2018-03-24 10:57:54 +01:00
MediaDataDemuxer.h Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
MediaDecoder.cpp Bug 1392747 - Backed out changeset 6524c2d721db. r=backout 2018-02-20 15:54:00 +13:00
MediaDecoder.h Backed out changeset 8ac015e40755 (bug 1441153) for web platform tests failre on media files 2018-03-02 04:06:22 +02:00
MediaDecoderOwner.h Bug 1417869. P3 - pass descriptive messages to NetworkError(). r=jya 2017-11-17 11:07:30 +08:00
MediaDecoderStateMachine.cpp Bug 1432779 - P3. Properly set channel map layout after seeking. r=padenot 2018-03-24 10:57:58 +01:00
MediaDecoderStateMachine.h Bug 1425996 - fix build error: unused variable 'rv'. r=gerald 2017-12-21 12:12:42 +08:00
MediaDeviceInfo.cpp Bug 1406819 - Remove various bits of dead code from dom/. r=baku 2017-10-11 10:09:13 +01:00
MediaDeviceInfo.h
MediaDevices.cpp Bug 1440407 P2 Remove some unnecessary nsPIDOMWindowInner QI to nsIGlobalObject. r=mystor 2018-02-22 14:28:39 -08:00
MediaDevices.h Bug 1372073 - Spoof navigator.mediaDevices.enumerateDevices. r=arthuredelstein,jib,smaug 2017-09-18 09:52:06 +08:00
MediaEventSource.h Bug 1416724 - part 3 - AbstractThread::Dispatch return value check in dom/media, r=jwwang 2017-11-15 07:58:03 +01:00
MediaFormatReader.cpp Bug 1392747 - Backed out changeset 6524c2d721db. r=backout 2018-02-20 15:54:00 +13:00
MediaFormatReader.h Bug 1313449 - Refactor the condition for resolving the waiting promise. r=jya 2017-11-14 15:20:08 +08:00
MediaInfo.cpp Bug 1431221 - P5. Split AudioConfig.{h,cpp} from MediaInfo. r=padenot 2018-03-24 10:57:54 +01:00
MediaInfo.h Bug 1444479 - P10. Don't reject files with more than 8 audio channels. r=padenot 2018-03-24 10:58:02 +01:00
MediaMIMETypes.cpp Bug 1377015 - MediaCodecs::ContainsPrefix implementation and tests - r=rillian 2017-06-29 11:17:56 -07:00
MediaMIMETypes.h Bug 1396629 - P2. Change string type. r=cpearce 2017-09-04 22:43:12 +02:00
MediaManager.cpp Bug 1436523 - Change DeviceEnumerationType to scoped enum, add extra logging. r=achronop 2018-03-16 15:09:26 -04:00
MediaManager.h Bug 1436523 - Change DeviceEnumerationType to scoped enum, add extra logging. r=achronop 2018-03-16 15:09:26 -04:00
MediaMetadataManager.h Bug 1378295. P6 - remove AbstractMediaDecoder and fix includes. r=jya 2017-07-13 17:39:42 +08:00
MediaPrefs.cpp Bug 1417741 - Add support of Atmoic<> for Preferences::Add*VarCache(). r=baku,njn 2017-11-16 11:02:50 +08:00
MediaPrefs.h Bug 1432779 - P4. Remove the concept of preferred layout. r=padenot,r=kamidphish 2018-03-24 10:57:59 +01:00
MediaPromiseDefs.h Bug 1395922 - [P2] Make MediaFormatReader::SetCDMProxy asynchronously with a promise. r=cpearce,jya 2017-11-03 20:12:39 +08:00
MediaQueue.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
MediaRecorder.cpp Bug 1444541 - Don't stop recorder on pagehide during frameswap. r=smaug 2018-03-19 15:52:36 +01:00
MediaRecorder.h Bug 1403706 - Remove race conditions in temporary blob - part 2 - MediaRecorder should use MutableBlobStorage, r=pehrsons, r=smaug 2017-10-05 07:41:41 +02:00
MediaResource.cpp Bug 1407810 - Use DDMOZ_LOG in media stack - r=jwwang 2017-10-13 16:31:59 +11:00
MediaResource.h Bug 1422662 - Move BaseMediaResource::Close() into MediaResource class. r=jwwang 2017-12-04 16:29:35 +13:00
MediaResourceCallback.h Bug 1422657. P2 - remove unused mDecoderPosition and related code. r=bechen,gerald 2017-12-01 14:02:44 +08:00
MediaResult.h Bug 1403832 - part2 : reuse ErrorName() in MediaResult::Description(). r=jya 2017-09-29 00:37:50 +08:00
MediaSegment.h Bug 1407549 - Make segments allocate chunk storage locally. r=padenot 2018-03-29 16:13:36 +02:00
MediaShutdownManager.cpp Bug 1392747 - Backed out changeset 6524c2d721db. r=backout 2018-02-20 15:54:00 +13:00
MediaShutdownManager.h Bug 1373914. P2 - remove unused members. r=gerald 2017-06-19 17:10:41 +08:00
MediaStatistics.h Bug 1421861 - remove unused MediaStatistics::mDecoderPosition. r=bechen 2017-11-29 10:57:40 +08:00
MediaStreamError.cpp
MediaStreamError.h
MediaStreamGraph.cpp Bug 1407549 - Simplify MSGImpl::AudioTrackPresent. r=padenot 2018-03-29 16:10:29 +02:00
MediaStreamGraph.h Bug 1447563 - Clear direct track listeners from TrackUnionStream during shutdown. r=padenot 2018-03-26 19:20:44 +02:00
MediaStreamGraphImpl.h Bug 1407549 - Simplify MSGImpl::AudioTrackPresent. r=padenot 2018-03-29 16:10:29 +02:00
MediaStreamListener.cpp Bug 1319987: P9. More coding style fixes. r=gerald 2017-01-27 13:20:37 +01:00
MediaStreamListener.h Bug 1404997 - P20. Make MediaStreamListener::NotifyPull asynchronous. r=padenot 2017-12-10 21:33:43 +01:00
MediaStreamTrack.cpp Bug 1440407 P2 Remove some unnecessary nsPIDOMWindowInner QI to nsIGlobalObject. r=mystor 2018-02-22 14:28:39 -08:00
MediaStreamTrack.h Bug 1299515 - Remove superfluous include in MediaStreamTrack.h. r=jib 2017-11-14 11:54:18 +01:00
MediaStreamTypes.h Bug 1319446 - DirectMediaStreamListener, you are dead to me. r=padenot 2017-09-27 12:01:46 +02:00
MediaStreamVideoSink.cpp
MediaStreamVideoSink.h
MediaTimer.cpp Bug 1447091: Add #includes to fix non-unified bustage in dom/media. r=gerald 2018-03-19 11:48:38 -07:00
MediaTimer.h Bug 1431221 - P3. Fix unified build. r=padenot 2018-03-24 10:57:53 +01:00
MediaTrack.cpp Bug 1391005 - Eliminate NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED. r=peterv 2017-08-29 16:02:48 -07:00
MediaTrack.h
MediaTrackList.cpp Bug 1391005 - Eliminate NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED. r=peterv 2017-08-29 16:02:48 -07:00
MediaTrackList.h
MemoryBlockCache.cpp Bug 1419668 - set mMaxBlocks according to MediaPrefs::MediaMemoryCacheMaxSize(). r=bechen,gerald 2017-11-22 16:00:36 +08:00
MemoryBlockCache.h Bug 1400166. P1 - move re-initialization code to Flush() for it is confusing to call Init() twice. r=gerald 2017-09-18 10:52:17 +08:00
PeerConnection.js Bug 1448850 - Remove nsIMessageListener and nsIMessageListenerManager. r=bz. 2018-02-16 15:28:31 +01:00
PeerConnection.manifest
PeerConnectionIdp.jsm Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
PrincipalChangeObserver.h
QueueObject.cpp
QueueObject.h
RTCStatsReport.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ReaderProxy.cpp Bug 1425996 - fix build error: unused variable 'rv'. r=gerald 2017-12-21 12:12:42 +08:00
ReaderProxy.h Bug 654787 - part6: Correct the playback position while looping; r=jwwang 2017-11-24 10:28:42 +08:00
SeekJob.cpp Bug 1324335. Part 2 - Make SeekJob::mTarget a Maybe<>. r=gerald 2016-12-19 12:25:14 +08:00
SeekJob.h Bug 1316211. P16 - remove MediaDecoderReader completely and fix includes. r=gerald 2017-07-20 09:56:08 +08:00
SeekTarget.h Bug 1366362: P1. Fix style. r=gerald 2017-05-22 09:33:18 +02:00
SelfRef.h
SharedBuffer.h Bug 1394656 - Don't include nsCOMPtr.h in SharedBuffer.h as its unused. r=jwwang 2017-08-29 11:09:06 +12:00
StreamTracks.cpp Bug 1415556 - P10. Make functions const where needed. r=padenot 2017-11-10 20:01:27 +01:00
StreamTracks.h Backed out bug 1423923 for crashes, requested by drno. r=backout a=backout 2017-12-11 12:34:23 +02:00
TextTrack.cpp Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
TextTrack.h Bug 1334112 - part1: Add IsLoaded functions for TextTrack, TextTrackList, TextTrackManager. r=rillian 2017-02-20 15:27:06 +08:00
TextTrackCue.cpp Bug 1400180 - Fix CID 1417508 Uninitialized members of TextTrackCue::mLine and mPosition by giving them default values. r=alwu 2017-09-15 17:12:38 +08:00
TextTrackCue.h Bug 1400180 - Fix CID 1417508 Uninitialized members of TextTrackCue::mLine and mPosition by giving them default values. r=alwu 2017-09-15 17:12:38 +08:00
TextTrackCueList.cpp Bug 1368489 - Fixing TimeMarchesOn step 13, sort the tasks by "text track cue order". r=rillian. 2017-06-13 09:52:27 +08:00
TextTrackCueList.h Bug 1368489 - Fixing TimeMarchesOn step 13, sort the tasks by "text track cue order". r=rillian. 2017-06-13 09:52:27 +08:00
TextTrackList.cpp Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
TextTrackList.h Bug 1368489 - Fixing TimeMarchesOn step 13, sort the tasks by "text track cue order". r=rillian. 2017-06-13 09:52:27 +08:00
TextTrackRegion.cpp Bug 1415805 - region.scroll setter should not throw. r=smaug 2017-11-22 16:10:11 +08:00
TextTrackRegion.h Bug 1415805 - region.scroll setter should not throw. r=smaug 2017-11-22 16:10:11 +08:00
ThreadPoolCOMListener.cpp
ThreadPoolCOMListener.h Bug 1370192: P1. Remove usage of DirectShowDecoder. r=cpearce 2017-06-05 12:59:46 +02:00
TimeUnits.h Bug 1425246 - Don't round time when negative. r=rillian 2018-02-23 14:15:21 +01:00
TrackID.h Bug 1395021 - Move TrackID definition from StreamTracks.h into TrackID.h. r=jwwang 2017-08-30 15:24:54 +12:00
TrackUnionStream.cpp Bug 1447563 - Clear direct track listeners from TrackUnionStream during shutdown. r=padenot 2018-03-26 19:20:44 +02:00
TrackUnionStream.h Bug 1447563 - Clear direct track listeners from TrackUnionStream during shutdown. r=padenot 2018-03-26 19:20:44 +02:00
VideoFrameContainer.cpp Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
VideoFrameContainer.h Bug 1416663 - Move Gecko/HTMLMediaElement specific stuff out of VideoFrameContainer. r=jwwang 2017-11-13 16:09:23 +13:00
VideoLimits.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
VideoPlaybackQuality.cpp
VideoPlaybackQuality.h
VideoSegment.cpp Bug 1348381 - Handle VideoFrame::CreateBlackImage returning nullptr. r=jesup 2017-04-28 13:58:22 +02:00
VideoSegment.h Bug 1296531 - Implement MediaSegment move constructor. r=jesup 2017-02-17 14:31:50 +01:00
VideoStreamTrack.cpp Bug 1372073 - Spoof MediaStreamTrack. r=arthuredelstein,jib,smaug 2017-10-13 11:57:25 +08:00
VideoStreamTrack.h Bug 1372073 - Spoof MediaStreamTrack. r=arthuredelstein,jib,smaug 2017-10-13 11:57:25 +08:00
VideoTrack.cpp Bug 1391005 - Eliminate NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED. r=peterv 2017-08-29 16:02:48 -07:00
VideoTrack.h
VideoTrackList.cpp
VideoTrackList.h
VideoUtils.cpp Backed out 3 changesets (bug 1431810) for failing test_bug1431810_opus_downmix_to_mono.html on Windows 2018-03-26 12:09:42 +03:00
VideoUtils.h Backed out 3 changesets (bug 1431810) for failing test_bug1431810_opus_downmix_to_mono.html on Windows 2018-03-26 12:09:42 +03:00
VorbisUtils.h
WebMSample.h Backed out changeset c429f0a0040e (bug 1316282) for timing out Windows PGO builds a=backout CLOSED TREE 2017-01-25 16:59:20 -08:00
WebVTTListener.cpp Bug 1371259 part 3. Change UnwrapObject<> and the UNWRAP_OBJECT macro to allow passing in mutable object or value handles for the thing being unwrapped, and do so at various callsites. r=peterv 2017-07-10 16:05:24 -04:00
WebVTTListener.h Bug 1323942 - fix build error; r=jwwang 2016-12-16 16:19:02 +08:00
XiphExtradata.cpp
XiphExtradata.h
moz.build Bug 1431221 - P5. Split AudioConfig.{h,cpp} from MediaInfo. r=padenot 2018-03-24 10:57:54 +01:00
nsIAudioDeviceInfo.idl Backed out changeset a4ea1d5fcb4e (bug 1197045) for eslint failure at Troubleshoot.jsm:401: 'winUtils' is assigned a value but never used. r=backout 2017-07-24 13:24:28 +02:00
nsIDOMNavigatorUserMedia.idl
nsIDocumentActivity.h
nsIMediaManager.idl Bug 1299515 - Wire up track-disabling logic to frontend APIs. r=jib, r=johannh 2017-11-17 20:13:06 +01:00