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

Issue 28165: Checking in media::FFmpegGlue and some common FFmpeg code. (Closed)

Created:
11 years, 10 months ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Checking in media::FFmpegGlue and some common FFmpeg code. FFmpegGlue acts as an adapter between FFmpeg's URLProtocol and the media::DataSource interface, allowing us to use media::DataSource implementations for handling FFmpeg's IO.

Patch Set 1 #

Patch Set 2 : Lint issues #

Patch Set 3 : Includes #

Patch Set 4 : Fixed DEPS #

Patch Set 5 : Comments #

Patch Set 6 : Added <string> #

Total comments: 30

Patch Set 7 : Updated #

Patch Set 8 : Added comment #

Patch Set 9 : Code cleanup #

Total comments: 16

Patch Set 10 : Fixed comments #

Patch Set 11 : MockDataSource fix #

Patch Set 12 : static bool #

Patch Set 13 : mime type stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+660 lines, -10 lines) Patch
M media/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M media/base/mock_media_filters.h View 7 chunks +29 lines, -6 lines 0 comments Download
M media/build/media.vcproj View 1 2 3 4 5 6 7 8 9 10 3 chunks +18 lines, -2 lines 0 comments Download
M media/build/media_unittests.vcproj View 1 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -2 lines 0 comments Download
A media/filters/ffmpeg_common.h View 1 2 3 4 5 6 1 chunk +33 lines, -0 lines 0 comments Download
A media/filters/ffmpeg_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +18 lines, -0 lines 0 comments Download
A media/filters/ffmpeg_glue.h View 1 2 3 4 5 6 7 8 9 1 chunk +80 lines, -0 lines 0 comments Download
A media/filters/ffmpeg_glue.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +162 lines, -0 lines 0 comments Download
A media/filters/ffmpeg_glue_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +309 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scherkus (not reviewing)
More potentially confusing code for you to look at, but your feedback has been really ...
11 years, 10 months ago (2009-02-26 01:47:13 UTC) #1
Erik does not do reviews
Thanks for writing the unit test. I should have given you a harder time on ...
11 years, 10 months ago (2009-02-26 18:50:24 UTC) #2
scherkus (not reviewing)
All fixed up! Moved TestDataSource to its own file as MockDataSource (no changes other than ...
11 years, 10 months ago (2009-02-26 23:39:27 UTC) #3
Erik does not do reviews
overall looking good. Feels much better. http://codereview.chromium.org/28165/diff/3070/3076 File media/filters/ffmpeg_glue.cc (right): http://codereview.chromium.org/28165/diff/3070/3076#newcode14 Line 14: media::DataSource* data_source ...
11 years, 10 months ago (2009-02-27 00:13:17 UTC) #4
scherkus (not reviewing)
Updated + one more unit test for destructor code. Also realized that C++ is smart ...
11 years, 10 months ago (2009-02-27 02:18:20 UTC) #5
scherkus (not reviewing)
11 years, 9 months ago (2009-03-06 22:56:34 UTC) #6
I merged in some other changes by ralphl and myself.

Instead of a new MockDataSource class we now re-use the one declared in
media/base/mock_media_filters.h

Powered by Google App Engine
This is Rietveld 408576698