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

Issue 2891803003: Add vp9 QP parser. (Closed)

Created:
3 years, 7 months ago by jianj
Modified:
3 years, 7 months ago
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add vp9 QP parser. BUG=webrtc:7662 Review-Url: https://codereview.webrtc.org/2891803003 Cr-Commit-Position: refs/heads/master@{#18260} Committed: https://chromium.googlesource.com/external/webrtc/+/20acdf24437319dbd2832a4468b6ec606b25c07c

Patch Set 1 #

Patch Set 2 : Clean up comments and prints. #

Patch Set 3 : Fix compile warnings. #

Total comments: 25

Patch Set 4 : Refactor. Wrap bit reader in class. use rtc::BitBuffer. #

Patch Set 5 : Fix compile warning on win. #

Total comments: 17

Patch Set 6 : Refactor. #

Total comments: 22

Patch Set 7 : Refactor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -0 lines) Patch
M webrtc/modules/video_coding/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/qp_parser.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
A webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.h View 1 2 3 4 5 6 1 chunk +61 lines, -0 lines 0 comments Download
A webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc View 1 2 3 4 5 6 1 chunk +236 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (31 generated)
jianj1
3 years, 7 months ago (2017-05-18 01:49:04 UTC) #11
brandtr
Some initial comments. I haven't had a chance to look into the actual parsing code ...
3 years, 7 months ago (2017-05-19 14:10:28 UTC) #12
jianj1
https://codereview.webrtc.org/2891803003/diff/40001/webrtc/modules/video_coding/BUILD.gn File webrtc/modules/video_coding/BUILD.gn (right): https://codereview.webrtc.org/2891803003/diff/40001/webrtc/modules/video_coding/BUILD.gn#newcode125 webrtc/modules/video_coding/BUILD.gn:125: "utility/vp9_uncomp_header_parser.cc", On 2017/05/19 14:10:26, brandtr wrote: > I'd prefer ...
3 years, 7 months ago (2017-05-19 21:20:57 UTC) #15
brandtr
Thanks! Some further comments. Would it be possible to add some simple unit test, or ...
3 years, 7 months ago (2017-05-22 18:34:57 UTC) #22
jianj1
On 2017/05/22 18:34:57, brandtr wrote: > Thanks! Some further comments. > > Would it be ...
3 years, 7 months ago (2017-05-22 21:18:46 UTC) #23
jianj1
https://codereview.webrtc.org/2891803003/diff/80001/webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc File webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc (right): https://codereview.webrtc.org/2891803003/diff/80001/webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc#newcode22 webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc:22: static uint8_t VP9ReadProfile(VP9BitReader* const br) { On 2017/05/22 18:34:56, ...
3 years, 7 months ago (2017-05-22 21:18:58 UTC) #24
brandtr
lgtm (with some style nits), but please consider adding a unit test. If you don't ...
3 years, 7 months ago (2017-05-23 08:59:03 UTC) #29
jianj1
I think it's better to add the unit test in another separate CL. I'll get ...
3 years, 7 months ago (2017-05-23 17:37:30 UTC) #30
marpan
lgtm for parser code
3 years, 7 months ago (2017-05-23 18:11:19 UTC) #34
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/2891803003/120001
3 years, 7 months ago (2017-05-24 16:58:23 UTC) #39
commit-bot: I haz the power
3 years, 7 months ago (2017-05-24 17:00:22 UTC) #42
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/20acdf24437319dbd2832a446...

Powered by Google App Engine
This is Rietveld 408576698