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

Issue 1684853003: WIP: allow to play Youtube if use_proprieraty_codecs=1 and ffmpeg_branding=Chromium (Closed)

Created:
4 years, 10 months ago by Julien Isorce Samsung
Modified:
4 years, 4 months ago
Reviewers:
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, feature-media-reviews_chromium.org, jam, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: allow to play Youtube if use_proprieraty_codecs=1 and ffmpeg_branding=Chromium By checking at runtime if ffmpeg actually supports the requested codec. BUG=571417

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -20 lines) Patch
M build/common.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/pepper/video_decoder_shim.cc View 3 chunks +2 lines, -18 lines 0 comments Download
M media/base/media.h View 2 chunks +8 lines, -0 lines 0 comments Download
M media/base/media.cc View 2 chunks +28 lines, -0 lines 0 comments Download
M media/base/mime_util.cc View 5 chunks +99 lines, -1 line 0 comments Download
M media/base/mime_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (1 generated)
Julien Isorce Samsung
4 years, 4 months ago (2016-08-18 20:50:58 UTC) #1
Description was changed from

==========
WIP: allow to play Youtube if use_proprieraty_codecs=1 and
ffmpeg_branding=Chromium

By checking at runtime if ffmpeg actually supports the requested codec.

BUG=571417
==========

to

==========
WIP: allow to play Youtube if use_proprieraty_codecs=1 and
ffmpeg_branding=Chromium

By checking at runtime if ffmpeg actually supports the requested codec.

BUG=571417
==========

Powered by Google App Engine
This is Rietveld 408576698