gecko-dev/dom/media/platforms/wmf
Nathan Froyd 1f0804852a Bug 1220491 - clarify ownership relationships for creators of AudioData; r=gerald
The way we pass in AudioDataValue arrays into AudioData is non-uniform:
sometimes we have nsAutoArrayPtrs, sometimes we don't, and it's not
immediately obvious from the function signature of the constructor that
we're actually taking ownership of this array.  Let's fix that by using
UniquePtr<AudioDataValue[]> smart pointers to hold the data prior to
creating AudioData values, and for passing in to AudioData's
constructor.  Using standard-er C++ things instead of our homegrown ones
is a good thing.
2015-11-01 17:34:26 -05:00
..
DXVA2Manager.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DXVA2Manager.h Bug 1196411 - Disable DXVA on 60fps 1080p videos for AMD cards that can't decode quick enough. r=jya 2015-08-20 11:37:26 -04:00
MFTDecoder.cpp Bug 1205083 - Don't enable low latency WMF video decoding as it crashes sometimes. r=jya 2015-10-21 21:17:56 +13:00
MFTDecoder.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
moz.build 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
WMF.h Bug 1174055 - Remove some now uncalled WMF functions. r=jya 2015-06-16 14:28:01 +12:00
WMFAudioMFTManager.cpp Bug 1220491 - clarify ownership relationships for creators of AudioData; r=gerald 2015-11-01 17:34:26 -05:00
WMFAudioMFTManager.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
WMFDecoderModule.cpp Bug 1101885: P5. Only attempt to use HW VP decoder if DXVA active. r=cpearce 2015-10-29 00:46:30 +11:00
WMFDecoderModule.h Bug 1205083 - Don't enable low latency WMF video decoding as it crashes sometimes. r=jya 2015-10-21 21:17:56 +13:00
WMFMediaDataDecoder.cpp Bug 1217226: P2. Implement WMFMediaDataDecoder::ConfigurationChanged. r=cpearce 2015-10-29 00:46:31 +11:00
WMFMediaDataDecoder.h Bug 1217226: P2. Implement WMFMediaDataDecoder::ConfigurationChanged. r=cpearce 2015-10-29 00:46:31 +11:00
WMFUtils.cpp Bug 1217226: P1. Use VideoInfo display size data rather than attempt to detect value in stream. r=cpearce 2015-10-29 00:46:30 +11:00
WMFUtils.h Bug 1217226: P1. Use VideoInfo display size data rather than attempt to detect value in stream. r=cpearce 2015-10-29 00:46:30 +11:00
WMFVideoMFTManager.cpp Bug 1217226: P2. Implement WMFMediaDataDecoder::ConfigurationChanged. r=cpearce 2015-10-29 00:46:31 +11:00
WMFVideoMFTManager.h Bug 1217226: P2. Implement WMFMediaDataDecoder::ConfigurationChanged. r=cpearce 2015-10-29 00:46:31 +11:00