author | Jean-Yves Avenard <jyavenard@mozilla.com> |
Tue, 15 Sep 2015 15:19:16 +1000 | |
changeset 262707 | b04f9d4206398e566bad0f1ec38cde123da80dff |
parent 262706 | 248f5a4b7e0e42bd3278269e9ad4043e59c056b6 |
child 262708 | 58190c41c658c3f85e4cd854582d18f7b592755d |
push id | 65104 |
push user | jyavenard@mozilla.com |
push date | Wed, 16 Sep 2015 02:27:27 +0000 |
treeherder | mozilla-inbound@e8eb8b46b68d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | cpearce |
bugs | 1204776 |
milestone | 43.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/media/platforms/PlatformDecoderModule.cpp +++ b/dom/media/platforms/PlatformDecoderModule.cpp @@ -35,16 +35,24 @@ #include "MediaInfo.h" #include "FuzzingWrapper.h" #include "H264Converter.h" #include "OpusDecoder.h" #include "VorbisDecoder.h" #include "VPXDecoder.h" +PRLogModuleInfo* GetPDMLog() { + static PRLogModuleInfo* log = nullptr; + if (!log) { + log = PR_NewLogModule("PlatformDecoderModule"); + } + return log; +} + namespace mozilla { extern already_AddRefed<PlatformDecoderModule> CreateAgnosticDecoderModule(); extern already_AddRefed<PlatformDecoderModule> CreateBlankDecoderModule(); bool PlatformDecoderModule::sUseBlankDecoder = false; bool PlatformDecoderModule::sFFmpegDecoderEnabled = false; bool PlatformDecoderModule::sGonkDecoderEnabled = false;
--- a/dom/media/platforms/gonk/GonkAudioDecoderManager.cpp +++ b/dom/media/platforms/gonk/GonkAudioDecoderManager.cpp @@ -19,18 +19,18 @@ #include <stagefright/foundation/ALooper.h> #include "media/openmax/OMX_Audio.h" #include "MediaData.h" #include "MediaInfo.h" #include <android/log.h> #define GADM_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, "GonkAudioDecoderManager", __VA_ARGS__) -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) #define READ_OUTPUT_BUFFER_TIMEOUT_US 3000 using namespace android; typedef android::MediaCodecProxy MediaCodecProxy; namespace mozilla { GonkAudioDecoderManager::GonkAudioDecoderManager(const AudioInfo& aConfig)
--- a/dom/media/platforms/gonk/GonkMediaDataDecoder.cpp +++ b/dom/media/platforms/gonk/GonkMediaDataDecoder.cpp @@ -7,18 +7,18 @@ #include "VideoUtils.h" #include "nsTArray.h" #include "MediaCodecProxy.h" #include "mozilla/Logging.h" #include <android/log.h> #define GMDD_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, "GonkMediaDataDecoder", __VA_ARGS__) -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) using namespace android; namespace mozilla { nsresult GonkDecoderManager::Shutdown() {
--- a/dom/media/platforms/gonk/GonkVideoDecoderManager.cpp +++ b/dom/media/platforms/gonk/GonkVideoDecoderManager.cpp @@ -27,18 +27,18 @@ #include "mozilla/layers/TextureClient.h" #include <cutils/properties.h> #define READ_OUTPUT_BUFFER_TIMEOUT_US 3000 #include <android/log.h> #define GVDM_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, "GonkVideoDecoderManager", __VA_ARGS__) -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) using namespace mozilla::layers; using namespace android; typedef android::MediaCodecProxy MediaCodecProxy; namespace mozilla { GonkVideoDecoderManager::GonkVideoDecoderManager( mozilla::layers::ImageContainer* aImageContainer,
--- a/dom/media/platforms/wmf/MFTDecoder.cpp +++ b/dom/media/platforms/wmf/MFTDecoder.cpp @@ -4,18 +4,18 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "MFTDecoder.h" #include "nsThreadUtils.h" #include "WMFUtils.h" #include "mozilla/Logging.h" -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) namespace mozilla { MFTDecoder::MFTDecoder() : mMFTProvidesOutputSamples(false) , mDiscontinuity(true) { memset(&mInputStreamInfo, 0, sizeof(MFT_INPUT_STREAM_INFO));
--- a/dom/media/platforms/wmf/WMFAudioMFTManager.cpp +++ b/dom/media/platforms/wmf/WMFAudioMFTManager.cpp @@ -8,18 +8,18 @@ #include "MediaInfo.h" #include "VideoUtils.h" #include "WMFUtils.h" #include "nsTArray.h" #include "TimeUnits.h" #include "mozilla/Logging.h" -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) namespace mozilla { static void AACAudioSpecificConfigToUserData(uint8_t aAACProfileLevelIndication, const uint8_t* aAudioSpecConfig, uint32_t aConfigLength, nsTArray<BYTE>& aOutUserData)
--- a/dom/media/platforms/wmf/WMFMediaDataDecoder.cpp +++ b/dom/media/platforms/wmf/WMFMediaDataDecoder.cpp @@ -7,18 +7,18 @@ #include "WMFMediaDataDecoder.h" #include "VideoUtils.h" #include "WMFUtils.h" #include "nsTArray.h" #include "mozilla/Telemetry.h" #include "mozilla/Logging.h" -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) namespace mozilla { WMFMediaDataDecoder::WMFMediaDataDecoder(MFTManager* aMFTManager, FlushableTaskQueue* aTaskQueue, MediaDataDecoderCallback* aCallback) : mTaskQueue(aTaskQueue) , mCallback(aCallback)
--- a/dom/media/platforms/wmf/WMFVideoMFTManager.cpp +++ b/dom/media/platforms/wmf/WMFVideoMFTManager.cpp @@ -18,18 +18,18 @@ #include "mozilla/Logging.h" #include "gfx2DGlue.h" #include "gfxWindowsPlatform.h" #include "IMFYCbCrImage.h" #include "mozilla/WindowsVersion.h" #include "mozilla/Preferences.h" #include "nsPrintfCString.h" -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) using mozilla::layers::Image; using mozilla::layers::IMFYCbCrImage; using mozilla::layers::LayerManager; using mozilla::layers::LayersBackend; #if MOZ_WINSDK_MAXVER < 0x0A000000 // Windows 10+ SDK has VP80 and VP90 defines
--- a/dom/media/webm/IntelWebMVideoDecoder.cpp +++ b/dom/media/webm/IntelWebMVideoDecoder.cpp @@ -16,18 +16,18 @@ #include "VorbisUtils.h" #include "nestegg/nestegg.h" #define VPX_DONT_DEFINE_STDINT_TYPES #include "vpx/vp8dx.h" #include "vpx/vpx_decoder.h" #undef LOG -PRLogModuleInfo* GetDemuxerLog(); -#define LOG(...) MOZ_LOG(GetDemuxerLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) +extern PRLogModuleInfo* GetPDMLog(); +#define LOG(...) MOZ_LOG(GetPDMLog(), mozilla::LogLevel::Debug, (__VA_ARGS__)) namespace mozilla { using layers::Image; using layers::LayerManager; using layers::LayersBackend; class VP8Sample : public MediaRawData