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

Issue 2649133007: Add QP for FFmpeg H264 decoder. (Closed)

Created:
3 years, 11 months ago by sakal
Modified:
3 years, 9 months ago
Reviewers:
sprang_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

Add QP for FFmpeg H264 decoder. BUG=webrtc:6541 Review-Url: https://codereview.webrtc.org/2649133007 Cr-Commit-Position: refs/heads/master@{#16942} Committed: https://chromium.googlesource.com/external/webrtc/+/879f4f6c3148fda61e988cd085e0520dc393a2af

Patch Set 1 : Parse QP #

Total comments: 2

Patch Set 2 : Changes according to sprang's comments. #

Patch Set 3 : Add a unit test. #

Patch Set 4 : Rebase. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -153 lines) Patch
M webrtc/modules/video_coding/BUILD.gn View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.h View 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc View 1 2 chunks +12 lines, -7 lines 3 comments Download
A webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A webrtc/modules/video_coding/codecs/test/video_codec_test.h View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A webrtc/modules/video_coding/codecs/test/video_codec_test.cc View 1 2 1 chunk +115 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/test/vp9_impl_unittest.cc View 1 2 1 chunk +10 lines, -146 lines 0 comments Download

Messages

Total messages: 31 (22 generated)
sakal
PTAL I looked into getting the QP directly from FFmpeg but it seems quite hard ...
3 years, 9 months ago (2017-02-27 14:38:10 UTC) #5
sprang_webrtc
looks good any chance you could add a unit test as well? https://codereview.webrtc.org/2649133007/diff/60001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc ...
3 years, 9 months ago (2017-02-28 09:01:52 UTC) #7
sakal
https://codereview.webrtc.org/2649133007/diff/60001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc (right): https://codereview.webrtc.org/2649133007/diff/60001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc#newcode366 webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc:366: qp = rtc::Optional<uint8_t>(qp_int); On 2017/02/28 09:01:52, språng wrote: > ...
3 years, 9 months ago (2017-03-01 13:26:48 UTC) #18
sprang_webrtc
lgtm with question https://codereview.webrtc.org/2649133007/diff/200001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc (left): https://codereview.webrtc.org/2649133007/diff/200001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc#oldcode391 webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc:391: } Why remove check for error ...
3 years, 9 months ago (2017-03-01 14:13:15 UTC) #23
sakal
https://codereview.webrtc.org/2649133007/diff/200001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc (left): https://codereview.webrtc.org/2649133007/diff/200001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc#oldcode391 webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc:391: } On 2017/03/01 14:13:15, språng wrote: > Why remove ...
3 years, 9 months ago (2017-03-01 14:15:10 UTC) #24
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/2649133007/200001
3 years, 9 months ago (2017-03-01 14:17:14 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:200001) as https://chromium.googlesource.com/external/webrtc/+/879f4f6c3148fda61e988cd085e0520dc393a2af
3 years, 9 months ago (2017-03-01 14:19:15 UTC) #29
sprang_webrtc
thanks for doing the test refactoring https://codereview.webrtc.org/2649133007/diff/200001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc File webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc (left): https://codereview.webrtc.org/2649133007/diff/200001/webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc#oldcode391 webrtc/modules/video_coding/codecs/h264/h264_decoder_impl.cc:391: } On 2017/03/01 ...
3 years, 9 months ago (2017-03-01 14:38:24 UTC) #30
sakal
3 years, 9 months ago (2017-03-02 14:55:44 UTC) #31
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:200001) has been created in
https://codereview.webrtc.org/2726973003/ by sakal@webrtc.org.

The reason for reverting is: Let's revert this while we investigate a problem in
H264 bitstream parser..

Powered by Google App Engine
This is Rietveld 408576698