..
android
Bug 1178938 - Make MediaDecoderReader::DecodeToFirstVideoData async. r=jww
2015-07-02 12:38:44 -07:00
apple
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
bridge
compiledtest
Bug 1176300 - Move libsoundtouch to lgpllibs; r=glandium
2015-07-07 21:17:09 -07:00
directshow
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
eme
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
encoder
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
fmp4
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
gmp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
gmp-plugin
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
gmp-plugin-openh264
Bug 1169129 - Test GMPVideoDecoderTrialCreator detects failure. r=edwin
2015-06-05 21:55:52 +12:00
gstreamer
Bug 1178437 - Remove ReadOnWrongThread. r=jww
2015-07-01 18:46:58 -07:00
gtest
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
imagecapture
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
mediasource
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
ogg
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
omx
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
platforms
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
raw
Bug 1178938 - Introduce a new mechanism for iterative work and prototype it with RawReader. r=jww
2015-07-02 12:38:43 -07:00
standalone
systemservices
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
test
Bug 1181456 - check playing event only once since it could take a lot of time. r=cpearce
2015-07-08 00:04:00 +02:00
tests
Bug 1181883 - Add serializer on MediaDeviceInfo. r=smaug
2015-07-08 20:46:34 -04:00
wave
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
webaudio
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
webm
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
webrtc
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
webspeech
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
webvtt
AbstractMediaDecoder.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AbstractThread.cpp
bug 1171785 use nsContentUtils::RunInStableState() r=bholley
2015-06-11 14:36:12 +12:00
AbstractThread.h
Bug 1172769 - add some handy methods. r=bholley.
2015-06-10 06:14:09 +08:00
AudioBufferUtils.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioChannelFormat.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioChannelFormat.h
AudioCompactor.cpp
AudioCompactor.h
AudioMixer.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioSampleFormat.h
AudioSegment.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioSegment.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioSink.cpp
Bug 1181913 - fix data race in AudioSink::mWritten. r=kinetik
2015-07-09 22:58:24 +08:00
AudioSink.h
Bug 1181913 - fix data race in AudioSink::mWritten. r=kinetik
2015-07-09 22:58:24 +08:00
AudioStream.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioStream.h
Bug 1176300 - Add soundtouch factory functions for DLL memory handling on windows; r=padenot
2015-07-07 21:17:09 -07:00
AudioStreamTrack.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioStreamTrack.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
AudioTrack.cpp
AudioTrack.h
AudioTrackList.cpp
AudioTrackList.h
BufferMediaResource.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
CanvasCaptureMediaStream.cpp
bug 1171785 use nsContentUtils::RunInStableState() r=bholley
2015-06-11 14:36:12 +12:00
CanvasCaptureMediaStream.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
CubebUtils.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
CubebUtils.h
DecodedStream.cpp
Bug 1179665. Part 4 - remove MDSM::RecreateDecodedStream() which runs on the main thread and doesn't fit into the thread model of MDSM. r=roc.
2015-07-06 11:36:26 +08:00
DecodedStream.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
DecoderTraits.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
DecoderTraits.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
DOMMediaStream.cpp
Bug 987498 - Part 3 - Implement DOMHwMediaStream. r=roc
2015-06-18 00:21:00 +02:00
DOMMediaStream.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
EncodedBufferCache.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
EncodedBufferCache.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
FileBlockCache.cpp
Bug 1155059: Patch 8 - Don't leak runnables when MediaCache/FileBlockCache get shut down after XPCOM is in final shutdown r=cpearce
2015-07-09 23:21:46 -04:00
FileBlockCache.h
GetUserMediaRequest.cpp
GetUserMediaRequest.h
GraphDriver.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
GraphDriver.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
IdpSandbox.jsm
Bug 1155898 - Use fetch instead of XHR for IdP. r=jib
2015-05-20 14:26:32 -07:00
Intervals.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
Latency.cpp
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
2015-06-03 15:25:57 -07:00
Latency.h
Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj
2015-05-19 11:15:34 -07:00
MediaCache.cpp
Bug 1155059: Patch 8 - Don't leak runnables when MediaCache/FileBlockCache get shut down after XPCOM is in final shutdown r=cpearce
2015-07-09 23:21:46 -04:00
MediaCache.h
MediaData.cpp
Bug 1171314: P1. Add SharedTrackInfo object. r=cpearce
2015-06-19 16:45:14 +10:00
MediaData.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaDataDemuxer.h
Bug 1171311: P10. Add MediaDataDemuxer::GetSamplesMayBlock() method. r=cpearce
2015-06-12 09:26:58 +10:00
MediaDecoder.cpp
Bug 1179499 - Assert NS_IsMainThread on a bunch of MediaDecoder methods. r=jww
2015-07-02 19:26:24 -07:00
MediaDecoder.h
Bug 1179499 - Dispatch NotifyPlayback{Started,Stopped}. r=jww
2015-07-02 19:26:24 -07:00
MediaDecoderOwner.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaDecoderReader.cpp
Bug 1171257 - Add force decode ahead to MediaFormatReader r=jya,bholley
2015-07-05 09:39:30 -07:00
MediaDecoderReader.h
Bug 1171257 - Add force decode ahead to MediaFormatReader r=jya,bholley
2015-07-05 09:39:30 -07:00
MediaDecoderStateMachine.cpp
Bug 1182649 - Log a message when disabling DXVA due to too many invalid frames. r=jrmuizel
2015-07-10 16:49:31 -04:00
MediaDecoderStateMachine.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDevices.cpp
Bug 1152381 - implement mediaDevices.getSupportedConstraints. r=smaug, r=jesup
2015-07-02 14:21:49 -04:00
MediaDevices.h
Bug 1152381 - implement mediaDevices.getSupportedConstraints. r=smaug, r=jesup
2015-07-02 14:21:49 -04:00
MediaFormatReader.cpp
Bug 1181894: Always create a PlatformDecoderModule in CDMWrapper. r=cpearce
2015-07-09 16:18:05 +10:00
MediaFormatReader.h
Bug 1171257 - Add force decode ahead to MediaFormatReader r=jya,bholley
2015-07-05 09:39:30 -07:00
MediaInfo.h
Bug 1176989: Inform MediaSourceDecoder about new encryption keys inside TrackBuffersManager. r=cpearce
2015-06-23 17:29:31 -07:00
MediaManager.cpp
Bug 1155059: Patch 1&2 - Convert Dispatch() and friends to already_AddRefed<> r=froydnj
2015-07-09 23:21:46 -04:00
MediaManager.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaMetadataManager.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaPermissionGonk.cpp
MediaPermissionGonk.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaPromise.h
Bug 1171257 - Add force decode ahead to MediaFormatReader r=jya,bholley
2015-07-05 09:39:30 -07:00
MediaQueue.h
MediaRecorder.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaRecorder.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaResource.cpp
Bug 1182933: Implement MediaReadAt. r=bholley
2015-07-13 10:36:48 +10:00
MediaResource.h
Bug 1182933: Implement MediaReadAt. r=bholley
2015-07-13 10:36:48 +10:00
MediaSegment.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaShutdownManager.cpp
Bug 1177282 - Create and destroy static SharedThreadPool state at startup/shutdown. r=cpearce
2015-06-30 02:13:04 -07:00
MediaShutdownManager.h
MediaStreamError.cpp
MediaStreamError.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaStreamGraph.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaStreamGraph.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaStreamGraphImpl.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaStreamTrack.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaStreamTrack.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MediaTaskQueue.cpp
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
2015-06-17 10:00:52 -04:00
MediaTaskQueue.h
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
2015-06-17 10:00:52 -04:00
MediaTimer.cpp
Bug 1177501 - Hold a strong ref to mThread. r=jya
2015-06-27 01:19:03 -07:00
MediaTimer.h
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
2015-06-03 15:25:57 -07:00
MediaTrack.cpp
MediaTrack.h
MediaTrackList.cpp
MediaTrackList.h
moz.build
Bug 1181262 - Disabling more code under --disable-webrtc, r=dholbert,bwc
2015-07-08 12:27:45 -07:00
MP3Decoder.cpp
Bug 1168374 - Add MP3 decoder and integrate with MP3 demuxer. r=kinetik
2015-06-05 15:53:31 +02:00
MP3Decoder.h
Bug 1168374 - Add MP3 decoder and integrate with MP3 demuxer. r=kinetik
2015-06-05 15:53:31 +02:00
MP3Demuxer.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MP3Demuxer.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MP3FrameParser.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
MP3FrameParser.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
nsIDocumentActivity.h
nsIDOMNavigatorUserMedia.idl
Bug 1173255 - Cleanup MediaManager e10s code in prep for deviceId constraint. r=jesup
2015-06-18 11:46:36 -04:00
nsIMediaManager.idl
PeerConnection.js
Bug 1167922 - Handle broken entries in media.peerconnection.default_iceservers more gracefully. r=jib
2015-06-23 16:52:50 -07:00
PeerConnection.manifest
PeerConnectionIdp.jsm
RTCStatsReport.jsm
RtspMediaResource.cpp
Bug 1160695 - Drop Support for Content-Duration. r=cpearce
2015-06-08 09:22:46 -07:00
RtspMediaResource.h
SelfRef.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
SharedBuffer.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
SharedThreadPool.cpp
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
2015-06-17 10:00:52 -04:00
SharedThreadPool.h
Bug 1155059: Patch 1&2 - Convert Dispatch() and friends to already_AddRefed<> r=froydnj
2015-07-09 23:21:46 -04:00
SimpleImageBuffer.cpp
SimpleImageBuffer.h
StateMirroring.h
Bug 1178437 - Remove ReadOnWrongThread. r=jww
2015-07-01 18:46:58 -07:00
StateWatching.h
Bug 1172264 - Mirror duration from the MDSM to the MediaDecoderReader and remove MDSM::GetDuration. r=jww
2015-06-17 09:49:10 -07:00
StreamBuffer.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
StreamBuffer.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
TaskDispatcher.h
Bug 1172264 - Mirror duration from the MDSM to the MediaDecoderReader and remove MDSM::GetDuration. r=jww
2015-06-17 09:49:10 -07:00
TextTrack.cpp
TextTrack.h
TextTrackCue.cpp
TextTrackCue.h
TextTrackCueList.cpp
TextTrackCueList.h
TextTrackList.cpp
TextTrackList.h
TextTrackRegion.cpp
TextTrackRegion.h
ThreadPoolCOMListener.cpp
ThreadPoolCOMListener.h
TimeUnits.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
TimeVarying.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
TrackUnionStream.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
TrackUnionStream.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoFrameContainer.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoFrameContainer.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoPlaybackQuality.cpp
VideoPlaybackQuality.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoSegment.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoSegment.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoStreamTrack.cpp
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoStreamTrack.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
VideoTrack.cpp
VideoTrack.h
VideoTrackList.cpp
VideoTrackList.h
VideoUtils.cpp
Bug 1179094: Use TimeUnit in PlatformDecoderModule. r=cpearce
2015-07-08 10:56:16 +10:00
VideoUtils.h
Bug 1179094: Use TimeUnit in PlatformDecoderModule. r=cpearce
2015-07-08 10:56:16 +10:00
VorbisUtils.h
WebVTTListener.cpp
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
2015-06-03 15:25:57 -07:00
WebVTTListener.h