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

Issue 2635002: fix parsing error at the end of stream (Closed)

Created:
10 years, 6 months ago by wjia(left Chromium)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, fbarchard, awong, Alpha Left Google, scherkus (not reviewing)
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

fix parsing error at the end of stream Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48988

Patch Set 1 #

Patch Set 2 : compile #

Total comments: 2

Patch Set 3 : switching to checking packet->data #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M media/filters/ffmpeg_demuxer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
wjia(left Chromium)
When demuxer hits the end of stream and has some pending read requests, it creates ...
10 years, 6 months ago (2010-06-04 05:29:28 UTC) #1
jiesun
thanks for doing this. I think the bitstream are set at initialize time. if resetted, ...
10 years, 6 months ago (2010-06-04 15:35:30 UTC) #2
wjia(left Chromium)
On 2010/06/04 15:35:30, jiesun wrote: > thanks for doing this. > I think the bitstream ...
10 years, 6 months ago (2010-06-04 16:39:26 UTC) #3
scherkus (not reviewing)
http://codereview.chromium.org/2635002/diff/3001/4001 File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/2635002/diff/3001/4001#newcode121 media/filters/ffmpeg_demuxer.cc:121: !bitstream_converter_->ConvertPacket(packet)) { I would check for an empty packet ...
10 years, 6 months ago (2010-06-04 19:03:25 UTC) #4
wjia(left Chromium)
http://codereview.chromium.org/2635002/diff/3001/4001 File media/filters/ffmpeg_demuxer.cc (right): http://codereview.chromium.org/2635002/diff/3001/4001#newcode121 media/filters/ffmpeg_demuxer.cc:121: !bitstream_converter_->ConvertPacket(packet)) { On 2010/06/04 19:03:25, scherkus wrote: > I ...
10 years, 6 months ago (2010-06-04 20:10:11 UTC) #5
jiesun
LGTM. thx
10 years, 6 months ago (2010-06-04 20:14:50 UTC) #6
scherkus (not reviewing)
10 years, 6 months ago (2010-06-04 20:15:58 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698