..
android
Bug 1243608: P4. Have MediaDecoderReader::SeekPromise return a TimeUnit. r=cpearce
2016-02-02 18:57:13 +11:00
benchmark
Bug 1230265 - Benchmark VP9 decoder performance and enable VP9 on fast machines; r=jya
2016-03-09 15:43:38 +11:00
bridge
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
2015-08-27 20:44:53 -07:00
compiledtest
Bug 1228947 - Replace mfbt/Constants.h with math.h. r=roc
2015-11-27 20:49:55 -08:00
directshow
Bug 1253959 - per comment 10, #ifdef code that causes ReadMetadata() to fail on Windows XP debug. r=cpearce.
2016-03-07 16:07:14 +08:00
eme
Bug 1252168 - Don't send CDM unsupported notifications from Gecko to chrome. r=kentuckyfriedtakahe
2016-03-03 11:02:17 +13:00
encoder
Bug 1243611 - When EOS, call vpx_codec_encode correctly. r=rillian
2016-02-26 16:07:29 +08:00
fmp4
Bug 1254858: P8. Change default preferences value if prefs don't exist. r=kentuckyfriedtakahe
2016-03-10 15:04:23 +11:00
gmp
Bug 1249275: Fix mac compilation when sandbox is disabled. r=gerald
2016-02-28 01:36:02 +11:00
gmp-plugin
Bug 1240411: P5. Clean up GMP headers. r=cpearce
2016-01-19 19:47:32 +11:00
gmp-plugin-openh264
Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium
2015-09-22 21:39:03 -07:00
gtest
Bug 1255626: [gtest] Properly shutdown task queue should error occurs. r=gerald
2016-03-11 11:19:45 +11:00
imagecapture
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
mediasink
Bug 1248229
. Part 2 - GC might happen in between OutputStreamManager::Disconnect() and OutputStreamManager::Connect(). We need to check if the stream is already destroyed before trying to connect it. r=roc.
2016-02-22 11:04:41 +08:00
mediasource
Bug 1242682 - Separate dom/media into its own subsuite. r=gbrown, a=tomcat
2016-03-10 11:03:52 -08:00
ogg
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
omx
Bug 1185931 - Add assert(mDecoderStateMachine). r=jwwang
2016-02-25 14:32:19 +08:00
platforms
Bug 1254858: P9. Search libmozav* lib relative to lgpllibs. r=glandium
2016-03-10 17:56:34 +11:00
raw
Bug 1243608: P4. Have MediaDecoderReader::SeekPromise return a TimeUnit. r=cpearce
2016-02-02 18:57:13 +11:00
standalone
Bug 1251494 - Remove remaining references to MOZILLA_XPCOMRT_API from dom. r=jesup
2016-02-26 18:10:56 -08:00
systemservices
Bug 1251715 - use UniquePtr instead of ScopedDeletePtr in dom/media/; r=gerald
2016-02-26 14:21:05 -05:00
test
Bug 657791 - Add cueless WebM seeking tests. r=jya
2016-02-18 13:52:03 +13:00
tests
No bug - Fix busted merge conflict resolution on a CLOSED TREE.
2016-03-11 11:12:25 -05:00
wave
Bug 1250293
- Fixed Coverity warning in WaveDemuxer.cpp. r=cpearce
2016-02-25 10:05:04 +13:00
webaudio
Bug 1255718. Remove the unused JSContext argument of AudioBuffer::Create. r=ehsan
2016-03-11 16:43:31 -05:00
webm
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
webrtc
Bug 1254515 - GonkCameraImage.cpp:16:5: error: class 'mozilla::GonkCameraImage' does not have any field named 'mThread' r=reuben
2016-03-08 18:23:43 -08:00
webspeech
Bug 1237176 - Re-enable synth/test/test_bfcache.html r=me
2016-03-11 16:35:38 -08:00
webvtt
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
ADTSDecoder.cpp
Bug 1169212 - Part 1: Implemented ADTS Decoder & Demuxer. r=jya
2015-12-07 15:48:59 +10:00
ADTSDecoder.h
Bug 1169212 - Part 1: Implemented ADTS Decoder & Demuxer. r=jya
2015-12-07 15:48:59 +10:00
ADTSDemuxer.cpp
Bug 1250635 - remove ENABLE_TESTS from dom/media cpp files. r=esawin
2016-02-23 12:04:27 -08:00
ADTSDemuxer.h
Bug 1250635 - remove ENABLE_TESTS from dom/media cpp files. r=esawin
2016-02-23 12:04:27 -08:00
AbstractMediaDecoder.h
Bug 1243608: P2. Pass the full SeekTarget object to MediaDecoderReader::Seek. r=cpearce
2016-02-02 18:57:12 +11:00
AudioBufferUtils.h
…
AudioCaptureStream.cpp
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
AudioCaptureStream.h
Bug 1170958 - Allow MediaInputPort to lock to a specific input track. r=roc
2015-09-30 09:31:53 +08:00
AudioChannelFormat.cpp
…
AudioChannelFormat.h
…
AudioCompactor.cpp
…
AudioCompactor.h
Bug 1220491 - clarify ownership relationships for creators of AudioData; r=gerald
2015-11-01 17:34:26 -05: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 1231793: Part 2 - Added conversions to AudioSampleFormat.h. r=jya
2016-02-17 00:28:48 +11: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 1251494 - Remove remaining references to MOZILLA_XPCOMRT_API from dom. r=jesup
2016-02-26 18:10:56 -08:00
AudioStream.cpp
Bug 1248513 - Fix static analysis errors in non-unified build for AudioStream.cpp. r=gerald.
2016-02-18 11:34:04 +08:00
AudioStream.h
Bug 1221587: Update for API changes in cubeb r=padenot
2016-01-21 11:51:36 -05:00
AudioStreamTrack.cpp
…
AudioStreamTrack.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
AudioTrack.cpp
…
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 1254858: P10. Return early when error. r=me
2016-03-11 10:00:12 +11:00
Benchmark.h
Bug 1254858: P3. reorganise Benchmark classes declarations to only expose usable members. r=kentuckyfriedtakahe
2016-03-09 21:38:49 +11:00
BufferMediaResource.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
CanvasCaptureMediaStream.cpp
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
CanvasCaptureMediaStream.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
CubebUtils.cpp
Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian
2015-11-15 14:49:01 +01:00
CubebUtils.h
Bug 1221587: use cubeb devids to select input devices r=padenot
2016-01-21 11:51:36 -05:00
DOMMediaStream.cpp
Bug 1248308 - Fix dom/media non-unified build errors - r=jya
2016-02-17 08:55:33 +11:00
DOMMediaStream.h
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
DecoderTraits.cpp
Bug 1255050 - [1.1] Restrict media plugin decoder usage to Android ICS. r=snorp
2016-03-10 23:14:13 +01:00
DecoderTraits.h
Bug 1229605: [MSE] Allow webm/audio independently of video. r=kentuckyfriedtakahe
2015-12-04 14:43:47 +11: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 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
FileBlockCache.h
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
FlushableTaskQueue.cpp
…
FlushableTaskQueue.h
…
FrameStatistics.h
Bug 1230004. Part 1 - cache data in MDSM so it won't need to ask MediaDecoder. r=cpearce.
2015-12-03 15:59:30 +08: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 1250934: Only dig out cubeb deviceIDs immediately before use since they can be freed r=padenot
2016-03-08 12:11:09 -05:00
GraphDriver.h
Bug 1245216: Fix getUserMedia input in full_duplex mode coming from the wrong place r=padenot
2016-02-17 13:19:02 -05:00
IdpSandbox.jsm
Bug 1232904 - Use channel.asyncOpen2 within dom/media/IdpSandbox.jsm (r=mt)
2016-01-22 11:40:32 -08:00
Intervals.h
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
Latency.cpp
Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian
2015-11-15 14:49:01 +01:00
Latency.h
Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian
2015-11-15 14:49:01 +01:00
MP3Decoder.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04: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 1250635 - remove ENABLE_TESTS from dom/media cpp files. r=esawin
2016-02-23 12:04:27 -08:00
MP3Demuxer.h
Bug 1250635 - remove ENABLE_TESTS from dom/media cpp files. r=esawin
2016-02-23 12:04:27 -08: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
MediaCache.cpp
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02: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 1238906 - part1 : check whether audio data is audible. r=jwwang
2016-01-21 10:19:19 +08:00
MediaData.h
Bug 1238906 - part1 : check whether audio data is audible. r=jwwang
2016-01-21 10:19:19 +08:00
MediaDataDemuxer.h
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
MediaDecoder.cpp
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
MediaDecoder.h
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
MediaDecoderOwner.h
Bug 1246521: P1. Add MediaDecoderOwner::HasError method. r=gerald
2016-02-08 16:31:42 +11:00
MediaDecoderReader.cpp
Bug 1219142. Part 1 - add AbstractMediaDecoder::DataArrivedEvent() to publish events. r=jya.
2015-11-18 09:00:56 +08:00
MediaDecoderReader.h
Bug 1251460 - MDSM now waits on a promise to enqueue first frame loaded. r=jya
2016-03-09 15:32:49 +13:00
MediaDecoderStateMachine.cpp
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
MediaDecoderStateMachine.h
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
MediaDeviceInfo.cpp
…
MediaDeviceInfo.h
…
MediaDevices.cpp
Bug 1248308 - Fix dom/media non-unified build errors - r=jya
2016-02-17 08:55:33 +11:00
MediaDevices.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaEventSource.h
Bug 1233648 - Fix some insufficient includes. r=kinetik.
2015-12-18 15:12:45 +08:00
MediaFormatReader.cpp
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
MediaFormatReader.h
Bug 1251460 - MDSM now waits on a promise to enqueue first frame loaded. r=jya
2016-03-09 15:32:49 +13:00
MediaInfo.h
Bug 657791 - Update seekable range handling for cueless WebMs. r=kinetik
2016-02-04 17:31:21 +13:00
MediaManager.cpp
merge inbound to m-c a=merge
2016-03-08 16:00:45 -08:00
MediaManager.h
Bug 1251715 - use UniquePtr instead of ScopedDeletePtr in dom/media/; r=gerald
2016-02-26 14:21:05 -05: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 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08: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
MediaQueue.h
Bug 1218311 - Port the fix of bug 1193614 to VideoSink. r=cpearce.
2015-11-25 15:15:05 +08:00
MediaRecorder.cpp
Bug 1250109 - Change DOMEventTargetHelper subclasses to not assume that GetOwner() is non-null, since it can be nulled out by navigation. r=bzbarsky
2016-03-04 13:37:50 -08:00
MediaRecorder.h
Bug 963238: Support isTypeSupported() in MediaRecorder, and throw on invalid mimetypes at construction r=cpearce,khuey
2016-03-06 22:48:16 -05:00
MediaResource.cpp
Bug 1228677 - Do not enforce CORS when loading file for MediaResource. r=cpearce
2016-03-06 19:17:43 -08:00
MediaResource.h
Bug 1251044: P2. Remove dead code and generalise the use of content-range header. r=roc
2016-02-29 11:41:14 +11:00
MediaResourceCallback.h
Bug 1221009. Part 1 - add a class to forward notifications from MediaResource to MediaDecoder. r=roc.
2015-11-16 07:50:55 +08:00
MediaSegment.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
MediaShutdownManager.cpp
Bug 1207220: Ensure MediaShutdownManager waits until all MediaDecoder have completed their shutdown. r=cpearce
2016-01-05 11:55:50 +11:00
MediaShutdownManager.h
Bug 1207220: Ensure MediaShutdownManager waits until all MediaDecoder have completed their shutdown. r=cpearce
2016-01-05 11:55:50 +11: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 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaStreamError.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaStreamGraph.cpp
Bug 1250934: Only dig out cubeb deviceIDs immediately before use since they can be freed r=padenot
2016-03-08 12:11:09 -05:00
MediaStreamGraph.h
Bug 1250934: Only dig out cubeb deviceIDs immediately before use since they can be freed r=padenot
2016-03-08 12:11:09 -05:00
MediaStreamGraphImpl.h
Bug 1250934: remove unused method from MediaStreamGraphImpl r=padenot
2016-03-08 12:11:09 -05:00
MediaStreamTrack.cpp
Bug 866513 - Non-empty MediaStreamTrack labels. r=jib
2016-01-16 13:39:00 +01:00
MediaStreamTrack.h
Bug 866513 - Non-empty MediaStreamTrack labels. r=jib
2016-01-16 13:39:00 +01:00
MediaTimer.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04: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 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaTrack.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaTrackList.cpp
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
MediaTrackList.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
PeerConnection.js
Bug 1181768 - Make already-defined pc.getConfiguration() work. r=mt
2016-03-04 15:05:20 -05:00
PeerConnection.manifest
…
PeerConnectionIdp.jsm
Bug 1176941 - Moving console warning to the current window, r=jib
2015-08-28 15:40:44 -07:00
QueueObject.cpp
Bug 1230265 - Benchmark VP9 decoder performance and enable VP9 on fast machines; r=jya
2016-03-09 15:43:38 +11:00
QueueObject.h
Bug 1230265 - Add codec agnostic benchmark; r=kentuckyfriedtakahe
2016-03-09 15:43:57 +11:00
RTCStatsReport.jsm
…
RtspMediaResource.cpp
Bug 1248308 - Fix dom/media non-unified build errors - r=jya
2016-02-17 08:55:33 +11:00
RtspMediaResource.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
SeekTarget.h
Bug 1243608: P5. Add type utility methods to SeekTarget class. r=cpearce
2016-02-02 18:57:13 +11:00
SelfRef.h
…
SharedBuffer.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
SimpleImageBuffer.cpp
…
SimpleImageBuffer.h
…
StreamBuffer.cpp
Bug 1219480 - Replace PRLogModuleInfo with LazyLogModule in the media directory. r=rillian
2015-11-15 14:49:01 +01:00
StreamBuffer.h
summary: Bug 1231378 - part 5 - Fix uninitialized members of classes in dom/{workers,events,media,canvas}, r=smaug
2016-01-12 18:16:59 +00:00
TextTrack.cpp
Bug 1033144 - Part 1: Dispatch 'cuechange' event on TextTracks. r=rillian,bz
2016-03-02 11:35:09 -08:00
TextTrack.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
TextTrackCue.cpp
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
TextTrackCue.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
TextTrackCueList.cpp
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
TextTrackCueList.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
TextTrackList.cpp
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
TextTrackList.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -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 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11: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
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
TrackUnionStream.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
VideoFrameContainer.cpp
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-02-02 17:36:30 +02:00
VideoFrameContainer.h
Bug 1230338 - Record video frames dropped by the compositor, or while flushing during skip-to-keyframe. r=jya
2015-12-04 13:33:21 +13:00
VideoPlaybackQuality.cpp
…
VideoPlaybackQuality.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
VideoSegment.cpp
Bug 1251715 - use UniquePtr instead of ScopedDeletePtr in dom/media/; r=gerald
2016-02-26 14:21:05 -05:00
VideoSegment.h
Bug 1251494 - Remove remaining references to MOZILLA_XPCOMRT_API from dom. r=jesup
2016-02-26 18:10:56 -08:00
VideoStreamTrack.cpp
…
VideoStreamTrack.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
VideoTrack.cpp
…
VideoTrack.h
Bug 1240411: P9. Clean up media headers. r=jwwang
2016-01-19 19:47:36 +11:00
VideoTrackList.cpp
…
VideoTrackList.h
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
VideoUtils.cpp
Bug 1253678 - Rename mozilla::Function to mozilla::function. r=froydnj
2016-03-11 16:49:13 -05:00
VideoUtils.h
Bug 1222145 - Bump maximum video size to 8k. r=jya
2015-11-05 13:45:00 -08:00
VorbisUtils.h
…
WebMSample.h
Bug 1230265 - Benchmark VP9 decoder performance and enable VP9 on fast machines; r=jya
2016-03-09 15:43:38 +11:00
WebVTTListener.cpp
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
WebVTTListener.h
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
2015-10-18 01:24:48 -04:00
XiphExtradata.cpp
Bug 1202332 - XiphExtradataToHeaders miscalculates final header length. r=derf
2015-09-08 11:33:16 +12:00
XiphExtradata.h
…
moz.build
Bug 1253762 - Adapt test_texttracklist_chrome.html to e10s. r=kinetik
2016-03-09 14:31:42 -08:00
nsIDOMNavigatorUserMedia.idl
…
nsIDocumentActivity.h
…
nsIMediaManager.idl
…