Chromium Code Reviews

Issue 1232023006: Add support for VP9 packetization/depacketization. (Closed)

Created:
5 years, 5 months ago by åsapersson
Modified:
5 years, 4 months ago
Reviewers:
stefan-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add support for VP9 packetization/depacketization. RTP payload format for VP9: https://www.ietf.org/id/draft-uberti-payload-vp9-01.txt BUG=webrtc:4148, webrtc:4168, chromium:500602 TBR=mflodman Committed: https://crrev.com/f38ea3caa39887c63e7d4862dcf420d4a35c1073 Cr-Commit-Position: refs/heads/master@{#9649}

Patch Set 1 : Split packetization from https://codereview.webrtc.org/1211353002/ #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 13

Patch Set 4 : addressed comments #

Patch Set 5 : update comments #

Total comments: 8

Patch Set 6 : rebase and added test #

Total comments: 2

Patch Set 7 : addressed comments #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Stats (+1643 lines, -1 line)
M webrtc/modules/interface/module_common_types.h View 4 chunks +83 lines, -0 lines 0 comments
M webrtc/modules/modules.gyp View 1 chunk +2 lines, -1 line 0 comments
M webrtc/modules/rtp_rtcp/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments
M webrtc/modules/rtp_rtcp/rtp_rtcp.gypi View 1 chunk +2 lines, -0 lines 0 comments
M webrtc/modules/rtp_rtcp/source/rtp_format.cc View 3 chunks +6 lines, -0 lines 0 comments
A webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h View 1 chunk +108 lines, -0 lines 0 comments
A webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc View 1 chunk +764 lines, -0 lines 0 comments
A webrtc/modules/rtp_rtcp/source/rtp_format_vp9_unittest.cc View 1 chunk +664 lines, -0 lines 0 comments
M webrtc/modules/video_coding/main/source/packet.cc View 1 chunk +12 lines, -0 lines 0 comments

Messages

Total messages: 25 (12 generated)
åsapersson
Made a separate cl for the packetization.
5 years, 5 months ago (2015-07-10 12:43:18 UTC) #3
stefan-webrtc
We should probably try to fuzz this thing as well. Maybe pbos can help. https://codereview.webrtc.org/1232023006/diff/180001/webrtc/modules/interface/module_common_types.h ...
5 years, 5 months ago (2015-07-14 09:40:10 UTC) #10
pbos-webrtc
On 2015/07/14 09:40:10, stefan-webrtc (holmer) wrote: > We should probably try to fuzz this thing ...
5 years, 5 months ago (2015-07-14 09:45:44 UTC) #11
åsapersson
https://codereview.webrtc.org/1232023006/diff/180001/webrtc/modules/interface/module_common_types.h File webrtc/modules/interface/module_common_types.h (right): https://codereview.webrtc.org/1232023006/diff/180001/webrtc/modules/interface/module_common_types.h#newcode110 webrtc/modules/interface/module_common_types.h:110: bool interPicPredicted; // This layer frame is dependent on ...
5 years, 5 months ago (2015-07-14 10:53:55 UTC) #12
åsapersson
Adding Magnus for webrtc/modules/interface/module_common_types.h.
5 years, 5 months ago (2015-07-17 12:38:57 UTC) #14
stefan-webrtc
A few comments, but overall I think this is starting to get ready to go. ...
5 years, 4 months ago (2015-07-28 06:58:14 UTC) #15
stefan-webrtc
https://codereview.webrtc.org/1232023006/diff/240001/webrtc/modules/interface/module_common_types.h File webrtc/modules/interface/module_common_types.h (right): https://codereview.webrtc.org/1232023006/diff/240001/webrtc/modules/interface/module_common_types.h#newcode133 webrtc/modules/interface/module_common_types.h:133: num_ref_pics; // Number of reference pictures used by this ...
5 years, 4 months ago (2015-07-28 06:59:20 UTC) #16
åsapersson
https://codereview.webrtc.org/1232023006/diff/220001/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc File webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc (right): https://codereview.webrtc.org/1232023006/diff/220001/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc#newcode255 webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc:255: uint32_t n_bit = (i == vp9.num_ref_pics - 1) ? ...
5 years, 4 months ago (2015-07-28 09:07:58 UTC) #18
stefan-webrtc
lgtm
5 years, 4 months ago (2015-07-28 09:29:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232023006/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232023006/300001
5 years, 4 months ago (2015-07-28 11:02:09 UTC) #22
commit-bot: I haz the power
Committed patchset #8 (id:300001)
5 years, 4 months ago (2015-07-28 11:03:03 UTC) #23
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/f38ea3caa39887c63e7d4862dcf420d4a35c1073 Cr-Commit-Position: refs/heads/master@{#9649}
5 years, 4 months ago (2015-07-28 11:03:07 UTC) #24
pbos-webrtc
5 years, 4 months ago (2015-07-29 08:12:36 UTC) #25
Message was sent while issue was closed.
On 2015/07/28 11:03:07, commit-bot: I haz the power wrote:
> Patchset 8 (id:??) landed as
> https://crrev.com/f38ea3caa39887c63e7d4862dcf420d4a35c1073
> Cr-Commit-Position: refs/heads/master@{#9649}

FYI: Fuzzer's been covering this for ~20 hours without catching anything. :)

Powered by Google App Engine