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

Issue 160529: demux duplicate data the same way as mp3 does. (Closed)

Created:
11 years, 4 months ago by fbarchard
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, fbarchard, awong, kylep, Alpha Left Google
Visibility:
Public.

Description

demux duplicate data the same way as mp3 does. BUG=16020 TEST=test with all media types and ensure there are no memory leaks are functional differences from previous version. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23455

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 20

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -86 lines) Patch
M media/filters/ffmpeg_demuxer.cc View 1 2 1 chunk +10 lines, -15 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 2 3 4 5 12 chunks +39 lines, -71 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
fbarchard
This change deep copies all demux packets, which makes it safer for file formats that ...
11 years, 4 months ago (2009-08-03 18:15:45 UTC) #1
Alpha Left Google
The code itself looks good. But please fix the unit tests before checking in, those ...
11 years, 4 months ago (2009-08-03 18:32:14 UTC) #2
fbarchard
gmock fixed, mp3 test disabled.
11 years, 4 months ago (2009-08-14 18:51:35 UTC) #3
scherkus (not reviewing)
change looks good, just style nits http://codereview.chromium.org/160529/diff/2001/3001 File media/filters/ffmpeg_demuxer_unittest.cc (right): http://codereview.chromium.org/160529/diff/2001/3001#newcode292 Line 292: #if 1 ...
11 years, 4 months ago (2009-08-14 18:59:04 UTC) #4
fbarchard
Done http://codereview.chromium.org/160529/diff/2001/3001 File media/filters/ffmpeg_demuxer_unittest.cc (right): http://codereview.chromium.org/160529/diff/2001/3001#newcode292 Line 292: #if 1 On 2009/08/14 18:59:04, scherkus wrote: ...
11 years, 4 months ago (2009-08-14 19:02:30 UTC) #5
fbarchard
indented memcmp parameters to memcmp(
11 years, 4 months ago (2009-08-14 19:05:50 UTC) #6
Alpha Left Google
LGTM
11 years, 4 months ago (2009-08-14 19:07:48 UTC) #7
scherkus (not reviewing)
awesome! lgtm!
11 years, 4 months ago (2009-08-14 19:48:19 UTC) #8
fbarchard
11 years, 4 months ago (2009-08-14 20:06:36 UTC) #9
Just waiting for tree to open.
Removed blank line.

Powered by Google App Engine
This is Rietveld 408576698