webrtc/modules/video_coding/codecs/vp8
philipel 1b0d5437c9 Removed _completeFrame since we never allow incomplete frames.
In the old jitter buffer the two VCMVideoProtection modes |kProtectionNone| and |kProtectionFEC| could be set on the jitter buffer for it to not wait for NACK and instead generate incomplete frames. This has not been possible for a long time.

Bug: webrtc:9378, webrtc:7408
Change-Id: I0a2d3ec34d721126c1128306d5fad88314f8d59f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190680
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32513}
2020-10-28 16:00:27 +00:00
..
include libvpx-vp8: Add external configurability of resolution/bitrate limits. 2020-03-24 13:32:59 +00:00
test Removed _completeFrame since we never allow incomplete frames. 2020-10-28 16:00:27 +00:00
default_temporal_layers.cc Embed FrameDependencyTemplate builder helpers directly into the struct 2020-06-11 13:43:51 +00:00
default_temporal_layers.h Embed FrameDependencyTemplate builder helpers directly into the struct 2020-06-11 13:43:51 +00:00
default_temporal_layers_unittest.cc In Vp8 temporal layering fix generic info at non-first key frame 2020-02-25 10:47:49 +00:00
libvpx_interface.cc Add error reporting on VP8 encoder configuration error 2020-08-19 13:15:52 +00:00
libvpx_interface.h Add error reporting on VP8 encoder configuration error 2020-08-19 13:15:52 +00:00
libvpx_vp8_decoder.cc Removed _completeFrame since we never allow incomplete frames. 2020-10-28 16:00:27 +00:00
libvpx_vp8_decoder.h Add NV12 to libvpx wrappers output 2020-09-29 10:26:20 +00:00
libvpx_vp8_encoder.cc Removed _completeFrame since we never allow incomplete frames. 2020-10-28 16:00:27 +00:00
libvpx_vp8_encoder.h Reland "NV12 support for VP8 simulcast" 2020-10-12 14:10:22 +00:00
libvpx_vp8_simulcast_test.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
screenshare_layers.cc Embed FrameDependencyTemplate builder helpers directly into the struct 2020-06-11 13:43:51 +00:00
screenshare_layers.h Embed FrameDependencyTemplate builder helpers directly into the struct 2020-06-11 13:43:51 +00:00
screenshare_layers_unittest.cc Use newer version of TimeDelta and TimeStamp factories in modules/ 2020-02-10 11:49:57 +00:00
temporal_layers.h Move TemporalLayers to api/video_codecs. 2018-10-12 09:15:21 +00:00
temporal_layers_checker.cc Fix "control reaches end of non-void function" warnings 2020-10-27 10:22:23 +00:00