mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
6b21bacef6
- Bug 1206298 - Part 1: Update the expiration time on the fake cache entry object for an intercepted request in the non-e10s case; r=mcmanus (0fa1afb14d) - Bug 1206298 - Part 2: Add a test to make sure that we respect Cache-Control headers on the synthesized response; r=jdm (c7a05d4415) - Bug 121442 - Add platform to GMP storage base dir. r=gerald (6f40a18f39) - Bug 1214967 - Proxy observer service notification across to content process when GMPs are added/removed. r=billm,jwwang (088f770b47) - Bug 1211812 - Add pref to select GMP to use for unencrypted decoding. r=jwwang Bug 1212670 - Implement GMPDecoderModule::SupportsMimeType() and EMEDecoderModule::SupportsMimeType(). r=jwwang (10acef26cd) - Bug 1214932 - Remove fragmented-mp4 from media prefs. r=jya (f2935767c1) - Bug 1214967 - Create a list of GMPs/codecs that can be used for <video> decoding. r=jwwang (3c68f6e08b) - import some vars and prefs to compile again (5456bb7124) - Bug 1205083 - Don't enable low latency WMF video decoding as it crashes sometimes. r=jya (353e727811) - Bug 1101885: P1. Make pref dynamic. r=cpearce (8a3de82e1e) - Bug 1189776: Store our audio decode time in TimeUnits. r=cpearce (0a01637580) - Bug 1202296 - Hide the MFTDecoder within MFTManager so that we can recreate it opaquely. r=cpearce (148e4d1923) - Bug 1211339 - Ensure WMFDecoderModule::SupportsMimeType checks it can create decoders. r=jya (f6e53ff08c) - Bug 1101885: P2. Don't shutdown WMF framework before releasing decoder. r=cpearce (b373402e74) - Bug 1101885: P3. Allow decoder creation fallback. r=cpearce (650ef55564) - Bug 1219300 - Add mutex to protect the |result| because the variable will be access by multiple threads at the same time. r=cpearce (a0f489cbcf) - Bug 1101885: P4. Enable Intel VP8/VP9 HW decoder by default. r=cpearce (cffbca2905) - Bug 1101885: P5. Only attempt to use HW VP decoder if DXVA active. r=cpearce (fd0f12c118) - spaces (f110c8ab3d) - Bug 1203217 - Add some logging when we detect and skip an ID3v2 tag. r=kinetik (74533f7c1e) - small changes (1ab8008527) - Bug 1164453 - Assert that decoder callback is set before using it. r=snorp (79bee3ccbe) - Bug 1190379 - Use AndroidDecoderModule for VP8/9. r=jya (2c672b6630) - Bug 1188871: P2. Call DrainComplete should an error occurs while draining. r=snorp (81f5669010) - Bug 1163667 - [5.1] Ensure empty demuxer sample queue before initiating draining. r=snorp (8a4dd86a28) - Bug 1204483 - Fix busted audio decoding output on Android r=esawin (b0c7dca1ce) - Bug 1220491 - clarify ownership relationships for creators of AudioData; r=gerald (cd043d3ef1) - bug 1162364 detect and abort MF_E_TRANSFORM_STREAM_CHANGE infinite loops r=cpearce (a0f3e17e5f) - Bug 1214065 - Remove unused arguments from MediaDecoder::Load() and its friends. r=kinetik. (6e610f3aed) - Bug 1211766 - Remove AbstractMediaDecoder::GetReentrantMonitor(). r=jya. (beb1a22439) - some cleanup and add back some gestreamer stuff (55c4a19f78) - Bug 1204434 - Remove check of MediaDecoder::IsMediaSeekable from OggReader::ReadMetadata. r=cpearce. (75bf15a1f5) - Bug 1209888 - Remove usage of decoder monitor from OggReader. r=jya. (4e92df9c1c) - Bug 1204882 - Move MediaDecoder::FrameStatistics out of MediaDecoder for easier use in other classes. r=jwwang (7f5d6035be) - Bug 1209887. Part 1 - add assertions. r=jya. (d5a7057c79) - Bug 1209887. Part 2 - remove usage of decoder monitor. r=jya. (56a6de8874) - Bug 1209887. Part 3 - remove unused code. r=jya. (7cd48c424b) - missing bit of 1208930 (045f09408a) - Bug 1211327 - Remove unnecessary usage of decoder monitor from MediaDecoderReader and sub-classes. r=jya. (2a15ac759a) - missing bit 1211766 (221c0a957f) - Bug 1214519 - Fix the coding style of member initializer lists of MediaDecoder. r=jya. (654636af36) - Bug 1206977: P12. Properly shutdown all created test decoders. r=cpearce (79cd0ebc83) - Bug 1206977: P14. Remove obsolete / redundant code. r=cpearce (b5a85ee060) - Bug 1208348 - Check whether DirectShow can decode MP3 before assuming it will work. r=jya (988030aec7) - Bug 1209886 - Clean up InstantiateDecoder() in DecoderTraits.cpp. r=kinetik. (822cac0dee) - Bug 1213176: P1. Remove most MediaFormatReader dependencies on its MediaDecoder parent. r=jwwang (7b5b000408) - Bug 1214989. Part 1 - add MediaDecoderOwner to the constructors of MediaDecoder and sub-classes. r=gerald. (f2f6df4bf2) - Bug 1214989. Part 2 - add MediaDecoderOwner to Clone() and overrides. r=gerald. (db9947115d) - Bug 1214989. Part 3 - remove MediaDecoder::Init() and its callers. r=gerald. (4353925106) - Bug 1217714 - Remove some unused functions from MediaDecoderReader. r=jya. (ae50a0f881) - Bug 1194524 - Use channel->ascynOpen2 in dom/media/MediaResource.cpp (r=sicking) (2a28e80f82) - Bug 1218280. Part 1 - create MediaResourceCallback for MediaResource to send notifications. r=roc. (54c5f58cb0) - Bug 1218280. Part 2 - remove unused code. r=roc. (161d4e28bb) - Bug 1219169. Part 1 - Remove AbstractMediaDecoder::OnStateMachineTaskQueue(). r=jya. (1836fb4bbc) - Bug 1219169. Part 2 - move MediaDecoderStateMachine::OnTaskQueue() to private. r=jya. (873ecac93a) - Bug 1217692. Part 1 - move members that don't have to be public to protected or private sections. r=jya. (25ea01b514) - Bug 1217692. Part 2 - fix some styles to keep 80 cols limit. r=jya. (0aabebd4ed) - Bug 1220558. Part 1 - remove unused arguments from MediaDecoderReader::DispatchNotifyDataArrived() and its callees/callers. r=jya. (0e57bafdb4) - Bug 1218157: Only ever read from cached data in NotifyDataArrived. r=cpearce (235ef09e63) - Bug 1220551. Part 1 - fix the parameters passed to mBufferedState->NotifyDataArrived(). r=jya. (61bdc160b1) - Bug 1220551. Part 2 - remove arguments from NotifyDataArrivedInternal(). r=jya. (edc0c18550)
236 lines
7.0 KiB
C++
236 lines
7.0 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim:set ts=2 sw=2 sts=2 et cindent: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* 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 "MP4Decoder.h"
|
|
#include "MediaDecoderStateMachine.h"
|
|
#include "MediaFormatReader.h"
|
|
#include "MP4Demuxer.h"
|
|
#include "mozilla/Preferences.h"
|
|
#include "nsCharSeparatedTokenizer.h"
|
|
#include "nsContentTypeParser.h"
|
|
#include "VideoUtils.h"
|
|
#include "mozilla/Logging.h"
|
|
|
|
#ifdef XP_WIN
|
|
#include "mozilla/WindowsVersion.h"
|
|
#include "WMFDecoderModule.h"
|
|
#endif
|
|
#ifdef MOZ_WIDGET_ANDROID
|
|
#include "nsIGfxInfo.h"
|
|
#include "AndroidBridge.h"
|
|
#endif
|
|
#ifdef MOZ_APPLEMEDIA
|
|
#include "AppleDecoderModule.h"
|
|
#endif
|
|
|
|
#include "mozilla/layers/LayersTypes.h"
|
|
|
|
#include "PDMFactory.h"
|
|
|
|
namespace mozilla {
|
|
|
|
#if defined(MOZ_GONK_MEDIACODEC) || defined(XP_WIN) || defined(MOZ_APPLEMEDIA) || defined(MOZ_FFMPEG)
|
|
#define MP4_READER_DORMANT_HEURISTIC
|
|
#else
|
|
#undef MP4_READER_DORMANT_HEURISTIC
|
|
#endif
|
|
|
|
MP4Decoder::MP4Decoder(MediaDecoderOwner* aOwner)
|
|
: MediaDecoder(aOwner)
|
|
{
|
|
#if defined(MP4_READER_DORMANT_HEURISTIC)
|
|
mDormantSupported = Preferences::GetBool("media.decoder.heuristic.dormant.enabled", false);
|
|
#endif
|
|
}
|
|
|
|
MediaDecoderStateMachine* MP4Decoder::CreateStateMachine()
|
|
{
|
|
MediaDecoderReader* reader =
|
|
new MediaFormatReader(this,
|
|
new MP4Demuxer(GetResource()),
|
|
GetVideoFrameContainer());
|
|
|
|
return new MediaDecoderStateMachine(this, reader);
|
|
}
|
|
|
|
static bool
|
|
IsWhitelistedH264Codec(const nsAString& aCodec)
|
|
{
|
|
int16_t profile = 0, level = 0;
|
|
|
|
if (!ExtractH264CodecDetails(aCodec, profile, level)) {
|
|
return false;
|
|
}
|
|
|
|
#if 0
|
|
// Disable 4k video on windows vista since it performs poorly.
|
|
if (!IsWin7OrLater() &&
|
|
level >= H264_LEVEL_5) {
|
|
return false;
|
|
}
|
|
#endif
|
|
|
|
// Just assume what we can play on all platforms the codecs/formats that
|
|
// WMF can play, since we don't have documentation about what other
|
|
// platforms can play... According to the WMF documentation:
|
|
// http://msdn.microsoft.com/en-us/library/windows/desktop/dd797815%28v=vs.85%29.aspx
|
|
// "The Media Foundation H.264 video decoder is a Media Foundation Transform
|
|
// that supports decoding of Baseline, Main, and High profiles, up to level
|
|
// 5.1.". We also report that we can play Extended profile, as there are
|
|
// bitstreams that are Extended compliant that are also Baseline compliant.
|
|
return level >= H264_LEVEL_1 &&
|
|
level <= H264_LEVEL_5_1 &&
|
|
(profile == H264_PROFILE_BASE ||
|
|
profile == H264_PROFILE_MAIN ||
|
|
profile == H264_PROFILE_EXTENDED ||
|
|
profile == H264_PROFILE_HIGH);
|
|
}
|
|
|
|
/* static */
|
|
bool
|
|
MP4Decoder::CanHandleMediaType(const nsACString& aMIMETypeExcludingCodecs,
|
|
const nsAString& aCodecs)
|
|
{
|
|
if (!IsEnabled()) {
|
|
return false;
|
|
}
|
|
|
|
// Whitelist MP4 types, so they explicitly match what we encounter on
|
|
// the web, as opposed to what we use internally (i.e. what our demuxers
|
|
// etc output).
|
|
const bool isMP4Audio = aMIMETypeExcludingCodecs.EqualsASCII("audio/mp4") ||
|
|
aMIMETypeExcludingCodecs.EqualsASCII("audio/x-m4a");
|
|
const bool isMP4Video = aMIMETypeExcludingCodecs.EqualsASCII("video/mp4") ||
|
|
#ifdef XP_LINUX
|
|
aMIMETypeExcludingCodecs.EqualsASCII("video/quicktime") ||
|
|
#endif
|
|
aMIMETypeExcludingCodecs.EqualsASCII("video/x-m4v");
|
|
if (!isMP4Audio && !isMP4Video) {
|
|
return false;
|
|
}
|
|
|
|
#ifdef MOZ_GONK_MEDIACODEC
|
|
if (aMIMETypeExcludingCodecs.EqualsASCII(VIDEO_3GPP)) {
|
|
return Preferences::GetBool("media.gonk.enabled", false);
|
|
}
|
|
#endif
|
|
|
|
nsTArray<nsCString> codecMimes;
|
|
if (aCodecs.IsEmpty()) {
|
|
// No codecs specified. Assume AAC/H.264
|
|
if (isMP4Audio) {
|
|
codecMimes.AppendElement(NS_LITERAL_CSTRING("audio/mp4a-latm"));
|
|
} else {
|
|
MOZ_ASSERT(isMP4Video);
|
|
codecMimes.AppendElement(NS_LITERAL_CSTRING("video/avc"));
|
|
}
|
|
} else {
|
|
// Verify that all the codecs specified are ones that we expect that
|
|
// we can play.
|
|
nsTArray<nsString> codecs;
|
|
if (!ParseCodecsString(aCodecs, codecs)) {
|
|
return false;
|
|
}
|
|
for (const nsString& codec : codecs) {
|
|
if (IsAACCodecString(codec)) {
|
|
codecMimes.AppendElement(NS_LITERAL_CSTRING("audio/mp4a-latm"));
|
|
continue;
|
|
}
|
|
if (codec.EqualsLiteral("mp3")) {
|
|
codecMimes.AppendElement(NS_LITERAL_CSTRING("audio/mpeg"));
|
|
continue;
|
|
}
|
|
// Note: Only accept H.264 in a video content type, not in an audio
|
|
// content type.
|
|
if (IsWhitelistedH264Codec(codec) && isMP4Video) {
|
|
codecMimes.AppendElement(NS_LITERAL_CSTRING("video/avc"));
|
|
continue;
|
|
}
|
|
// Some unsupported codec.
|
|
return false;
|
|
}
|
|
}
|
|
|
|
// Verify that we have a PDM that supports the whitelisted types.
|
|
PDMFactory::Init();
|
|
RefPtr<PDMFactory> platform = new PDMFactory();
|
|
for (const nsCString& codecMime : codecMimes) {
|
|
if (!platform->SupportsMimeType(codecMime)) {
|
|
return false;
|
|
}
|
|
}
|
|
|
|
return true;
|
|
}
|
|
|
|
/* static */ bool
|
|
MP4Decoder::CanHandleMediaType(const nsAString& aContentType)
|
|
{
|
|
nsContentTypeParser parser(aContentType);
|
|
nsAutoString mimeType;
|
|
nsresult rv = parser.GetType(mimeType);
|
|
if (NS_FAILED(rv)) {
|
|
return false;
|
|
}
|
|
nsString codecs;
|
|
parser.GetParameter("codecs", codecs);
|
|
|
|
return CanHandleMediaType(NS_ConvertUTF16toUTF8(mimeType), codecs);
|
|
}
|
|
|
|
/* static */
|
|
bool
|
|
MP4Decoder::IsEnabled()
|
|
{
|
|
return Preferences::GetBool("media.mp4.enabled");
|
|
}
|
|
|
|
static const uint8_t sTestH264ExtraData[] = {
|
|
0x01, 0x64, 0x00, 0x0a, 0xff, 0xe1, 0x00, 0x17, 0x67, 0x64,
|
|
0x00, 0x0a, 0xac, 0xd9, 0x44, 0x26, 0x84, 0x00, 0x00, 0x03,
|
|
0x00, 0x04, 0x00, 0x00, 0x03, 0x00, 0xc8, 0x3c, 0x48, 0x96,
|
|
0x58, 0x01, 0x00, 0x06, 0x68, 0xeb, 0xe3, 0xcb, 0x22, 0xc0
|
|
};
|
|
|
|
static already_AddRefed<MediaDataDecoder>
|
|
CreateTestH264Decoder(layers::LayersBackend aBackend,
|
|
VideoInfo& aConfig)
|
|
{
|
|
aConfig.mMimeType = "video/avc";
|
|
aConfig.mId = 1;
|
|
aConfig.mDuration = 40000;
|
|
aConfig.mMediaTime = 0;
|
|
aConfig.mDisplay = nsIntSize(64, 64);
|
|
aConfig.mImage = nsIntRect(0, 0, 64, 64);
|
|
aConfig.mExtraData = new MediaByteBuffer();
|
|
aConfig.mExtraData->AppendElements(sTestH264ExtraData,
|
|
MOZ_ARRAY_LENGTH(sTestH264ExtraData));
|
|
|
|
PDMFactory::Init();
|
|
|
|
RefPtr<PDMFactory> platform = new PDMFactory();
|
|
RefPtr<MediaDataDecoder> decoder(
|
|
platform->CreateDecoder(aConfig, nullptr, nullptr, aBackend, nullptr));
|
|
|
|
return decoder.forget();
|
|
}
|
|
|
|
/* static */ bool
|
|
MP4Decoder::IsVideoAccelerated(layers::LayersBackend aBackend, nsACString& aFailureReason)
|
|
{
|
|
VideoInfo config;
|
|
RefPtr<MediaDataDecoder> decoder(CreateTestH264Decoder(aBackend, config));
|
|
if (!decoder) {
|
|
aFailureReason.AssignLiteral("Failed to create H264 decoder");
|
|
return false;
|
|
}
|
|
bool result = decoder->IsHardwareAccelerated(aFailureReason);
|
|
decoder->Shutdown();
|
|
return result;
|
|
}
|
|
|
|
} // namespace mozilla
|