gecko-dev/dom/media
JW Wang 88fd9831d4 Bug 1353607. P8 - use TimeUnit in DispatchSetFragmentEndTime(). r=kikuo
MozReview-Commit-ID: IBLT0j7yMLK

--HG--
extra : rebase_source : a441e4f71c7286225deb3cc6719582b912549bd0
extra : intermediate-source : 2b7da6662a5a783e0cb9e574c5a8678c991aa306
extra : source : 0647d6d92deabbc38a22c5e681e71ce92fdd8267
2017-03-28 18:01:23 +08:00
..
android Bug 1348894 - Use CheckedInt more. r=jgilbert 2017-03-29 22:52:12 -04:00
benchmark Bug 1263839 - WebM is now actually a VP9 sample; r=me 2016-04-12 19:49:50 +12:00
bridge Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
directshow Bug 1351574. P2 - let MediaDecoderReader::DecodeVideoFrame() take TimeUnit instead of int64_t. r=jya 2017-03-30 18:07:53 +08:00
eme Bug 1315850 - Rename DetailedPromise Status enum. r=gerald 2017-03-13 10:42:36 +13:00
encoder Bug 1349421 - Update handling of values derived from chunk duration in OpusTrackEncoder. r=derf 2017-03-31 07:57:37 +13:00
flac Bug 1353143 - Part 2: Remove usage of PR_LOGGING. r=froydnj 2017-04-04 14:36:16 -07:00
fmp4 Bug 1343461 - add a wrapper class to encapsulate rust/stagefright sample table. r=gerald 2017-03-01 10:53:49 +08:00
gmp Bug 1352924 - Disconnect GMP service in child from parent once all GMPs are shutdown. r=gerald 2017-04-03 11:10:04 +12:00
gmp-plugin Bug 1342822 - Backed out changeset 70bc7d4e8512 (bug 1338924). r=gerald 2017-02-27 13:58:27 +13:00
gmp-plugin-openh264 Bug 1338086 - Remove useless else blocks in order to reduce complexity in dom/media/gmp* r=cpearce 2017-02-09 10:31:55 +01:00
gtest Bug 1349129 - Fix CID 1403176 and CID 1403178 for memory leak. r=jwwang 2017-03-21 16:25:29 +08:00
imagecapture Bug 1345038 - Label runnables in dom/media/imagecapture/CaptureTask.cpp; r=alfredo 2017-03-13 18:04:27 +08:00
ipc Bug 1309200 - Backed out changeset 0447969a62c2 due to test failures. r=me 2017-03-24 15:22:36 +01:00
mediasink Bug 1350826 - Replace use of int64_t for microseconds by TimeUnit in MediaSink and its sub-classes. r=kaku 2017-03-27 14:55:05 +08:00
mediasource Bug 1351160 - accept only integral types for operator*(). r=gerald 2017-03-28 14:10:31 +08:00
ogg Bug 1351522 - Label runnables in dom/media/ogg/OggDemuxer.cpp; r=jwwang 2017-03-29 10:26:09 +08:00
platforms Bug 1265755 - Support encoder case for CodecProxy; r=jolin 2017-03-30 08:51:12 +08:00
systemservices Bug 1353476: Make InputObserver refcounted r=drno 2017-04-04 16:38:52 -04:00
test merge mozilla-inbound to mozilla-central a=merge 2017-04-06 12:50:50 +02:00
tests Bug 1348657 - Part 2 - split send/recv packet counts r=jib 2017-03-30 10:59:46 -07:00
wave Bug 1325707: P4. Fix coding style of MediaDataDemuxers. r=gerald 2017-02-07 09:23:34 +01:00
webaudio bug 1353246 adjust int/float comparison to treat floats just outside the range of int as outside r=padenot 2017-04-04 16:10:26 +12:00
webm Bug 1347538: Don't reject seeks with EOS. r=kinetik 2017-03-24 18:36:50 +01:00
webrtc Bug 1348657 - implement framesEncoded, pliCount, nackCount and firCount for webrtc stats r=jib,smaug 2017-03-21 21:52:06 -07:00
webspeech Bug 1345771 - Include DOMMediaStream.h in SpeechRecognition.h r=heycam a=tomcat 2017-03-09 01:21:00 +01:00
webvtt Bug 1318542 - Add preference "media.webvtt.pseudo.enabled". r=rillian 2017-04-05 10:48:49 +08:00
ADTSDecoder.cpp Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
ADTSDecoder.h Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
ADTSDemuxer.cpp Bug 1353143 - Part 2: Remove usage of PR_LOGGING. r=froydnj 2017-04-04 14:36:16 -07:00
ADTSDemuxer.h Bug 1325707: P4. Fix coding style of MediaDataDemuxers. r=gerald 2017-02-07 09:23:34 +01:00
AbstractMediaDecoder.h Bug 1343431 - Remove unused AbstractMediaDecoder::DispatchUpdateEstimatedMediaDuration(). r=gerald 2017-03-01 11:42:31 +08:00
AudioBufferUtils.h Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
AudioCaptureStream.cpp Bug 1314833 - Part 2.2: Use AbstractThread::CreateDirectTaskDrainer() to Drain Direct Tasks Dispatched to MediaStreamGraph. f=rjesup,r=padenot,jwwang 2016-12-07 22:00:12 -10:00
AudioCaptureStream.h Bug 1314833 - Part 2.2: Use AbstractThread::CreateDirectTaskDrainer() to Drain Direct Tasks Dispatched to MediaStreamGraph. f=rjesup,r=padenot,jwwang 2016-12-07 22:00:12 -10:00
AudioChannelFormat.cpp
AudioChannelFormat.h Bug 1266791 - manually constant-fold sqrt call for SQRT_ONE_HALF definition; r=dminor 2016-05-05 11:25:23 -04:00
AudioCompactor.cpp
AudioCompactor.h Bug 1305826: P2. Ensure the buffer size is of the right size. r=gerald 2016-10-01 18:56:21 +10:00
AudioConverter.cpp Bug 1275098: Silence incorrect dumb compiler warning. r=cpearce 2016-05-24 10:16:39 +10:00
AudioConverter.h Bug 1305826: P1. Fix move constructor. r=gerald 2016-10-01 12:02:46 +10:00
AudioMixer.h
AudioPacketizer.h Bug 1241901 part 4 - Stop using nsAutoPtr for holding primitive arrays. r=froydnj 2016-01-30 10:33:41 +11:00
AudioSampleFormat.h Bug 1270016: P2. Make the FFVPX PDM work with FLAC. r=kentuckyfriedtakahe 2016-08-02 22:54:26 +10:00
AudioSegment.cpp Bug 1251494 - Remove remaining references to MOZILLA_XPCOMRT_API from dom. r=jesup 2016-02-26 18:10:56 -08:00
AudioSegment.h Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
AudioStream.cpp Bug 1321502 - part 1: Enable multi-channel support in Gecko on Windows; r=jya 2017-01-26 17:35:31 +08:00
AudioStream.h Bug 1321502 - part 2: Use preferred layout for initializing cubeb when audio queue is empty; r=jya 2017-02-04 08:22:15 +08:00
AudioStreamTrack.cpp
AudioStreamTrack.h Bug 1208371 - Move MediaStreamTrack's label to MediaStreamTrackSource. r=jib 2016-01-22 16:27:37 +08:00
AudioTrack.cpp Bug 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +02:00
AudioTrack.h Bug 1240411: P9. Clean up media headers. r=jwwang 2016-01-19 19:47:36 +11:00
AudioTrackList.cpp
AudioTrackList.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
Benchmark.cpp Bug 1351263 - Label runnables in dom/media/Benchmark.cpp; r=jwwang 2017-03-28 18:12:49 +08:00
Benchmark.h Bug 1319987: P9. More coding style fixes. r=gerald 2017-01-27 13:20:37 +01:00
BufferMediaResource.h Bug 1331289 - Use MediaContainerType in MediaResource, SourceBuffer, TrackBuffersManager, and dependencies - r=jya 2016-12-28 18:59:02 +11:00
CanvasCaptureMediaStream.cpp Bug 1330919 - Pass RefreshDriver timestamp to captured frames from canvas. r=jesup 2017-01-13 11:56:03 +01:00
CanvasCaptureMediaStream.h Bug 1330919 - Pass RefreshDriver timestamp to captured frames from canvas. r=jesup 2017-01-13 11:56:03 +01:00
CubebUtils.cpp Bug 1348331 part 2. Switch Preferences::RegisterCallback/RegisterCallbackAndCall consumers that want prefix matches to the new RefisterPrefixCallback(AndCall) APIs. r=froydnj,padenot 2017-03-21 14:59:02 -04:00
CubebUtils.h Bug 1321502 - part 2: Use preferred layout for initializing cubeb when audio queue is empty; r=jya 2017-02-04 08:22:15 +08:00
DOMMediaStream.cpp Bug 1319987: P9. More coding style fixes. r=gerald 2017-01-27 13:20:37 +01:00
DOMMediaStream.h Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05:00
DecoderDoctorDiagnostics.cpp Bug 1346720 - Disallow invalid report IDs early on. r=gerald 2017-03-13 18:40:45 -04:00
DecoderDoctorDiagnostics.h Bug 1343161 - DecoderDoctorDiagnostics::StoreDecodeError/Warning - r=jya 2017-02-21 14:07:23 +11:00
DecoderTraits.cpp Bug 1338086 - Remove useless else blocks in order to reduce complexity in dom/media r=jya 2017-02-09 10:32:18 +01:00
DecoderTraits.h Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
EncodedBufferCache.cpp Bug 1346987 - Part 3: Stop using the PContent::Msg_OpenAnonymousTemporaryFile sync IPC message for media encoder; r=cpearce 2017-03-19 01:42:02 -04:00
EncodedBufferCache.h
FileBlockCache.cpp Bug 1347031 - Move the MediaCache off of opening its temporary file fd synchronously in the content process. r=jwwang 2017-03-17 09:54:23 +13:00
FileBlockCache.h Bug 1347031 - Move the MediaCache off of opening its temporary file fd synchronously in the content process. r=jwwang 2017-03-17 09:54:23 +13:00
FrameStatistics.h Bug 1289668 - Record inter-keyframe statistics - r=kamidphish 2016-07-26 09:36:55 +10:00
GetUserMediaRequest.cpp Bug 1270572 - allow un-prompted gUM access if the page has a live track connected to the same device; r=florian,gcp,smaug 2017-01-19 12:24:59 +08:00
GetUserMediaRequest.h Bug 1270572 - allow un-prompted gUM access if the page has a live track connected to the same device; r=florian,gcp,smaug 2017-01-19 12:24:59 +08:00
GraphDriver.cpp Bug 1350202 - use shorter names for logging macros in MediaDecoder.cpp. r=kaku 2017-03-24 11:17:17 +08:00
GraphDriver.h Bug 1277037 - Make AudioCallbackDriver::StartStream fallible. r=jesup 2017-01-11 11:51:23 -08:00
IdpSandbox.jsm Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
Intervals.h Bug 1298606: P3. Fix coding style. r=gerald 2016-08-29 16:59:17 +10:00
Latency.cpp Bug 1060419 - make log_print use Printf.h, r=froydnj 2016-12-15 20:16:31 -07:00
Latency.h
MP3Decoder.cpp Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
MP3Decoder.h Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
MP3Demuxer.cpp Bug 1353143 - Part 2: Remove usage of PR_LOGGING. r=froydnj 2017-04-04 14:36:16 -07:00
MP3Demuxer.h Bug 1325707: P4. Fix coding style of MediaDataDemuxers. r=gerald 2017-02-07 09:23:34 +01:00
MP3FrameParser.cpp
MP3FrameParser.h
MediaCache.cpp Bug 1347031 - Move the MediaCache off of opening its temporary file fd synchronously in the content process. r=jwwang 2017-03-17 09:54:23 +13:00
MediaCache.h Bug 1229963 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in dom/media/; r=cpearce 2015-12-02 18:07:59 -05:00
MediaContainerType.cpp Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
MediaContainerType.h Bug 1331770 - Rename 'MediaContentType' to 'MediaContainerType' - r=jya 2017-01-18 11:59:03 +11:00
MediaData.cpp Bug 1344649 - part 2: let VideoData::CreateFromImage() accept only neccessary parameters. r=jya 2017-03-09 12:06:24 +08:00
MediaData.h Bug 1344649 - part 2: let VideoData::CreateFromImage() accept only neccessary parameters. r=jya 2017-03-09 12:06:24 +08:00
MediaDataDemuxer.h Bug 1319987: P9. More coding style fixes. r=gerald 2017-01-27 13:20:37 +01:00
MediaDecoder.cpp Bug 1353607. P8 - use TimeUnit in DispatchSetFragmentEndTime(). r=kikuo 2017-03-28 18:01:23 +08:00
MediaDecoder.h Bug 1348432 - move the mMediaTracksConstructed flag back to MediaDecoder; r=jwwang 2017-03-18 22:34:01 +08:00
MediaDecoderOwner.h Bug 1347402 part 5 - create MediaElementGMPCrashHelper in HTMLMediaElement.cpp; r=cpearce,jwwang 2017-03-16 11:16:15 +08:00
MediaDecoderReader.cpp Bug 1351574. P2 - let MediaDecoderReader::DecodeVideoFrame() take TimeUnit instead of int64_t. r=jya 2017-03-30 18:07:53 +08:00
MediaDecoderReader.h Bug 1351574. P2 - let MediaDecoderReader::DecodeVideoFrame() take TimeUnit instead of int64_t. r=jya 2017-03-30 18:07:53 +08:00
MediaDecoderReaderWrapper.cpp Bug 1351574. P1 - let MediaDecoderReader::RequestVideoData() take TimeUnit instead of int64_t. r=jya 2017-03-29 16:52:57 +08:00
MediaDecoderReaderWrapper.h Bug 1349145. P1 - revert the changes in bug 1203047 for MediaDecoderReader and its friends. r=jya 2017-03-22 11:28:33 +08:00
MediaDecoderStateMachine.cpp Bug 1353607. P7 - remove the unused function. r=kikuo 2017-03-28 17:29:24 +08:00
MediaDecoderStateMachine.h Bug 1353607. P8 - use TimeUnit in DispatchSetFragmentEndTime(). r=kikuo 2017-03-28 18:01:23 +08:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDevices.cpp Bug 1335368 part 16. Remove the use of IsCallerChrome in GetUserMedia. r=jib 2017-02-01 15:43:38 -05:00
MediaDevices.h Bug 1335368 part 16. Remove the use of IsCallerChrome in GetUserMedia. r=jib 2017-02-01 15:43:38 -05:00
MediaEventSource.h Bug 1316145 - pass DontAssertDispatchSuccess when dispatching events because it is hard to enforce notification happens before AbstractThread shutdown. r=jya 2016-11-18 17:50:27 +08:00
MediaFormatReader.cpp Bug 1351574. P1 - let MediaDecoderReader::RequestVideoData() take TimeUnit instead of int64_t. r=jya 2017-03-29 16:52:57 +08:00
MediaFormatReader.h Bug 1351574. P1 - let MediaDecoderReader::RequestVideoData() take TimeUnit instead of int64_t. r=jya 2017-03-29 16:52:57 +08:00
MediaInfo.cpp Bug 1343152 - Move TrackTypeToStr(TrackInfo::TrackType) to MediaInfo.h/cpp - r=jya 2017-02-27 17:15:36 +11:00
MediaInfo.h Bug 1343152 - Move TrackTypeToStr(TrackInfo::TrackType) to MediaInfo.h/cpp - r=jya 2017-02-27 17:15:36 +11:00
MediaMIMETypes.cpp Backed out 13 changesets (bug 1329568) for wpt-11 failures in mediasource-addsourcebuffer.html a=backout CLOSED TREE 2017-01-12 15:10:52 -08:00
MediaMIMETypes.h Backed out 4 changesets (bug 1345756) for failures in test_SeekToLastFrame_mp4.html a=backout 2017-03-09 11:06:41 -08:00
MediaManager.cpp Bug 1349480 - s/NotSupportedError/TypeError for getUserMedia({}) r=jesup 2017-03-22 08:41:33 -04:00
MediaManager.h Bug 1335368 part 16. Remove the use of IsCallerChrome in GetUserMedia. r=jib 2017-02-01 15:43:38 -05:00
MediaMetadataManager.h
MediaPrefs.cpp Bug 1286766 - make MediaPrefs::MDSMSuspendBackgroundVideoDelay() safe to read off main thread using Preferences::AddAtomicUintVarCache(). r=gerald,kamidphish 2016-07-14 15:50:23 +08:00
MediaPrefs.h Bug 1265755 - Implement remote vp8 encoder and enable/disable them with pref; r=jolin 2017-03-30 09:00:13 +08:00
MediaQueue.h Bug 1350811 - Replace use of int64_t for microseconds by TimeUnit in DecodedStream. r=kaku 2017-03-27 11:09:49 +08:00
MediaRecorder.cpp Bug 1319987: P9. More coding style fixes. r=gerald 2017-01-27 13:20:37 +01:00
MediaRecorder.h Bug 1314833 - Part 2.2: Use AbstractThread::CreateDirectTaskDrainer() to Drain Direct Tasks Dispatched to MediaStreamGraph. f=rjesup,r=padenot,jwwang 2016-12-07 22:00:12 -10:00
MediaResource.cpp Bug 1353668. P3 - rename CMLOG to LOG. r=kaku 2017-04-05 17:38:20 +08:00
MediaResource.h Bug 1353668. P1 - add a member function, CopySegmentToCache. r=kaku 2017-04-05 17:24:03 +08:00
MediaResourceCallback.h Bug 1314527 - Remove unused MediaResourceCallback::SetMediaSeekable. r=bechen 2016-11-02 14:29:54 +08:00
MediaResult.h Bug 1341452 - Write nsresult name in MediaResult::Description() - r=jya 2017-02-21 16:30:44 +11:00
MediaSegment.h Bug 1317430 - Avoid a unnecessary copy by passing a const & in dom/media/ r=jya,pehrsons 2016-11-14 23:15:53 +01:00
MediaShutdownManager.cpp Bug 1343787. Part 1 - allow MediaShutdownManager::Register() to fail. r=gerald 2017-03-02 16:08:28 +08:00
MediaShutdownManager.h Bug 1343787. Part 1 - allow MediaShutdownManager::Register() to fail. r=gerald 2017-03-02 16:08:28 +08:00
MediaStatistics.h
MediaStreamError.cpp Bug 1281866 - Rename gUM's SourceUnavailableError to NotReadableError. r=padenot 2016-06-23 14:08:52 -04:00
MediaStreamError.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
MediaStreamGraph.cpp Bug 1341666 - Allow running a `close` message during an MSG shutdown. r=jesup 2017-03-20 16:25:19 +01:00
MediaStreamGraph.h Bug 1319489 - Make it possible for "fake" media streams to inherit from real streams; r=jesup 2017-01-10 09:57:16 -05:00
MediaStreamGraphImpl.h Bug 1255737: Move MSG shutdown max-timeout from just only cubeb shutdown to the entire graph r=padenot 2016-10-02 13:51:40 -04:00
MediaStreamListener.cpp Bug 1319987: P9. More coding style fixes. r=gerald 2017-01-27 13:20:37 +01:00
MediaStreamListener.h Backed out 13 changesets (bug 1329568) for wpt-11 failures in mediasource-addsourcebuffer.html a=backout CLOSED TREE 2017-01-12 15:10:52 -08:00
MediaStreamTrack.cpp Bug 1335368 part 15. Remove the use of IsCallerChrome in ApplyConstraints. r=jib 2017-02-01 15:43:38 -05:00
MediaStreamTrack.h Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot 2017-03-22 11:38:40 +01:00
MediaStreamVideoSink.cpp Backed out changeset b531c8bff6e9 (bug 1201363) for timeout in GTest VP8VideoTrackEncoder.FrameEncode. r=backout 2016-08-03 19:33:55 +02:00
MediaStreamVideoSink.h Backed out changeset b531c8bff6e9 (bug 1201363) for timeout in GTest VP8VideoTrackEncoder.FrameEncode. r=backout 2016-08-03 19:33:55 +02:00
MediaTimer.cpp Bug 1060419 - make log_print use Printf.h, r=froydnj 2016-12-15 20:16:31 -07:00
MediaTimer.h Bug 1328130. Part 2 - remove MozPromiseRequestHolder::Begin(). r=gerald 2017-01-11 16:33:29 +08:00
MediaTrack.cpp Bug 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +02:00
MediaTrack.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
MediaTrackList.cpp Bug 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +02:00
MediaTrackList.h Backed out changeset 2c235b056514 (bug 1266646) for frequently crashing in mda's test_streams_element_capture_createObjectURL.html. r=backout 2016-06-13 21:24:54 +02:00
PeerConnection.js Bug 1332826: return error when calling addIceCandidate before setRemoteDescription. r=jib 2017-01-21 01:12:46 -08:00
PeerConnection.manifest Backed out changeset 50497f2cdd28 (bug 1291715) 2016-10-05 17:03:02 +02:00
PeerConnectionIdp.jsm Bug 1252459 - Replaced 'identity.name' by 'name' to fix identity undefined bug, r=mt 2016-03-01 17:12:30 +01:00
PrincipalChangeObserver.h Bug 1208371 - Add a generic PrincipalChangeObserver interface. r=mt 2016-01-22 11:57:23 +08:00
QueueObject.cpp Bug 1281626 - part 3 - make various things accept already_AddRefed<nsIRunnable>; r=khuey 2016-06-28 22:24:54 -04:00
QueueObject.h Bug 1281626 - part 3 - make various things accept already_AddRefed<nsIRunnable>; r=khuey 2016-06-28 22:24:54 -04:00
RTCStatsReport.jsm
SeekJob.cpp Bug 1324335. Part 2 - Make SeekJob::mTarget a Maybe<>. r=gerald 2016-12-19 12:25:14 +08:00
SeekJob.h Bug 1324335. Part 2 - Make SeekJob::mTarget a Maybe<>. r=gerald 2016-12-19 12:25:14 +08:00
SeekTarget.h Bug 1314884. Part 6 - remove SeekTarget::mEventVisibility. r=kaku 2016-11-03 15:34:11 +08:00
SelfRef.h
SharedBuffer.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SimpleImageBuffer.cpp
SimpleImageBuffer.h
StreamTracks.cpp Bug 1060419 - make log_print use Printf.h, r=froydnj 2016-12-15 20:16:31 -07:00
StreamTracks.h Bug 1280445 - Clear out all MediaSegments directly on forced MediaStreamGraph shutdown. r=jesup 2016-06-16 12:45:29 +01:00
TextTrack.cpp Bug 1343796 - Label runnables in TextTrack.cpp. r=jwwang 2017-03-15 11:58:50 +08: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 1344604 - part2: Return empty DocumentFragment if the ConvertCueToDOMTree() return null. r=alwu 2017-03-16 15:25:56 +08:00
TextTrackCue.h Bug 1308868 - Add ignore-initialization-check annotation to mPosition and mLine from TextTrackCue. r=giles 2016-10-18 15:52:54 +03:00
TextTrackCueList.cpp Bug 1278151 - Fix CompareCuesByTime for the web-platform/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues.html. r=rillian 2016-06-21 16:26:35 +08:00
TextTrackCueList.h Bug 1280644 - part1 : add Telemetry for webvtt. r=bsmedberg,rillian 2016-07-11 10:51:08 +08:00
TextTrackList.cpp Bug 1343799 - lable runnables in texttracklist.cpp. r=jwwang 2017-03-21 16:16:08 +08:00
TextTrackList.h Bug 1334112 - part1: Add IsLoaded functions for TextTrack, TextTrackList, TextTrackManager. r=rillian 2017-02-20 15:27:06 +08:00
TextTrackRegion.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
TextTrackRegion.h Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug 2016-09-15 14:10:17 -07:00
ThreadPoolCOMListener.cpp
ThreadPoolCOMListener.h
TimeUnits.h Bug 1351160 - accept only integral types for operator*(). r=gerald 2017-03-28 14:10:31 +08:00
TrackUnionStream.cpp Bug 1314833 - Part 2.2: Use AbstractThread::CreateDirectTaskDrainer() to Drain Direct Tasks Dispatched to MediaStreamGraph. f=rjesup,r=padenot,jwwang 2016-12-07 22:00:12 -10:00
TrackUnionStream.h Bug 1314833 - Part 2.2: Use AbstractThread::CreateDirectTaskDrainer() to Drain Direct Tasks Dispatched to MediaStreamGraph. f=rjesup,r=padenot,jwwang 2016-12-07 22:00:12 -10:00
VideoFrameContainer.cpp Bug 1343458 - Label runnables in dom/media/VideoFrameContainer.cpp. r=cpearce 2017-03-01 14:49:37 +08:00
VideoFrameContainer.h Bug 1343458 - Label runnables in dom/media/VideoFrameContainer.cpp. r=cpearce 2017-03-01 14:49:37 +08:00
VideoPlaybackQuality.cpp Bug 1286444 - Store uint32_t's in VideoPlaybackQuality - r=kinetik 2016-07-14 14:31:12 +10:00
VideoPlaybackQuality.h Bug 1289668 - VideoPlaybackQuality style - r=kamidphish 2016-07-15 16:48:26 +10:00
VideoSegment.cpp Backed out changeset 4111e388bd90 (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoSegment.h Bug 1273314 - Let mPrincipalHandle decide uniqueness of a VideoFrame. r=jesup 2016-10-06 11:39:50 +02:00
VideoStreamTrack.cpp Backed out changeset 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoStreamTrack.h Backed out changeset 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoTrack.cpp Bug 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +02:00
VideoTrack.h Backed out changeset 2c235b056514 (bug 1266646) for frequently crashing in mda's test_streams_element_capture_createObjectURL.html. r=backout 2016-06-13 21:24:54 +02:00
VideoTrackList.cpp Backed out changeset 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoTrackList.h Backed out changeset 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoUtils.cpp Bug 1345027 - Label runnables in dom/media/VideoUtils.cpp. r=cpearce 2017-03-07 14:53:52 +08:00
VideoUtils.h Bug 1345339 - Label runnables in dom/media/VideoUtils.h;r=jwwang 2017-03-08 11:58:15 +08: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 973384 - Call |cb| before WebVTTListener::AsyncOnChannelRedirect returns. r=rillian 2017-02-02 11:26:56 +08: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 1343787. Part 2 - move the Register() calls to Load(). r=gerald 2017-03-02 18:03:20 +08:00
nsIDOMNavigatorUserMedia.idl Bug 1284910 - Add scary boolean to mediaDeviceInfo. r=jesup 2016-09-29 15:37:25 -04:00
nsIDocumentActivity.h
nsIMediaManager.idl Backed out changeset 9c7364b4579d (bug 1308615) for suspicion that this caused pgo windows test crashes 2016-10-14 14:59:36 +02:00