gecko-dev/dom/media
Chia-hung Tai 4e56e311ea Bug 1299714 - Add back the missing timeout protection back to |VideoTrackEncoder::Init|. r=jesup,pehrsons
MozReview-Commit-ID: AhgikMTvxAE

--HG--
extra : rebase_source : b580eedeb493397d988954d3dbde15f9a16d4bc3
2016-09-01 11:51:11 +08:00
..
android Bug 1299054 - Remove old Android support (API level < 15) from Gecko. r=snorp 2016-08-30 14:11:55 +09:00
benchmark Bug 1263839 - WebM is now actually a VP9 sample; r=me 2016-04-12 19:49:50 +12:00
bridge Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
compiledtest Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
directshow Bug 1274913 - Use LazyLogModule directly for DirectShow logging. r=rillian 2016-07-08 11:47:04 -07:00
eme Bug 1294616 - Somewhat improve the string performance by defining string literals whose length is known at compile time. r=cpearce 2016-08-15 15:41:53 +08:00
encoder Bug 1299714 - Add back the missing timeout protection back to |VideoTrackEncoder::Init|. r=jesup,pehrsons 2016-09-01 11:51:11 +08:00
flac Bug 1299735: [FLAC] Fix reading of bit depth. r=JamesCheng 2016-09-01 15:43:38 +10:00
fmp4 Bug 1280346: [mp4] Always use SPS dimensions if available. r=gerald,rillian 2016-08-22 06:39:41 +10:00
gmp Bug 1299749 - removed unused variable from SessionMessageTask. r=baku 2016-09-01 11:55:49 +03:00
gmp-plugin Bug 1278198 - Adapt Adobe GMP's obsolete GMPDecryptor interface to new interface. r=gerald 2016-07-14 13:33:48 +12:00
gmp-plugin-openh264 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
gtest Bug 1291629 - Remove RTSP code. r=jwwang 2016-08-10 10:32:25 +08:00
imagecapture Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
mediasink Bug 1299021. Part 2 - ensure resolving the end promise when mVideoSinkEndRequest is resolved. r=kikuo 2016-08-29 21:28:36 +08:00
mediasource Bug 1298617: [MSE] P3. Optimize sample search by breaking loop early. r=gerald 2016-08-28 02:43:36 +12:00
ogg Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
omx Bug 1295901 - Change the semantics/naming of MediaDecoderReader::ReleaseMediaResources(). r=jya 2016-08-17 15:03:30 +08:00
platforms Bug 1297265: P12. Rework WAV Decoder use of InputExhausted. r=gerald 2016-09-01 20:04:48 +10:00
standalone Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
systemservices Bug 1297099 - Change LoadManagerSingleton WeakPtr to RefPtr. r=jesup 2016-08-25 10:04:58 -04:00
test Bug 1299756 - VideoPuppeteer: Use played ranges in determining time remaining. Relax playback done check. r=maja_zf 2016-09-01 14:51:19 +12:00
tests Bug 1275461 - Part 2: See if slowing down the color changes helps. r=drno 2016-08-22 12:43:03 -05:00
wave Bug 1298275 - Make ~AutoByteReader non-virtual - r=jya 2016-08-26 17:27:23 +10:00
webaudio Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
webm Bug 1294753: Flush WebM clusters if the timecode offset will over/underflow r=rillian 2016-08-18 00:31:13 -04:00
webrtc Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
webspeech Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
webvtt Bug 1283803 - part5 : fix the fail test. r=rillian 2016-07-19 17:07:41 +08:00
AbstractMediaDecoder.h Bug 1297036: P3. Revert "Bug 1293646: [MSE] P2. Only reject a seek request with EOS if it's passed the explicit duration." r=gerald 2016-08-26 19:30:50 +12:00
AccurateSeekTask.cpp Bug 1286454 part 1 - remove MediaData::mDiscontinuity; r=jwwang 2016-08-25 20:30:02 +08:00
AccurateSeekTask.h Bug 1286454 part 1 - remove MediaData::mDiscontinuity; r=jwwang 2016-08-25 20:30:02 +08:00
ADTSDecoder.cpp Bug 1195723: [adts] P4. Add extra mimetype for adts/aac. r=kamidphish 2016-08-17 15:25:02 +10:00
ADTSDecoder.h Bug 1195723: [adts] P4. Add extra mimetype for adts/aac. r=kamidphish 2016-08-17 15:25:02 +10:00
ADTSDemuxer.cpp Bug 1289059: P1. Add MediaDemuxer generic logging. r=cpearce 2016-07-24 22:30:07 +10:00
ADTSDemuxer.h Bug 1250635 - remove ENABLE_TESTS from dom/media cpp files. r=esawin 2016-02-23 12:04:27 -08:00
AudioBufferUtils.h Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
AudioCaptureStream.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
AudioCaptureStream.h Bug 1280445 - Remove wrapper from MediaStream. r=jesup, r=padenot 2016-06-29 12:27:13 +02:00
AudioChannelFormat.cpp
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
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 1270016: P2. Make the FFVPX PDM work with FLAC. r=kentuckyfriedtakahe 2016-08-02 22:54:26 +10: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 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
AudioStream.cpp Backed out 3 changesets (bug 1286041) for crashtest failures. 2016-08-29 17:05:33 -04:00
AudioStream.h Bug 1277198. Part 3 - remove AudioStream::mInRate/mOutRate. r=kinetik. 2016-06-01 18:00:15 +08:00
AudioStreamTrack.cpp
AudioStreamTrack.h Bug 1208371 - Move MediaStreamTrack's label to MediaStreamTrackSource. r=jib 2016-01-22 16:27:37 +08:00
AudioTrack.cpp Bug 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +02:00
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 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
CubebUtils.h Bug 1288980 - Add libcubeb backend to about:support. r=felipc 2016-07-26 10:50:14 +12:00
DecoderDoctorDiagnostics.cpp Bug 1291742 - Report MP4 videos with YUV444 format as unsupported. r=gerald 2016-08-19 18:14:28 +08:00
DecoderDoctorDiagnostics.h Bug 1291742 - Report MP4 videos with YUV444 format as unsupported. r=gerald 2016-08-19 18:14:28 +08:00
DecoderTraits.cpp Bug 1297301. Part 1 - Remove #ifdef MOZ_RAW. r=kentuckyfriedtakahe 2016-08-24 11:02:37 +12:00
DecoderTraits.h Bug 1291629 - Remove RTSP code. r=jwwang 2016-08-10 10:32:25 +08:00
DOMMediaStream.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
DOMMediaStream.h Bug 1259788 - Break out AddTrackInternal() from DOMMediaStream::CreateDOMTrack. r=jesup 2016-08-12 13:50:41 +02: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
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 1289668 - Record inter-keyframe statistics - r=kamidphish 2016-07-26 09:36:55 +10: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 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
GraphDriver.h Bug 1289678 - Fix warning as errors on a CLOSED TREE. 2016-07-28 13:17:46 +02:00
IdpSandbox.jsm Bug 1258299 - Move RTCIdentityProvider to a dictionary, r=jib,khuey 2016-03-24 16:12:56 +11:00
Intervals.h Bug 1298606: P3. Fix coding style. r=gerald 2016-08-29 16:59:17 +10:00
Latency.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
Latency.h Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian 2015-11-15 14:49:01 +01:00
MediaCache.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10: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
MediaData.cpp Bug 1286454 part 1 - remove MediaData::mDiscontinuity; r=jwwang 2016-08-25 20:30:02 +08:00
MediaData.h Bug 1286454 part 1 - remove MediaData::mDiscontinuity; r=jwwang 2016-08-25 20:30:02 +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 1297301. Part 1 - Remove #ifdef MOZ_RAW. r=kentuckyfriedtakahe 2016-08-24 11:02:37 +12:00
MediaDecoder.h Bug 1297301. Part 1 - Remove #ifdef MOZ_RAW. r=kentuckyfriedtakahe 2016-08-24 11:02:37 +12:00
MediaDecoderOwner.h Bug 1291629 - Remove RTSP code. r=jwwang 2016-08-10 10:32:25 +08:00
MediaDecoderReader.cpp Merge m-c to autoland, a=merge 2016-08-29 17:57:01 -07:00
MediaDecoderReader.h Bug 1286454 part 3 - remove MediaDecoderReader::mVideoDiscontinuity since it leads to nothing now; r=jwwang 2016-08-25 18:16:05 +08:00
MediaDecoderReaderWrapper.cpp Bug 1295073 - Remove the aRealTime parameter from the MediaDecoderStateMachine constructor. r=cpearce 2016-08-15 14:54:10 +08:00
MediaDecoderReaderWrapper.h Bug 1295073 - Remove the aRealTime parameter from the MediaDecoderStateMachine constructor. r=cpearce 2016-08-15 14:54:10 +08:00
MediaDecoderStateMachine.cpp Bug 1299074. Part 5 - remove unused members. r=kaku 2016-08-30 16:48:09 +08:00
MediaDecoderStateMachine.h Bug 1299074. Part 5 - remove unused members. r=kaku 2016-08-30 16:48:09 +08:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDevices.cpp Bug 1286429 - implement mediaDevices.ondevicechange for Mac OSX; r=jib,smaug 2016-08-12 01:04:49 +08:00
MediaDevices.h Bug 1296684 - export DeviceChangeCallback.h no matter webrtc is enabled or not; r=jib 2016-08-22 18:16:28 +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 1297265: P1. Remove decode ahead logic. r=kamidphish 2016-09-01 19:25:54 +10:00
MediaFormatReader.h Bug 1297265: P1. Remove decode ahead logic. r=kamidphish 2016-09-01 19:25:54 +10:00
MediaInfo.cpp Bug 1248861: P8. Added ChannelLayout::MappingTable method. r=gerald 2016-04-07 15:11:59 +10:00
MediaInfo.h Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
MediaManager.cpp Bug 1284909 - Allow raw deviceId constraints in gUM when caller is chrome. r=jesup 2016-08-19 16:39:54 -04:00
MediaManager.h Bug 1284909 - Allow raw deviceId constraints in gUM when caller is chrome. r=jesup 2016-08-19 16:39:54 -04: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 1286766 - make MediaPrefs::MDSMSuspendBackgroundVideoDelay() safe to read off main thread using Preferences::AddAtomicUintVarCache(). r=gerald,kamidphish 2016-07-14 15:50:23 +08:00
MediaPrefs.h Bug 1195723: [flac] P8. Add flac MediaDecoder. r=kamidphish 2016-08-17 15:42:18 +10:00
MediaQueue.h Bug 1258870 - Don't push late video frames to the compositor, drop them. r=jwwang 2016-08-15 13:35:52 +12:00
MediaRecorder.cpp Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10: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 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
MediaResource.h Bug 1294645 - Don't use NS_CALLBACK for callbacks in nsI{Input,Output,UnicharInput},Stream.idl. r=froydnj. 2016-08-12 17:36:22 +10:00
MediaResourceCallback.h Bug 1291629 - Remove RTSP code. r=jwwang 2016-08-10 10:32:25 +08:00
MediaSegment.h Bug 1259788 - Add a new disabled mode for MSG tracks. r=jesup 2016-08-15 14:19:42 +02:00
MediaShutdownManager.cpp Bug 1289649 - HTMLMediaElement should clear mDecoder when XPCOM shutdown begins. r=gerald 2016-07-27 10:26:21 +08: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 1299172 - Assert on MSG thread in DispatchToMainThreadAfterStreamStateUpdate. r=jesup 2016-08-31 14:07:53 +02:00
MediaStreamGraph.h Bug 1299172 - Assert on MSG thread in DispatchToMainThreadAfterStreamStateUpdate. r=jesup 2016-08-31 14:07:53 +02:00
MediaStreamGraphImpl.h Bug 1299172 - Assert on MSG thread in DispatchToMainThreadAfterStreamStateUpdate. r=jesup 2016-08-31 14:07:53 +02:00
MediaStreamListener.cpp Bug 1259788 - Implement disabled track modes for direct track listeners. r=jesup 2016-08-23 18:05:51 +02:00
MediaStreamListener.h Bug 1259788 - Implement disabled track modes for direct track listeners. r=jesup 2016-08-23 18:05:51 +02:00
MediaStreamTrack.cpp Bug 1259788 - Add a new disabled mode for MSG tracks. r=jesup 2016-08-15 14:19:42 +02:00
MediaStreamTrack.h Bug 1259788 - Allow MediaStreamTrack::ForwardTrackContentsTo to take an explicit TrackID. r=jesup 2016-07-06 10:37:28 +02:00
MediaStreamVideoSink.cpp Backed out changeset b531c8bff6e9 (bug 1201363) for timeout in GTest VP8VideoTrackEncoder.FrameEncode. r=backout 2016-08-03 19:33:55 +02:00
MediaStreamVideoSink.h Backed out changeset b531c8bff6e9 (bug 1201363) for timeout in GTest VP8VideoTrackEncoder.FrameEncode. r=backout 2016-08-03 19:33:55 +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 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +02:00
MediaTrack.h Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
MediaTrackList.cpp Bug 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +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
moz.build Bug 1297301. Part 1 - Remove #ifdef MOZ_RAW. r=kentuckyfriedtakahe 2016-08-24 11:02:37 +12: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 1291543 - [1.1] Accept partial information from VBR headers. r=jya 2016-08-04 22:20:26 +02:00
MP3Demuxer.h Bug 1291543 - [1.1] Accept partial information from VBR headers. r=jya 2016-08-04 22:20:26 +02: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
NextFrameSeekTask.cpp Bug 1286454 part 1 - remove MediaData::mDiscontinuity; r=jwwang 2016-08-25 20:30:02 +08:00
NextFrameSeekTask.h Bug 1284399. Part 6 - store a copy of SeekTarget instead of its reference in SeekTask so it's life cycle can be independent from the client. r=kaku 2016-07-05 14:12:42 +08:00
nsIDocumentActivity.h
nsIDOMNavigatorUserMedia.idl Bug 1284683 - add unanonymized nsIMediaDevice.rawId for browser-chrome use. r=jesup 2016-08-18 00:01:00 -04:00
nsIMediaManager.idl
PeerConnection.js Bug 1213441 - Remove pc.removeStream properly. r=jesup,smaug 2016-08-01 16:18:38 -04:00
PeerConnection.manifest
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
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 1294384 - make video-only attribute orthogonal to the seek type; r=jwwang 2016-08-12 11:45:02 +08:00
SeekTask.cpp Bug 1285122. Part 1 - remove SeekTask::mNeedToStopPrerolling{Audio,Video} per discussion in https://reviewboard.mozilla.org/r/43689/#comment54421. r=kaku 2016-07-07 14:35:58 +08:00
SeekTask.h Bug 1288300 - Remove unused MediaCallbackID files; r=jwwang 2016-07-21 10:57:57 +08:00
SelfRef.h
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 Bug 1280445 - Clear out all MediaSegments directly on forced MediaStreamGraph shutdown. r=jesup 2016-06-16 12:45:29 +01:00
StreamTracks.h Bug 1280445 - Clear out all MediaSegments directly on forced MediaStreamGraph shutdown. r=jesup 2016-06-16 12:45:29 +01:00
TextTrack.cpp Backed out changeset 5c7dda18ec02 (bug 1285897) 2016-07-21 08:03:10 +02:00
TextTrack.h Backed out changeset 5c7dda18ec02 (bug 1285897) 2016-07-21 08:03:10 +02:00
TextTrackCue.cpp Bug 1283417 - part2 : notify media element when cue's display states changed. r=bechen 2016-08-09 16:58:52 +08:00
TextTrackCue.h Bug 1283417 - part2 : notify media element when cue's display states changed. r=bechen 2016-08-09 16:58:52 +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 1280644 - part1 : add Telemetry for webvtt. r=bsmedberg,rillian 2016-07-11 10:51:08 +08:00
TextTrackList.cpp Bug 1281999 - Update the display when we remove an active cue by changing the texttrackmode to disabled. r=rillian 2016-07-18 15:39:14 +08:00
TextTrackList.h Bug 1281999 - Update the display when we remove an active cue by changing the texttrackmode to disabled. r=rillian 2016-07-18 15:39:14 +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 Merge m-c to autoland. a=merge 2016-08-25 08:14:36 -04:00
TrackUnionStream.h Bug 1259788 - Add a new disabled mode for MSG tracks. r=jesup 2016-08-15 14:19:42 +02:00
VideoFrameContainer.cpp Backed out changeset b531c8bff6e9 (bug 1201363) for timeout in GTest VP8VideoTrackEncoder.FrameEncode. r=backout 2016-08-03 19:33:55 +02:00
VideoFrameContainer.h Backed out changeset b531c8bff6e9 (bug 1201363) for timeout in GTest VP8VideoTrackEncoder.FrameEncode. r=backout 2016-08-03 19:33:55 +02:00
VideoPlaybackQuality.cpp Bug 1286444 - Store uint32_t's in VideoPlaybackQuality - r=kinetik 2016-07-14 14:31:12 +10:00
VideoPlaybackQuality.h Bug 1289668 - VideoPlaybackQuality style - r=kamidphish 2016-07-15 16:48:26 +10:00
VideoSegment.cpp Backed out changeset 4111e388bd90 (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoSegment.h Backed out changeset 9e24eb751c21 (bug 1291946) for android debug mda1 failures CLOSED TREE 2016-08-16 12:22:20 -07:00
VideoStreamTrack.cpp Backed out changeset 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoStreamTrack.h Backed out changeset 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoTrack.cpp Bug 1259788 - Multi-track support for MediaTrackList. r=jesup 2016-08-24 10:58:04 +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 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoTrackList.h Backed out changeset 0744bfe6854f (bug 1201363) 2016-08-03 19:33:25 +02:00
VideoUtils.cpp Backed out changeset 9c3ef7ef33d9 (bug 1278198) 2016-07-22 12:06:26 +08:00
VideoUtils.h Bug 1294616 - Somewhat improve the string performance by defining string literals whose length is known at compile time. r=cpearce 2016-08-15 15:41:53 +08: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 1294645 - Don't use NS_CALLBACK for callbacks in nsI{Input,Output,UnicharInput},Stream.idl. r=froydnj. 2016-08-12 17:36:22 +10:00
WebVTTListener.h Bug 1294645 - Don't use NS_CALLBACK for callbacks in nsI{Input,Output,UnicharInput},Stream.idl. r=froydnj. 2016-08-12 17:36:22 +10:00
XiphExtradata.cpp Bug 1202332 - XiphExtradataToHeaders miscalculates final header length. r=derf 2015-09-08 11:33:16 +12:00
XiphExtradata.h