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

Issue 42521: Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ... (Closed)

Created:
11 years, 9 months ago by ralphl
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an extended interface through DemuxerStream object. DemuxerStream now derives from base::RefCountedThreadSafe. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12537

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 14

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -67 lines) Patch
M media/base/filters.h View 1 2 3 4 5 2 chunks +22 lines, -2 lines 0 comments Download
M media/base/mock_media_filters.h View 4 4 chunks +41 lines, -40 lines 0 comments Download
M media/base/pipeline_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/decoder_base.h View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_common.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_common.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M media/filters/ffmpeg_demuxer.h View 1 2 3 4 4 chunks +13 lines, -3 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 2 3 4 5 chunks +28 lines, -17 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 4 2 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ralphl
11 years, 9 months ago (2009-03-23 19:00:30 UTC) #1
scherkus (not reviewing)
Still catching up on email -- will try to get this reviewed as soon as ...
11 years, 9 months ago (2009-03-23 20:54:41 UTC) #2
scherkus (not reviewing)
nits nits nits :) http://codereview.chromium.org/42521/diff/17/4005 File media/base/filters.h (right): http://codereview.chromium.org/42521/diff/17/4005#newcode163 Line 163: // |Interface::interface_id()|, this method ...
11 years, 9 months ago (2009-03-25 23:23:41 UTC) #3
ralphl
Fixed everything Andrew commented on + fixed build break for linux and mac caught by ...
11 years, 9 months ago (2009-03-26 00:03:10 UTC) #4
scherkus (not reviewing)
11 years, 9 months ago (2009-03-26 00:06:26 UTC) #5
LGTM!

Powered by Google App Engine
This is Rietveld 408576698