.. |
dash
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
directshow
|
Bug 910966 - Use MP3FrameParser in DirectShow's SourceFilter, to more accurately determine the offset of the first MP3 frame. This enables us to only pass the MP3 data into DirectShow, which can't handle large ID3v2 tags. r=padenot
|
2013-09-09 09:47:54 +12:00 |
encoder
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
gstreamer
|
Bug 884651 - Stop gstreamer from trying to sync video and audio for us r=cpearce
|
2013-09-06 15:14:48 +12:00 |
mediasource
|
Bug 913531 - Remove the unnecessary #includes from nsIXPConnect.idl; r=bholley
|
2013-09-06 13:50:24 -04:00 |
ogg
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
omx
|
Bug 910966 - Use MP3FrameParser in DirectShow's SourceFilter, to more accurately determine the offset of the first MP3 frame. This enables us to only pass the MP3 data into DirectShow, which can't handle large ID3v2 tags. r=padenot
|
2013-09-09 09:47:54 +12:00 |
plugins
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
raw
|
Bug 911051 - Fix some namespace/type name related potential build errors in content/media. r=doublec
|
2013-09-06 18:31:50 +12:00 |
test
|
Bug 910966 - Use MP3FrameParser in DirectShow's SourceFilter, to more accurately determine the offset of the first MP3 frame. This enables us to only pass the MP3 data into DirectShow, which can't handle large ID3v2 tags. r=padenot
|
2013-09-09 09:47:54 +12:00 |
wave
|
Bug 911051 - Fix some namespace/type name related potential build errors in content/media. r=doublec
|
2013-09-06 18:31:50 +12:00 |
webaudio
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
webm
|
Bug 911051 - Fix some namespace/type name related potential build errors in content/media. r=doublec
|
2013-09-06 18:31:50 +12:00 |
webrtc
|
Bug 912960 - Use nsString for mDeviceName and mUniqueId. r=rjesup
|
2013-09-06 09:14:15 -04:00 |
webspeech
|
Merge m-c to inbound.
|
2013-09-06 12:31:58 +02:00 |
wmf
|
Bug 913603 - Avoid needlessly including nsRect.h - r=jrmuizel
|
2013-09-06 22:15:49 -04:00 |
AbstractMediaDecoder.h
|
Bug 831224: Allow update of the media duration, r=padenot
|
2013-05-03 09:48:37 +02:00 |
AudioAvailableEventManager.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioAvailableEventManager.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioChannelFormat.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioChannelFormat.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioEventTimeline.h
|
Bug 897092 - Fix setTargetAtTime glitch. r=ehsan
|
2013-08-09 15:11:03 +02:00 |
AudioNodeEngine.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioNodeEngine.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioNodeEngineNEON.cpp
|
Bug 907303 - Use fewer local variables to workaround a bug in GCC 4.4.3. r=ehsan
|
2013-08-30 15:07:33 +08:00 |
AudioNodeEngineNEON.h
|
Bug 882171 - Part 1: Add NEON implementation of AudioNodeEngine.cpp. r=roc, r=padenot, r=derf, r=glandium
|
2013-08-13 15:39:42 +08:00 |
AudioNodeExternalInputStream.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioNodeExternalInputStream.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioNodeStream.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioNodeStream.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioSampleFormat.h
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
|
2013-07-18 13:59:53 -04:00 |
AudioSegment.cpp
|
|
|
AudioSegment.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioStream.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioStream.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
AudioStreamTrack.cpp
|
|
|
AudioStreamTrack.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
BufferDecoder.cpp
|
Bug 911059 - Move WebAudio's BufferDecoder to its own file so it can be shared with MSE. r=cpearce
|
2013-09-04 15:08:11 +12:00 |
BufferDecoder.h
|
Bug 911059 - Move WebAudio's BufferDecoder to its own file so it can be shared with MSE. r=cpearce
|
2013-09-04 15:08:11 +12:00 |
BufferMediaResource.h
|
Bug 894148 - Implement MediaResource::ReadAt for threadsafe seek+read - r=cpearce
|
2013-07-17 13:54:52 +12:00 |
DecoderTraits.cpp
|
Bug 861693 - DirectShow MP3 decoder HTML5 audio backend for Windows. r=padenot
|
2013-08-13 16:49:25 +12:00 |
DecoderTraits.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
DOMMediaStream.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
DOMMediaStream.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
EncodedBufferCache.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
EncodedBufferCache.h
|
Merge m-c to inbound.
|
2013-09-06 12:31:58 +02:00 |
FileBlockCache.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
FileBlockCache.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
Makefile.in
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
MediaCache.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaCache.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaDecoder.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaDecoder.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaDecoderOwner.h
|
|
|
MediaDecoderReader.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaDecoderReader.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaDecoderStateMachine.cpp
|
Bug 752796 - Stop MediaDecoderStateMachine::SendStreamData from trying to A/V sync unnecessarily r=roc
|
2013-09-06 15:14:48 +12:00 |
MediaDecoderStateMachine.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaMetadataManager.h
|
|
|
MediaRecorder.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaRecorder.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaResource.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaResource.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaSegment.h
|
Backed out 2 changesets (bug 909187)
|
2013-08-26 02:29:55 -07:00 |
MediaStreamGraph.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaStreamGraph.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaStreamGraphImpl.h
|
Bug 882543 - Use a linked list for ordering stream instead of an array. r=ehsan
|
2013-07-19 16:40:58 +02:00 |
MediaStreamTrack.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
MediaStreamTrack.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
moz.build
|
Bug 910996 - Move MP3FrameParser out of B2G specific code, so it can be used on other platforms. r=padenot
|
2013-09-09 09:47:29 +12:00 |
MP3FrameParser.cpp
|
Bug 910966 - Bustage fix for 48a66737dc5c. Forgot to qref. r=bustage.
|
2013-09-09 09:52:20 +12:00 |
MP3FrameParser.h
|
Bug 910966 - Use MP3FrameParser in DirectShow's SourceFilter, to more accurately determine the offset of the first MP3 frame. This enables us to only pass the MP3 data into DirectShow, which can't handle large ID3v2 tags. r=padenot
|
2013-09-09 09:47:54 +12:00 |
SharedBuffer.h
|
|
|
StreamBuffer.cpp
|
|
|
StreamBuffer.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
TextTrack.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
TextTrack.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
TextTrackCue.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
TextTrackCue.h
|
Bug 868509 - Rename TextTrackCue to VTTCue r=rillian
|
2013-08-27 13:07:00 -07:00 |
TextTrackCueList.cpp
|
|
|
TextTrackCueList.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
TextTrackList.cpp
|
Bug 905320 - Fix TextTrack classes to utilize cycle collection correctly. r=khuey
|
2013-08-15 11:11:15 -04:00 |
TextTrackList.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
TimeVarying.h
|
|
|
TrackUnionStream.h
|
Backed out 2 changesets (bug 909187)
|
2013-08-26 02:29:55 -07:00 |
VideoFrameContainer.cpp
|
|
|
VideoFrameContainer.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
VideoPlaybackQuality.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
VideoPlaybackQuality.h
|
Bug 895754 - Update VideoPlaybackQuality to current MSE spec (remove playbackJitter, add totalFrameDelay). r=doublec
|
2013-07-24 11:46:43 +12:00 |
VideoSegment.cpp
|
|
|
VideoSegment.h
|
Backed out 2 changesets (bug 909187)
|
2013-08-26 02:29:55 -07:00 |
VideoStreamTrack.cpp
|
|
|
VideoStreamTrack.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
VideoUtils.cpp
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
VideoUtils.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
VorbisUtils.h
|
|
|
WebVTTLoadListener.cpp
|
Bug 913531 - Remove the unnecessary #includes from nsIXPConnect.idl; r=bholley
|
2013-09-06 13:50:24 -04:00 |
WebVTTLoadListener.h
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |