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

Issue 555087: Refactor some code that depends on FFmpeg (Closed)

Created:
10 years, 11 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
Reviewers:
fbarchard, awong
CC:
chromium-reviews_googlegroups.com, pam+watch_chromium.org, Paweł Hajdan Jr., scherkus (not reviewing), awong, Alpha Left Google
Visibility:
Public.

Description

Refactor some code that depends on FFmpeg Some FFmpeg header and source files are misplaced: media/filters/ffmpeg_common.{cc, h} -> media/ffmpeg media/tools/media_bench/file_protocol.{cc, h} -> media/ffmpeg And the necessary refactoring for the new location is done. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=37080

Patch Set 1 #

Patch Set 2 : date #

Patch Set 3 : more dates #

Patch Set 4 : date again #

Patch Set 5 : fix includes again #

Patch Set 6 : include #

Patch Set 7 : include #

Patch Set 8 : 2010 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -59 lines) Patch
M media/base/mock_ffmpeg.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/mock_ffmpeg.cc View 1 chunk +1 line, -1 line 0 comments Download
A + media/ffmpeg/ffmpeg_common.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + media/ffmpeg/ffmpeg_common.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/ffmpeg/ffmpeg_util.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + media/ffmpeg/file_protocol.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + media/ffmpeg/file_protocol.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M media/filters/bitstream_converter.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/bitstream_converter_unittest.cc View 7 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_audio_decoder.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M media/filters/ffmpeg_demuxer.h View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_glue.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_glue_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_video_decode_engine.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M media/filters/omx_video_decode_engine.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/omx_video_decoder.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/video_decoder_impl.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/filters/video_decoder_impl_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/media.gyp View 4 chunks +5 lines, -5 lines 0 comments Download
M media/tools/media_bench/media_bench.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + media/tools/omx_test/omx_test.cc View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Alpha Left Google
10 years, 11 months ago (2010-01-26 00:09:37 UTC) #1
awong
On 2010/01/26 00:09:37, Alpha wrote: > I think the copy right is just supposed to ...
10 years, 11 months ago (2010-01-26 00:12:01 UTC) #2
Alpha Left Google
Corrected to 2010.
10 years, 11 months ago (2010-01-26 00:44:22 UTC) #3
awong
LGTM
10 years, 11 months ago (2010-01-26 00:46:54 UTC) #4
fbarchard
media/tools/media_bench/file_protocol.{cc, h} seems like the right place for these, since they are specific to media_bench?
10 years, 11 months ago (2010-01-26 01:05:47 UTC) #5
hclam
2010/1/25 <fbarchard@chromium.org> > media/tools/media_bench/file_protocol.{cc, h} seems like the right place > for > these, since ...
10 years, 11 months ago (2010-01-26 01:07:42 UTC) #6
fbarchard
LGTM - ok, so long as we dont expect it to work outside of the ...
10 years, 11 months ago (2010-01-26 01:57:35 UTC) #7
awong
10 years, 11 months ago (2010-01-26 01:59:41 UTC) #8
That this information to the file comment if it's not already there?

People are supposed to read those before using what's in the file, so having
a "this is mean for X, and is not a complete implementation of Y.  Only use
this if you satisfy Z." kind of comment is completely legit.

On Mon, Jan 25, 2010 at 5:57 PM, <fbarchard@chromium.org> wrote:

> LGTM - ok, so long as we dont expect it to work outside of the media_bench
> and
> omx_test.  Its just a minimal implementation for the benchmark(s)
>
>
>
> http://codereview.chromium.org/555087
>

Powered by Google App Engine
This is Rietveld 408576698