gecko/content/media
2013-11-15 21:46:40 -05:00
..
apple Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
directshow Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
encoder Bug 936352 - Media Recording - Fix wrong pointer usage in encoder module from Bug 919905. r=roc 2013-11-10 06:30:01 +08:00
gstreamer Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
mediasource Bug 933552 - Enable audio/mpeg MIME type in MediaSource. r=doublec 2013-11-01 14:07:22 +13:00
ogg Bug 936352 - Media Recording - Fix wrong pointer usage in encoder module from Bug 919905. r=roc 2013-11-10 06:30:01 +08:00
omx Bug 935857 - Replace MOZ_RTSP with proper NECKO_PROTOCOL handling. r=gps,r=vchang 2013-11-12 07:52:33 +09:00
plugins Back out f872d288480b:9b86b4e60b29 (bug 929513) for failing to build on Windows 2013-10-27 15:38:40 -07:00
raw Bug 930829 - Add MediaData class as base for VideoData and AudioData to simplify writing a generic stream decoder. r=kinetik 2013-10-25 15:44:58 +13:00
test crashtest for bug 933156 2013-11-08 12:04:54 +13:00
wave Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
webaudio Bug 934440 - Statically assert that MEDIA_STREAM_DEST_TRACK_ID is different than AUDIO_TRACK. r=jdm 2013-11-12 08:37:17 -05:00
webm Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
webrtc Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan 2013-11-11 14:17:14 -05:00
webspeech Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
webvtt Bug 919325 - Minimize the #includes in content/ IDL files; r=bzbarsky 2013-09-22 19:23:30 -04:00
wmf Bug 933579 - Export IsVideoContentType() to VideoUtils, so that it can be used elsewhere, and move all of VideoUtils into namespace mozilla. r=kinetik 2013-11-04 11:45:19 +13:00
AbstractMediaDecoder.h Bug 915957 - Move MediaDecoder::NotifyBytesConsumed() calls into MediaResource, so we don't need to remember to do them in all decoder backends. r=kinetik 2013-09-18 15:37:23 +12: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 865256 - Part 3a: Add AudioBufferPeakValue utility. r=ehsan 2013-09-10 10:54:17 -07:00
AudioNodeEngine.h Backed out changeset fb89f2090779 (bug 881959) 2013-09-17 17:14:55 +01:00
AudioNodeEngineNEON.cpp Bug 921099 - Remove alignment assertions in AudioNodeEngineNEON.cpp for now. r=ehsan 2013-09-30 15:04:54 -04: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 921695 - Part 2: Modify callers. r=karlt 2013-10-01 14:22:57 +08:00
AudioNodeExternalInputStream.h Bug 912702 - Minimize the #includes in content/media; r=roc 2013-09-05 16:25:17 -04:00
AudioNodeStream.cpp Bug 874508 - Web Audio is connected to AudioChannelService, r=ehsan 2013-10-08 20:20:33 +02:00
AudioNodeStream.h b=910174 add DelayNode's tail-time reference as soon as the engine receives sound r=ehsan 2013-10-01 09:50:04 +13:00
AudioSampleFormat.h
AudioSegment.cpp Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot 2013-10-25 18:13:42 -04:00
AudioSegment.h Backed out changeset 81cee5ae7973 (bug 904617) 2013-09-16 08:43:47 +01:00
AudioStream.cpp Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot 2013-10-25 18:13:42 -04:00
AudioStream.h Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot 2013-10-25 18:13:42 -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 915957 - Move MediaDecoder::NotifyBytesConsumed() calls into MediaResource, so we don't need to remember to do them in all decoder backends. r=kinetik 2013-09-18 15:37:23 +12:00
BufferDecoder.h Bug 905513 - Annotate functions with virtual/MOZ_OVERRIDE and document use of SBR monitor. 2013-09-27 17:22:38 +12:00
BufferMediaResource.h Bug 935349 - Remove remaining disabled DASH code. r=doublec 2013-11-07 17:08:42 +13:00
DecoderTraits.cpp Bug 935857 - Replace MOZ_RTSP with proper NECKO_PROTOCOL handling. r=gps,r=vchang 2013-11-12 07:52:33 +09:00
DecoderTraits.h Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps 2013-09-23 17:53:36 +08: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 938693 - Check the return value of PR_Close() in ~FileBlockCache() and issue a message if it fails. r=cpearce 2013-11-15 21:46:40 -05:00
FileBlockCache.h Bug 885002 - Fix casting on 64 bit Big Endian platforms. r=cpearce 2013-11-05 07:45:00 -05:00
Latency.cpp Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot 2013-10-25 18:13:42 -04:00
Latency.h Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot 2013-10-25 18:13:42 -04:00
Makefile.in Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01: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 935857 - Replace MOZ_RTSP with proper NECKO_PROTOCOL handling. r=gps,r=vchang 2013-11-12 07:52:33 +09:00
MediaDecoder.h Bug 935857 - Replace MOZ_RTSP with proper NECKO_PROTOCOL handling. r=gps,r=vchang 2013-11-12 07:52:33 +09:00
MediaDecoderOwner.h
MediaDecoderReader.cpp Bug 928741 - Stop using PR_STATIC_ASSERT in content; r=jst 2013-11-11 09:03:59 +01:00
MediaDecoderReader.h Bug 935349 - Remove remaining disabled DASH code. r=doublec 2013-11-07 17:08:42 +13:00
MediaDecoderStateMachine.cpp Bug 928741 - Stop using PR_STATIC_ASSERT in content; r=jst 2013-11-11 09:03:59 +01:00
MediaDecoderStateMachine.h Bug 848812 - Remove incorrect on-thread assertion from StopPlayback. r=cpearce 2013-11-05 17:12:01 +13:00
MediaMetadataManager.h
MediaRecorder.cpp Bug 924724 - Shutdown hang in Media Encoder when running state machine mochitest in bug 920595. r=roc 2013-11-04 17:27:39 -05:00
MediaRecorder.h Bug 909670 - MediaRecorder - Implement MediaRecorderSession. r=roc 2013-09-26 09:40:40 -04:00
MediaResource.cpp Bug 935349 - Remove remaining disabled DASH code. r=doublec 2013-11-07 17:08:42 +13:00
MediaResource.h Bug 935349 - Remove remaining disabled DASH code. r=doublec 2013-11-07 17:08:42 +13:00
MediaSegment.h Bug 920325: Add WebRTC latency logging from capture to RTP and from RTP to speakers r=padenot 2013-10-25 18:13:42 -04:00
MediaStreamGraph.cpp Back out f872d288480b:9b86b4e60b29 (bug 929513) for failing to build on Windows 2013-10-27 15:38:40 -07:00
MediaStreamGraph.h b=923301 use MediaStreamGraph to dispatch PlayingRefChangeHandlers r=roc 2013-10-25 12:12:33 +13:00
MediaStreamGraphImpl.h b=923301 add MediaStreamGraph::RunAfterPendingUpdates() r=roc 2013-10-25 12:07:29 +13: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 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
MP3FrameParser.cpp Bug 922334 - Add zero division check and prevent unncecessary mp3 parsing r=doublec 2013-10-03 10:53:21 +02:00
MP3FrameParser.h Bug 919572 - Refactor the MP3 frame parser r=cpearce 2013-09-28 16:33:32 +12:00
RtspMediaResource.cpp Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps 2013-09-23 17:53:36 +08:00
RtspMediaResource.h Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps 2013-09-23 17:53:36 +08: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 893880 - Check TextTrackCueList before trying to update its cues. r=rillian 2013-10-28 22:18:35 -04:00
TextTrack.h Bug 882665 - Part a: Add readiness state attribute to text track. r= rillian, khuey 2013-10-25 00:14:36 -04:00
TextTrackCue.cpp Bug 919265 - Part 2: Add ClearOnShutdown() call on the static WebVTTParserWrapper. r=bz 2013-09-24 15:17:15 -04:00
TextTrackCue.h Bug 922933 - Don't #include nsIDocument.h in nsIContent.h; r=jst 2013-10-02 07:40:07 -04:00
TextTrackCueList.cpp Bug 867823 - Implement TextTrack Add/RemoveCue. r=rillian 2013-06-28 13:31:43 -04:00
TextTrackCueList.h Bug 912702 - Minimize the #includes in content/media; r=roc 2013-09-05 16:25:17 -04:00
TextTrackList.cpp Bug 865407 - Part 2: Change TextTrackList::RemoveTextTrack() to receive a pointer r=rillian 2013-10-21 07:15:00 -07:00
TextTrackList.h Bug 865407 - Part 2: Change TextTrackList::RemoveTextTrack() to receive a pointer r=rillian 2013-10-21 07:15:00 -07:00
TextTrackRegion.cpp Bug 920088 - TextTrackRegion's TextTrack should point at the correct TextTrack. r=rillian 2013-09-24 11:59:17 -04:00
TextTrackRegion.h Bug 920088 - TextTrackRegion's TextTrack should point at the correct TextTrack. r=rillian 2013-09-24 11:59:17 -04:00
TextTrackRegionList.cpp Bug 917945 - Part 1: Expose TextTrackRegion* as VTTRegion*. r=rillian, r=bz 2013-09-20 14:42:35 -04:00
TextTrackRegionList.h Bug 897504 - Implement region API for Gecko. r=giles, khuey 2013-09-13 19:44:33 -04:00
TimeVarying.h
TrackUnionStream.h Backed out 2 changesets (bug 909187) 2013-08-26 02:29:55 -07:00
VideoFrameContainer.cpp Back out f872d288480b:9b86b4e60b29 (bug 929513) for failing to build on Windows 2013-10-27 15:38:40 -07:00
VideoFrameContainer.h Bug 921910 - Invalidate when we change the frame of an asynchronous ImageContainer that is part of a main-thread layer tree. r=roc 2013-10-02 16:05:49 +13:00
VideoPlaybackQuality.cpp Bug 912702 - Minimize the #includes in content/media; r=roc 2013-09-05 16:25:17 -04:00
VideoPlaybackQuality.h
VideoSegment.cpp
VideoSegment.h Backed out changeset 81cee5ae7973 (bug 904617) 2013-09-16 08:43:47 +01: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 933579 - Export IsVideoContentType() to VideoUtils, so that it can be used elsewhere, and move all of VideoUtils into namespace mozilla. r=kinetik 2013-11-04 11:45:19 +13:00
VideoUtils.h Bug 933579 - Export IsVideoContentType() to VideoUtils, so that it can be used elsewhere, and move all of VideoUtils into namespace mozilla. r=kinetik 2013-11-04 11:45:19 +13:00
VorbisUtils.h
WebVTTListener.cpp Bug 931453 - Ensure TextTrack's media element reference is not null. r=khuey 2013-10-28 12:32:51 -04:00
WebVTTListener.h Bug 895091 - Part 2: Add WebVTT parser and wrapper IDls r=rillian, ted, gwagner, khuey 2013-09-19 08:26:00 -07:00