Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
refs/heads/lkgr
/
pc
/
channel_unittest.cc
83b0eaa
Replace PacketTransportInternal sigslot with 'sigslot trampoline'
by Lena Kaplan
· 8 weeks ago
38bb331
Propagate negotiated header extension to mediachannel on answer
by Per K
· 3 months ago
d22c6e6
Clean up unused sigslot from unit tests
by Philipp Hancke
· 3 months ago
4a96060
Update receiver header extensions on SetRemoteContent
by Harald Alvestrand
· 4 months ago
b2ea936
Modernize deprecated headers in api/, pc/ and rtc_base/
by Philipp Hancke
· 4 months ago
e30dd59
Change SetLocalContent_w to update header extensions on answer.
by Harald Alvestrand
· 4 months ago
81f4e78
constexpr-ify unit tests
by Philipp Hancke
· 4 months ago
643e216
Move plan-b mid names from p2p/ to pc/
by Philipp Hancke
· 5 months ago
d27b4ef
Revert "Change SetLocalContent / SetRemoteContent to update header extensions"
by Mirko Bonadei
· 5 months ago
9496cc0
Change SetLocalContent / SetRemoteContent to update header extensions
by Harald Alvestrand
· 5 months ago
c6d7e6c
clang-tidy: modernize-use-override
by Philipp Hancke
· 5 months ago
6e65ae3
Propagate test field trials in pc/ unit tests
by Danil Chapovalov
· 5 months ago
52c16dc
Cleanup arraysize usage in pc/ and stats/
by Danil Chapovalov
· 5 months ago
3d09240
Change some typedefs to "using" statements
by Harald Alvestrand
· 6 months ago
e6a1f70
Use webrtc name specifier instead of rtc/cricket in pc
by Evan Shrubsole
· 7 months ago
945e517
Move cricket namespace to webrtc
by Evan Shrubsole
· 7 months ago
0b212e3
Move cricket::Codec to webrtc namespace
by Evan Shrubsole
· 7 months ago
3c825f1
Move pc/ to webrtc namespace
by Evan Shrubsole
· 7 months ago
8f7678f
Move rest of rtc namespace except ios and clashes to webrtc namespace
by Evan Shrubsole
· 8 months ago
daf96cf
Migrate most of rtc_base/ to webrtc namespace
by Evan Shrubsole
· 8 months ago
6a9a1ae
Move thread.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
080cdac
Move forward includes in ice_transport_interface to webrtc namespace
by Evan Shrubsole
· 8 months ago
03b6880
Move socket related files to webrtc namespace
by Evan Shrubsole
· 8 months ago
e4b09d7
Move tests and fakes to webrtc namespace
by Evan Shrubsole
· 8 months ago
c13956e
Move all files in p2p/test to webrtc namespace
by Evan Shrubsole
· 8 months ago
8990f2a
Move rtc_certificate and rtc_certificate_generator to webrtc namespace
by Evan Shrubsole
· 8 months ago
49ba3e2
Move byte_order.h to webrtc namespace
by Evan Shrubsole
· 8 months ago
b85686c
Reland "more p2p cleanups"
by Jonas Oreland
· 9 months ago
995688c
Revert "more p2p cleanups"
by Ilya Nikolaevskiy
· 9 months ago
f30c044
more p2p cleanups
by Jonas Oreland
· 9 months ago
5f8bcf9
Move unique_id_generator.h to webrtc namespace
by Evan Shrubsole
· 9 months ago
825379f
Format /pc folder
by Boris Tsirkin
· 10 months ago
740d726
Move DTLS related code from p2p/base to p2p/dtls
by Philipp Hancke
· 11 months ago
b40c559
Set voice RTCP mode based on the RemoteContent and not based on the LocalContent.
by Tomas Lundqvist
· 12 months ago
8037fc6
Migrate absl::optional to std::optional
by Florent Castelli
· 1 year, 2 months ago
b60f0ff
Dont signal ReadyToSend in RtpTransport::SendPacket
by Per K
· 1 year, 3 months ago
d78e30e
Deprecate cricket::VideoCodec and cricket::AudioCodec
by Harald Alvestrand
· 1 year, 7 months ago
f4aadf3
Change RtpTransport and DsctTransport to receives packets through ReceivedPacketCallback
by Per K
· 1 year, 9 months ago
f268afd
Remove unused propagation of field trials in Codec::Matches
by Emil Lundmark
· 2 years ago
b527699
Reduce usage of audio/video codec specifics
by Philipp Hancke
· 2 years, 1 month ago
ec82627
Look through all candidates before falling back to default packetization
by Emil Lundmark
· 2 years, 2 months ago
17304c3
Perform packetization verification until a match is found
by Emil Lundmark
· 2 years, 2 months ago
1f31c20
Split fake media channel classes
by Florent Castelli
· 2 years, 5 months ago
847208e
Remove transitional shim classes
by Harald Alvestrand
· 2 years, 5 months ago
8c4b9ea
Remove references to AudioCodec and VideoCodec constructors
by Florent Castelli
· 2 years, 5 months ago
7924915
Stop decoding video for m-lines which are sendonly or inactive
by Philipp Hancke
· 2 years, 6 months ago
bceec84
Format ^(api|call|common_audio|examples|media|net|p2p|pc)/
by Jared Siskin
· 2 years, 7 months ago
2f55370
Reland "Use two MediaChannels for 2 directions."
by Harald Alvestrand
· 2 years, 8 months ago
18c869b
Revert "Use two MediaChannels for 2 directions."
by Harald Alvestrand
· 2 years, 9 months ago
8981a6f
Use two MediaChannels for 2 directions.
by Harald Alvestrand
· 2 years, 9 months ago
16579cc
Change MediaChannel to have a Role parameter
by Harald Alvestrand
· 2 years, 9 months ago
50454ef
Apply PIMPL pattern to MediaSender and Receiver objects
by Harald Alvestrand
· 3 years ago
36fafc8
Split MediaChannel class to sender and receiver
by Harald Alvestrand
· 3 years ago
2aaef45
Replace Invoke in tests with SendTask test helper
by Danil Chapovalov
· 3 years, 3 months ago
a30439b
Migrate pc/ to absl::AnyInvocable based TaskQueueBase interface
by Danil Chapovalov
· 3 years, 4 months ago
c374d11
Move to_queued_task.h and pending_task_safety_flag.h into public API
by Artem Titov
· 3 years, 5 months ago
83830f3
Delete TestListener and top-level thread wrapping.
by Niels Möller
· 3 years, 6 months ago
4476b82
WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 3/inf
by Jonas Oreland
· 3 years, 8 months ago
ed99dae
WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1
by Jonas Oreland
· 3 years, 8 months ago
c24a218
Update IWYU tool with a mapping file
by Harald Alvestrand
· 3 years, 9 months ago
2deee4b
Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated.
by Henrik Boström
· 3 years, 10 months ago
4f8a58c
Remove 2 Invokes to the network thread when creating a channel.
by Tomas Gunnarsson
· 3 years, 10 months ago
1933d3b
Move network thread invokes for initialization for media channels, out.
by Tomas Gunnarsson
· 3 years, 10 months ago
d908d74
Make error param non-optional when setting local/remote content.
by Tomas Gunnarsson
· 3 years, 11 months ago
e5e78c4
Fix -Wunused-but-set-variable.
by Mirko Bonadei
· 4 years, 1 month ago
519c15d
Remove the groupid field
by Harald Alvestrand
· 4 years, 1 month ago
880fa81
Reland "Use backticks not vertical bars to denote variables in comments for /pc"
by Artem Titov
· 4 years, 4 months ago
fd05d6f
Revert "Use backticks not vertical bars to denote variables in comments for /pc"
by Björn Terelius
· 4 years, 4 months ago
37ee0f5
Use backticks not vertical bars to denote variables in comments for /pc
by Artem Titov
· 4 years, 4 months ago
cf2aeff
Remove lock from MediaChannel
by Tommi
· 4 years, 6 months ago
c9625f0
Make MediaChannel classes aware of the network thread.
by Tommi
· 4 years, 6 months ago
1959f8f
Make ChannelInterface::Enabled() be async.
by Tommi
· 4 years, 7 months ago
48171ec
Remove more mentions of RTP datachannels
by Harald Alvestrand
· 4 years, 7 months ago
7af57c6
Remove RTP data implementation
by Harald Alvestrand
· 4 years, 7 months ago
6cd5081
Remove ForTesting methods from BaseChannel
by Tomas Gunnarsson
· 4 years, 7 months ago
d9a51b0
Remove unnecessary calls to BaseChannel::SetRtpTransport
by Tomas Gunnarsson
· 4 years, 7 months ago
9243088
Add thread annotations to FakeIceTransport
by Niels Möller
· 4 years, 8 months ago
ad32586
Reland "Prepare to avoid hops to worker for network events."
by Tomas Gunnarsson
· 4 years, 10 months ago
47ec157
Revert "Prepare to avoid hops to worker for network events."
by Mirko Bonadei
· 4 years, 10 months ago
d48a2b1
Prepare to avoid hops to worker for network events.
by Tomas Gunnarsson
· 4 years, 10 months ago
2ab9b28
Get rid of unnecessary network thread Invoke in BaseChannel.
by Taylor Brandstetter
· 4 years, 10 months ago
d0acbd8
Revert "Do all BaseChannel operations within a single Thread::Invoke."
by Taylor Brandstetter
· 4 years, 10 months ago
c1ad1ff
Do all BaseChannel operations within a single Thread::Invoke.
by Taylor Brandstetter
· 5 years ago
476859d
Stop threadjumping to get RTP transport in channel.cc
by Harald Alvestrand
· 5 years ago
b2995a1
Delete dead signal code in pc/channel.*
by Tomas Gunnarsson
· 5 years ago
2a70703
Delete MediaTransportInterface and DatagramTransportInterface
by Niels Möller
· 5 years ago
8515d5a
Refactor ssl_stream_adapter API to show object ownership
by Harald Alvestrand
· 6 years ago
71fda36
Extend NetworkRoute with more info about local/remote endpoints
by Jonas Oreland
· 6 years ago
134c699
Fix Chromium Roll failing because of -Wrange-loop-construct
by Courtney Edwards
· 6 years ago
b877e71
Delete FunctorMessageHandler, in tests use alternative ways to post functors
by Danil Chapovalov
· 6 years ago
d0704ce
Remove RTCP tests from channel_unittest.
by Bjorn A Mellem
· 6 years ago
f3f03e2
Removing outdated tests.
by Alex Loiko
· 6 years ago
988e63e
Proxy OnRtcpPacketReceived to the worker thread in channel tests.
by Bjorn A Mellem
· 6 years ago
1b83a9e
Only handle each RTCP once.
by Sebastian Jansson
· 6 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 6 years ago
65f17ca
Move MediaTransportInterface out of the libjingle_peerconnection_api target
by Niels Möller
· 6 years ago
6563934
Revert "Sanitize the codec list before sending it to the media engine"
by Artem Titov
· 6 years ago
add7ef9
Sanitize the codec list before sending it to the media engine
by Steve Anton
· 6 years ago
479a3c0
Add support for enabling and negotiating raw RTP packetization.
by Mirta Dvornicic
· 6 years ago
3a1b927
Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface.
by Bjorn A Mellem
· 6 years ago
Next »