gecko-dev/dom/media
JW Wang 3f28193e81 Bug 1317570 - Add a mochitest to test 'ended' fires only once when seeking to the end. r=cpearce
MozReview-Commit-ID: KRm1shND6lL

--HG--
rename : dom/media/test/test_seek-13.html => dom/media/test/test_seek-14.html
extra : rebase_source : cba1fa17bf5e422e2b3b7466776c3af4bea66fbb
extra : intermediate-source : a210bbe13f32486bef8074f18f3a736156eb07b0
extra : source : 35579f0aaa8cab2f86bdb13ca1c5166afa577317
2016-11-15 10:41:42 +08:00
..
android Bug 1299054 - Remove old Android support (API level < 15) from Gecko. r=snorp 2016-08-30 14:11:55 +09: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 1274913 - Use LazyLogModule directly for DirectShow logging. r=rillian 2016-07-08 11:47:04 -07:00
eme Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13:00
encoder Bug 1311214 - Remove b2g OMX encoder/decoder; r=cpearce 2016-10-19 17:44:31 -04:00
flac Bug 1313632: P2. Cleaner Ogg related headers. r=kaku 2016-11-09 12:19:06 +11:00
fmp4 Bug 1315567: P2. Expose opus codec as being available in mp4. r=gerald 2016-11-07 11:08:32 +11:00
gmp Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13: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 merge mozilla-inbound to mozilla-central a=merge 2016-11-15 12:26:41 +01: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 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
mediasink Bug 1316543 - Fix the calculation of VideoSink::mVideoFrameEndTime. r=cpearce 2016-11-10 17:12:01 +08:00
mediasource Bug 1315591 - remove duplicated waitUntilTime() in test_BufferingWait[_mp4].html. r=jya 2016-11-07 11:49:38 +08:00
ogg Bug 1313632: P2. Cleaner Ogg related headers. r=kaku 2016-11-09 12:19:06 +11:00
platforms Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13: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 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
test Bug 1317570 - Add a mochitest to test 'ended' fires only once when seeking to the end. r=cpearce 2016-11-15 10:41:42 +08:00
tests Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/media. r=RyanVM 2016-11-05 11:29:16 +01:00
wave Bug 1316205: P3. Remove WaveDecoder::IsEnable(). r=gerald 2016-11-10 11:53:07 +11:00
webaudio Bug 1317822 - Move GMPCrashHelper into its own file. r=gerald 2016-11-16 11:35:36 +13:00
webm Bug 1314533: P5. Abort when webm parser encounter an error. r=kinetik 2016-11-04 23:01:49 +11:00
webrtc Bug 1312306 - Followup to fix operator error, a=bustage 2016-11-04 14:48:34 +11:00
webspeech Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01: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 1299072: P12. Use MediaResult for MediaDataDemuxer promises. r=gerald 2016-09-12 12:22:20 +10:00
ADTSDemuxer.h Bug 1313517: Always compute start time with ADTS. r=kamidphish 2016-10-27 20:12:29 +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 1299072: P8. Pass decoding error details through SeekTask. r=jwwang 2016-09-11 00:45:34 +10:00
AccurateSeekTask.h Bug 1299072: P6. Pass decoding error details to MDSM and relatives. r=jwwang 2016-09-10 16:48:53 +10: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 Bug 901633 - Part 2 - Make AudioChannelFormat and AudioSegment more generic. r=roc 2015-07-29 18:24:15 +02:00
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 Bug 1156472 - Part 3 - Implement AudioCaptureStream. r=roc 2015-07-24 14:28:16 +02:00
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 Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
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 1286738 - part3-mediasource: Enable fennec vp9 only if we have hw deocder. r=jya 2016-10-26 17:08:21 +08:00
Benchmark.h Bug 1299072: P4. Return extended failure details to reader. r=gerald 2016-09-10 09:56:53 +10:00
BufferMediaResource.h Bug 1240411: P9. Clean up media headers. r=jwwang 2016-01-19 19:47:36 +11:00
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 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
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 1263665 - DecDoc handling of libavcodec linking issues - r=jya, r=smaug 2016-09-22 00:06:45 -07: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 Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
EncodedBufferCache.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
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 1300818: bustage fix rs=kwierso on a CLOSED TREE 2016-10-14 15:13:30 -04: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 Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian 2015-11-15 14:49:01 +01:00
MP3Decoder.cpp Bug 1271491: P6. Remove the need to call PDMFactory::Init(). r=cpearce 2016-05-12 18:54:35 +10:00
MP3Decoder.h Bug 1214989. Part 2 - add MediaDecoderOwner to Clone() and overrides. r=gerald. 2015-10-15 11:37:47 +08:00
MP3Demuxer.cpp Bug 1299072: P12. Use MediaResult for MediaDataDemuxer promises. r=gerald 2016-09-12 12:22:20 +10:00
MP3Demuxer.h Bug 1291543 - [1.1] Accept partial information from VBR headers. r=jya 2016-08-04 22:20:26 +02:00
MP3FrameParser.cpp Bug 1225682 - Don't use nsAuto{,C}String as class member variables in dom/media/. r=cpearce 2015-12-02 11:04:37 +09:00
MP3FrameParser.h Bug 1225682 - Don't use nsAuto{,C}String as class member variables in dom/media/. r=cpearce 2015-12-02 11:04:37 +09:00
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 Bug 1229963 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in dom/media/; r=cpearce 2015-12-02 18:07:59 -05:00
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 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
MediaData.h Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
MediaDataDemuxer.h Bug 1299072: P12. Use MediaResult for MediaDataDemuxer promises. r=gerald 2016-09-12 12:22:20 +10:00
MediaDecoder.cpp Bug 1317576. Part 4 - remove unused MediaDecoder::SeekResolveValue. r=cpearce 2016-11-14 17:00:53 +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 1312337. Part 4 - remove ReaderQueue and its friends. r=jya 2016-10-27 16:06:05 +08:00
MediaDecoderReader.h Bug 1312337. Part 4 - remove ReaderQueue and its friends. r=jya 2016-10-27 16:06:05 +08:00
MediaDecoderReaderWrapper.cpp Backed out changeset 0699225db846 (bug 1309516) 2016-11-05 11:00:24 +01:00
MediaDecoderReaderWrapper.h Backed out changeset 0699225db846 (bug 1309516) 2016-11-05 11:00:24 +01:00
MediaDecoderStateMachine.cpp Bug 1317576. Part 7 - remove the assertion that doesn't make sense anymore. r=cpearce 2016-11-15 15:13:21 +08:00
MediaDecoderStateMachine.h Backed out changeset 804308421d74 (bug 1309516) 2016-11-05 11:00:20 +01:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDevices.cpp Bug 1286429 - implement mediaDevices.ondevicechange for Mac OSX; r=jib,smaug 2016-08-12 01:04:49 +08:00
MediaDevices.h Bug 1296684 - export DeviceChangeCallback.h no matter webrtc is enabled or not; r=jib 2016-08-22 18:16:28 +08:00
MediaEventSource.h Bug 1281090. Part 5 - don't lock while sending synchronous notification to avoid deadlock. r=gerald. 2016-06-21 16:32:13 +08:00
MediaFormatReader.cpp Bug 1316506 - Make sure we flush decoders before shutting them down. r=jya 2016-11-13 14:18:28 +13:00
MediaFormatReader.h Bug 1315144 - Add new non-fatal media error so that we recreate decoders when the GPU process crashes. r=jya 2016-11-08 15:22:37 +13:00
MediaInfo.cpp Bug 1248861: P8. Added ChannelLayout::MappingTable method. r=gerald 2016-04-07 15:11:59 +10:00
MediaInfo.h Backed out changeset d460f4c4b0c0 (bug 1309516) for notrun errors in media-src/media-src-7_3.html web-platform-test. r=backout 2016-11-05 11:01:22 +01:00
MediaManager.cpp Bug 1315858 - Test ability to detect screensharing sources that are firefox. r=florian,jesup 2016-11-07 12:20:41 -05: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 Bug 1219984. Part 2 - add support for multiple arguments. r=kinetik. 2015-11-02 10:48:01 +08:00
MediaPermissionGonk.cpp Backed out changeset 5af415bbb107 (bug 1308615) 2016-10-14 14:58:51 +02:00
MediaPermissionGonk.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
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 1313632: P1. Remove unused OggReader. r=kaku 2016-11-09 11:54:41 +11: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 1311214 - Remove b2g OMX encoder/decoder; r=cpearce 2016-10-19 17:44:31 -04:00
MediaRecorder.h Bug 1208371 - Check principal per track instead of per stream in MediaRecorder. r=roc 2016-02-01 22:47:17 +08: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 1259788 - Add a new disabled mode for MSG tracks. r=jesup 2016-08-15 14:19:42 +02:00
MediaShutdownManager.cpp Bug 1289649 - HTMLMediaElement should clear mDecoder when XPCOM shutdown begins. r=gerald 2016-07-27 10:26:21 +08:00
MediaShutdownManager.h Bug 1274522. Part 2 - fix comments. r=gerald. 2016-05-24 11:47:23 +08:00
MediaStatistics.h Bug 1203374. Part 1 - extract the code of computing canplaythrough so it is reusable. r=jya. 2015-09-10 16:37:26 +08:00
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 1302612 - SourceMediaStream: Don't lock mMutex when disconnecting consumers. r=jesup 2016-10-24 07:46:21 +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 Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian 2015-11-15 14:49:01 +01: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
NextFrameSeekTask.cpp Bug 1299072: P8. Pass decoding error details through SeekTask. r=jwwang 2016-09-11 00:45:34 +10:00
NextFrameSeekTask.h Bug 1299072: P6. Pass decoding error details to MDSM and relatives. r=jwwang 2016-09-10 16:48:53 +10:00
PeerConnection.js Bug 1313246 - allow empty username and credential in RTCPeerConnection constructor. r=bwc 2016-10-26 20:41:07 -04: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 1299072: P8. Pass decoding error details through SeekTask. r=jwwang 2016-09-11 00:45:34 +10:00
SeekTask.h Bug 1299072: P8. Pass decoding error details through SeekTask. r=jwwang 2016-09-11 00:45:34 +10:00
SelfRef.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
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 1304948 - Part 1: Check the target cue belongs to corresponding TextTrack. r=rillian 2016-09-29 17:47:35 +08:00
TextTrack.h Backed out changeset 5c7dda18ec02 (bug 1285897) 2016-07-21 08:03:10 +02:00
TextTrackCue.cpp Bug 1283417 - part2 : notify media element when cue's display states changed. r=bechen 2016-08-09 16:58:52 +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 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 Bug 1222866: P1. Round second to closest microseconds. r=gerald. 2015-11-20 22:59:51 +11:00
TrackUnionStream.cpp Merge m-c to autoland. a=merge 2016-08-25 08:14:36 -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 1176218 - p10. VideoUtils' CreateTrackInfo*() - r=jya 2016-10-07 17:39:32 +11:00
VideoUtils.h Bug 1176218 - p10. VideoUtils' CreateTrackInfo*() - r=jya 2016-10-07 17:39:32 +11: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 Bug 1202332 - XiphExtradataToHeaders miscalculates final header length. r=derf 2015-09-08 11:33:16 +12:00
XiphExtradata.h Bug 1196353 - Use standard Xiph extradata format to pass headers from demuxers to decoders. r=jya 2015-08-21 10:17:00 -04:00
moz.build Bug 1315561 - gtestify dom/media/compiledtest/*.cpp. r=padenot. 2016-11-09 08:47:23 +11: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