Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
7f6af7a36c041110b070c6d81e9536c8c018b253
/
pc
/
peerconnectionfactory.cc
36b29d1
Enable cpplint in pc/
by Steve Anton
· 7 years ago
da6c095
Rewrite WebRtcSession data channel tests as PeerConnection tests
by Steve Anton
· 7 years ago
bdcee28
TurnCustomizer - an interface for modifying stun messages sent by TurnPort
by Jonas Oreland
· 7 years ago
604427b
Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort"
by Guido Urdaneta
· 7 years ago
b23ed7f
TurnCustomizer - an interface for modifying stun messages sent by TurnPort
by Jonas Oreland
· 7 years ago
4a87e1c
Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead
by Elad Alon
· 7 years ago
02e7a19
Remove unnecessary video factory references in PeerConnectionFactory
by Magnus Jedvert
· 7 years ago
835cc0c
Remove unnecessary audio references in PeerConnectionFactory
by Magnus Jedvert
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/pc/peerconnectionfactory.cc]
591753b
Thread-checkers for PeerConnectionFactory::worker_thread_
by eladalon
· 7 years ago
248fd4f
Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ )
by eladalon
· 7 years ago
23814b7
Revert of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread (patchset #4 id:200001 of https://codereview.webrtc.org/3005153002/ )
by eladalon
· 7 years ago
d67cefb
Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread (patchset #1 id:1 of https://codereview.webrtc.org/3010143002/ )
by eladalon
· 7 years ago
393a9f6
Avoid construction of unused RtcEventLogNullImpl object
by eladalon
· 7 years ago
e9ef907
Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ )
by maxmorin
· 7 years ago
c251cb1
Add logging host lookups made by TurnPort to the RtcEventLog.
by jonaso
· 7 years ago
773be36
Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt
by perkj
· 7 years ago
539d104
Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ )
by mbonadei
· 7 years ago
f1377f7
Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread.
by perkj
· 7 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 7 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 7 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 7 years ago
38ede13
Support building WebRTC without audio and video.
by zhihuang
· 7 years ago
eb02c03
Allow WebRtcMediaEngine to be created from any thread.
by deadbeef
· 7 years ago
179f997
Remove DCHECK from PeerConnectionFactory::worker_thread.
by zstein
· 7 years ago
eaabdf6
Delete MediaController class, move Call ownership to PeerConnection.
by nisse
· 8 years ago
eb1fde4
Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/.
by ossu
· 8 years ago
7914b8c
Negotiate the same SRTP crypto suites for every DTLS association formed.
by deadbeef
· 8 years ago
a1a040a
Injectable audio encoders: BuiltinAudioEncoderFactory
by ossu
· 8 years ago
39e14da
Changing some PeerConnection-related comments.
by deadbeef
· 8 years ago
757146b
Remove PC factory options param from LocalAudioSource::Create.
by deadbeef
· 8 years ago
112b2e9
Switching some interfaces to use std::unique_ptr<>.
by deadbeef
· 8 years ago
087bd34
Move AudioDecoder and related stuff to the api/ directory
by kwiberg
· 8 years ago
1e4e8cb
Add CreatePeerConnectionFactory overloads that take audio codec factory args
by kwiberg
· 8 years ago
7bb87ee
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
[Renamed (97%) from webrtc/api/peerconnectionfactory.cc]
ede5da4
Replace ASSERT by RTC_DCHECK in all non-test code.
by nisse
· 8 years ago
95aa964
Support external audio mixer in webrtc 2.
by gyzhou
· 8 years ago
39ce11f
Revert of Support external audio mixer. (patchset #5 id:140001 of https://codereview.webrtc.org/2539213003/ )
by gyzhou
· 8 years ago
f6bcac5
Support external audio mixer in webrtc.
by gyzhou
· 8 years ago
11a9cbf
Refactoring: move ownership of RtcEventLog from Call to PeerConnection
by skvlad
· 8 years ago
bfd398c
Add a switch to redetermine role when ICE restarts.
by Honghai Zhang
· 8 years ago
cb56065
Add support for GCM cipher suites from RFC 7714.
by jbauch
· 8 years ago
29ff844
Add PeerConnection IsClosed check.
by zhihuang
· 8 years ago
14d5dbe
Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface"
by ivoc
· 8 years ago
9e03c3b
Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ )
by ivoc
· 8 years ago
1895526
Move RtcEventLog object from inside VoiceEngine to Call.
by Ivo Creusen
· 8 years ago
9b99499
Added a builtin audio decoder factory to the default PeerConnectionFactory constructor.
by ossu
· 8 years ago
29b1a8d
Moved creation of AudioDecoderFactory to inside PeerConnectionFactory.
by ossu
· 8 years ago
5d97a9a
Adding more detail to MessageQueue::Dispatch logging.
by Taylor Brandstetter
· 8 years ago
cebf0a2
Remove PeerConnectionFactory's certificate generator and ref counted wrapper.
by Henrik Boström
· 8 years ago
d03c23b
Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface.
by Henrik Boström
· 8 years ago
d7973cc
Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ )
by hbos
· 8 years ago
400781a
Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface.
by Henrik Boström
· 8 years ago
91dd567
Only use PortAllocator on the network thread.
by deadbeef
· 8 years ago
e9021a3
Propogate network-worker thread split to api
by danilchap
· 8 years ago
c1513ee
Add a parameter to set a maximum file size when starting an RTC event log on the PeerConnectionFactory API.
by ivoc
· 8 years ago
a1c3035
Relanding: Implement RTCConfiguration.iceCandidatePoolSize.
by Taylor Brandstetter
· 8 years ago
c55fb30
Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ )
by deadbeef
· 8 years ago
48e9d05
Implement RTCConfiguration.iceCandidatePoolSize.
by Taylor Brandstetter
· 8 years ago
33b01f2
Adds network thread to rtc::BaseChannel
by Danil Chapovalov
· 8 years ago
82d7862
Change default timestamp to 64 bits in all webrtc directories.
by Honghai Zhang
· 8 years ago
d1fe281
Replace scoped_ptr with unique_ptr in webrtc/api/
by kwiberg
· 9 years ago
c36b31b
Embed a cricket::MediaConfig in RTCConfiguration.
by nisse
· 9 years ago
5b68ab5
Extended proxy abstraction, to call certain methods to the worker thread.
by nisse
· 9 years ago
a8415fe
Adding comments about threading around CreatePeerConnectionFactory.
by Taylor Brandstetter
· 9 years ago
a3ede6c
Renamed VideoSourceInterface to VideoTrackSourceInterface.
by perkj
· 9 years ago
5291393
DtlsIdentityStoreInterface::RequestIdentity: const& parameters
by hbos
· 9 years ago
a2a49d9
This CL provides interfaces that do not use constraints for
by hta
· 9 years ago
0f13ec1
Removed VideoSource dependency to ChannelManager.
by Per
· 9 years ago
25359e0
DtlsIdentityStoreInterface::RequestIdentity gets optional expires param.
by hbos
· 9 years ago
51542be
Introduce struct MediaConfig, with construction-time settings.
by nisse
· 9 years ago
5ad1297
Rename webrtc/media/webrtc -> webrtc/media/engine
by kjellander@webrtc.org
· 9 years ago
b24317b
Fix license headers in webrtc/api.
by kjellander
· 9 years ago
15583c1
Move talk/app/webrtc to webrtc/api
by Henrik Kjellander
· 9 years ago
[Renamed (94%) from talk/app/webrtc/peerconnectionfactory.cc]
a96e2d7
Move talk/media to webrtc/media
by kjellander
· 9 years ago
d66b44d
Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87.
by ivoc
· 9 years ago
0c7e9f5
Removing webrtc::PortAllocatorFactoryInterface.
by Taylor Brandstetter
· 9 years ago
a4df27b
Revert of Reland "Added option to specify a maximum file size when recording an AEC dump." (patchset #2 id:20001 of https://codereview.webrtc.org/1541633002/ )
by ivoc
· 9 years ago
f4f5cb0
Reland "Added option to specify a maximum file size when recording an AEC dump.", commit ae2c5ad12afc8cc29fe9c59dea432b697b871a87.
by ivoc
· 9 years ago
36d4c54
Revert of Added option to specify a maximum file size when recording an AEC dump. (patchset #5 id:120001 of https://codereview.webrtc.org/1413483003/ )
by ivoc
· 9 years ago
ae2c5ad
Added option to specify a maximum file size when recording an AEC dump.
by ivoc
· 9 years ago
0eb15ed
Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector
by kwiberg
· 9 years ago
6eca7e3
Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sources we have (audio/video) and an extra check where we're casting a source into a local audio source :(
by tommi
· 9 years ago
41b0798
Adding CreatePeerConnection method that uses new PC Initialize method.
by deadbeef
· 9 years ago
797ef12
Added StopAecDump function to PeerConnectionFactory.
by ivoc
· 9 years ago
112a3d8
Added functions on libjingle API to start and stop the recording of an RtcEventLog.
by ivoc
· 9 years ago
c1aeaf0
Wire up packet_id / send time callbacks to webrtc via libjingle.
by stefan
· 9 years ago
ab9b2d1
Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ )
by deadbeef
· 9 years ago
fc648b6
Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ )
by deadbeef
· 9 years ago
97c3929
Moving MediaStreamSignaling logic into PeerConnection.
by deadbeef
· 9 years ago
facbbec
Remove use of DeviceManager from ChannelManager.
by solenberg
· 9 years ago
91d6ede
Add RTC_ prefix to (D)CHECKs and related macros.
by henrikg
· 9 years ago
5e56c59
DtlsIdentityStoreInterface added and the implementation is called DtlsIdentityStoreImpl (previously named without the -Impl bit and without an interface).
by Henrik Boström
· 9 years ago
ccb49e7
Remove Soundclip handling from libjingle.
by Fredrik Solenberg
· 9 years ago
d83f4ef
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
8372888
Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns."
by jiayl@webrtc.org
· 10 years ago
fde1de9
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
04cd698
Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns."
by jiayl@webrtc.org
· 10 years ago
93604da
Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns.
by jiayl@webrtc.org
· 10 years ago
Next »