gecko-dev/dom/media
Carsten "Tomcat" Book 6a10d6b691 Merge mozilla-central to mozilla-inbound 2016-12-07 11:39:51 +01:00
..
android Bug 1313497 - Use InvokeAsync with Storages in MediaDecoderReaderWrapper - r=jya 2016-11-13 17:42:19 +11: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 1313497 - Use InvokeAsync with Storages in MediaDecoderReaderWrapper - r=jya 2016-11-13 17:42:19 +11:00
eme Bug 1320614 - Remove MediaKeys::mNodeId as it's only ever written and never read. r=gerald 2016-11-28 12:12:34 +13:00
encoder Bug 1311214 - Remove b2g OMX encoder/decoder; r=cpearce 2016-10-19 17:44:31 -04:00
flac Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
fmp4 Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
gmp Bug 1321471. Part 1 - Use of MozPromise::ThenPromise() in place of CompletionPromise(). r=jya. 2016-11-30 18:19:26 +08:00
gmp-plugin Bug 1317241 - Use C++11's override and remove virtual where applicable in dom/ r=baku 2016-11-15 13:09:07 +02:00
gmp-plugin-openh264 Bug 1317241 - Use C++11's override and remove virtual where applicable in dom/ r=baku 2016-11-15 13:09:07 +02:00
gtest Bug 1321471. Part 1 - Use of MozPromise::ThenPromise() in place of CompletionPromise(). r=jya. 2016-11-30 18:19:26 +08:00
imagecapture Bug 1306137 - remove b2g camera code: Remove dom/camera/ and code which depends on it. r=aosmond,bkelly 2016-10-04 20:16:28 +02:00
ipc Bug 1319251 - Add more current thread assertions in VideoDecoderParent so it's more obvious about which code runs where. r=jya 2016-11-22 21:48:21 +13:00
mediasink Bug 1316543 - Fix the calculation of VideoSink::mVideoFrameEndTime. r=cpearce 2016-11-10 17:12:01 +08:00
mediasource Backed out changeset ee28526a9033 (bug 1318506) for frequent failure in clearkey-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.html. r=backout 2016-12-01 13:36:31 +01:00
ogg Bug 1320705: P7. Ensure audio decoder is recreated when chaining encountered. r=gerald 2016-12-02 12:28:28 +11:00
platforms Bug 1320705: P8. Don't use stagefright to decode vorbis. r=gerald 2016-12-05 07:41:54 +11:00
standalone Bug 1306137 - remove b2g camera code: Remove dom/camera/ and code which depends on it. r=aosmond,bkelly 2016-10-04 20:16:28 +02:00
systemservices Bug 1317670 Part 1 - r=jib 2016-11-20 02:39:08 -05:00
test Bug 1319486 - Add crashtest. r=jwwang 2016-12-01 14:01:20 +08:00
tests Bug 1319019 - Disable test_peerConnection_multiple_captureStream_canvas_2d.html on Android opt as well 2016-12-04 11:16:55 -08:00
wave Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
webaudio Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
webm Bug 1320705: P6. Fix codec mimetypes. r=gerald 2016-12-02 12:23:23 +11:00
webrtc Bug 1310064 - mark MediaEngineTabVideoSource draw target as uninitialized to avoid triggering assertion with Skia. r=lsalzman, jesup 2016-12-06 21:52:02 -10:00
webspeech Bug 1318137 - Added charLength to speech synth boundary events. r=m_kato,smaug 2016-11-16 17:22:36 -08:00
webvtt Backed out 3 changesets (bug 1271765) for win8 mochitest(5) failures a=backout 2016-11-15 10:50:59 -08:00
ADTSDecoder.cpp Bug 1195723: [adts] P4. Add extra mimetype for adts/aac. r=kamidphish 2016-08-17 15:25:02 +10:00
ADTSDecoder.h Bug 1195723: [adts] P4. Add extra mimetype for adts/aac. r=kamidphish 2016-08-17 15:25:02 +10:00
ADTSDemuxer.cpp Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
ADTSDemuxer.h Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
AbstractMediaDecoder.h Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13:00
AccurateSeekTask.cpp Bug 1321140 - don't clamp up the SeekTarget again in the AccurateSeekTask's constructor; r=jwwang 2016-11-29 17:59:22 +08:00
AccurateSeekTask.h Bug 1320466 part 8 - clean up redundant fucntion calls; r=jwwang 2016-11-27 00:07:25 +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 1292917 - Ended tracks should still keep the AudioCaptureStream going. r=padenot 2016-11-02 16:15:56 +01:00
AudioCaptureStream.h Bug 1280445 - Remove wrapper from MediaStream. r=jesup, r=padenot 2016-06-29 12:27:13 +02: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 merge mozilla-inbound to mozilla-central a=merge 2016-09-28 15:56:33 +02:00
AudioStream.h Bug 1303083 - Make CubebUtils::PreferredSampleRate handle InitPreferredSampleRate failures. r=padenot 2016-09-18 16:32:22 +12: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
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 1319277: P2. Bump VP9 benchmark version to force a new run. r=gerald 2016-11-22 17:26:57 +11:00
Benchmark.h Bug 1299072: P4. Return extended failure details to reader. r=gerald 2016-09-10 09:56:53 +10:00
BufferMediaResource.h
CanvasCaptureMediaStream.cpp Bug 1301675 - Implement CanvasCaptureTrackSource that allows stopping canvas capture. r=jib 2016-09-12 18:00:14 +02:00
CanvasCaptureMediaStream.h Bug 1301675 - Implement CanvasCaptureTrackSource that allows stopping canvas capture. r=jib 2016-09-12 18:00:14 +02:00
CubebUtils.cpp Bug 1314085 - Change cubeb log level to Error. r=padenot 2016-11-07 12:25:16 +02:00
CubebUtils.h Bug 1301648 - Add a pref to be able to control the AudioCallbackDriver requested latency. r=kinetik 2016-09-09 15:21:50 +02:00
DOMMediaStream.cpp Bug 1317501 - Don't notify dom objects synchronously from MSG runnables in DOMMediaStream. r=padenot 2016-12-07 08:56:14 +01:00
DOMMediaStream.h Bug 1306137 - remove b2g camera code: Remove dom/camera/ and code which depends on it. r=aosmond,bkelly 2016-10-04 20:16:28 +02:00
DecoderDoctorDiagnostics.cpp Bug 1318833 - Part 3: Remove unused Silverlight checks from Decoder Doctor. r=gerald 2016-11-21 21:11:04 -08:00
DecoderDoctorDiagnostics.h Bug 1305670 - Fix typo from SetA/VFormatNotSupport to SetA/V NotSupported r=gerald 2016-09-27 17:37:13 +08:00
DecoderTraits.cpp Bug 1316205: P2. Remove wave duplicated code. r=kaku 2016-11-09 13:08:56 +11:00
DecoderTraits.h Bug 1176218 - p3. Add DecoderTraits::CanHandleContentType - r=jya 2016-09-26 16:43:16 +10:00
EncodedBufferCache.cpp
EncodedBufferCache.h
FileBlockCache.cpp Bug 1275807 - Remove remaining use of FlushableTaskQueue. r=cpearce. 2016-05-24 16:48:26 +08:00
FileBlockCache.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
FrameStatistics.h Bug 1289668 - Record inter-keyframe statistics - r=kamidphish 2016-07-26 09:36:55 +10:00
GetUserMediaRequest.cpp Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
GetUserMediaRequest.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
GraphDriver.cpp Bug 1221574 - [02] Fix build erros with the new backend. r=jesup 2016-11-18 18:00:48 +02:00
GraphDriver.h Bug 1289678 - Fix warning as errors on a CLOSED TREE. 2016-07-28 13:17:46 +02:00
IdpSandbox.jsm Bug 1258299 - Move RTCIdentityProvider to a dictionary, r=jib,khuey 2016-03-24 16:12:56 +11:00
Intervals.h Bug 1298606: P3. Fix coding style. r=gerald 2016-08-29 16:59:17 +10:00
Latency.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
Latency.h
MP3Decoder.cpp Bug 1271491: P6. Remove the need to call PDMFactory::Init(). r=cpearce 2016-05-12 18:54:35 +10:00
MP3Decoder.h
MP3Demuxer.cpp Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
MP3Demuxer.h Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
MP3FrameParser.cpp
MP3FrameParser.h
MediaCache.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
MediaCache.h
MediaContentType.cpp Bug 1176218 - p2. New MediaContentType class to parse content type string - r=jya 2016-10-07 17:38:44 +11:00
MediaContentType.h Bug 1176218 - p2. New MediaContentType class to parse content type string - r=jya 2016-10-07 17:38:44 +11:00
MediaData.cpp Bug 1320829 - updated WebM demuxer to surface alpha information. r=jya 2016-11-23 11:52:16 +13:00
MediaData.h Bug 1320705: P2. Add mDiscardPadding information. r=kinetik 2016-11-30 17:24:45 +11:00
MediaDataDemuxer.h Bug 1313497 - Pass TimeUnit by const& in MediaDataDemuxer - r=jya 2016-11-13 15:13:51 +11:00
MediaDecoder.cpp Bug 1319790 - add assertions to detect if MediaDecoder is deleted without Shutdown() being called. r=kaku 2016-11-24 11:59:18 +08:00
MediaDecoder.h Bug 1317576. Part 4 - remove unused MediaDecoder::SeekResolveValue. r=cpearce 2016-11-14 17:00:53 +08:00
MediaDecoderOwner.h Bug 1300654 Part1-Remove MOZ_EME from code base. r=cpearce,smaug 2016-09-08 18:06:20 +08:00
MediaDecoderReader.cpp Bug 1313635 part 1 - don't go through MediaDecoderReaderWrapper to set start time; r=jwwang,jya 2016-11-25 16:47:02 +08:00
MediaDecoderReader.h Bug 1319698 - Remove MediaDecoderReader::SetIdle(). r=jya 2016-11-23 17:30:31 +08:00
MediaDecoderReaderWrapper.cpp Bug 1321471. Part 1 - Use of MozPromise::ThenPromise() in place of CompletionPromise(). r=jya. 2016-11-30 18:19:26 +08:00
MediaDecoderReaderWrapper.h Bug 1319698 - Remove MediaDecoderReader::SetIdle(). r=jya 2016-11-23 17:30:31 +08:00
MediaDecoderStateMachine.cpp Bug 1321471. Part 1 - Use of MozPromise::ThenPromise() in place of CompletionPromise(). r=jya. 2016-11-30 18:19:26 +08:00
MediaDecoderStateMachine.h Bug 1320466 part 3 - implement OnAudioWaited(), OnVideoWaited() and OnNotWaited() callbacks in MDSM; r=jwwang 2016-11-26 13:50:51 +08:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDevices.cpp Bug 1317670 - call MediaManager::RemoveDeviceChangeCallback() in MediaDevices dtor; r=jib 2016-11-21 14:59:51 +08:00
MediaDevices.h Bug 1317670 - call MediaManager::RemoveDeviceChangeCallback() in MediaDevices dtor; r=jib 2016-11-21 14:59:51 +08: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 1321471. Part 1 - Use of MozPromise::ThenPromise() in place of CompletionPromise(). r=jya. 2016-11-30 18:19:26 +08:00
MediaFormatReader.h Bug 1320258. Part 2 - remove MediaDecoderReader::UpdateBufferedWithPromise(). r=jya 2016-11-25 16:22:55 +08:00
MediaInfo.cpp Bug 1248861: P8. Added ChannelLayout::MappingTable method. r=gerald 2016-04-07 15:11:59 +10:00
MediaInfo.h Bug 1320829 - updated WebM demuxer to surface alpha information. r=jya 2016-11-23 11:52:16 +13:00
MediaManager.cpp Bug 1037438 - implement persistent deny permissions for screen sharing, r=jesup,past. 2016-11-28 12:29:31 +01:00
MediaManager.h Bug 1312030 - Remove MediaParent singleton to work with multi content processes. r=jesup 2016-11-01 07:44:02 -04: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 1299105 - Part 2: Make Part 1 works behind a pref. r=jya 2016-11-29 15:03:14 +08:00
MediaQueue.h Bug 1258870 - Don't push late video frames to the compositor, drop them. r=jwwang 2016-08-15 13:35:52 +12:00
MediaRecorder.cpp Bug 1318354 - Remove the b2g specific code for audio/video capture permissions; r=baku 2016-11-22 08:31:06 -05:00
MediaRecorder.h Bug 1317805, ensure to update MediaRecorder when document's activity state changes, r=bechen 2016-11-18 13:29:13 +02:00
MediaResource.cpp Bug 1304633 - Treating resources as finite when the response code is 206. r=cpearce 2016-09-22 15:15:01 +08:00
MediaResource.h Bug 1294645 - Don't use NS_CALLBACK for callbacks in nsI{Input,Output,UnicharInput},Stream.idl. r=froydnj. 2016-08-12 17:36:22 +10:00
MediaResourceCallback.h Bug 1314527 - Remove unused MediaResourceCallback::SetMediaSeekable. r=bechen 2016-11-02 14:29:54 +08:00
MediaResult.h Bug 1303673: P1. Add RESULT_DETAIL convenience macro. r=cpearce 2016-09-20 15:50:31 +10: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 1320346 - dump |rv| when AddBlocker() fails to get more debugging info. r=cpearce 2016-11-29 10:38:32 +08:00
MediaShutdownManager.h Bug 1274522. Part 2 - fix comments. r=gerald. 2016-05-24 11:47:23 +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 1221574 - [05] Fix MediaStreamGraph lifecycle logs in case of Android. r=jesup 2016-11-18 18:00:48 +02:00
MediaStreamGraph.h Bug 1306137 - remove b2g camera code: Remove dom/camera/ and code which depends on it. r=aosmond,bkelly 2016-10-04 20:16:28 +02: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 1259788 - Implement disabled track modes for direct track listeners. r=jesup 2016-08-23 18:05:51 +02:00
MediaStreamListener.h Bug 1259788 - Implement disabled track modes for direct track listeners. r=jesup 2016-08-23 18:05:51 +02:00
MediaStreamTrack.cpp Backed out changeset 0593feead369 (bug 1294605) 2016-10-20 20:03:16 +02:00
MediaStreamTrack.h Backed out changeset 0593feead369 (bug 1294605) 2016-10-20 20:03:16 +02: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 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj 2016-05-05 01:45:00 -07:00
MediaTimer.h
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
NextFrameSeekTask.cpp Bug 1320466 part 8 - clean up redundant fucntion calls; r=jwwang 2016-11-27 00:07:25 +08:00
NextFrameSeekTask.h Bug 1320466 part 8 - clean up redundant fucntion calls; r=jwwang 2016-11-27 00:07:25 +08:00
PeerConnection.js Bug 1319542 - Update RTCDataChannelInit to spec, and remove support for old deprecated values. r=jesup,mrbkap 2016-11-22 16:13:04 -05: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 1317576. Part 4 - remove unused MediaDecoder::SeekResolveValue. r=cpearce 2016-11-14 17:00:53 +08:00
SeekJob.h Bug 1317576. Part 3 - remove unused parameter/member. r=cpearce 2016-11-14 16:47:07 +08:00
SeekTarget.h Bug 1314884. Part 6 - remove SeekTarget::mEventVisibility. r=kaku 2016-11-03 15:34:11 +08:00
SeekTask.cpp Bug 1321140 - don't clamp up the SeekTarget again in the AccurateSeekTask's constructor; r=jwwang 2016-11-29 17:59:22 +08:00
SeekTask.h Bug 1321140 - don't clamp up the SeekTarget again in the AccurateSeekTask's constructor; r=jwwang 2016-11-29 17:59:22 +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 1280445 - Clear out all MediaSegments directly on forced MediaStreamGraph shutdown. r=jesup 2016-06-16 12:45:29 +01: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 1319486 - Remove the old relation when adding cue to a new TextTrack. r=rillian 2016-11-24 15:30:52 +08:00
TextTrack.h Backed out changeset 5c7dda18ec02 (bug 1285897) 2016-07-21 08:03:10 +02:00
TextTrackCue.cpp Bug 1318479 part 5. Remove nsIDOMNode::AppendChild from TextTrackCue. r=ehsan 2016-11-18 16:38:29 -05: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 1309484 - initialise mPendingTextTrackChange in all constructors of TextTrackList. r=cpearce 2016-10-12 10:40:48 +03:00
TextTrackList.h Bug 1309484 - initialise mPendingTextTrackChange in all constructors of TextTrackList. r=cpearce 2016-10-12 10:40:48 +03: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
TrackUnionStream.cpp Bug 1172997 - Track suspended MediaStream inputs separately to optimize input processing; r=karlt 2016-08-24 13:04:33 -04:00
TrackUnionStream.h Bug 1259788 - Add a new disabled mode for MSG tracks. r=jesup 2016-08-15 14:19:42 +02:00
VideoFrameContainer.cpp Bug 1273314 - Fix VideoFrameContainer logging. r=jesup 2016-10-06 11:37:47 +02:00
VideoFrameContainer.h Bug 1299415 - Clear ImageContainer cached resources When VideoSink pause playing r=jwwang 2016-09-04 23:38:43 -07: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 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
VideoUtils.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
VorbisUtils.h
WebMSample.h Bug 1263839 - WebM is now actually a VP9 sample; r=me 2016-04-12 19:49:50 +12:00
WebVTTListener.cpp Merge m-c to autoland, a=merge 2016-09-16 14:35:31 -07:00
WebVTTListener.h Bug 1294645 - Don't use NS_CALLBACK for callbacks in nsI{Input,Output,UnicharInput},Stream.idl. r=froydnj. 2016-08-12 17:36:22 +10:00
XiphExtradata.cpp
XiphExtradata.h
moz.build Bug 1318354 - Remove the b2g specific code for audio/video capture permissions; r=baku 2016-11-22 08:31:06 -05: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