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

Issue 2675693002: video_coding::PacketBuffer now group all H264 packets with the same timestamp into the same frame. (Closed)

Created:
3 years, 10 months ago by philipel
Modified:
3 years, 10 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

video_coding::PacketBuffer now group all H264 packets with the same timestamp into the same frame. Since we can't know when a H264 frame really starts we instead group all packets together by timestamp when a frame seems to be complete (only in the case of H264). BUG=webrtc:5514 Review-Url: https://codereview.webrtc.org/2675693002 Cr-Commit-Position: refs/heads/master@{#16419} Committed: https://chromium.googlesource.com/external/webrtc/+/8c61924b5671b568a1953820961e4ec24e19e4c6

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : Added comment #

Total comments: 2

Patch Set 4 : fix #

Patch Set 5 : Added link to bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -2 lines) Patch
M webrtc/modules/video_coding/packet_buffer.cc View 1 2 3 4 1 chunk +23 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
philipel
3 years, 10 months ago (2017-02-02 14:59:43 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/2675693002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2675693002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc#newcode228 webrtc/modules/video_coding/packet_buffer.cc:228: if (is_h264 && start_index != static_cast<int>(index) && Can we ...
3 years, 10 months ago (2017-02-02 15:19:00 UTC) #4
philipel
https://codereview.webrtc.org/2675693002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2675693002/diff/20001/webrtc/modules/video_coding/packet_buffer.cc#newcode228 webrtc/modules/video_coding/packet_buffer.cc:228: if (is_h264 && start_index != static_cast<int>(index) && On 2017/02/02 ...
3 years, 10 months ago (2017-02-02 15:47:37 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/2675693002/diff/40001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/2675693002/diff/40001/webrtc/modules/video_coding/packet_buffer.cc#newcode232 webrtc/modules/video_coding/packet_buffer.cc:232: // the PacketBuffer to hand out incomplete frames. Can't ...
3 years, 10 months ago (2017-02-02 15:50:07 UTC) #6
stefan-webrtc
lgtm with bug created to investigate the begin bit issue. refer to the bug in ...
3 years, 10 months ago (2017-02-02 16:08:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2675693002/80001
3 years, 10 months ago (2017-02-02 16:14:33 UTC) #10
commit-bot: I haz the power
3 years, 10 months ago (2017-02-02 16:51:32 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/8c61924b5671b568a19538209...

Powered by Google App Engine
This is Rietveld 408576698