gecko-dev/dom/media
John Lin c668fd7d06 Bug 1308405 - p4: Separate buffer from sample object. r=snorp
To prevent new buffer object from being created per frame, either
Sample.CREATOR has to keep track of all buffers from every remote codec,
or the client must memorize seen buffers and avoid asking for them again
and again. The former saves client code from modifications but complicates
the implementation of Sample, a data structure class, while the latter
requires changes to client code but avoid overcomplicating Sample.CREATOR
implementation.

The 2nd approach is taken:
- move SampleBuffer out of Sample, and update clients accordingly
- add a new IPC method for clients to get the buffers only when needed

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

--HG--
extra : moz-landing-system : lando
2019-03-28 18:06:23 +00: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 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
eme Bug 1522547 - Have MediaKeys observe if the owning document becomes inactive so it can shutdown. r=cpearce 2019-03-05 16:21:40 +00:00
encoder Bug 1538232 - Handle MediaDecoder seeks and pauses in VideoTrackEncoder. r=bryce 2019-03-25 14:13:52 +00:00
fake-cdm Bug 1528651 - Re-enable warnings-as-errors on Windows in some directories. r=dmajor 2019-02-17 15:03:02 +09:00
flac Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
gmp Bug 1535010 - avoid unnecessary gmp directory creations during startup, r=cpearce. 2019-03-28 00:06:29 +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 1538232 - Add gtests for TestVideoTrackEncoder handling MediaDecoder seek and pause. r=bryce 2019-03-25 14:45:21 +00:00
hls Bug 1510340 - p2: limit the concurrently created HLSDecoder instances. r=jya 2019-02-21 01:22:02 +00:00
imagecapture Bug 1506093 - Remove MediaStreamVideoSink. r=padenot 2019-03-22 11:41:39 +00:00
ipc Bug 1538474 - Enable dav1d in RDD process. r=mjf 2019-03-28 10:41:29 +00:00
mediacapabilities Bug 1533252 - P4. Serialize all the video MediaCapabilities queries. r=pehrsons 2019-03-15 13:54:19 +00:00
mediasink Bug 1423253 - Handle MediaDecoder pauses when future frames are already buffered. r=padenot 2019-03-22 11:45:51 +00:00
mediasource Bug 1538359, 1538331, 1538360 - disable mochitest-media tests that fail intermittently or permanently on windows10-aarch64 r=jmaher 2019-03-23 09:51:09 +00:00
mp3 Backed out 4 changesets (bug 1500713) on request of jcristau for causing Bug 1535603 a=Backout 2019-03-15 15:50:20 +02:00
mp4 Bug 1536432 - MoofParser: Delete useless declaration r=jya 2019-03-20 00:45:40 +00:00
ogg Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
platforms Bug 1308405 - p4: Separate buffer from sample object. r=snorp 2019-03-28 18:06:23 +00:00
systemservices Bug 1528074 - Remove MSVC warning flags that clang-cl doesn't understand r=chmanchester 2019-03-13 20:19:08 +00:00
test Bug 1536365, 1536363 - fine tune expected outcome of reftests on windows10-aarch64 r=jmaher 2019-03-27 18:30:38 +00:00
tests Bug 1415265 - Remove now unnecessary .eslintrc.js files or entries. r=mossop 2019-03-28 09:38:14 +00:00
wave Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
webaudio Bug 1538470 - Null-check the global when creating AudioNodes. r=karlt 2019-03-26 12:22:10 +00:00
webm Bug 1532858 - Ensure metadata values are sane. r=kinetik 2019-03-15 02:30:09 +00:00
webrtc Bug 1531494 - remove all unimplemented RTCStats types from the WebIDL and prune related dead code r=bwc,smaug 2019-03-26 17:21:02 +00:00
webspeech Bug 1538359, 1538331, 1538360 - disable mochitest-media tests that fail intermittently or permanently on windows10-aarch64 r=jmaher 2019-03-23 09:51:09 +00:00
webvtt Bug 1488673 - part8 : remove unnecessary anonymous function. r=heycam 2019-03-19 03:31:43 +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 Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ADTSDemuxer.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
ADTSDemuxer.h Bug 1482706 - Pre-roll seek by 2112 frames to account for encoder delay. r=kinetik 2019-01-28 08:15:32 +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 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
AudioCompactor.h Bug 1524890 - P11. Remove duration from AudioData construction parameter. r=bryce 2019-02-22 09:19:47 +00:00
AudioConfig.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
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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 Bug 1508298 - Disable the reformatting of the comment r=jya 2018-11-20 14:21:48 +00:00
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 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 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
AudioStream.cpp Bug 1524890 - P4. Use Span<> with AudioBufferCursor. r=bryce 2019-02-22 09:18:05 +00:00
AudioStream.h Bug 1524890 - P4. Use Span<> with AudioBufferCursor. r=bryce 2019-02-22 09:18:05 +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 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
AutoplayPolicy.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
BackgroundVideoDecodingPermissionObserver.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01: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 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 1524119 - Properly get VP9 benchmark value. r=bryce 2019-01-31 17:55:45 +00:00
Benchmark.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
BitReader.cpp Bug 1533127 - Force unsigned operation. r=gerald 2019-03-08 03:03:16 +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 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 1521214 - r=kinetik 2019-01-22 11:21:23 -08:00
ByteWriter.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
CanvasCaptureMediaStream.cpp Bug 1423253 - Remove durations from VideoSegment::AppendFrame. r=padenot 2019-03-22 11:43:40 +00:00
CanvasCaptureMediaStream.h Bug 1423253 - Change CanvasCaptureMediaStream's driver to push instead of pull. r=padenot 2019-03-22 11:42:10 +00:00
ChannelMediaDecoder.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
ChannelMediaDecoder.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
ChannelMediaResource.cpp Bug 1522412 - P2. Remove nsIChannel.LOAD_CLASSIFY_URI flag. r=Ehsan 2019-03-25 12:47:57 +00: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
components.conf Bug 1524688: Part 3 - Convert PeerConnection to static registration r=jib 2019-01-29 17:44:56 -08:00
CubebUtils.cpp Bug 1534313 - Make GetDeviceCollection accessible only by the enumerator. r=padenot 2019-03-19 10:40:25 +00:00
CubebUtils.h Bug 1534313 - Make GetDeviceCollection accessible only by the enumerator. r=padenot 2019-03-19 10:40:25 +00:00
DecoderTraits.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
DecoderTraits.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
DOMMediaStream.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
DOMMediaStream.h Bug 1497175 - Have DOMMediaStream::TrackPort::BlockSourceTrackId() return a promise. r=pehrsons 2018-11-30 05:14:40 +00:00
DriftCompensation.h Bug 1423253 - Add a drift compensator to reclock video timestamps. r=padenot 2019-03-22 11:42:31 +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 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 1539045 use AppendMessage() for ForceShutDown() r=padenot 2019-03-26 12:41:05 +00:00
GraphDriver.h Bug 1506093 - Remove StreamTracksStartTimeStamp. r=padenot 2019-03-22 11:41:46 +00:00
GraphRunner.cpp Bug 1538640 wait for GraphRunner thread shutdown r=pehrsons 2019-03-26 00:13:55 +00:00
GraphRunner.h Bug 1538640 wait for GraphRunner thread shutdown r=pehrsons 2019-03-26 00:13:55 +00:00
IdpSandbox.jsm Bug 1525319 - Removing context from OnDataAvailable r=valentin 2019-02-27 23:42:27 +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 1530322 - P1. Make Interval assertion diagnostic_assert. r!gerald r=gerald 2019-02-26 09:09:34 +00:00
MediaBlockCacheBase.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaCache.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
MediaCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 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 1531286 - Temporarily make an error a strong assertion to determine the root cause of various crashes. r=padenot 2019-02-28 11:18:18 +00:00
MediaData.h Bug 1530322 - P3. Add temporary diagnostics. r=gerald 2019-02-26 09:10:04 +00:00
MediaDataDemuxer.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
MediaDecoder.cpp Bug 1521964 - Don't suspend the video decoder when cloning a video visually. r=jya 2019-03-01 22:36:53 +00:00
MediaDecoder.h Bug 1521964 - Don't suspend the video decoder when cloning a video visually. r=jya 2019-03-01 22:36:53 +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 1521964 - Allow VideoSink to have a secondary VideoFrameContainer assigned to it. r=jya 2019-03-01 22:36:33 +00:00
MediaDecoderStateMachine.h Bug 1521964 - Allow VideoSink to have a secondary VideoFrameContainer assigned to it. r=jya 2019-03-01 22:36:33 +00:00
MediaDeviceInfo.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaDeviceInfo.h Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +00:00
MediaDevices.cpp Bug 1213453 - Add group id in various MediaManager classes. r=pehrsons 2019-03-08 11:51:45 +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 1533252 - P3. Rename LocalAllocPolicy into SingleAllocPolicy. r=pehrsons 2019-03-15 13:35:53 +00:00
MediaFormatReader.h Bug 1524890 - P5. Make MediaData::Type an enum class. r=bryce 2019-02-22 09:18:18 +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 1500596 - pt2 - Add operator== for AudioInfo and VideoInfo. r=jya 2019-02-14 19:08:19 +00:00
MediaManager.cpp Backed out 2 changesets (bug 1335740) for permafailing mda task on Android 8.0 2019-03-25 12:31:48 +01:00
MediaManager.h Bug 1535384 part 11. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for getUserMedia callbacks. r=jib 2019-03-19 04:36:46 +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 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06: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 1524890 - P7. No longer access AudioData::mFrames directly. r=bryce 2019-02-22 09:18:47 +00:00
MediaRecorder.cpp Bug 1423253 - Route MediaEncoder::Suspend/Resume through the graph thread for less drift. r=padenot 2019-03-22 11:42:55 +00: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 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
MediaResourceCallback.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
MediaResult.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
MediaSegment.h Bug 1423253 - Disregard VideoChunk durations in VideoTrackEncoder. r=padenot 2019-03-22 11:43:08 +00:00
MediaShutdownManager.cpp Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
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
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 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
MediaStreamGraph.cpp Bug 1539045 remove unnecessary !mRealtime checks with mForcedShutDown r=padenot 2019-03-27 14:11:33 +00:00
MediaStreamGraph.h Bug 1423253 - Remove unused SourceMediaStream::GetEndOfAppendedData. r=padenot 2019-03-22 11:44:00 +00:00
MediaStreamGraphImpl.h Bug 1539045 remove unnecessary !mRealtime checks with mForcedShutDown r=padenot 2019-03-27 14:11:33 +00:00
MediaStreamListener.cpp Bug 1423253 - Remove DirectMediaStreamTrackListener::mMedia. r=padenot 2019-03-22 11:44:54 +00:00
MediaStreamListener.h Bug 1423253 - Notify MediaStreamTrackListeners about tracks' enabled state. r=padenot 2019-03-22 11:45:29 +00:00
MediaStreamTrack.cpp 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.h Bug 1506093 - Remove MediaStreamVideoSink. r=padenot 2019-03-22 11:41:39 +00:00
MediaStreamTypes.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +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 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 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
MemoryBlockCache.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
moz.build Bug 1423253 - Add a drift compensator to reclock video timestamps. r=padenot 2019-03-22 11:42:31 +00: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 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 1299515 - Wire up track-disabling logic to frontend APIs. r=jib, r=johannh 2017-11-17 20:13:06 +01:00
PeerConnection.jsm Backed out 10 changesets (bug 1535442) for mochitest failure at dom/presentation/tests/mochitest/test_presentation_1ua_sender_and_receiver_inproc.html 2019-03-27 01:19:57 +02:00
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 Bug 1531494 - remove all unimplemented RTCStats types from the WebIDL and prune related dead code r=bwc,smaug 2019-03-26 17:21:02 +00:00
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 1530918 - Use TimeUnit when seeking. r=bryce 2019-02-27 13:12:08 +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 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
StreamTracks.h Bug 1509548 - Rename track-end-time methods in StreamTracks. r=padenot 2018-11-29 17:37:17 +00:00
TextTrack.cpp Bug 1537554 - part3 : do not collect negative length cue for other cues. r=jya 2019-03-27 04:02:35 +00:00
TextTrack.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
TextTrackCue.cpp Bug 1535223 - part3 : add log in TextTrack and TextTrackCue. r=jya 2019-03-14 23:25:10 +00:00
TextTrackCue.h Bug 1509446 - part1 : update active cues list when cue's active state changed. r=jya 2019-03-08 03:10:45 +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 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 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
TrackID.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
TrackUnionStream.cpp Bug 1521325 - TrackUnionStream.cpp: Value stored to 'inputTrackEndPoint' is never read. r=pehrsons 2019-02-01 06:09:04 +00:00
TrackUnionStream.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
VideoFrameContainer.cpp Bug 1423253 - Move VideoSegment-specific logic out of VideoFrameContainer. r=padenot 2019-03-22 11:45:31 +00:00
VideoFrameContainer.h Bug 1423253 - Move VideoSegment-specific logic out of VideoFrameContainer. r=padenot 2019-03-22 11:45:31 +00:00
VideoFrameConverter.h Bug 1538113 - Fix static-analysis warning in dom/media/VideoFrameConverter.h. r=dminor 2019-03-25 14:25:11 +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 1423253 - Pace future video frames in MediaPipeline. r=dminor,padenot 2019-03-22 11:45:27 +00:00
VideoSegment.h Bug 1423253 - Pace future video frames in MediaPipeline. r=dminor,padenot 2019-03-22 11:45:27 +00:00
VideoStreamTrack.cpp Bug 1423253 - Handle MediaDecoder pauses when future frames are already buffered. r=padenot 2019-03-22 11:45:51 +00:00
VideoStreamTrack.h Bug 1506093 - Remove MediaStreamVideoSink. r=padenot 2019-03-22 11:41:39 +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 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
WebMSample.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
WebVTTListener.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01: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 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