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

Issue 1847193003: Convert Vp8 Rtp headers to frame references. (Closed)

Created:
4 years, 8 months ago by philipel
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhengzhonghou_agora.io, video-team_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Convert Vp8 Rtp headers to frame references. R=stefan@webrtc.org, pbos@webrtc.org BUG=webrtc:5514 Committed: https://crrev.com/f41393376af08c838f51ab9ba1f6d100e4a2ef81 Cr-Commit-Position: refs/heads/master@{#12437}

Patch Set 1 #

Patch Set 2 : #

Total comments: 53

Patch Set 3 : Feedback fixes. #

Patch Set 4 : Continuously clean up map/vector/queues used to save recent state. #

Patch Set 5 : Picture id start at the picture id of the first frame. #

Total comments: 47

Patch Set 6 : Feedback fixes/ #

Total comments: 5

Patch Set 7 : Feedback fixes/ #

Total comments: 8

Patch Set 8 : Feedback fixes. #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+995 lines, -203 lines) Patch
M webrtc/modules/video_coding/frame_object.h View 1 2 3 4 5 6 7 2 chunks +14 lines, -7 lines 0 comments Download
M webrtc/modules/video_coding/frame_object.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -7 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.h View 1 2 3 4 5 6 7 2 chunks +103 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer.cc View 1 2 3 4 5 6 7 9 chunks +297 lines, -33 lines 0 comments Download
M webrtc/modules/video_coding/packet_buffer_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +579 lines, -152 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
philipel
4 years, 8 months ago (2016-04-01 12:08:06 UTC) #1
pbos-webrtc
some initial comments, please add someone who's more familiar with the code and packetization as ...
4 years, 8 months ago (2016-04-01 14:24:45 UTC) #2
philipel
https://codereview.webrtc.org/1847193003/diff/20001/webrtc/modules/video_coding/frame_object.h File webrtc/modules/video_coding/frame_object.h (right): https://codereview.webrtc.org/1847193003/diff/20001/webrtc/modules/video_coding/frame_object.h#newcode25 webrtc/modules/video_coding/frame_object.h:25: uint8_t num_references; On 2016/04/01 14:24:44, pbos-webrtc wrote: > size_t ...
4 years, 8 months ago (2016-04-05 12:40:50 UTC) #4
stefan-webrtc
First set of comments https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode209 webrtc/modules/video_coding/packet_buffer.cc:209: if (codec_type == kVideoCodecVP8) { ...
4 years, 8 months ago (2016-04-07 12:37:05 UTC) #5
philipel
https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode209 webrtc/modules/video_coding/packet_buffer.cc:209: if (codec_type == kVideoCodecVP8) { On 2016/04/07 12:37:04, stefan-webrtc ...
4 years, 8 months ago (2016-04-07 13:38:42 UTC) #6
philipel
ping
4 years, 8 months ago (2016-04-13 09:15:39 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode209 webrtc/modules/video_coding/packet_buffer.cc:209: if (codec_type == kVideoCodecVP8) { On 2016/04/07 13:38:42, philipel ...
4 years, 8 months ago (2016-04-19 10:38:19 UTC) #8
philipel
https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode209 webrtc/modules/video_coding/packet_buffer.cc:209: if (codec_type == kVideoCodecVP8) { On 2016/04/19 10:38:19, stefan-webrtc ...
4 years, 8 months ago (2016-04-19 11:52:08 UTC) #9
stefan-webrtc
https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode260 webrtc/modules/video_coding/packet_buffer.cc:260: static_cast<uint16_t>(frame->first_packet() - 1)) { On 2016/04/07 13:38:42, philipel wrote: ...
4 years, 8 months ago (2016-04-19 12:24:29 UTC) #10
philipel
https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc File webrtc/modules/video_coding/packet_buffer.cc (right): https://codereview.webrtc.org/1847193003/diff/80001/webrtc/modules/video_coding/packet_buffer.cc#newcode260 webrtc/modules/video_coding/packet_buffer.cc:260: static_cast<uint16_t>(frame->first_packet() - 1)) { On 2016/04/19 12:24:29, stefan-webrtc (holmer) ...
4 years, 8 months ago (2016-04-19 13:12:01 UTC) #11
stefan-webrtc
lgtm
4 years, 8 months ago (2016-04-19 13:45:55 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1847193003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1847193003/160001
4 years, 8 months ago (2016-04-19 13:55:10 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-04-19 15:55:31 UTC) #17
philipel
Committed patchset #9 (id:160001) manually as f41393376af08c838f51ab9ba1f6d100e4a2ef81 (presubmit successful).
4 years, 8 months ago (2016-04-20 08:26:51 UTC) #19
commit-bot: I haz the power
4 years, 8 months ago (2016-04-20 08:26:55 UTC) #21
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/f41393376af08c838f51ab9ba1f6d100e4a2ef81
Cr-Commit-Position: refs/heads/master@{#12437}

Powered by Google App Engine
This is Rietveld 408576698