webrtc/call
Mirko Bonadei b985748f66 Add WebRTC code freshness version string.
This CL adds a string to the resulting WebRTC library (trying to make
sure the version string will be there no matter how WebRTC is packaged).

This CL should be followed by some process to regularly and
automatically update the version string.

No-Try: True
No-Presubmit: True
Bug: webrtc:12159
Change-Id: I9143aeae2cd54d0d4048c138772888100d7873cb
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191223
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32825}
2020-12-14 16:22:35 +00:00
..
adaptation Implement fake PixelLimitResource for TestBed. 2020-12-04 10:35:53 +00:00
test Adds ability to delay pacer start until media is added. 2020-09-14 21:42:55 +00:00
audio_receive_stream.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_receive_stream.h Fix standard GetStats to not modify NetEq state. 2020-09-14 09:51:21 +00:00
audio_send_stream.cc Log audio network adaptor and DSCP in AudioSendStream. 2020-08-13 14:05:46 +00:00
audio_send_stream.h negotiate RED codec for audio 2020-06-25 06:24:18 +00:00
audio_sender.h Refactoring AudioSender api out of AudioSendStream for more abstraction to reuse AudioTransportImpl for voip api 2020-01-13 18:31:30 +00:00
audio_state.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_state.h Async audio processing API 2020-10-02 12:33:34 +00:00
bitrate_allocator.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
bitrate_allocator.h Reland "Introduce RTC_NO_UNIQUE_ADDRESS." 2020-11-23 11:29:36 +00:00
bitrate_allocator_unittest.cc In call/ replace mock macros with unified MOCK_METHOD macro 2020-05-15 13:36:00 +00:00
bitrate_estimator_tests.cc Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." 2020-08-06 11:50:08 +00:00
BUILD.gn Add WebRTC code freshness version string. 2020-12-14 16:22:35 +00:00
call.cc Add WebRTC code freshness version string. 2020-12-14 16:22:35 +00:00
call.h Reland: Wires up WebrtcKeyValueBasedConfig in media engines. 2020-09-22 16:08:22 +00:00
call_config.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
call_config.h Remove deprecated constant. 2020-04-27 10:32:45 +00:00
call_factory.cc Ensure CreateTimeControllerBasedCallFactory use simulated time in Call::SharedModuleThread 2020-06-30 15:38:35 +00:00
call_factory.h Reland "Introduce RTC_NO_UNIQUE_ADDRESS." 2020-11-23 11:29:36 +00:00
call_perf_tests.cc Disable flaky test. 2020-11-18 18:22:58 +00:00
call_unittest.cc Remove nesting of Naggy/Strict/NiceMock 2020-12-07 08:19:50 +00:00
degraded_call.cc Reland: Wires up WebrtcKeyValueBasedConfig in media engines. 2020-09-22 16:08:22 +00:00
degraded_call.h Reland: Wires up WebrtcKeyValueBasedConfig in media engines. 2020-09-22 16:08:22 +00:00
DEPS Async audio processing API 2020-10-02 12:33:34 +00:00
fake_network_pipe.cc Migrate call/ to webrtc::Mutex. 2020-07-06 15:48:30 +00:00
fake_network_pipe.h Migrate call/ to webrtc::Mutex. 2020-07-06 15:48:30 +00:00
fake_network_pipe_unittest.cc In call/ replace mock macros with unified MOCK_METHOD macro 2020-05-15 13:36:00 +00:00
flexfec_receive_stream.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
flexfec_receive_stream.h Format almost everything. 2019-07-08 13:45:15 +00:00
flexfec_receive_stream_impl.cc Remove dependency from RtpRtcp on the Module interface. 2020-06-04 08:11:21 +00:00
flexfec_receive_stream_impl.h Remove dependency from RtpRtcp on the Module interface. 2020-06-04 08:11:21 +00:00
flexfec_receive_stream_unittest.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
OWNERS Make sprang@ owner in call 2020-10-19 10:30:03 +00:00
packet_receiver.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rampup_tests.cc Default enable sending transport sequence numbers on audio packets. 2020-11-24 09:19:54 +00:00
rampup_tests.h Update call Rampup tests not to rely on DEPRECATED_SingleThreadedTaskQueueForTesting 2019-10-21 12:33:27 +00:00
receive_time_calculator.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
receive_time_calculator.h Format almost everything. 2019-07-08 13:45:15 +00:00
receive_time_calculator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtp_bitrate_configurator.cc Allow setting a bandwidth cap for relayed connections. 2020-03-26 20:41:46 +00:00
rtp_bitrate_configurator.h Allow setting a bandwidth cap for relayed connections. 2020-03-26 20:41:46 +00:00
rtp_bitrate_configurator_unittest.cc Revert "In RtpBitrateConfigurator ignore new parameters when set to default values." 2020-01-10 16:39:51 +00:00
rtp_config.cc Reland "Improve outbound-rtp statistics for simulcast" 2020-05-05 20:22:19 +00:00
rtp_config.h Reland "Improve outbound-rtp statistics for simulcast" 2020-05-05 20:22:19 +00:00
rtp_demuxer.cc Delete callbacks from RtpDemuxer on ssrc binding 2020-07-17 15:41:39 +00:00
rtp_demuxer.h Delete callbacks from RtpDemuxer on ssrc binding 2020-07-17 15:41:39 +00:00
rtp_demuxer_unittest.cc Delete callbacks from RtpDemuxer on ssrc binding 2020-07-17 15:41:39 +00:00
rtp_packet_sink_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_payload_params.cc Ignore frame type when calculating generic frame dependencies. 2020-11-23 10:52:06 +00:00
rtp_payload_params.h Ignore frame type when calculating generic frame dependencies. 2020-11-23 10:52:06 +00:00
rtp_payload_params_unittest.cc in Av1 encoder wrapper communicate end_of_picture flag similar to VP9 2020-11-11 14:00:52 +00:00
rtp_stream_receiver_controller.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtp_stream_receiver_controller.h Rename CriticalSection to RecursiveCriticalSection. 2020-07-17 09:19:50 +00:00
rtp_stream_receiver_controller_interface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtp_transport_controller_send.cc Reland "Reland "Default enable WebRTC-SendSideBwe-WithOverhead."" 2020-11-02 11:05:56 +00:00
rtp_transport_controller_send.h Adds ability to delay pacer start until media is added. 2020-09-14 21:42:55 +00:00
rtp_transport_controller_send_interface.h Adds ability to delay pacer start until media is added. 2020-09-14 21:42:55 +00:00
rtp_video_sender.cc Use frame rate in video overhead calculation. 2020-12-01 09:42:40 +00:00
rtp_video_sender.h Use frame rate in video overhead calculation. 2020-12-01 09:42:40 +00:00
rtp_video_sender_interface.h Hookup VideoSendStreamImpl::OnVideoLayersAllocationUpdate to RtpVideoSender. 2020-10-19 11:37:23 +00:00
rtp_video_sender_unittest.cc Use frame rate in video overhead calculation. 2020-12-01 09:42:40 +00:00
rtx_receive_stream.cc Propagate RtpPacketReceived::arival_time_ms() when demuxing RTX packets 2019-12-03 21:10:53 +00:00
rtx_receive_stream.h IWYU: uint32_t is defined in cstdint 2020-05-07 17:04:15 +00:00
rtx_receive_stream_unittest.cc Propagate RtpPacketReceived::arival_time_ms() when demuxing RTX packets 2019-12-03 21:10:53 +00:00
simulated_network.cc Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() 2020-11-09 10:47:55 +00:00
simulated_network.h Migrate call/ to webrtc::Mutex. 2020-07-06 15:48:30 +00:00
simulated_network_unittest.cc Replace DataSize and DataRate factories with newer versions 2020-02-18 16:09:50 +00:00
simulated_packet_receiver.h Calculate next process time in simulated network. 2019-02-08 19:33:17 +00:00
syncable.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
syncable.h Make AV sync robust to failures to set a desired minimum delay 2020-09-09 15:44:47 +00:00
version.cc Add WebRTC code freshness version string. 2020-12-14 16:22:35 +00:00
version.h Add WebRTC code freshness version string. 2020-12-14 16:22:35 +00:00
video_receive_stream.cc Add commas between codec parameters in VideoReceiveStream logging. 2020-03-09 02:45:34 +00:00
video_receive_stream.h Move FrameCounts and FrameCountObserver to common_video/frame_counts.h 2020-08-27 09:53:18 +00:00
video_send_stream.cc Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() 2020-11-09 10:47:55 +00:00
video_send_stream.h Move FrameCounts and FrameCountObserver to common_video/frame_counts.h 2020-08-27 09:53:18 +00:00