gecko-dev/dom/media
Jean-Yves Avenard 0dc386ec98 Bug 1243538: [webm] P7. Let the decoder handle picture resizing. r=SingingTree
Is is now up to the decoders to automatically determine the correct size of the decoded frame.
By leaving the original dimensions in the VideoInfo, it will allow automatic rescale of the cropping window according to the original dimensions.

MozReview-Commit-ID: FZM4YlataNz
2016-04-20 17:44:18 +10:00
..
android Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
benchmark Bug 1263839 - WebM is now actually a VP9 sample; r=me 2016-04-12 19:49:50 +12:00
bridge Bug 1244926: added TCP socket filter to only allow outgoing STUN. r=jesup 2016-02-11 01:18:46 -08:00
compiledtest Bug 1247864 - delete[] on anything allocated with new[]. r=cpearce 2016-02-12 01:06:00 -05:00
directshow Bug 1256038: Remove special NotifyDataArrived handling in the DirectShow reader. r=cpearce 2016-03-22 22:59:50 +11:00
eme Bug 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +10:00
encoder Bug 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup 2016-04-06 14:56:44 +02:00
fmp4 Bug 1243538: P1. Make MediaInfo::mImage an nsIntSize again and introduce a mImageRect member. r=mattwoodrow 2016-04-20 17:43:35 +10:00
gmp Bug 1263499 - unify the QuickExit function, r=bsmedberg 2016-04-11 16:12:33 +08:00
gmp-plugin Bug 1254950 - Remove several media Makefile.ins; r=ted 2016-03-14 18:02:02 -04:00
gmp-plugin-openh264 Bug 1254950 - Remove several media Makefile.ins; r=ted 2016-03-14 18:02:02 -04:00
gtest Bug 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +10:00
imagecapture Bug 1208371 - Remove MediaStreamTrack::GetStream. r=jib 2016-02-01 22:48:05 +08:00
mediasink Bug 1264199: P6. Drain resampler when changing format or reaching the end. r=kinetik 2016-04-20 15:03:40 +10:00
mediasource Bug 1247138: [MSE] P2. Add mochitest. r=gerald 2016-04-20 15:04:06 +10:00
ogg Bug 1248861: P3. Use AlignedAudioBuffer object with AudioData. r=cpearce 2016-04-03 23:09:45 +10:00
omx Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
platforms Bug 1243538: P6. Adjust gonk decoder to allow different decoding size from metadata. r=alfredo 2016-04-20 17:44:11 +10: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 1208371 - Guard LoadManagerSingleton with a WeakPtr. r=pkerr 2016-01-05 10:16:32 +08:00
test Bug 1013933 - preserve playbackrate across play/pause. r=padenot 2016-04-15 10:33:37 +08:00
tests Bug 1264772 - Add no-op WebRTC Mochitest; r=drno 2016-04-15 16:29:42 -04:00
wave Bug 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +10:00
webaudio Bug 1265629 - Remove unused MediaDecoderReader::BreakCycles(). r=kaku. 2016-04-20 14:45:19 +08:00
webm Bug 1243538: [webm] P7. Let the decoder handle picture resizing. r=SingingTree 2016-04-20 17:44:18 +10:00
webrtc Bug 1265641: Move AEC tail length and delay-agnostic settings to getUserMedia r=padenot 2016-04-19 20:20:45 -04:00
webspeech Bug 1238542 - Re-enable the webspeech recognition tests on Windows debug e10s. 2016-04-15 13:26:01 -04:00
webvtt Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
ADTSDecoder.cpp Bug 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +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 1208371 - Make AudioCaptureStream startable. r=padenot 2016-03-03 17:26:31 +01:00
AudioCaptureStream.h Bug 1208371 - Make AudioCaptureStream startable. r=padenot 2016-03-03 17:26:31 +01:00
AudioChannelFormat.cpp Bug 901633 - Part 2 - Make AudioChannelFormat and AudioSegment more generic. r=roc 2015-07-29 18:24:15 +02:00
AudioChannelFormat.h Bug 1265399 - Replace 0.7071 with sqrt(0.5) in downmixing equations; r=padenot 2016-04-18 15:44:03 -04:00
AudioCompactor.cpp
AudioCompactor.h Bug 1248861: P12. Update AudioCompactor to account for alignment padding. r=rillian 2016-04-09 21:11:16 +10:00
AudioConverter.cpp Bug 1264199: P8. Handle potential resampling errors. r=kinetik 2016-04-20 15:03:53 +10:00
AudioConverter.h Bug 1264199: P6. Drain resampler when changing format or reaching the end. r=kinetik 2016-04-20 15:03:40 +10:00
AudioMixer.h Bug 1156472 - Part 3 - Implement AudioCaptureStream. r=roc 2015-07-24 14:28:16 +02:00
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 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup 2016-04-06 14:56:44 +02:00
AudioStream.cpp Bug 1264199: P5. Perform all downmixing operations in DecodedAudioDataSink. r=kinetik 2016-04-20 15:03:34 +10:00
AudioStream.h Bug 1264199: P5. Perform all downmixing operations in DecodedAudioDataSink. r=kinetik 2016-04-20 15:03:34 +10: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
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 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +10:00
Benchmark.h Bug 1263839: P2. Force re-run of VP9 benchmark based on a version check. r=kentuckyfriedtakahe 2016-04-13 12:44:29 +10: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 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup 2016-04-06 14:56:44 +02: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 1264898 - Remove unnecessary |FinishAddTracks| call in |DOMHwMediaStream::Init|. r=jesup, r=pehrsons 2016-04-15 17:38:40 +08:00
DOMMediaStream.h Bug 1262808: Refactor |PrincipalID| to |PrincipalHandle| in Gonk media code, r=rjesup 2016-04-12 16:54:41 +02:00
DecoderDoctorDiagnostics.cpp Bug 1248507 - p10. Detect and report when FFMpeg/Linux fails to load - r=jya 2016-04-19 17:36:20 +10:00
DecoderDoctorDiagnostics.h Bug 1248507 - p10. Detect and report when FFMpeg/Linux fails to load - r=jya 2016-04-19 17:36:20 +10:00
DecoderTraits.cpp Bug 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +10:00
DecoderTraits.h Bug 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +10: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 1256533 - Use std::deque<int32_t> instead of nsDeque - r=cpearce 2016-03-20 16:52:34 +11:00
FileBlockCache.h Bug 1256533 - Use std::deque<int32_t> instead of nsDeque - r=cpearce 2016-03-20 16:52:34 +11:00
FlushableTaskQueue.cpp Bug 1257063 - Don't destruct the runnable inside the lock when TaskQueue::Dispatch fails. r=bobbyholley. 2016-03-18 11:27:15 +08:00
FlushableTaskQueue.h Bug 1190495 - Separate FlushableTaskQueue into its own file. r=cpearce 2015-08-11 08:55:18 -04:00
FrameStatistics.h Bug 1257013 - Part 3: Stop checking for corrupt frames in MediaDecoderStateMachine since we no longer produce them. r=ajones 2016-03-21 18:50:41 +13: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 1264195: Re-add SetMicrophoneActive() calls into the GraphDriver r=padenot 2016-04-13 14:31:35 -04:00
GraphDriver.h Bug 1264195: Re-add SetMicrophoneActive() calls into the GraphDriver r=padenot 2016-04-13 14:31:35 -04:00
IdpSandbox.jsm Bug 1258299 - Move RTCIdentityProvider to a dictionary, r=jib,khuey 2016-03-24 16:12:56 +11: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 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +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 1263334 - Check VBR header is valid before using it for duration calculations. r=esawin 2016-04-09 20:38:45 +02:00
MP3Demuxer.h Bug 1256590 - Part 1 - Try detecting the actual frame start even when parsing starts mid-stream. r=esawin 2016-03-22 21:39:05 +01: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 1258673. Part 2 - since mStreamOffset is not updated until the end of MediaCacheStream::Read(), we have to pass stream offset to MediaCache::NoteBlockUsage explicitly to avoid hitting the assertion. r=jya. 2016-03-24 14:59:33 +08: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 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
MediaData.h Bug 1248861: P12. Update AudioCompactor to account for alignment padding. r=rillian 2016-04-09 21:11:16 +10: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 1259473 - per comment 14, move actions involving |this| to Init() from the constructor. r=jya. 2016-04-01 23:10:44 +08:00
MediaDecoder.h Bug 1208371 - Hook up DecodedStream with PrincipalHandle. r=mt,jwwang 2016-02-02 13:14:13 +08:00
MediaDecoderOwner.h Bug 1246521: P1. Add MediaDecoderOwner::HasError method. r=gerald 2016-02-08 16:31:42 +11:00
MediaDecoderReader.cpp Bug 1265629 - Remove unused MediaDecoderReader::BreakCycles(). r=kaku. 2016-04-20 14:45:19 +08:00
MediaDecoderReader.h Bug 1265629 - Remove unused MediaDecoderReader::BreakCycles(). r=kaku. 2016-04-20 14:45:19 +08:00
MediaDecoderReaderWrapper.cpp Bug 1265311. Part 1 - Add more proxy functions to MediaDecoderReaderWrapper. r=jya. 2016-04-19 16:14:30 +08:00
MediaDecoderReaderWrapper.h Bug 1265634. Part 1 - add more proxy functions to MediaDecoderReaderWrapper and remove unused members from MDSM. r=kaku. 2016-04-20 14:45:40 +08:00
MediaDecoderStateMachine.cpp Bug 1265634. Part 2 - rename mReaderWrapper for less wording. r=kaku. 2016-04-20 14:45:41 +08:00
MediaDecoderStateMachine.h Bug 1265634. Part 2 - rename mReaderWrapper for less wording. r=kaku. 2016-04-20 14:45:41 +08:00
MediaDeviceInfo.cpp
MediaDeviceInfo.h
MediaDevices.cpp Bug 1208371 - Do not require DOMLocalMediaStream for gUM (audioCapture). r=jib 2016-01-05 10:16:31 +08: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 1248507 - p1. Pass DecoderDoctorDiagnostics to PDMs&more - r=jya 2016-04-19 17:36:19 +10:00
MediaFormatReader.h Bug 1265311. Part 2 - constify some functions. r=jya. 2016-04-19 16:14:33 +08:00
MediaInfo.cpp Bug 1248861: P8. Added ChannelLayout::MappingTable method. r=gerald 2016-04-07 15:11:59 +10:00
MediaInfo.h Bug 1243538: P2. Add convenience VideoInfo::ScaledImageRect. r=mattwoodrow 2016-04-20 17:43:42 +10:00
MediaManager.cpp Bug 1265641: Move AEC tail length and delay-agnostic settings to getUserMedia r=padenot 2016-04-19 20:20:45 -04:00
MediaManager.h Bug 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup 2016-04-06 14:56:44 +02: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
MediaQueue.h Bug 1265969 - Don't fire pop events in MediaQueue::Reset(). r=jya. 2016-04-19 23:04:02 +08:00
MediaRecorder.cpp Bug 1208371 - Check principal per track instead of per stream in MediaRecorder. r=roc 2016-02-01 22:47:17 +08: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 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07: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 1262970 - Change PRINCIPAL_HANDLE_NONE to a nullptr #define. r=froydnj 2016-04-14 11:39:11 +02: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 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
MediaStreamGraph.h Bug 1208371 - Ensure DOMMediaStream principals reflect what could reside in their playback streams. r=mt,jesup 2016-03-16 16:00:34 +01:00
MediaStreamGraphImpl.h Bug 1208371 - Add `NotifyPrincipalHandleChanged` to MediaStreamTrackListener. r=mt,jesup 2016-01-26 16:45:25 +08:00
MediaStreamTrack.cpp Bug 1208371 - Move MediaStreamTrack's label to MediaStreamTrackSource. r=jib 2016-01-22 16:27:37 +08:00
MediaStreamTrack.h Bug 1208371 - Move MediaStreamTrack's label to MediaStreamTrackSource. r=jib 2016-01-22 16:27:37 +08: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 1213056 - change getStats to be maplike. r=bz 2016-04-07 10:40:37 -04:00
PeerConnection.manifest Bug 1189060 - add CreateOfferRequest.webidl interface for add-ons r=florian,peterv 2015-08-11 13:48:55 -04:00
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 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
SeekJob.cpp Bug 1261020 - part 1 - implement SeekTask; r=jwwang 2016-04-14 12:01:55 +08:00
SeekJob.h Bug 1261020 - part 1 - implement SeekTask; r=jwwang 2016-04-14 12:01:55 +08:00
SeekTarget.h Bug 1243608: P5. Add type utility methods to SeekTarget class. r=cpearce 2016-02-02 18:57:13 +11:00
SeekTask.cpp Bug 1265315. Part 2 - rename mReaderWrapper to mReader for less verbose coding. r=kaku. 2016-04-19 16:14:46 +08:00
SeekTask.h Bug 1265315. Part 2 - rename mReaderWrapper to mReader for less verbose coding. r=kaku. 2016-04-19 16:14:46 +08: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 Bug 1208371 - Add convenience method for checking if TrackID is explicit. r=roc 2016-01-05 10:16:22 +08: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 1208371 - Switch MediaPipeline to use direct listeners on tracks. r=jesup,bwc 2016-03-18 14:21:51 +01:00
TrackUnionStream.h Bug 1208371 - Switch MediaPipeline to use direct listeners on tracks. r=jesup,bwc 2016-03-18 14:21:51 +01:00
VideoFrameContainer.cpp Bug 1208371 - Ensure a media element's ImageContainer is protected when playing a stream. r=mt,jesup 2016-02-04 09:27:09 +08:00
VideoFrameContainer.h Bug 1259590 - Remove B2G ACL code. r=khuey 2016-04-07 09:50:01 -07: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 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
VideoSegment.h Bug 1208371 - Add PrincipalHandle to MediaChunks. r=mt,jesup 2016-04-06 14:56:44 +02:00
VideoStreamTrack.cpp
VideoStreamTrack.h Bug 1208371 - Move MediaStreamTrack's label to MediaStreamTrackSource. r=jib 2016-01-22 16:27:37 +08: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 1262746: P3. Remove DownmixAudioToStereo method. r=rillian 2016-04-08 17:42:00 +10:00
VideoUtils.h Bug 1262746: P3. Remove DownmixAudioToStereo method. r=rillian 2016-04-08 17:42:00 +10: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 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 Bug 1196353 - Use standard Xiph extradata format to pass headers from demuxers to decoders. r=jya 2015-08-21 10:17:00 -04:00
moz.build Bug 1248507 - p2. DecoderDoctorDiagnostics boilerplate - r=jya 2016-04-19 17:36:19 +10:00
nsIDOMNavigatorUserMedia.idl
nsIDocumentActivity.h
nsIMediaManager.idl