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

Issue 230413003: Adding platform specific checks for VP9 codecs and HLS mime types (Closed)

Created:
6 years, 8 months ago by amogh.bihani
Modified:
6 years, 7 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, jam, darin-cc_chromium.org, ddorwin
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adding platform specific variables for MediaCanPlayTypeTest Vp9 codec is supported after KitKat (API level 19) Expectation values are modifed in the test case based on the Android sdk version HLS mime types are supported after Ice-cream sandwich (API level 14) A check for identifying android version is added which decides whether the mime type should be added in the media_map_ or not. Theora is not supported on Android. This check is also added in the "IsCodecSupportedOnAndroid". MediaCanPlayType test are re-enabled on android. BUG=357665 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269748

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : including base/android/build_info.h #

Total comments: 3

Patch Set 4 : Adding check in mime_util.cc #

Patch Set 5 : fixing mp4 test #

Total comments: 6

Patch Set 6 : Adding comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -126 lines) Patch
M content/browser/media/media_canplaytype_browsertest.cc View 1 2 3 4 5 14 chunks +152 lines, -124 lines 0 comments Download
M net/base/mime_util.cc View 1 2 3 3 chunks +26 lines, -2 lines 0 comments Download
M net/base/mime_util_unittest.cc View 1 2 3 2 chunks +58 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
amogh.bihani
PTAL. This is what I have planned for fixing the bug, however I have not ...
6 years, 8 months ago (2014-04-10 08:44:31 UTC) #1
amogh.bihani
On 2014/04/10 08:44:31, amogh.bihani wrote: > Till now webm, ogg and wav have been fixed ...
6 years, 8 months ago (2014-04-10 09:03:25 UTC) #2
xhwang
https://codereview.chromium.org/230413003/diff/40001/content/browser/media/media_canplaytype_browsertest.cc File content/browser/media/media_canplaytype_browsertest.cc (right): https://codereview.chromium.org/230413003/diff/40001/content/browser/media/media_canplaytype_browsertest.cc#newcode16 content/browser/media/media_canplaytype_browsertest.cc:16: const char* kProbably = "probably"; These (l.16-l.60) should all ...
6 years, 8 months ago (2014-04-10 23:35:55 UTC) #3
amogh.bihani
https://codereview.chromium.org/230413003/diff/40001/content/browser/media/media_canplaytype_browsertest.cc File content/browser/media/media_canplaytype_browsertest.cc (right): https://codereview.chromium.org/230413003/diff/40001/content/browser/media/media_canplaytype_browsertest.cc#newcode72 content/browser/media/media_canplaytype_browsertest.cc:72: kVP9Probably = ""; On 2014/04/10 23:35:56, xhwang wrote: > ...
6 years, 8 months ago (2014-04-11 10:43:17 UTC) #4
amogh.bihani
PTAL. https://codereview.chromium.org/230413003/diff/70001/net/base/mime_util.cc File net/base/mime_util.cc (right): https://codereview.chromium.org/230413003/diff/70001/net/base/mime_util.cc#newcode416 net/base/mime_util.cc:416: return false; This check was not needed before ...
6 years, 8 months ago (2014-04-24 10:03:17 UTC) #5
Ryan Sleevi
lgtm
6 years, 8 months ago (2014-04-24 21:55:59 UTC) #6
amogh.bihani
xhwang@ PTAL at the testcases.
6 years, 7 months ago (2014-04-28 03:01:01 UTC) #7
xhwang
A question about VP9 support on Android. https://codereview.chromium.org/230413003/diff/70001/content/browser/media/media_canplaytype_browsertest.cc File content/browser/media/media_canplaytype_browsertest.cc (right): https://codereview.chromium.org/230413003/diff/70001/content/browser/media/media_canplaytype_browsertest.cc#newcode145 content/browser/media/media_canplaytype_browsertest.cc:145: VP9Probably = ...
6 years, 7 months ago (2014-04-28 17:48:48 UTC) #8
amogh.bihani
https://codereview.chromium.org/230413003/diff/70001/content/browser/media/media_canplaytype_browsertest.cc File content/browser/media/media_canplaytype_browsertest.cc (right): https://codereview.chromium.org/230413003/diff/70001/content/browser/media/media_canplaytype_browsertest.cc#newcode145 content/browser/media/media_canplaytype_browsertest.cc:145: VP9Probably = ""; On 2014/04/28 17:48:48, xhwang wrote: > ...
6 years, 7 months ago (2014-04-29 03:05:07 UTC) #9
xhwang
Thanks for the link. The CL looks good except for one last question. https://codereview.chromium.org/230413003/diff/70001/content/browser/media/media_canplaytype_browsertest.cc File ...
6 years, 7 months ago (2014-04-29 17:13:41 UTC) #10
amogh.bihani
Comments are in patchset 5. (Please note that I will be out of office till ...
6 years, 7 months ago (2014-04-30 03:47:32 UTC) #11
xhwang
On 2014/04/30 03:47:32, amogh.bihani(ooo till 11may) wrote: > Comments are in patchset 5. > > ...
6 years, 7 months ago (2014-04-30 16:55:49 UTC) #12
amogh.bihani
The CQ bit was checked by amogh.bihani@samsung.com
6 years, 7 months ago (2014-05-12 03:41:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/amogh.bihani@samsung.com/230413003/90001
6 years, 7 months ago (2014-05-12 03:42:04 UTC) #14
commit-bot: I haz the power
6 years, 7 months ago (2014-05-12 07:39:30 UTC) #15
Message was sent while issue was closed.
Change committed as 269748

Powered by Google App Engine
This is Rietveld 408576698