webrtc/modules/video_coding/codecs/vp8
Elad Alon 123ee9be8f OnLossNotification() receives references
A typo in a previous CL made OnLossNotification() accept its
single argument as a const-value, rather than a const-reference.

Bug: webrtc:10501
Change-Id: I5e6f9c79f15205b75ec90a53d3fccf3dd9927e33
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133343
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27659}
2019-04-17 11:47:25 +00:00
..
include Allow injecting a Vp8FrameBufferControllerFactory 2019-03-26 10:07:14 +00:00
test Tweak libvpx vp8/vp9 encoder rc settings based on network headroom. 2019-04-15 11:59:15 +00:00
default_temporal_layers.cc OnLossNotification() receives references 2019-04-17 11:47:25 +00:00
default_temporal_layers.h OnLossNotification() receives references 2019-04-17 11:47:25 +00:00
default_temporal_layers_unittest.cc Stop always predicting from last keyframe in the 3TL VP8 case. 2019-04-03 15:16:30 +00:00
libvpx_interface.cc webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
libvpx_interface.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
libvpx_vp8_decoder.cc Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" 2019-04-11 13:03:52 +00:00
libvpx_vp8_decoder.h Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" 2019-04-11 13:03:52 +00:00
libvpx_vp8_encoder.cc Add OnFrameDropped() to Vp8FrameBufferController 2019-04-15 12:35:45 +00:00
libvpx_vp8_encoder.h Reland "Replace usage of old SetRates/SetRateAllocation methods" 2019-04-12 13:37:32 +00:00
libvpx_vp8_simulcast_test.cc Use function_video_(en|de)coder_factory from api 2018-10-26 14:54:19 +00:00
screenshare_layers.cc OnLossNotification() receives references 2019-04-17 11:47:25 +00:00
screenshare_layers.h OnLossNotification() receives references 2019-04-17 11:47:25 +00:00
screenshare_layers_unittest.cc Make sure screenshare_layers produce non-sync TL1 frames after keyframes 2019-04-02 09:16:30 +00:00
temporal_layers.h Move TemporalLayers to api/video_codecs. 2018-10-12 09:15:21 +00:00
temporal_layers_checker.cc Break FrameConfig out of Vp8TemporalLayers 2019-01-29 14:13:55 +00:00