..
android
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
benchmark
Bug 1263839 - WebM is now actually a VP9 sample; r=me
2016-04-12 19:49:50 +12:00
bridge
Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium
2016-05-11 00:00:01 -07:00
compiledtest
Bug 1277009 - Switch assert() to MOZ_RELEASE_ASSERT() in WebAudio compiled tests. r=padenot
2016-06-07 22:09:05 -07:00
directshow
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
eme
Bug 1267918
- Add GMPCrashHelper for MediaKeys. r=gerald
2016-06-29 11:42:04 +12:00
encoder
Backed out changeset c89b8cc657b2 (bug 1266646)
2016-06-13 21:23:53 +02:00
fmp4
Bug 1267887 - Support Opus in mp4 with the rust demuxer. r=kinetik
2016-06-29 09:12:45 -07:00
gmp
Bug 1267918
- Ensure GMPCrashHelper instances are destroyed on the main thread. r=karlt
2016-06-30 14:19:08 +12:00
gmp-plugin
Bug 1271169 - Add gtest to ensure EME device binding works. r=gerald
2016-05-10 13:40:05 +12:00
gmp-plugin-openh264
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
2016-05-14 00:54:55 -07:00
gtest
Bug 1267918
- Add GMPCrashHelper to GMPService::GetGMP* functions. r=gerald
2016-06-29 11:41:56 +12:00
imagecapture
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
2016-05-14 00:54:55 -07:00
mediasink
Bug 1277175 - Remove AudioStream::IsPaused(). r=kinetik.
2016-05-31 15:59:20 +08:00
mediasource
Bug 1257716 - Handle clearkey encrypted WebMs. r=cpearce
2016-06-08 14:07:09 +12:00
ogg
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
omx
Bug 1280205: Add |Promise| parameter to |MediaOmxCommonDecoder::CallSeek|, r=jwwang
2016-06-16 08:38:44 +01:00
platforms
Bug 1267918
- Add GMPCrashHelper to GMPService::GetGMP* functions. r=gerald
2016-06-29 11:41:56 +12:00
raw
Bug 1276570: Replace TargetQueues enum with bitwise-or flags. r=jwwang
2016-05-31 14:32:37 +10:00
standalone
Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium
2016-05-11 00:00:01 -07:00
systemservices
Bug 1283328: Clean up some thread shutdown stuff and remove CameraUtils. r=froydnj
2016-06-30 13:54:06 -07:00
test
Bug 1283666 - Remove code to handle obsolete MediaKeySystemConfiguration attributes. r=jwwang
2016-07-01 11:26:29 +12:00
tests
Bug 1281866 - Test gUM's NotReadableError. r=padenot
2016-06-27 10:59:37 -04:00
wave
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
webaudio
Bug 1269741 - Allow resuming a suspended AudioContext in the same event loop run. r=karlt
2016-06-27 14:17:38 +02:00
webm
Bug 1282963 - Share CodecDelay prepend code. r=kinetik
2016-06-29 15:49:04 -07:00
webrtc
Bug 1283328: Clean up some thread shutdown stuff and remove CameraUtils. r=froydnj
2016-06-30 13:54:06 -07:00
webspeech
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
webvtt
Bug 985915 - Vertically move up closed caption to not overlap control bar. r=rillian
2016-06-27 11:22:15 +08:00
ADTSDecoder.cpp
Bug 1271491: P6. Remove the need to call PDMFactory::Init(). r=cpearce
2016-05-12 18:54:35 +10:00
ADTSDecoder.h
Bug 1169212 - Part 1: Implemented ADTS Decoder & Demuxer. r=jya
2015-12-07 15:48:59 +10:00
ADTSDemuxer.cpp
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
ADTSDemuxer.h
Bug 1250635 - remove ENABLE_TESTS from dom/media cpp files. r=esawin
2016-02-23 12:04:27 -08:00
AbstractMediaDecoder.h
Bug 1224973 - Part 3: Plumb element visibility into MDSM. r=jya,jwwang
2016-05-12 09:53:51 +10:00
AccurateSeekTask.cpp
Bug 1281090. Part 3 - replace MediaDecoderReaderWrapper::Set{Audio,Video}Callback with MediaCallback. r=kaku.
2016-06-14 11:22:45 +08:00
AccurateSeekTask.h
Bug 1281090. Part 3 - replace MediaDecoderReaderWrapper::Set{Audio,Video}Callback with MediaCallback. r=kaku.
2016-06-14 11:22:45 +08:00
AudioBufferUtils.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioCaptureStream.cpp
Bug 1266644 - Rename StreamBuffer to StreamTracks. r=jesup r=pehrsons
2016-01-26 10:49:01 +08:00
AudioCaptureStream.h
Bug 1266644 - Rename StreamBuffer to StreamTracks. r=jesup r=pehrsons
2016-01-26 10:49:01 +08: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 1265794: P1. Ensure we can always fit a complete audio frame in an audio buffer. r=rillian
2016-04-20 19:56:59 +10:00
AudioConverter.cpp
Bug 1275098: Silence incorrect dumb compiler warning. r=cpearce
2016-05-24 10:16:39 +10:00
AudioConverter.h
Bug 1266260: P2. Check for OOM. r=gerald
2016-05-11 12:15:36 +02: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 1231793: Part 2 - Added conversions to AudioSampleFormat.h. r=jya
2016-02-17 00:28:48 +11: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 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup
2016-04-06 14:56:44 +02:00
AudioStream.cpp
Bug 1277473 - fix data race in gDumpedAudioCount. r=kinetik.
2016-06-02 15:53:39 +08:00
AudioStream.h
Bug 1277198
. Part 3 - remove AudioStream::mInRate/mOutRate. r=kinetik.
2016-06-01 18:00:15 +08: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
…
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 1281632 - P1: Extract creation parameters and pass via struct. r=gerald
2016-06-28 17:56:55 +12:00
Benchmark.h
Bug 1068151 - keep decoding a corrupted video. r=jya
2016-05-30 18:24:00 +02:00
BufferMediaResource.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
CanvasCaptureMediaStream.cpp
Bug 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup
2016-04-06 14:56:44 +02:00
CanvasCaptureMediaStream.h
Bug 1266644 - Rename StreamBuffer to StreamTracks. r=jesup r=pehrsons
2016-01-26 10:49:01 +08:00
CubebUtils.cpp
Bug 845648 - Don't try to get the local on Android.
2016-06-09 16:35:30 +02:00
CubebUtils.h
Bug 1221587: use cubeb devids to select input devices r=padenot
2016-01-21 11:51:36 -05:00
DOMMediaStream.cpp
Backed out 9 changesets (bug 1208373) for frequent failures in test_peerConnection_addtrack_removetrack_events.html on Android 4.3 debug. r=backout
2016-06-14 11:06:51 +02:00
DOMMediaStream.h
Backed out 9 changesets (bug 1208373) for frequent failures in test_peerConnection_addtrack_removetrack_events.html on Android 4.3 debug. r=backout
2016-06-14 11:06:51 +02:00
DecoderDoctorDiagnostics.cpp
Bug 1271483 - p16. gtest for list-string functions - r=cpearce
2016-05-26 19:24:35 +10:00
DecoderDoctorDiagnostics.h
Bug 848994 - p4. Record GMP diagnostics - r=cpearce
2016-04-22 13:42:11 +10:00
DecoderTraits.cpp
Bug 1272142 - Consider application/x-mpegurl as HLS. r=SingingTree
2016-05-11 14:23:11 -07:00
DecoderTraits.h
Bug 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya
2016-04-19 17:36:19 +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 1257013 - Part 3: Stop checking for corrupt frames in MediaDecoderStateMachine since we no longer produce them. r=ajones
2016-03-21 18:50:41 +13: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 1258079 - hold a ref to the GraphDriver during initialization. r=padenot
2016-06-07 16:26:20 -04:00
GraphDriver.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
IdpSandbox.jsm
Bug 1258299 - Move RTCIdentityProvider to a dictionary, r=jib,khuey
2016-03-24 16:12:56 +11:00
Intervals.h
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
Latency.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07: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 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
MP3Demuxer.h
Bug 1256590 - Part 1 - Try detecting the actual frame start even when parsing starts mid-stream. r=esawin
2016-03-22 21:39:05 +01: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 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07: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
MediaCallbackID.cpp
Bug 1266027 part 1 - make the MediaDecoderReaderWrapper as a proxy of requesting media data; r=jwwang
2016-04-27 14:50:23 +08:00
MediaCallbackID.h
Bug 1266027 part 1 - make the MediaDecoderReaderWrapper as a proxy of requesting media data; r=jwwang
2016-04-27 14:50:23 +08:00
MediaData.cpp
Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical
2016-04-18 20:12:41 -07:00
MediaData.h
Bug 1257107 - discard decoded data if its pts is smaller than seek time. r=jya
2016-06-08 10:59:57 +08:00
MediaDataDemuxer.h
Bug 1261900: P3. Re-add MediaDataDemuxer::GetEvictionOffset() API. r=gerald
2016-04-22 15:48:38 +10:00
MediaDecoder.cpp
Bug 1282585 - Ensure content process doesn't crash if CDM crashes before MediaKeys attaches to media element or media element loads. r=jwwang
2016-06-29 16:09:24 +12:00
MediaDecoder.h
Bug 1274030 - clean VideoFrameContainer when "xpcom-shutdown" event received. r=cpearce
2016-05-22 21:39:55 +08:00
MediaDecoderOwner.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
MediaDecoderReader.cpp
Bug 1278574 - [1.3] Allow only a single media decoder (pair) on Android 4.2 and earlier. r=jya,snorp
2016-06-23 15:26:11 +02:00
MediaDecoderReader.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
MediaDecoderReaderWrapper.cpp
Bug 1281090. Part 3 - replace MediaDecoderReaderWrapper::Set{Audio,Video}Callback with MediaCallback. r=kaku.
2016-06-14 11:22:45 +08:00
MediaDecoderReaderWrapper.h
Bug 1281090. Part 3 - replace MediaDecoderReaderWrapper::Set{Audio,Video}Callback with MediaCallback. r=kaku.
2016-06-14 11:22:45 +08:00
MediaDecoderStateMachine.cpp
Bug 1278228 - handle VideoOnly seek as an accurate seek; r=jwwang
2016-06-21 10:33:32 +08:00
MediaDecoderStateMachine.h
Bug 1281090. Part 3 - replace MediaDecoderReaderWrapper::Set{Audio,Video}Callback with MediaCallback. r=kaku.
2016-06-14 11:22:45 +08:00
MediaDeviceInfo.cpp
…
MediaDeviceInfo.h
…
MediaDevices.cpp
Bug 1208371 - Do not require DOMLocalMediaStream for gUM (audioCapture). r=jib
2016-01-05 10:16:31 +08:00
MediaDevices.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -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 1257716 - Handle clearkey encrypted WebMs. r=cpearce
2016-06-08 14:07:09 +12:00
MediaFormatReader.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
MediaInfo.cpp
Bug 1248861: P8. Added ChannelLayout::MappingTable method. r=gerald
2016-04-07 15:11:59 +10:00
MediaInfo.h
Bug 1281632 - P4: Add VideoInfo ctor that takes nsIntSize. r=gerald
2016-06-28 17:56:55 +12:00
MediaManager.cpp
Bug 1281866 - Rename gUM's SourceUnavailableError to NotReadableError. r=padenot
2016-06-23 14:08:52 -04:00
MediaManager.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
MediaMetadataManager.h
Bug 1219984. Part 2 - add support for multiple arguments. r=kinetik.
2015-11-02 10:48:01 +08:00
MediaPermissionGonk.cpp
Bug 1258034
- fix MediaPermissionGonk.cpp build error on b2g r=khuey
2016-03-20 09:57:28 -07: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 1206637: P1. Add MediaPrefs convenience class. r=cpearce
2016-05-09 14:59:02 +10:00
MediaPrefs.h
Bug 1278574 - [1.3] Allow only a single media decoder (pair) on Android 4.2 and earlier. r=jya,snorp
2016-06-23 15:26:11 +02:00
MediaQueue.h
Bug 1264199: P0. Fix nsDequeue/MediaQueue methods constness. r=jwwang
2016-04-25 12:13:55 +10:00
MediaRecorder.cpp
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01: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 1274170 - Remove unnecessary includes of nsCorsListenerProxy. r=jkingston
2016-06-21 12:54:03 +02:00
MediaResource.h
Bug 1273063 - remove ChannelMediaResource::mIsTransportSeekable. r=cpearce.
2016-05-17 10:33:34 +08:00
MediaResourceCallback.h
Bug 1221009. Part 1 - add a class to forward notifications from MediaResource to MediaDecoder. r=roc.
2015-11-16 07:50:55 +08:00
MediaSegment.h
Bug 957691 - Restore assertions. r=karlt
2016-04-21 11:44:35 +02:00
MediaShutdownManager.cpp
Bug 1276383 - Add nsIAsyncShutdown.xpcomWillShutdown and use it in WebRTC. r=Yoric,jib
2016-06-01 15:05:53 -07: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 1281193 - Lock when touching tracks in SourceAudioStreams. r=pehrsons
2016-06-22 17:44:46 +02:00
MediaStreamGraph.h
Bug 1281193 - Lock when touching tracks in SourceAudioStreams. r=pehrsons
2016-06-22 17:44:46 +02:00
MediaStreamGraphImpl.h
Bug 1276383 - Add nsIAsyncShutdown.xpcomWillShutdown and use it in WebRTC. r=Yoric,jib
2016-06-01 15:05:53 -07:00
MediaStreamTrack.cpp
Backed out 9 changesets (bug 1208373) for frequent failures in test_peerConnection_addtrack_removetrack_events.html on Android 4.3 debug. r=backout
2016-06-14 11:06:51 +02:00
MediaStreamTrack.h
Backed out 9 changesets (bug 1208373) for frequent failures in test_peerConnection_addtrack_removetrack_events.html on Android 4.3 debug. r=backout
2016-06-14 11:06:51 +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 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaTrack.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaTrackList.cpp
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
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 1281090. Part 3 - replace MediaDecoderReaderWrapper::Set{Audio,Video}Callback with MediaCallback. r=kaku.
2016-06-14 11:22:45 +08:00
NextFrameSeekTask.h
Bug 1281090. Part 3 - replace MediaDecoderReaderWrapper::Set{Audio,Video}Callback with MediaCallback. r=kaku.
2016-06-14 11:22:45 +08:00
PeerConnection.js
Bug 1278309
- make createOffer immediately followed by close not settle. r=drno
2016-06-07 15:50:43 -04:00
PeerConnection.manifest
Bug 1189060 - add CreateOfferRequest.webidl interface for add-ons r=florian,peterv
2015-08-11 13:48:55 -04: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
…
RtspMediaResource.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
RtspMediaResource.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
SeekJob.cpp
Bug 1224973 - Part 5: Implement suspend decoding for background video. r=cpearce,jwwang,jya
2016-05-12 09:54:15 +10:00
SeekJob.h
Bug 1224973 - Part 5: Implement suspend decoding for background video. r=cpearce,jwwang,jya
2016-05-12 09:54:15 +10:00
SeekTarget.h
Bug 1235301 - part 2 - implement NextFrameSeekTask; r=jwwang
2016-05-24 11:03:12 +08:00
SeekTask.cpp
Bug 1235301 - part 1 - abstract the SeekTask class; r=jwwang
2016-05-24 11:02:57 +08:00
SeekTask.h
Bug 1235301 - part 1 - abstract the SeekTask class; r=jwwang
2016-05-24 11:02:57 +08: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
Backed out 9 changesets (bug 1208373) for frequent failures in test_peerConnection_addtrack_removetrack_events.html on Android 4.3 debug. r=backout
2016-06-14 11:06:51 +02:00
StreamTracks.h
Bug 957691 - Restore assertions. r=karlt
2016-04-21 11:44:35 +02:00
TextTrack.cpp
Bug 1277192 - Correct the association between Cue and TextTrack. r=rillian
2016-06-27 10:41:20 +08:00
TextTrack.h
Bug 882717 - Invoke TimeMarchesOn when the startTime/endTime/pauseOnExit be changed of TextTrackCue. r=rillian
2016-06-08 16:53:30 +08:00
TextTrackCue.cpp
Bug 1276831 - part1 : VTTCue's position should be double or auto keyword. r=rillian,smaug
2016-06-15 16:51:17 +01:00
TextTrackCue.h
Bug 1276530 - part2: The id of cue might be empty, so don't use it for checking. r=rillian
2016-06-17 17:20:24 +08: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 1276530 - part2: The id of cue might be empty, so don't use it for checking. r=rillian
2016-06-17 17:20:24 +08:00
TextTrackList.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
TextTrackList.h
Bug 882718 - Implement ActiveFlag at TextTrackCue object. r=rillian
2016-06-01 13:35:53 +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 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01: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
Backed out 9 changesets (bug 1208373) for frequent failures in test_peerConnection_addtrack_removetrack_events.html on Android 4.3 debug. r=backout
2016-06-14 11:06:51 +02:00
TrackUnionStream.h
Backed out 3 changesets (bug 1274221) for frequent failures in test_peerConnection_addtrack_removetrack_events.html on Android 4.3 debug. r=backout
2016-06-14 11:05:33 +02:00
VideoFrameContainer.cpp
Bug 1282341 - Add ImageContainer::ClearCachedResources() r=nical
2016-06-27 18:25:01 -07:00
VideoFrameContainer.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
VideoPlaybackQuality.cpp
…
VideoPlaybackQuality.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
VideoSegment.cpp
Bug 1206708 - Make all WebRTC ImageContainers async. r=jesup,nical
2016-04-11 16:13:26 +02:00
VideoSegment.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
VideoStreamTrack.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoStreamTrack.h
Bug 1208371 - Move MediaStreamTrack's label to MediaStreamTrackSource. r=jib
2016-01-22 16:27:37 +08:00
VideoTrack.cpp
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
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 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.h
Bug 1271566 - VideoTrackList::RemoveTrack/AddTrack should also update selected index. r=jesup r=pehrsons
2016-05-10 16:28:24 +08:00
VideoUtils.cpp
Bug 1257716 - Handle clearkey encrypted WebMs. r=cpearce
2016-06-08 14:07:09 +12:00
VideoUtils.h
Bug 1257716 - Handle clearkey encrypted WebMs. r=cpearce
2016-06-08 14:07:09 +12: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
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
WebVTTListener.h
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01: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 1235301 - part 2 - implement NextFrameSeekTask; r=jwwang
2016-05-24 11:03:12 +08:00
nsIDOMNavigatorUserMedia.idl
Bug 1173255 - Cleanup MediaManager e10s code in prep for deviceId constraint. r=jesup
2015-06-18 11:46:36 -04:00
nsIDocumentActivity.h
…
nsIMediaManager.idl
…