webrtc/api
Mirko Bonadei 29921cf097 Revert "Use absl::optional instead or rtc::Optional"
This reverts commit 02a69190e8.

Reason for revert: static initializers increase approval revoked.

Original change's description:
> Reland "Use absl::optional instead or rtc::Optional"
> 
> This reverts commit 28e6a164bf.
> 
> Reason for revert: static initializers increase approved
> 
> Original change's description:
> > Revert "Use absl::optional instead or rtc::Optional"
> > 
> > This reverts commit 7ba9e92fa0.
> > 
> > Reason for revert: Breaks Chromium static initialized regression test.
> > https://ci.chromium.org/p/chromium/builders/luci.chromium.try/android-marshmallow-arm64-rel/5068
> > 
> > Original change's description:
> > > Use absl::optional instead or rtc::Optional
> > > 
> > > BUG: webrtc:9078
> > > Change-Id: I69aedce324d86e8894b81210a2de17c5ef68fd11
> > > Reviewed-on: https://webrtc-review.googlesource.com/77082
> > > Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
> > > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> > > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> > > Cr-Commit-Position: refs/heads/master@{#23440}
> > 
> > TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org
> > 
> > Change-Id: I09ae74bddc69d0b25c8dfbcacc4ec906b34ca748
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Reviewed-on: https://webrtc-review.googlesource.com/79980
> > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> > Cr-Commit-Position: refs/heads/master@{#23449}
> 
> TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org
> 
> Change-Id: I39bcdaa35276c998383edf038802fcc2d42e49c7
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Reviewed-on: https://webrtc-review.googlesource.com/80120
> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#23460}

TBR=danilchap@webrtc.org,mbonadei@webrtc.org,kwiberg@webrtc.org

Change-Id: Ie6be11b3cd651dc857dccaff1cbda2e1692e5585
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://webrtc-review.googlesource.com/80200
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23468}
2018-05-31 11:42:48 +00:00
..
audio AEC3: Added a mode to properly utilize highly linear setups 2018-05-29 07:59:03 +00:00
audio_codecs NetEq fix for repeated audio issue. 2018-05-22 12:57:58 +00:00
call Pass packet retransmission information in PacketOptions. 2018-05-29 10:12:04 +00:00
ortc Add Rtcp parameters for PeerConnection senders 2018-05-28 09:28:59 +00:00
stats PeerConnectionInterface::GetStats() with selector argument added. 2018-03-26 12:08:20 +00:00
test Remove adapter bools from VideoCodecTestFixture::Config. 2018-05-29 08:02:13 +00:00
transport Adds data in flight information on send packet updates. 2018-05-28 15:33:39 +00:00
units Add conversions to and from double for units. 2018-05-30 14:34:02 +00:00
video Remove built-in sw codecs from decoder_database. 2018-05-25 09:54:18 +00:00
video_codecs Add placeholder header file api/video_codecs/video_codec.h. 2018-05-31 09:36:57 +00:00
array_view.h ArrayView, adding ctor for fixed-size views of const(expr) std::array. 2018-05-15 13:49:02 +00:00
array_view_unittest.cc ArrayView, adding ctor for fixed-size views of const(expr) std::array. 2018-05-15 13:49:02 +00:00
audio_options.cc Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
audio_options.h Remove chromium clang style errors affecting sdk/android/media_jni 2018-04-09 13:55:49 +00:00
BUILD.gn Revert "Use absl::optional instead or rtc::Optional" 2018-05-31 11:42:48 +00:00
candidate.cc This CL removes all usages of our custom ostream << overloads. 2018-04-03 12:51:00 +00:00
candidate.h Fix clang style warnings in api/candidate.h 2017-10-26 23:22:18 +00:00
cryptoparams.h Fix ortc_api circular deps. 2017-11-15 13:31:51 +00:00
datachannelinterface.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
DEPS Move VideoCodecTest configuration classes to api/test. 2018-05-22 12:14:38 +00:00
dtmfsenderinterface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakemetricsobserver.cc Report UMA metrics for received SDP format 2018-03-06 21:22:51 +00:00
fakemetricsobserver.h Report UMA metrics for received SDP format 2018-03-06 21:22:51 +00:00
fec_controller.h Revert "Revert "Enables PeerConnectionFactory using external fec controller"" 2018-02-20 12:41:55 +00:00
jsep.cc Fix clang style errors in api/jsep.h 2017-12-06 18:12:06 +00:00
jsep.h Change error handlers for Set*Description to use RTCError 2018-03-09 15:37:34 +00:00
jsepicecandidate.h Reland "Clean up libjingle API dependencies." 2017-10-05 13:51:21 +00:00
jsepsessiondescription.h Introduce webrtc::SdpType, the chosen enum for offer/pranswer/answer 2017-12-06 02:27:32 +00:00
mediaconstraintsinterface.cc Reland "Deprecate the adaptive level controller" 2018-03-09 09:42:13 +00:00
mediaconstraintsinterface.h Reland "Deprecate the adaptive level controller" 2018-03-09 09:42:13 +00:00
mediastreaminterface.cc Final name changing of MediaStreamInterface.label() to id(). 2018-03-14 20:30:52 +00:00
mediastreaminterface.h Move VideoStreamEncoderInterface to api/. 2018-05-21 19:50:37 +00:00
mediastreamproxy.h Final name changing of MediaStreamInterface.label() to id(). 2018-03-14 20:30:52 +00:00
mediastreamtrackproxy.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mediatypes.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mediatypes.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
notifier.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
optional.cc Revert "Use absl::optional instead or rtc::Optional" 2018-05-31 11:42:48 +00:00
optional.h Revert "Use absl::optional instead or rtc::Optional" 2018-05-31 11:42:48 +00:00
optional_unittest.cc Revert "Use absl::optional instead or rtc::Optional" 2018-05-31 11:42:48 +00:00
OWNERS Make hbos@webrtc.org OWNER of peerconnection*. 2017-11-13 12:27:29 +00:00
peerconnectionfactoryproxy.h Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. 2018-05-02 21:43:47 +00:00
peerconnectioninterface.h Wire up VAAPI VP8 experimental support in WebRTC. 2018-05-28 12:30:19 +00:00
peerconnectionproxy.h New api struct BitrateSettings. 2018-05-07 15:01:28 +00:00
proxy.cc Enable the clang style plugin in primary p2p/ target 2017-11-01 00:19:05 +00:00
proxy.h Enable the clang style plugin in primary p2p/ target 2017-11-01 00:19:05 +00:00
refcountedbase.h New classes RefCounter and RefCountedBase. 2017-10-23 11:46:47 +00:00
rtcerror.cc Reland "Reland "Remove our stream << overloads from non-test build targets."" 2018-05-03 10:41:41 +00:00
rtcerror.h Reland "Reland "Remove our stream << overloads from non-test build targets."" 2018-05-03 10:41:41 +00:00
rtcerror_unittest.cc This CL removes all usages of our custom ostream << overloads. 2018-04-03 12:51:00 +00:00
rtceventlogoutput.h Move RtcEventLogOutput to api/ 2017-10-06 13:58:14 +00:00
rtp_headers.cc Fix circular dependencies in webrtc_common. 2017-12-15 14:33:26 +00:00
rtp_headers.h Remove the remaining non-test stringstreams from api/ 2018-05-15 11:03:01 +00:00
rtpparameters.cc Add Rtcp parameters for PeerConnection senders 2018-05-28 09:28:59 +00:00
rtpparameters.h Add min_bitrate_bps to RtpEncodingParameters. 2018-05-31 10:17:57 +00:00
rtpparameters_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtpreceiverinterface.cc Reland "Update RTCStatsCollector to work with RtpTransceivers" 2018-02-17 00:01:39 +00:00
rtpreceiverinterface.h Reland "Update RTCStatsCollector to work with RtpTransceivers" 2018-02-17 00:01:39 +00:00
rtpsenderinterface.h Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface" 2018-05-15 15:51:02 +00:00
rtptransceiverinterface.h Reland "Reland "Remove our stream << overloads from non-test build targets."" 2018-05-03 10:41:41 +00:00
setremotedescriptionobserverinterface.h Reland "SetRemoteDescriptionObserverInterface added." 2017-11-23 19:59:48 +00:00
statstypes.cc Reland "Add hugeFramesSent GetStats metric" 2018-03-06 13:38:11 +00:00
statstypes.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
turncustomizer.h TurnCustomizer - an interface for modifying stun messages sent by TurnPort 2017-10-11 07:45:29 +00:00
umametrics.cc Enable the clang style plugin in primary p2p/ target 2017-11-01 00:19:05 +00:00
umametrics.h Report SRTP error codes to UMA 2018-03-20 18:37:49 +00:00
videosourceinterface.h Move VideoStreamEncoderInterface to api/. 2018-05-21 19:50:37 +00:00
videosourceproxy.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00