Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1023)

Issue 633673003: Merge to M39: MSE: Relax H.264 Baseline mimetype profile recognition (Closed)

Created:
6 years, 2 months ago by wolenetz
Modified:
6 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, jam, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@2171
Project:
chromium
Visibility:
Public.

Description

Merge to M39: MSE: Relax H.264 Baseline mimetype profile recognition This change lets "avc[13].42y0xx", where y >= 0x8 and xx is a valid level, be an unambiguously matched H.264 Baseline profile. This relaxes the previous requirement of a constrained baseline where y had to be 0xE. CodecParameter | Before | Now ---------------------------------------------------------------------------------------------------- avc[13].42y0xx | probably if y==E, maybe otherwise | probably if y is in [89ABCDEF], maybe otherwise BUG=408552 TBR=mmenke@chromium.org,qinmin@chromium.org,dalecurtis@chromium.org,xhwang@chromium.org TEST=Updated MediaCanPlayTypeTest.CodecSupportTest_* Review URL: https://codereview.chromium.org/626163002 Cr-Commit-Position: refs/heads/master@{#298163} (cherry picked from commit 0a0cad0dfcd0c8ea77352fb23bd2e955744355d5) Committed: https://chromium.googlesource.com/chromium/src/+/2f8d073aeab9292dbe43dfd03c6d75fc9f2e053e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -7 lines) Patch
M content/browser/media/media_canplaytype_browsertest.cc View 4 chunks +44 lines, -0 lines 0 comments Download
M net/base/mime_util.cc View 3 chunks +43 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
wolenetz
I will land this once tree is open. Updated TBR to reflect the actual net/ ...
6 years, 2 months ago (2014-10-06 23:26:38 UTC) #2
wolenetz
6 years, 2 months ago (2014-10-07 02:33:06 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
2f8d073aeab9292dbe43dfd03c6d75fc9f2e053e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698