gecko-dev/dom/media
Mihai Alexandru Michis 4345a38d0d Backed out 9 changesets (bug 1607791, bug 1605566) for causing multiple wpt failures.
CLOSED TREE

Backed out changeset 39f34852842e (bug 1605566)
Backed out changeset 3427a92445c8 (bug 1605566)
Backed out changeset 36631ec96f1f (bug 1605566)
Backed out changeset 554b2bdce66c (bug 1605566)
Backed out changeset 37026beadbd8 (bug 1605566)
Backed out changeset f15835338319 (bug 1607791)
Backed out changeset 4c92f506cf62 (bug 1607791)
Backed out changeset 80707bcc8427 (bug 1607791)
Backed out changeset 75bc7533c899 (bug 1607791)
2020-01-15 13:45:33 +02:00
..
benchmark
bridge Bug 1524687: Part 7 - Convert media bridge module to static registration. r=jesup 2019-01-24 16:07:39 -08:00
doctor Bug 1596090 - avoid sending plugin content to every content process whenever a content process is created, r=handyman 2019-11-16 00:21:49 +00:00
eme Bug 1608577: Part 1 - Remove |using namespace mozilla::java| from dom/media; r=kinetik 2020-01-13 22:04:02 +00:00
encoder Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
fake-cdm Bug 1577934 - Remove using namespace std from dom/media audio tests r=gerald 2019-09-01 06:47:26 +00:00
flac Bug 1241518 - Part 1: Remove unused nsAutoPtr.h includes in xpcom/ r=kmag 2020-01-07 00:06:01 +00:00
fuzz Bug 1567170 - Avoid thread leak in media fuzzing target. r=jya 2019-08-22 10:29:29 +00:00
gmp Bug 1606187 - Part 2b: Update users of nsClassHashtable to handle UniquePtr differences r=KrisWright,froydnj 2020-01-13 19:18:56 +00:00
gmp-plugin-openh264 Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
gtest Bug 1586370 - Signal to AudioInputProcessing when an audio driver starts so it can reset state. r=padenot 2019-12-18 22:53:37 +00:00
hls Bug 1608577: Part 1 - Remove |using namespace mozilla::java| from dom/media; r=kinetik 2020-01-13 22:04:02 +00:00
imagecapture Bug 1585284 - Use nsIGlobalObject in any Blob/File CTOR, r=smaug 2019-10-21 05:33:33 +00:00
ipc Bug 1599230 - Part 1 - Remove RDD sandbox earlyinit pref and older sandbox startup code paths r!mjf r=mjf 2019-12-21 00:31:41 +00:00
mediacapabilities Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
mediacontrol Bug 1605769 - part3 : set playback state to the event source according to the play state of the main controller. r=MeFisto94 2020-01-10 04:13:32 +00:00
mediasession Bug 1582892. Expose the number of strings in a Web IDL enum in a nice way. r=edgar 2019-10-23 03:54:39 +00:00
mediasink Bug 1198168 - Since we're now checking the end time of the last chunk, make it inclusive. r=padenot 2019-12-17 15:51:49 +00:00
mediasource Bug 1605699 - part2 : add an assertion to ensure we only append a valid sample. r=bryce 2019-12-31 01:24:23 +00:00
mp3 Bug 1566066 - part1 : use Maybe to distinguish size 0 and uninitialized value. r=jya 2019-07-25 16:49:57 +00:00
mp4 Bug 1241518 - Part 1: Remove unused nsAutoPtr.h includes in xpcom/ r=kmag 2020-01-07 00:06:01 +00:00
ogg Bug 1599843 - VorbisState::ReconstructVorbisGranulepos is infallible. r=jya 2019-11-28 00:12:44 +00:00
platforms Bug 1349658 - Add support for IEEE Float encoded wav files. r=jya 2020-01-14 15:41:10 +00:00
systemservices Bug 1606187 - Part 2b: Update users of nsClassHashtable to handle UniquePtr differences r=KrisWright,froydnj 2020-01-13 19:18:56 +00:00
test Bug 1349658 - Add support for IEEE Float encoded wav files. r=jya 2020-01-14 15:41:10 +00:00
tests Bug 1605861 - test fix. r=dminor 2019-12-30 13:35:18 +00:00
wave Bug 1349658 - Add support for IEEE Float encoded wav files. r=jya 2020-01-14 15:41:10 +00:00
webaudio Backed out 9 changesets (bug 1607791, bug 1605566) for causing multiple wpt failures. 2020-01-15 13:45:33 +02:00
webm Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
webrtc Bug 1606507 - Null-check on mTrackMain to avoid race. r=dminor 2020-01-06 20:03:26 +00:00
webspeech Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
webvtt Bug 1580015 - part1 : do not reentry function 'processCues()'. r=heycam 2019-09-12 08:13:46 +00:00
ADTSDecoder.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
ADTSDecoder.h
ADTSDemuxer.cpp Bug 1561492 - Check samples per second prior to divide in ADTS. r=jya 2019-07-23 00:55:50 +00:00
ADTSDemuxer.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-31 15:12:55 +00:00
AsyncLogger.h Bug 1590135 - Don't call stop in AsyncLogger destructor. r=pehrsons 2019-10-22 14:02:53 +00:00
AudioBufferUtils.h Bug 1586370 - Return a flexible object from OneIteration. r=padenot 2019-12-18 22:51:05 +00:00
AudioCaptureTrack.cpp Bug 1592555 - Not allow adding a null receiver in the AudioMixer callback list. r=padenot 2019-10-31 10:01:53 +00:00
AudioCaptureTrack.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
AudioChannelFormat.cpp
AudioChannelFormat.h Backed out changeset 239ff6e79980 (bug 1572884) for causing perma fails on audionode-channel-rules.html. CLOSED TREE 2019-10-18 12:41:02 +03:00
AudioCompactor.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
AudioCompactor.h Bug 1524890 - P11. Remove duration from AudioData construction parameter. r=bryce 2019-02-22 09:19:47 +00:00
AudioConfig.cpp Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
AudioConfig.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AudioConverter.cpp Bug 1542097 - Directly downmix to mono. r=bryce 2019-04-22 13:27:42 +00:00
AudioConverter.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AudioDeviceInfo.cpp Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +00:00
AudioDeviceInfo.h Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +00:00
AudioMixer.h Bug 1592555 - Not allow adding a null receiver in the AudioMixer callback list. r=padenot 2019-10-31 10:01:53 +00:00
AudioNotificationReceiver.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AudioNotificationReceiver.h
AudioNotificationSender.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AudioNotificationSender.h
AudioPacketizer.h
AudioSampleFormat.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
AudioSegment.cpp Bug 1567949 - Move resampler setup one layer down to be able to set the channel count per chunk. r=pehrsons 2019-11-19 18:48:50 +00:00
AudioSegment.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
AudioStream.cpp Bug 1427267 - Improve libsoundtouch high playback rate speech clarity with pitch preservation by using a smaller time stretcher sequence size r=padenot 2019-12-16 13:03:10 +00:00
AudioStream.h Bug 1588233 - P2: Set ST_NO_EXCEPTION_HANDLING before using SoundTouch. r=glandium 2019-11-26 00:48:24 +00:00
AudioStreamTrack.cpp Bug 1592289 - Implement mute/unmute events for media element capture. r=padenot 2019-11-20 15:24:34 +00:00
AudioStreamTrack.h Bug 1592289 - Implement mute/unmute events for media element capture. r=padenot 2019-11-20 15:24:34 +00:00
AudioTrack.cpp Bug 1493613 - Move MediaStream control from DOMMediaStream to MediaStreamTrack. r=padenot 2019-07-31 07:58:17 +00:00
AudioTrack.h Bug 1493613 - Move MediaStream control from DOMMediaStream to MediaStreamTrack. r=padenot 2019-07-31 07:58:17 +00:00
AudioTrackList.cpp
AudioTrackList.h
AutoplayPolicy.cpp Bug 1593843 - part8.5 - check if we enable blocking web audio or not before checking other conditions. r=bryce 2019-11-25 11:00:15 +00:00
AutoplayPolicy.h Bug 1593843 - part8 : move helper functions out from 'AutoplayPolicy'. r=bryce 2019-11-25 11:00:13 +00:00
BackgroundVideoDecodingPermissionObserver.cpp Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika 2019-07-26 16:48:31 +00:00
BackgroundVideoDecodingPermissionObserver.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
BaseMediaResource.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
BaseMediaResource.h Bug 1554847 - Improve cross-origin checks in canvas API - consider intermediate redirects, r=jya 2019-06-04 06:32:37 +00:00
Benchmark.cpp Bug 1567170 - P1. Shutdown demuxer earlier. r=decoder 2019-08-12 12:04:42 +00:00
Benchmark.h Bug 1561484 - Keep MediaInfo object for entire benchmark. r=alwu 2019-07-10 05:24:54 +00:00
BitReader.cpp Bug 1413750 - Handle shift by 32 bits. r=gerald 2019-10-15 20:18:08 +00:00
BitReader.h
BitWriter.cpp Bug 1532867 - Force unsigned arithmetic. r=gerald 2019-05-01 07:20:23 +00:00
BitWriter.h
BufferMediaResource.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
BufferReader.h Bug 1349658 - Add support for IEEE Float encoded wav files. r=jya 2020-01-14 15:41:10 +00:00
ByteWriter.h Bug 1552530 - Templatize ByteWriter.h to allow writing big or little endian, and fix call sites. r=jya 2019-05-21 10:10:04 +00:00
CanvasCaptureMediaStream.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
CanvasCaptureMediaStream.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
ChannelMediaDecoder.cpp Bug 1603696 Remove return at the end of void function. r=sylvestre 2019-12-18 08:22:19 +00:00
ChannelMediaDecoder.h Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
ChannelMediaResource.cpp Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
ChannelMediaResource.h Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
CloneableWithRangeMediaResource.cpp Bug 1599614 - Condvar::Notify/NotifyAll are not fallible. r=bzbarsky 2019-11-27 13:46:55 +00:00
CloneableWithRangeMediaResource.h Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
components.conf Bug 1524688: Part 3 - Convert PeerConnection to static registration r=jib 2019-01-29 17:44:56 -08:00
CubebUtils.cpp Bug 1575883 - Remove the code that created a couple threads at startup, in Gecko. r=kinetik 2019-10-11 16:01:24 +00:00
CubebUtils.h Bug 1575883 - Remove the code that created a couple threads at startup, in Gecko. r=kinetik 2019-10-11 16:01:24 +00:00
DecoderTraits.cpp Bug 1568058 - pt 1 - Add DecoderTraits::CreateDemuxer and use it in CreateReader. r=jya 2019-11-14 16:06:29 +00:00
DecoderTraits.h Bug 1568058 - pt 1 - Add DecoderTraits::CreateDemuxer and use it in CreateReader. r=jya 2019-11-14 16:06:29 +00:00
DOMMediaStream.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
DOMMediaStream.h Bug 1592287 - Remove ended captureStream tracks and fire "removetrack" on MediaStream. r=jib 2019-11-20 15:24:10 +00:00
DriftCompensation.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
FileBlockCache.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2020-01-09 21:50:11 +00:00
FileBlockCache.h Bug 1594814 - move FileBlockCache over to a background thread; r=pehrsons 2019-12-16 07:52:41 +00:00
FileMediaResource.cpp Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
FileMediaResource.h Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
ForwardedInputTrack.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
ForwardedInputTrack.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
FrameStatistics.h Bug 1543032 - Extend metrics for dropped frames - r=padenot 2019-04-16 11:50:38 +00:00
GetUserMediaRequest.cpp Bug 1525057 - Ensure that GetUserMediaRequest's mIsHandlingUserInput is always initialized properly; r=jib 2019-02-05 18:40:21 +00:00
GetUserMediaRequest.h Bug 1525057 - Ensure that GetUserMediaRequest's mIsHandlingUserInput is always initialized properly; r=jib 2019-02-05 18:40:21 +00:00
GraphDriver.cpp Bug 1604941 - Don't leave AudioContextOperation::Resume hanging. r=padenot 2019-12-19 13:17:32 +00:00
GraphDriver.h Bug 1605041 - Fix static-analysis warning from bug 1586370. r=padenot 2019-12-19 13:48:09 +00:00
GraphRunner.cpp Bug 1586370 - Pass IterationEnd up to the graph rather than back-querying the driver. r=padenot 2019-12-18 22:52:24 +00:00
GraphRunner.h Bug 1605041 - Fix static-analysis warning from bug 1586370. r=padenot 2019-12-19 13:48:09 +00:00
GVAutoplayPermissionRequest.cpp Bug 1607883 - Allow GeckoView autoplay permission prompt in non-e10s. r=alwu 2020-01-10 13:14:23 +00:00
GVAutoplayPermissionRequest.h Bug 1593843 - part4 : implement 'GVAutoplayPermissionRequestor' to manage the request. r=bryce 2019-11-25 11:00:13 +00:00
GVAutoplayRequestStatusIPC.h Bug 1593843 - part3 : store the request status in top-level browsing context. r=farre 2019-11-25 11:00:13 +00:00
GVAutoplayRequestUtils.h Bug 1593843 - part1 : implement GVAutoplayPermissionRequest. r=Ehsan,bryce 2019-11-25 11:00:12 +00:00
IdpSandbox.jsm Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
ImageToI420.cpp
ImageToI420.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
Intervals.h Bug 1608064 - Use <type_traits> in MediaEventSource.h. r=alwu 2020-01-10 10:39:23 +00:00
MediaBlockCacheBase.h Bug 1540573 - P4. Use larger MediaCache sizes when on cellular connection. r=jya 2019-05-06 23:38:02 +00:00
MediaCache.cpp Bug 1554343 - always release the refptr of media cache on main thread. r=bryce 2020-01-07 16:59:11 +00:00
MediaCache.h Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
MediaChannelStatistics.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaContainerType.cpp
MediaContainerType.h
MediaData.cpp Bug 1509316 - p1: move composite listening out of VideoData/VideoSink. r=jya,mattwoodrow 2019-10-09 23:08:12 +00:00
MediaData.h Bug 1509316 - p1: move composite listening out of VideoData/VideoSink. r=jya,mattwoodrow 2019-10-09 23:08:12 +00:00
MediaDataDemuxer.h Bug 1563949 - part4 : prevent direct usage of 'AppendElement()' to append sample. r=jya 2019-07-19 21:11:21 +00:00
MediaDecoder.cpp Bug 1595603 - part2 : delay seeking task when media is inactive r=bryce 2020-01-09 17:10:08 +00:00
MediaDecoder.h Bug 1595603 - part2 : delay seeking task when media is inactive r=bryce 2020-01-09 17:10:08 +00:00
MediaDecoderOwner.h Bug 1536156 - Let cloneElementVisually() return a promise that resolves when frames have been rendered. r=alwu,mconley,bzbarsky 2019-11-22 12:52:48 +00:00
MediaDecoderStateMachine.cpp Bug 1603288 - add detailed name for different seeking state. r=bryce 2019-12-13 00:37:00 +00:00
MediaDecoderStateMachine.h Bug 1603288 - add detailed name for different seeking state. r=bryce 2019-12-13 00:37:00 +00:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +00:00
MediaDevices.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
MediaDevices.h Bug 1582637 - Move internal DeviceChange events to higher order functions. r=jib,achronop 2019-10-29 13:01:43 +00:00
MediaEventSource.h Bug 1608064 - Use <type_traits> in MediaEventSource.h. r=alwu 2020-01-10 10:39:23 +00:00
MediaFormatReader.cpp Bug 1596064 - Remove any access on the database when pref is off. r=jya 2019-11-15 10:59:50 +00:00
MediaFormatReader.h Bug 1530996 - Use the new storage mechanism to save the current playback benchmark. r=jya 2019-08-06 09:25:45 +00:00
MediaInfo.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-02-16 20:20:37 +01:00
MediaInfo.h Bug 1454998 - Move TrackInfo::mTrackId away from TrackID as they're independent. r=karlt 2019-10-02 10:22:46 +00:00
MediaManager.cpp Bug 1607573 - Part 3: Remove GetRealFrameElementOuter in favor of GetFrameElement, r=bzbarsky 2020-01-10 19:39:01 +00:00
MediaManager.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
MediaMetadataManager.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaMIMETypes.cpp Bug 1580695 - Revert bug 1533129. r=alwu,bryce 2019-10-24 22:50:35 +00:00
MediaMIMETypes.h Bug 1580695 - Revert bug 1533129. r=alwu,bryce 2019-10-24 22:50:35 +00:00
MediaPlaybackDelayPolicy.cpp Bug 1591712 - Remove useless OwnerDoc() checks in MediaPlayackDelayPolicy. r=alwu 2019-10-28 17:29:08 +00:00
MediaPlaybackDelayPolicy.h Bug 1578615 - part11 : remove usages of 'AudibleState::eMaybeAudible' in media element. r=chunmin 2019-09-25 23:55:42 +00:00
MediaPromiseDefs.h
MediaQueue.h Bug 1595657 - Add MediaQueue::Push that takes an already_AddRefed. r=jya 2019-11-12 10:58:39 +00:00
MediaRecorder.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
MediaRecorder.h Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
MediaResource.cpp
MediaResource.h Bug 1500049 - Wait for MediaCacheStreams to close properly before finishing MediaDecoder shutdown. r=bryce 2019-11-13 22:40:14 +00:00
MediaResourceCallback.h
MediaResult.h Bug 1582353 - P1. Add MediaResult serializer. r=mjf 2019-09-26 14:51:56 +00:00
MediaSegment.h Bug 1586370 - Move rate conversion functions to MediaSegment.h. r=padenot 2019-12-18 22:50:32 +00:00
MediaShutdownManager.cpp
MediaShutdownManager.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaSpan.h Bug 1565501 - use fallible memory allocation in MediaSpan. r=jya 2019-07-18 11:02:26 +00:00
MediaStatistics.h
MediaStreamError.cpp
MediaStreamError.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaStreamTrack.cpp Bug 1592289 - Implement mute/unmute events for media element capture. r=padenot 2019-11-20 15:24:34 +00:00
MediaStreamTrack.h Bug 1592289 - Implement mute/unmute events for media element capture. r=padenot 2019-11-20 15:24:34 +00:00
MediaStreamWindowCapturer.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
MediaStreamWindowCapturer.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
MediaTimer.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
MediaTimer.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MediaTrack.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
MediaTrack.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
MediaTrackGraph.cpp Bug 1604746 - Start the pipeline after stopping to avoid thread races. r=padenot 2019-12-20 17:03:42 +00:00
MediaTrackGraph.h Bug 1604746 - Start the pipeline after stopping to avoid thread races. r=padenot 2019-12-20 17:03:42 +00:00
MediaTrackGraphImpl.h Bug 1586370 - Signal to AudioInputProcessing when an audio driver starts so it can reset state. r=padenot 2019-12-18 22:53:37 +00:00
MediaTrackList.cpp Bug 1493613 - Move MediaStream control from DOMMediaStream to MediaStreamTrack. r=padenot 2019-07-31 07:58:17 +00:00
MediaTrackList.h Bug 1493613 - Move MediaStream control from DOMMediaStream to MediaStreamTrack. r=padenot 2019-07-31 07:58:17 +00:00
MediaTrackListener.cpp Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
MediaTrackListener.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
MemoryBlockCache.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
MemoryBlockCache.h Bug 1540573 - P4. Use larger MediaCache sizes when on cellular connection. r=jya 2019-05-06 23:38:02 +00:00
moz.build Bug 1593674 - remove marionette VideoStream YouTube test as it's duplicated in raptor r=tarek,marionette-reviewers,whimboo 2019-12-05 14:06:38 +00:00
nsIAudioDeviceInfo.idl
nsIAutoplay.idl Bug 1543812 - Add ability to block all autoplay. r=johannh,alwu,flod,fluent-reviewers 2019-06-06 09:06:09 +00:00
nsIDocumentActivity.h
nsIDOMNavigatorUserMedia.idl Bug 1535384 part 11. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for getUserMedia callbacks. r=jib 2019-03-19 04:36:46 +00:00
nsIMediaManager.idl Bug 1601301, add an 'include descendants' flag to mediaCaptureWindowState. With fission, need to handle each subframe separately, r=jib 2020-01-10 15:29:08 +00:00
PeerConnection.jsm Bug 1588588: Remove jsimpl for RTCStatsReport, and refactor to prepare for moving some stats functionality to RTCRtpReceiver/Sender. r=smaug,ng 2019-11-07 23:07:05 +00:00
PeerConnectionIdp.jsm Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
PrincipalChangeObserver.h
PrincipalHandle.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
QueueObject.cpp
QueueObject.h
ReaderProxy.cpp Bug 1540740 - part1 : let the return value of 'AdjustForStartTime()' to tell whether the adjustment is succeeded r=jya 2019-04-11 20:43:00 +00:00
ReaderProxy.h
SeekJob.cpp
SeekJob.h
SeekTarget.h Bug 1595603 - part2 : delay seeking task when media is inactive r=bryce 2020-01-09 17:10:08 +00:00
SelfRef.h
SharedBuffer.h
TextTrack.cpp Bug 1606774 - Change GetAttribute to GetAttr where possible r=baku 2020-01-03 23:40:53 +00:00
TextTrack.h Bug 1600353 - Make TextTrackSource and TextTrackReadyState enum classes. r=bzbarsky 2019-12-02 19:13:11 +00:00
TextTrackCue.cpp Bug 1544455 - part1 : check the base direction of cue text in 'ComputedPositionAlign()'. r=heycam 2019-07-03 00:39:50 +00:00
TextTrackCue.h Bug 1544455 - part1 : check the base direction of cue text in 'ComputedPositionAlign()'. r=heycam 2019-07-03 00:39:50 +00:00
TextTrackCueList.cpp Bug 1537554 - part2 : let track track handle adding current cue and other cue if it's not disable. r=jya 2019-03-26 07:50:50 +00:00
TextTrackCueList.h Bug 1537554 - part2 : let track track handle adding current cue and other cue if it's not disable. r=jya 2019-03-26 07:50:50 +00:00
TextTrackList.cpp Bug 1531863 - part2 : handle text track mode changed in MediaElement. r=jya 2019-03-12 00:32:21 +00:00
TextTrackList.h Bug 1531863 - part2 : handle text track mode changed in MediaElement. r=jya 2019-03-12 00:32:21 +00:00
TextTrackRegion.cpp
TextTrackRegion.h
ThreadPoolCOMListener.cpp
ThreadPoolCOMListener.h
TimeUnits.h Bug 1545970 - make sure we only divide or modular TimeUnit on unsigned int32. r=jya 2019-07-12 22:05:06 +00:00
Tracing.cpp Bug 1584522 - Change the audio callback trace logger to be more ergonomic. r=pehrsons 2019-10-02 12:16:22 +00:00
Tracing.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-21 14:13:44 +00:00
UnderrunHandler.h Bug 1575883 - Handle SIGXCPU in Gecko. r=kinetik,glandium 2019-10-11 16:02:36 +00:00
UnderrunHandlerLinux.cpp Bug 1575883 - Handle SIGXCPU in Gecko. r=kinetik,glandium 2019-10-11 16:02:36 +00:00
UnderrunHandlerNoop.cpp Bug 1575883 - Handle SIGXCPU in Gecko. r=kinetik,glandium 2019-10-11 16:02:36 +00:00
VideoFrameContainer.cpp Bug 1603099 - Remove unused declaration in VideoFrameContainer.cpp r=jya 2020-01-06 12:05:15 +00:00
VideoFrameContainer.h Bug 1536156 - Make VideoFrameContainer::ClearFutureFrames keep the current frame instead of the first frame. r=padenot 2019-11-22 15:48:06 +00:00
VideoFrameConverter.h Bug 1592915 - Fix three warnings in VideoFrameConverter.h and TestVideoTrackEncoder.h. r=pehrsons 2019-10-31 12:12:19 +00:00
VideoLimits.h
VideoOutput.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
VideoPlaybackQuality.cpp Bug 1602163 - part2 : remove 'corruptedFrames' from 'VideoPlaybackQuality' r=bzbarsky 2019-12-11 07:19:15 +00:00
VideoPlaybackQuality.h Bug 1602163 - part2 : remove 'corruptedFrames' from 'VideoPlaybackQuality' r=bzbarsky 2019-12-11 07:19:15 +00:00
VideoSegment.cpp Bug 1543359 - P13. Let the video decoder determines the default colorspace if unknown. r=mattwoodrow 2019-07-26 08:45:39 +00:00
VideoSegment.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
VideoStreamTrack.cpp Bug 1592289 - Implement mute/unmute events for media element capture. r=padenot 2019-11-20 15:24:34 +00:00
VideoStreamTrack.h Bug 1592289 - Implement mute/unmute events for media element capture. r=padenot 2019-11-20 15:24:34 +00:00
VideoTrack.cpp Bug 1493613 - Move MediaStream control from DOMMediaStream to MediaStreamTrack. r=padenot 2019-07-31 07:58:17 +00:00
VideoTrack.h Bug 1493613 - Move MediaStream control from DOMMediaStream to MediaStreamTrack. r=padenot 2019-07-31 07:58:17 +00:00
VideoTrackList.cpp
VideoTrackList.h
VideoUtils.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
VideoUtils.h Bug 1454998 - Rename streams to tracks. r=padenot,karlt,smaug 2019-10-02 10:23:02 +00:00
VorbisUtils.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
WavDumper.h Bug 1562642 - Add missing MPL2 headers r=mhoye 2019-07-05 17:05:57 +00:00
WebMSample.h Bug 1562642 - Add missing MPL2 headers r=mhoye 2019-07-05 17:05:57 +00:00
WebVTTListener.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
WebVTTListener.h Bug 1562021 - part3 : cancel old VTT listener when we start a new load. r=jya,baku 2019-07-03 23:23:29 +00:00
XiphExtradata.cpp
XiphExtradata.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00