gecko/content/media
2013-10-28 12:32:51 -04:00
..
apple Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
dash Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
directshow Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
encoder Bug 919905 - Media Recording - Refactor encoder architecture to support the video encoder module. r=roc, r=cjku 2013-10-25 10:59:52 +08:00
gstreamer Bug 931428 - Include NullPtr.h in GStreamerLoader.cpp; r=ehsan 2013-10-26 20:42:34 -04:00
mediasource Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
ogg Bug 919905 - Media Recording - Refactor encoder architecture to support the video encoder module. r=roc, r=cjku 2013-10-25 10:59:52 +08:00
omx Bug 914270 - Part 1: Simple/Automated moves. r=joey 2013-10-24 18:51:00 +01: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 926619 2013-10-25 14:05:42 +13:00
wave Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
webaudio Backed out changeset 5506e7033c85 (bug 925594) perma-orange mochitest test-failure on b2g-ics 2013-10-28 15:34:08 +01:00
webm 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
webrtc Back out f872d288480b:9b86b4e60b29 (bug 929513) for failing to build on Windows 2013-10-27 15:38:40 -07:00
webspeech Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
webvtt Bug 919325 - Minimize the #includes in content/ IDL files; r=bzbarsky 2013-09-22 19:23:30 -04:00
wmf Bug 930833 - Extract more WMF utility functions to WMFUtils.h/cpp. r=padenot 2013-10-26 15:23:37 +13:00
AbstractMediaDecoder.h
AudioAvailableEventManager.cpp
AudioAvailableEventManager.h
AudioChannelFormat.cpp
AudioChannelFormat.h
AudioEventTimeline.h
AudioNodeEngine.cpp
AudioNodeEngine.h
AudioNodeEngineNEON.cpp Bug 921099 - Remove alignment assertions in AudioNodeEngineNEON.cpp for now. r=ehsan 2013-09-30 15:04:54 -04:00
AudioNodeEngineNEON.h
AudioNodeExternalInputStream.cpp Bug 921695 - Part 2: Modify callers. r=karlt 2013-10-01 14:22:57 +08:00
AudioNodeExternalInputStream.h
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
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
BufferDecoder.cpp
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
DecoderTraits.cpp Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan 2013-10-23 16:34:10 -04: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
DOMMediaStream.h
EncodedBufferCache.cpp
EncodedBufferCache.h
FileBlockCache.cpp
FileBlockCache.h
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 928709 - Convert chromium-config.mk to mozbuild, r=mshal 2013-10-02 13:17:55 -04:00
MediaCache.cpp
MediaCache.h
MediaDecoder.cpp Bug 886219 - Force an invalidation when an async video finishes. r=nical 2013-10-02 16:05:34 +13:00
MediaDecoder.h Bug 886219 - Force an invalidation when an async video finishes. r=nical 2013-10-02 16:05:34 +13:00
MediaDecoderOwner.h
MediaDecoderReader.cpp Back out f872d288480b:9b86b4e60b29 (bug 929513) for failing to build on Windows 2013-10-27 15:38:40 -07:00
MediaDecoderReader.h 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
MediaDecoderStateMachine.cpp 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
MediaDecoderStateMachine.h Bug 924678: Explicitly clear OmxDecoder::mDecoder, r=doublec 2013-10-14 10:38:17 +02:00
MediaMetadataManager.h
MediaRecorder.cpp Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey 2013-10-09 12:05:22 -04:00
MediaRecorder.h Bug 909670 - MediaRecorder - Implement MediaRecorderSession. r=roc 2013-09-26 09:40:40 -04:00
MediaResource.cpp Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps 2013-09-23 17:53:36 +08:00
MediaResource.h Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps 2013-09-23 17:53:36 +08: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
MediaStreamTrack.h
moz.build Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09: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
TextTrack.cpp Bug 931453 - Ensure TextTrack's media element reference is not null. r=khuey 2013-10-28 12:32:51 -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
TextTrackCueList.h
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
TimeVarying.h
TrackUnionStream.h
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
VideoPlaybackQuality.h
VideoSegment.cpp
VideoSegment.h
VideoStreamTrack.cpp
VideoStreamTrack.h
VideoUtils.cpp Back out 4a9ca7d8c499 (bug 918135) for frequent OS X orange 2013-09-22 22:23:56 -07:00
VideoUtils.h b=928222 move ReentrantMonitorAutoExit from VideoUtils.h to ReentrantMonitor.h r=bsmedberg 2013-10-24 07:22:53 +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