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

Issue 39295: Checking in media::FFmpegDemuxer and tests. (Closed)

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

Description

Checking in media::FFmpegDemuxer and tests. FFmpegDemuxer is a Demuxer implemenation using FFmpeg's libavformat. It is written in a way to work with any format and assume that the downstream decoders can interpret FFmpeg's CodecID enumerations.

Patch Set 1 #

Total comments: 14

Patch Set 2 : Comments #

Patch Set 3 : Patch delta from glue cl #

Total comments: 4

Patch Set 4 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+786 lines, -1 line) Patch
M media/base/pipeline.h View 1 chunk +6 lines, -1 line 0 comments Download
M media/build/media.vcproj View 2 1 chunk +8 lines, -0 lines 0 comments Download
M media/build/media_unittests.vcproj View 2 1 chunk +4 lines, -0 lines 0 comments Download
A media/filters/ffmpeg_demuxer.h View 1 2 3 1 chunk +127 lines, -0 lines 0 comments Download
A media/filters/ffmpeg_demuxer.cc View 1 2 3 1 chunk +281 lines, -0 lines 0 comments Download
A media/filters/ffmpeg_demuxer_unittest.cc View 1 2 3 1 chunk +360 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scherkus (not reviewing)
FYI this changelist depends on my other one: http://codereview.chromium.org/28165/show
11 years, 9 months ago (2009-03-07 00:13:17 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/39295/diff/1/4 File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/39295/diff/1/4#newcode58 Line 58: AVCodecContext* codec = stream_->codec; you created a local ...
11 years, 9 months ago (2009-03-09 16:38:18 UTC) #2
scherkus (not reviewing)
http://codereview.chromium.org/39295/diff/1/4 File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/39295/diff/1/4#newcode58 Line 58: AVCodecContext* codec = stream_->codec; On 2009/03/09 16:38:19, Erik ...
11 years, 9 months ago (2009-03-09 18:31:29 UTC) #3
Erik does not do reviews
http://codereview.chromium.org/39295/diff/2026/2030 File media/filters/ffmpeg_demuxer.h (right): http://codereview.chromium.org/39295/diff/2026/2030#newcode46 Line 46: FFmpegDemuxerStream(FFmpegDemuxer* demuxer, const AVStream* stream); pass stream by ...
11 years, 9 months ago (2009-03-09 20:03:02 UTC) #4
scherkus (not reviewing)
Fixes. http://codereview.chromium.org/39295/diff/2026/2030 File media/filters/ffmpeg_demuxer.h (right): http://codereview.chromium.org/39295/diff/2026/2030#newcode46 Line 46: FFmpegDemuxerStream(FFmpegDemuxer* demuxer, const AVStream* stream); On 2009/03/09 ...
11 years, 9 months ago (2009-03-10 07:00:02 UTC) #5
Erik does not do reviews
11 years, 9 months ago (2009-03-10 16:05:59 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698