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

Issue 3044019: This tool demonstrates the use of the Media Foundation H.264 decoder as a sta... (Closed)

Created:
10 years, 5 months ago by imcheng
Modified:
9 years, 7 months ago
CC:
chromium-reviews, scherkus (not reviewing), fbarchard, pam+watch_chromium.org, awong, Alpha Left Google
Visibility:
Public.

Description

This tool demonstrates the use of the Media Foundation H.264 decoder as a standalone Media Foundation Transform (MFT). See README for more information. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54078

Patch Set 1 #

Total comments: 32

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1378 lines, -2 lines) Patch
M media/base/video_frame.h View 2 chunks +3 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
A media/mf/README.chromium View 1 chunk +26 lines, -0 lines 0 comments Download
A media/mf/file_reader_util.h View 2 3 1 chunk +69 lines, -0 lines 0 comments Download
A media/mf/file_reader_util.cc View 2 3 1 chunk +197 lines, -0 lines 0 comments Download
A media/mf/main.cc View 2 3 1 chunk +260 lines, -0 lines 0 comments Download
A media/mf/mft_h264_decoder.h View 1 chunk +128 lines, -0 lines 0 comments Download
A media/mf/mft_h264_decoder.cc View 1 chunk +668 lines, -0 lines 0 comments Download
M remoting/base/protocol/chromotocol.proto View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
imcheng
This tool decodes H.264 video by using the Media Foundation H.264 decoder as a standalone. ...
10 years, 5 months ago (2010-07-23 17:59:46 UTC) #1
Alpha Left Google
http://codereview.chromium.org/3044019/diff/1/6 File media/tools/h264mft/h264mft.cc (right): http://codereview.chromium.org/3044019/diff/1/6#newcode16 media/tools/h264mft/h264mft.cc:16: #include <algorithm> STL includes should come first. http://codereview.chromium.org/3044019/diff/1/6#newcode75 media/tools/h264mft/h264mft.cc:75: ...
10 years, 5 months ago (2010-07-23 20:36:57 UTC) #2
imcheng
I've added a new patch so that H264Mft::GetOutput() now returns a media::VideoFrame object. In the ...
10 years, 5 months ago (2010-07-26 20:12:49 UTC) #3
Alpha Left Google
LGTM with additional small change. I think the file should be called mft_h264_decoder.cc so the ...
10 years, 5 months ago (2010-07-27 18:01:47 UTC) #4
imcheng
I changed the decoder to use callbacks. It is a little odd though because it ...
10 years, 5 months ago (2010-07-28 00:25:44 UTC) #5
Evan Martin
This appeared to break the build: http://build.chromium.org/buildbot/waterfall/builders/Chromium%20XP/builds/13365 So I reverted it. Feel free to land ...
10 years, 4 months ago (2010-07-29 00:49:22 UTC) #6
Lei Zhang
10 years, 4 months ago (2010-07-29 03:18:52 UTC) #7
Also, you've checked in files with the executable permission set. If you're on
Windows, see http://code.google.com/p/chromium/wiki/UsingGit#Windows

Powered by Google App Engine
This is Rietveld 408576698