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

Issue 1647163002: Deprecate VideoDecoder::Reset() and remove calls. (Closed)

Created:
4 years, 10 months ago by pbos-webrtc
Modified:
4 years, 10 months ago
Reviewers:
stefan-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, interface-changes_webrtc.org, rwolff_gocast.it, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, andresp, peah-webrtc, the sun, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Deprecate VideoDecoder::Reset() and remove calls. Removes calls to decoder reset and instead drops delta frames and requests keyframes until one arrives. BUG=webrtc:5475 R=stefan@webrtc.org TBR=mflodman@webrtc.org Committed: https://crrev.com/ed3277bf140d2250f2f735c89d3a2c628454f8fa Cr-Commit-Position: refs/heads/master@{#11460}

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : Remove OnInitializeDecoder for video #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -151 lines) Patch
M talk/app/webrtc/java/jni/androidmediadecoder_jni.cc View 1 2 chunks +0 lines, -10 lines 0 comments Download
M talk/media/webrtc/fakewebrtcvideoengine.h View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc View 1 2 1 chunk +2 lines, -8 lines 0 comments Download
M webrtc/modules/video_coding/codec_database.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/codecs/i420/i420.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/codecs/i420/include/i420.h View 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/codecs/interface/mock/mock_video_codec_interface.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/test/vp8_impl_unittest.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M webrtc/modules/video_coding/generic_decoder.h View 1 chunk +0 lines, -5 lines 0 comments Download
M webrtc/modules/video_coding/generic_decoder.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/modules/video_coding/include/mock/mock_video_codec_interface.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/include/video_coding.h View 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/modules/video_coding/video_coding_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/video_coding_impl.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/video_coding/video_receiver.cc View 4 chunks +19 lines, -21 lines 0 comments Download
M webrtc/test/fake_decoder.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/test/fake_decoder.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M webrtc/video/video_decoder.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M webrtc/video/video_decoder_unittest.cc View 2 chunks +0 lines, -19 lines 0 comments Download
M webrtc/video/vie_channel.cc View 1 2 2 chunks +4 lines, -9 lines 0 comments Download
M webrtc/video_decoder.h View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
pbos-webrtc
PTAL, woo!
4 years, 10 months ago (2016-01-29 15:13:02 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1647163002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1647163002/1
4 years, 10 months ago (2016-01-29 15:13:21 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-01-29 17:03:08 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1647163002/diff/1/webrtc/modules/video_coding/video_receiver.cc File webrtc/modules/video_coding/video_receiver.cc (right): https://codereview.webrtc.org/1647163002/diff/1/webrtc/modules/video_coding/video_receiver.cc#newcode298 webrtc/modules/video_coding/video_receiver.cc:298: } Should we instead make sure the jitter buffer ...
4 years, 10 months ago (2016-02-01 16:23:09 UTC) #6
pbos-webrtc
https://codereview.webrtc.org/1647163002/diff/1/webrtc/modules/video_coding/video_receiver.cc File webrtc/modules/video_coding/video_receiver.cc (right): https://codereview.webrtc.org/1647163002/diff/1/webrtc/modules/video_coding/video_receiver.cc#newcode298 webrtc/modules/video_coding/video_receiver.cc:298: } On 2016/02/01 16:23:08, stefan-webrtc (holmer) wrote: > Should ...
4 years, 10 months ago (2016-02-02 13:25:12 UTC) #7
pbos-webrtc
rebase
4 years, 10 months ago (2016-02-02 13:31:48 UTC) #8
pbos-webrtc
Remove OnInitializeDecoder for video
4 years, 10 months ago (2016-02-02 13:55:01 UTC) #9
stefan-webrtc
lgtm
4 years, 10 months ago (2016-02-02 14:23:27 UTC) #10
pbos-webrtc
TBR=mflodman@ for: Missing LGTM from an OWNER for these files: talk/app/webrtc/java/jni/androidmediadecoder_jni.cc webrtc/video_decoder.h
4 years, 10 months ago (2016-02-02 14:39:52 UTC) #13
pbos-webrtc
Committed patchset #3 (id:40001) manually as ed3277bf140d2250f2f735c89d3a2c628454f8fa (presubmit successful).
4 years, 10 months ago (2016-02-02 14:40:26 UTC) #15
commit-bot: I haz the power
4 years, 10 months ago (2016-02-02 14:40:27 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ed3277bf140d2250f2f735c89d3a2c628454f8fa
Cr-Commit-Position: refs/heads/master@{#11460}

Powered by Google App Engine
This is Rietveld 408576698