gecko-dev/dom/media
alwu 9e3660de0c Bug 1694634 - part4 : correct the comment for LoopingDecodingState. r=bryce
At the time I worked on this state, it was only used for audio. There were some problems blocking the implementation for video, but the comment wasn't updated.

So we should correct the comment to make it reflect the real situation.

Differential Revision: https://phabricator.services.mozilla.com/D110881
2021-04-08 00:54:25 +00:00
..
autoplay Bug 1686616 - make PermissionManager use Components instead of Services. r=kmag 2021-02-18 13:26:31 +00:00
benchmark
bridge Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
doctor Bug 1702327 - Fix browser_decoderDoctor.js r=jaws 2021-04-06 04:26:33 +00:00
eme Bug 1184468 - Use nsBaseHashtable::Values. r=xpcom-reviewers,nika 2021-03-24 17:56:49 +00:00
encoder Bug 1693043 - Avoid overflowing the opus encoder bitrate. r=bryce 2021-03-10 21:59:29 +00:00
fake-cdm Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
flac Bug 1695162 - Use range-based for instead of custom hashtable iterators. r=xpcom-reviewers,kmag 2021-03-17 15:49:46 +00:00
fuzz Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
gmp Bug 1701742 - Make Chromium/Widevine manifest codec parse failure non fatal. r=alwu 2021-03-29 21:02:11 +00:00
gmp-plugin-openh264 Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
gtest Bug 1702823 - Clear callback function after listener gets revoked. r=bryce 2021-04-05 20:04:35 +00:00
hls Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
imagecapture Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ipc Bug 1702530 - do not launch RDD process if XPCOM has started shutdown. r=mattwoodrow 2021-04-07 04:42:35 +00:00
mediacapabilities Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
mediacontrol Bug 1695580 - Break out DelayedRunnable into its own files. r=xpcom-reviewers,nika 2021-04-06 20:15:09 +00:00
mediasession Bug 1673931 - Avoid including BindingDeclarations.h from header files. r=nika 2021-03-04 14:32:14 +00:00
mediasink Bug 1699772 - add profiler markers and labels in 'DecodedStream'. r=pehrsons,gerald 2021-04-07 06:15:22 +00:00
mediasource Bug 1699249 - part1 : add a probe to measure the source buffer usage for different mime types. r=bryce 2021-03-29 15:59:03 +00:00
mp3 Bug 1695358 - remove unused DecoderDoctorDiagnostics parameter for 'PDMFactory::SupportsMimeType().' r=bryce 2021-03-02 19:22:15 +00:00
mp4 Bug 1695464 - Update mp4parse-rust to ccbe4eb. r=bryce,kinetik 2021-03-01 21:23:35 +00:00
ogg Bug 1696794 - Drain all full pages in OggWriter::GetContainerData. r=bryce 2021-03-19 19:16:58 +00:00
platforms Bug 1700903 - Don't reject file when webm codec delay and opus pre-skip do not match. r=kinetik 2021-03-26 14:20:49 +00:00
systemservices Bug 1701778 - Remove unused, statically-initialized WebRTC variable r=dminor,bobowen 2021-03-30 13:05:08 +00:00
test Bug 1697521 - In MediaRecorder check for multiple tracks synchronously, per spec. r=padenot 2021-04-06 09:10:04 +00:00
tests/crashtests Bug 1443212 - Add crashtest. r=jib 2020-11-17 08:06:16 +00:00
utils Bug 1696034 - Restore code to record VIDEO_ENCRYPTED_PLAY_TIME_MS probe. r=alwu 2021-04-05 14:32:14 +00:00
wave Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
webaudio Bug 1405083 - Fix failure paths across head.js, mediaStreamPlayback.js and pc.js. r=padenot 2021-04-06 07:17:30 +00:00
webm Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
webrtc Bug 1395819 - Remove unused method MediaEngineSource::Shutdown. r=jib 2021-04-07 12:39:55 +00:00
webspeech Bug 1184468 - Use nsBaseHashtable::Values. r=xpcom-reviewers,nika 2021-03-24 17:56:49 +00:00
webvtt Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
ADTSDecoder.cpp Bug 1695358 - remove unused DecoderDoctorDiagnostics parameter for 'PDMFactory::SupportsMimeType().' r=bryce 2021-03-02 19:22:15 +00:00
ADTSDecoder.h
ADTSDemuxer.cpp
ADTSDemuxer.h
AsyncLogger.h Bug 1693037 - Fix non-MOZ_GECKO_PROFILER builds - r=florian 2021-02-17 22:36:28 +00:00
AudibilityMonitor.h Bug 1626555 - Add `dom/media/mediasink` to the list of non-unified-build-compatible directories. r=sg 2020-10-28 17:26:04 +00:00
AudioBufferUtils.h Bug 1605134 - Assert that the callback buffer is indeed filled fully. r=padenot 2020-11-30 14:16:23 +00:00
AudioCaptureTrack.cpp Bug 1651745 - Make channel count explicit for every audio MediaTrack. r=padenot 2020-11-05 16:41:45 +00:00
AudioCaptureTrack.h Bug 1651745 - Make channel count explicit for every audio MediaTrack. r=padenot 2020-11-05 16:41:45 +00:00
AudioChannelFormat.cpp
AudioChannelFormat.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
AudioCompactor.cpp
AudioCompactor.h
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 1626570 - Improve handling of copying arrays in dom/media/. r=bryce 2020-05-05 11:38:10 +00:00
AudioConverter.cpp Bug 1584959 - Avoid calling the converter if the conversion is not possible. r=bryce 2020-06-18 15:50:03 +00:00
AudioConverter.h Bug 1584959 - Avoid calling the converter if the conversion is not possible. r=bryce 2020-06-18 15:50:03 +00:00
AudioDeviceInfo.cpp
AudioDeviceInfo.h
AudioDriftCorrection.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +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
AudioPacketizer.h Bug 1651745 - Add methods to inspect buffered amount and to clear AudioPacketizer. r=padenot 2020-11-05 16:42:28 +00:00
AudioRingBuffer.cpp Bug 1656438 - Make integer types explicit and unsigned in AudioDriftCorrection and friends. r=padenot 2020-09-17 06:13:40 +00:00
AudioRingBuffer.h Bug 1656438 - Make integer types explicit and unsigned in AudioDriftCorrection and friends. r=padenot 2020-09-17 06:13:40 +00:00
AudioSampleFormat.h
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 1651745 - Memoize the max channel count in AudioSegment::MaxChannelCount(). r=padenot 2020-11-05 15:34:04 +00:00
AudioStream.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers 2021-02-15 08:49:20 +00:00
AudioStream.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers 2021-02-15 08:49:20 +00:00
AudioStreamTrack.cpp Bug 1184468 - Use nsBaseHashtable::Values. r=xpcom-reviewers,nika 2021-03-24 17:56:49 +00:00
AudioStreamTrack.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
AudioThreadRegistry.h Bug 1659404 - Fix non-MOZ_GECKO_PROFILER build - r=canaltinova 2020-08-27 14:41:46 +00:00
AudioTrack.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
AudioTrack.h
AudioTrackList.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
AudioTrackList.h
BackgroundVideoDecodingPermissionObserver.cpp Bug 1646554 - use browsing context to validate the sender. r=baku 2020-08-19 10:31:54 +00:00
BackgroundVideoDecodingPermissionObserver.h Bug 1646554 - use browsing context to validate the sender. r=baku 2020-08-19 10:31:54 +00: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 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
Benchmark.cpp Bug 1686616 - make GfxInfo use Components instead of Services. r=kmag 2021-02-18 13:26:29 +00:00
Benchmark.h
BitReader.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
BitReader.h
BitWriter.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
BitWriter.h
BufferMediaResource.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
BufferReader.h Bug 1594529 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/media. r=bryce 2020-04-27 15:18:07 +00:00
ByteWriter.h Bug 1594529 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/media. r=bryce 2020-04-27 15:18:07 +00:00
CanvasCaptureMediaStream.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
CanvasCaptureMediaStream.h Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
ChannelMediaDecoder.cpp Bug 1690661 - use `CanHandleContainerType()` for asking if the container type is supported. r=bryce 2021-03-01 20:30:58 +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 1696111 - Make LoadInfo know if the request is triggered from a media element and if it's an initial request. r=necko-reviewers,alwu,dragana 2021-03-30 00:52:31 +00:00
ChannelMediaResource.h Bug 1676369 - Avoid including nsIHttpChannel.h from header files. r=#necko-reviewers 2020-11-23 16:10:11 +00:00
CloneableWithRangeMediaResource.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
CloneableWithRangeMediaResource.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
CrossGraphPort.cpp Bug 1605134 - Switch the CrossGraphPort's log module to MediaTrackGraph. r=padenot 2020-11-30 14:16:50 +00:00
CrossGraphPort.h Bug 1651745 - Make channel count explicit for every audio MediaTrack. r=padenot 2020-11-05 16:41:45 +00:00
CubebUtils.cpp Bug 1686616 - make StringBundle use Components instead of Services. r=kmag 2021-02-18 13:26:32 +00:00
CubebUtils.h Bug 1670917 - Add a pref to allow using raw WASAPI streams. Make it default to input-only raw streams. r=kinetik 2020-10-20 20:03:26 +00:00
DOMMediaStream.cpp Bug 1663674 - Use WeakPtr instead of cycle collection in PlaybackTrackListener. r=jib 2021-01-12 09:31:34 +00:00
DOMMediaStream.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
DecoderTraits.cpp Bug 1690661 - use `CanHandleContainerType()` for asking if the container type is supported. r=bryce 2021-03-01 20:30:58 +00:00
DecoderTraits.h Bug 1690661 - use `CanHandleContainerType()` for asking if the container type is supported. r=bryce 2021-03-01 20:30:58 +00:00
DriftCompensation.h
DynamicResampler.cpp Bug 1605134 - Remove assert that catches a graph iterating 0 ticks. r=padenot 2020-11-30 14:16:52 +00:00
DynamicResampler.h Bug 1656438 - Make integer types explicit and unsigned in AudioDriftCorrection and friends. r=padenot 2020-09-17 06:13:40 +00:00
FileBlockCache.cpp Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
FileBlockCache.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
FileMediaResource.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
FileMediaResource.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
ForwardedInputTrack.cpp Bug 1651745 - Make channel count explicit for every audio MediaTrack. r=padenot 2020-11-05 16:41:45 +00:00
ForwardedInputTrack.h Bug 1651745 - Make channel count explicit for every audio MediaTrack. r=padenot 2020-11-05 16:41:45 +00:00
FrameStatistics.h Bug 1596528 - Get the statistics under the same mutex to avoid inconsistency. r=padenot 2020-05-14 16:36:19 +00:00
GetUserMediaRequest.cpp Bug 1698238 add a GetUserMediaRequest variant for selectAudioOutput() r=jib,emilio 2021-03-30 07:52:13 +00:00
GetUserMediaRequest.h Bug 1698238 add a GetUserMediaRequest variant for selectAudioOutput() r=jib,emilio 2021-03-30 07:52:13 +00:00
GraphDriver.cpp Bug 1683822 - Unregister the device changed callback before destroying an AudioCallbackDriver. r=pehrsons 2021-03-24 10:25:45 +00:00
GraphDriver.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers 2021-02-15 08:49:20 +00:00
GraphRunner.cpp Bug 1666116 - Account for fallback in NotifyWhenGraphStarted. r=padenot 2020-11-30 14:16:57 +00:00
GraphRunner.h Bug 1666116 - Account for fallback in NotifyWhenGraphStarted. r=padenot 2020-11-30 14:16:57 +00:00
IdpSandbox.jsm Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo 2020-08-17 20:20:50 +00:00
ImageToI420.cpp
ImageToI420.h
Intervals.h Bug 1659941 - Add a method to IntervalSet to check if it intersects with another IntervalSet. r=jya 2020-08-23 09:04:23 +00:00
MPSCQueue.h Bug 1649691 - Make static assert less strict in MPSCQueue.h. r=achronop 2020-07-03 12:24:37 +00:00
MediaBlockCacheBase.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
MediaCache.cpp Bug 708901 - Migrate to nsTHashSet in dom/media. r=padenot 2021-03-23 10:36:38 +00:00
MediaCache.h Bug 1666805 - P2: Fix the wrong comment r=jya 2020-10-03 00:31:19 +00:00
MediaChannelStatistics.h
MediaContainerType.cpp
MediaContainerType.h
MediaData.cpp Bug 1697670 - Remove gfx::YUVColorSpace::UNKNOWN. r=mstange 2021-03-19 00:58:23 +00:00
MediaData.h Bug 1697670 - Remove gfx::YUVColorSpace::UNKNOWN. r=mstange 2021-03-19 00:58:23 +00:00
MediaDataDemuxer.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
MediaDecoder.cpp Bug 1694634 - part1 : add debug log for media decoder. r=bryce 2021-04-08 00:54:23 +00:00
MediaDecoder.h Bug 1686696 - part2 : rework how does decoder handle owner's events when the logical position changes. r=bryce 2021-02-11 20:19:24 +00:00
MediaDecoderOwner.h Bug 1687899 - part1 : use enum class to replace boolean for a better understanding why we need to dispatch 'timeupdate'. r=bryce 2021-01-22 18:07:14 +00:00
MediaDecoderStateMachine.cpp Bug 1694634 - part4 : correct the comment for LoopingDecodingState. r=bryce 2021-04-08 00:54:25 +00:00
MediaDecoderStateMachine.h Bug 1601799 - Use a SharedDummyTrack for graph access in DecodedStream. r=karlt 2021-01-05 07:43:34 +00:00
MediaDeviceInfo.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
MediaDeviceInfo.h Bug 1653229 - Remove unnecessary includes for BindingUtils.h. r=jgilbert 2020-07-22 15:12:10 +00:00
MediaDevices.cpp Bug 1698238 reject selectAudioOutput() when not handling user input r=jib 2021-03-30 07:52:10 +00:00
MediaDevices.h Bug 1699026 add webidl for selectAudioOutput behind media.setsinkid.enabled r=emilio 2021-03-17 06:28:16 +00:00
MediaEventSource.h Bug 1702823 - Clear callback function after listener gets revoked. r=bryce 2021-04-05 20:04:35 +00:00
MediaFormatReader.cpp Bug 708901 - Migrate to nsTHashSet in dom/media. r=padenot 2021-03-23 10:36:38 +00:00
MediaFormatReader.h Bug 1688748 - Remove unused variable `mPlatform` and `mEncryptedPlatform` from MFR. r=bryce 2021-01-26 19:41:46 +00:00
MediaInfo.cpp
MediaInfo.h Bug 1697670 - Remove gfx::YUVColorSpace::UNKNOWN. r=mstange 2021-03-19 00:58:23 +00:00
MediaMIMETypes.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
MediaMIMETypes.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
MediaManager.cpp Bug 1395819 - Make SourceListeners per-device and rename them DeviceListener to reflect this. r=jib 2021-04-07 12:39:54 +00:00
MediaManager.h Bug 1395819 - Make SourceListeners per-device and rename them DeviceListener to reflect this. r=jib 2021-04-07 12:39:54 +00:00
MediaMetadataManager.h Bug 1322095 - Part 2: Remove nsAutoPtr from dom/media. r=jya 2020-02-21 22:44:00 +00:00
MediaPlaybackDelayPolicy.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
MediaPlaybackDelayPolicy.h
MediaPromiseDefs.h
MediaQueue.h Bug 1701992 - fix `MediaQueue::GetElementsAfter()`. r=bryce 2021-04-01 00:37:06 +00:00
MediaRecorder.cpp Bug 1697521 - In MediaRecorder check for multiple tracks synchronously, per spec. r=padenot 2021-04-06 09:10:04 +00:00
MediaRecorder.h Bug 1693045 - Generalize the use of mInvalidModificationDomException. r=bryce 2021-03-04 19:39:27 +00:00
MediaResource.cpp Bug 1678463 - Part 2: Migrate media _WITH_DESTROY refcounts to new macros, r=jya 2020-12-14 18:30:19 +00:00
MediaResource.h Bug 1678463 - Part 2: Migrate media _WITH_DESTROY refcounts to new macros, r=jya 2020-12-14 18:30:19 +00:00
MediaResourceCallback.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
MediaResult.h Bug 1672087 - P1. Remove unused value. r=mattwoodrow 2020-12-04 00:59:04 +00:00
MediaSegment.h Bug 1666487 - Wait for a few frames to observe framerate before vp8 encoder Init(). r=bryce 2021-02-11 13:38:51 +00:00
MediaShutdownManager.cpp Bug 708901 - Migrate to nsTHashSet in dom/media. r=padenot 2021-03-23 10:36:38 +00:00
MediaShutdownManager.h Bug 708901 - Migrate to nsTHashSet in dom/media. r=padenot 2021-03-23 10:36:38 +00:00
MediaSpan.h
MediaStatistics.h
MediaStreamError.cpp Bug 1213512 reject MediaDevices method promises with existing standard errors r=jib 2020-11-12 00:07:15 +00:00
MediaStreamError.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
MediaStreamTrack.cpp Bug 1213512 use UTF8 for MediaMgrError and SpeechRecognitionError message r=jib 2020-11-15 21:59:05 +00:00
MediaStreamTrack.h Bug 1663736 - Also check mSinks for explicitly removed sinks. r=jib 2021-01-07 10:15:10 +00:00
MediaStreamWindowCapturer.cpp Bug 1629389 - Null check in the destructor of MediaStreamWindowCapturer. r=alwu 2020-04-14 18:36:21 +00:00
MediaStreamWindowCapturer.h
MediaTimer.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
MediaTimer.h Bug 1650696 - P1. Remove remnant of AbstractThread in EME and GMP decoders. r=jolin 2020-08-14 21:04:07 +00:00
MediaTrack.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
MediaTrack.h
MediaTrackGraph.cpp Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph. r=pehrsons 2021-04-01 16:54:05 +00:00
MediaTrackGraph.h Bug 1702362 - remove dead code in MediaTrackGraph. r=pehrsons 2021-04-01 16:54:04 +00:00
MediaTrackGraphImpl.h Bug 1702363 - replace AbstractThread with nsISerialEventTarget for MediaTrackGraph. r=pehrsons 2021-04-01 16:54:05 +00:00
MediaTrackList.cpp Bug 1601799 - Use a SharedDummyTrack for graph access in DecodedStream. r=karlt 2021-01-05 07:43:34 +00:00
MediaTrackList.h
MediaTrackListener.cpp
MediaTrackListener.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
MemoryBlockCache.cpp Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald 2020-07-21 23:39:14 +00:00
MemoryBlockCache.h
PeerConnection.jsm Bug 1687235 - Enable ESLint rule no-setter-return for dom. r=bryce 2021-01-26 13:44:03 +00:00
PeerConnectionIdp.jsm Bug 1680325 - Remove references to jshint from dom and layout. r=nika 2020-12-02 19:39:29 +00:00
PrincipalChangeObserver.h
PrincipalHandle.h
QueueObject.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
QueueObject.h
ReaderProxy.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
ReaderProxy.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
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 Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
ThreadPoolCOMListener.cpp
ThreadPoolCOMListener.h
TimeUnits.h Bug 1625138 - Part 16: Replace mozilla::IsIntegral with std::is_integral. r=froydnj 2020-03-28 13:57:15 +00:00
Tracing.cpp Bug 1626918 - Push PID and TIP gathering to AsyncLogger. r=achronop 2020-06-12 13:12:50 +00:00
Tracing.h Bug 1626918 - Have a fixed size buffer for the message part of the tracing. r=achronop 2020-06-12 13:14:21 +00:00
UnderrunHandler.h
UnderrunHandlerLinux.cpp Bug 1637235 - Implement a ring buffer for audio data. r=padenot,jya 2020-06-01 15:53:18 +00:00
UnderrunHandlerNoop.cpp
VideoFrameContainer.cpp Bug 1688810 - Remove unused VideoFrameContainer::ClearCurrentFrame() r=mattwoodrow 2021-01-26 22:30:45 +00:00
VideoFrameContainer.h Bug 1688810 - Remove unused VideoFrameContainer::ClearCurrentFrame() r=mattwoodrow 2021-01-26 22:30:45 +00:00
VideoFrameConverter.h Bug 1660144 - On disabling VideoFrameConverter, take a path that actually turns the frame black. r=jib 2020-08-21 12:50:32 +00:00
VideoLimits.h
VideoOutput.h Bug 1671931 - Remove some `using` keywords and set up typedefs in VideoOutput.h. r=bwc 2020-10-19 23:14:41 +00:00
VideoPlaybackQuality.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
VideoPlaybackQuality.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
VideoSegment.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/media. r=padenot 2020-03-04 15:39:20 +00:00
VideoSegment.h
VideoStreamTrack.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
VideoStreamTrack.h Bug 1582294 - Set up HTMLMediaElement to convey video track alpha channel when playing a MediaStream. r=bryce 2020-10-19 15:35:13 +00:00
VideoTrack.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
VideoTrack.h
VideoTrackList.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
VideoTrackList.h
VideoUtils.cpp Bug 1695056 - Don't provide details info about mobile networks. r=valentin,esawin,mixedpuppy 2021-02-26 18:43:40 +00:00
VideoUtils.h Bug 1669570 - Rename MediaController thread to MediaSupervisor. r=jya 2020-10-26 15:13:37 +00:00
VorbisUtils.h
WavDumper.h Bug 1678352 - Upload a wav file when the test fails, for diagnosis. r=pehrsons 2021-01-19 14:59:44 +00:00
WebMSample.h
XiphExtradata.cpp
XiphExtradata.h
components.conf
moz.build Bug 1697670 - Remove gfx::YUVColorSpace::UNKNOWN. r=mstange 2021-03-19 00:58:23 +00:00
nsIAudioDeviceInfo.idl
nsIDOMNavigatorUserMedia.idl Bug 1624322 - Add the raw group ID to MediaDevice. r=jib 2020-03-27 18:40:57 +00:00
nsIDocumentActivity.h
nsIMediaManager.idl Bug 1597451 - Remove IterateWindowListeners altogether. r=jib,geckoview-reviewers,agi 2020-10-19 09:56:56 +00:00