Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com
Sign in
webrtc
/
src
/
9e09a1f327018143723c330069b51b16613a6f11
/
pc
/
channel.cc
9e09a1f
Replace Thread::Invoke with Thread::BlockingCall
by Danil Chapovalov
· 3 years, 2 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
8f42992
Move channel creation functions into RtpTransceiver
by Harald Alvestrand
· 3 years, 7 months ago
9a74317
Eliminate need for stats to know of channel.h
by Harald Alvestrand
· 3 years, 7 months ago
c24a218
Update IWYU tool with a mapping file
by Harald Alvestrand
· 3 years, 9 months ago
075db39
Check for valid transport before setting criteria.
by Tommi
· 3 years, 9 months ago
2195d54
Report an error if applying the demuxer criteria fails.
by Tommi
· 3 years, 10 months ago
5411b17
Add a channel factory interface.
by Tomas Gunnarsson
· 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
cc9b7ec
Add utility method for consistency checking in BaseChannel classes.
by Tomas Gunnarsson
· 3 years, 10 months ago
a49942a
Update comments in BaseChannel::SendPacket.
by Tomas Gunnarsson
· 3 years, 10 months ago
e68d874
Update SetPayloadTypeDemuxingEnabled_w to avoid an unnecessary Invoke.
by Tomas Gunnarsson
· 3 years, 10 months ago
c69453d
Change SetLocalContent in channel classes to avoid Invoke.
by Tomas Gunnarsson
· 3 years, 10 months ago
ac72dda
Code consolidation in BaseChannel and derived classes.
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
b496c32
Enhance thread checks in BaseChannel classes.
by Tomas Gunnarsson
· 3 years, 11 months ago
9abd74d
Make RtpDemuxerCriteria's mid_ and rsid_ const.
by Tomas Gunnarsson
· 3 years, 11 months ago
de6e1b4
Use demuxer_criteria_.mid() for content_name() in BaseChannel.
by Tomas Gunnarsson
· 3 years, 11 months ago
ddfbf6c
Restrict access to `BaseChannel::previous_demuxer_criteria_`.
by Tomas Gunnarsson
· 3 years, 11 months ago
94f0194
Remove transport_name_ from Channel.
by Tomas Gunnarsson
· 3 years, 11 months ago
8a5ac16
Add ctor to RtpDemuxerCriteria to allow supplying 'mid' and 'rsid'.
by Tomas Gunnarsson
· 3 years, 11 months ago
92f9b74
Refactor UpdatePayloadTypeDemuxingState and add documentation.
by Tomas Gunnarsson
· 3 years, 11 months ago
f643aea
Updating OnDemuxerCriteria* notifications to be on the same thread.
by Tomas Gunnarsson
· 3 years, 11 months ago
f1ea417
Added annotation for BaseChannel members.
by Tomas Gunnarsson
· 3 years, 11 months ago
117e95f
Tolerate overlong MID in channel.cc
by Harald Alvestrand
· 4 years ago
d325196
Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
by Artem Titov
· 4 years 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
518669d
Add more trace events to interesting places.
by Markus Handell
· 4 years, 5 months ago
0d0ed76
Fix RTP header extension encryption
by Lennart Grahl
· 4 years, 6 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
2497a27
Store RtpPacketReceived::arrival_time as Timestamp.
by Tommi
· 4 years, 7 months ago
cc7a368
Move header negotiation state to transceivers.
by Tommi
· 4 years, 7 months ago
788d805
Reland "Remove Invoke from VideoChannel::FillBitrateInfo."
by Tomas Gunnarsson
· 4 years, 7 months ago
15f41ff
Remove Invoke from BaseChannel::SetPayloadTypeDemuxingEnabled
by Tommi
· 4 years, 7 months ago
48a4d33
Revert "Remove Invoke from VideoChannel::FillBitrateInfo."
by Mirko Bonadei
· 4 years, 7 months ago
1a17957
Remove Invoke from VideoChannel::FillBitrateInfo.
by Tommi
· 4 years, 7 months ago
99c8a80
Change the first-packet-received notification in Channel.
by Tommi
· 4 years, 7 months ago
a63bee5
Remove Mutex from BaseChannel.
by Tommi
· 4 years, 7 months ago
1959f8f
Make ChannelInterface::Enabled() be async.
by Tommi
· 4 years, 7 months ago
eb9c3f2
Handle OnPacketSent on the network thread via MediaChannel.
by Tomas Gunnarsson
· 4 years, 7 months ago
7af57c6
Remove RTP data implementation
by Harald Alvestrand
· 4 years, 7 months ago
15e078c
Fix unsignalled ssrc race in WebRtcVideoChannel.
by Henrik Boström
· 4 years, 7 months ago
24bc419
Revert "Fix RTP header extension encryption"
by Björn Terelius
· 4 years, 7 months ago
a743303
Fix RTP header extension encryption
by Lennart Grahl
· 4 years, 7 months ago
d9a51b0
Remove unnecessary calls to BaseChannel::SetRtpTransport
by Tomas Gunnarsson
· 4 years, 7 months ago
d15a575
Use SequenceChecker from public API
by Artem Titov
· 4 years, 9 months ago
db82165
Add missing compile-time thread annotations for BaseChannel methods.
by Niels Möller
· 4 years, 10 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
5761e7b
Running apply-iwyu on ~all files in pc/
by Harald Alvestrand
· 4 years, 10 months ago
33c0ab4
Call MediaChannel::OnPacketReceived on the network thread.
by Tomas Gunnarsson
· 4 years, 10 months ago
4bab23f
Update pc/ to use C++ lambdas instead of rtc::Bind
by Niels Möller
· 4 years, 10 months ago
fd9500e
In criket::BaseChannel replace AsyncInvoker with task queue functions
by Danil Chapovalov
· 4 years, 10 months ago
1921708
SetNegotiatedHeaderExtensions_w: Set list synchronously.
by Markus Handell
· 4 years, 10 months ago
5932fe1
RtpTransceiverInterface: introduce HeaderExtensionsNegotiated.
by Markus Handell
· 5 years ago
c1ad1ff
Do all BaseChannel operations within a single Thread::Invoke.
by Taylor Brandstetter
· 5 years ago
0f0bcb3
Declare BaseChannel::media_channel_ const
by Harald Alvestrand
· 5 years ago
27883a2
Annotate cricket::BaseChannel with thread guards
by Harald Alvestrand
· 5 years ago
d3ef499
Enable payload type based demuxing with multiple tracks when applicable.
by Taylor Brandstetter
· 5 years ago
b2995a1
Delete dead signal code in pc/channel.*
by Tomas Gunnarsson
· 5 years ago
c03a187
Default streams: don't block media even if on different transceiver.
by Taylor Brandstetter
· 5 years ago
3872873
Reduce log level in BaseChannel::SendPacket.
by Marina Ciocea
· 5 years ago
2a70703
Delete MediaTransportInterface and DatagramTransportInterface
by Niels Möller
· 5 years ago
bc1f910
Reland "Added mid to error messages reported during SDP apply."
by Yura Yaroshevich
· 5 years ago
341434e
Revert "Added mid to error messages reported during SDP apply."
by Olga Sharonova
· 5 years ago
d2890e8
Added mid to error messages reported during SDP apply.
by Yura Yaroshevich
· 5 years ago
c325246
Log content name (aka mid) in messages from channel.cc
by Yura Yaroshevich
· 6 years ago
1f0677d
Remove some TODOs from pc/.
by Mirko Bonadei
· 6 years ago
3e98368
Reland "Distinguish between send and receive codecs"
by Johannes Kron
· 6 years ago
8e8b36a
Revert "Reland "Reland "Reland "Distinguish between send and receive codecs""""
by Johannes Kron
· 6 years ago
184ea66
Reland "Reland "Reland "Distinguish between send and receive codecs"""
by Johannes Kron
· 6 years ago
a104ceb
Revert "Reland "Reland "Distinguish between send and receive codecs"""
by Johannes Kron
· 6 years ago
9bac68c
Reland "Reland "Distinguish between send and receive codecs""
by Johannes Kron
· 6 years ago
00a3087
Revert "Reland "Distinguish between send and receive codecs""
by Johannes Kron
· 6 years ago
133bf2b
Reland "Distinguish between send and receive codecs"
by Johannes Kron
· 6 years ago
b2b2031
Concatenate string literals at compile time.
by Jonas Olsson
· 6 years ago
755187f
Detect and reject mismatched DataChannel types.
by Harald Alvestrand
· 6 years ago
7a9a092
Delete media transport integration.
by Bjorn A Mellem
· 6 years ago
ff27da5
Add/remove receive streams with SSRC 0 from media channels
by Saurav Das
· 6 years ago
1b83a9e
Only handle each RTCP once.
by Sebastian Jansson
· 6 years ago
01be33b
Using lambdas instead of rtc::Bind in BaseChannel.
by Sebastian Jansson
· 6 years ago
65f17ca
Move MediaTransportInterface out of the libjingle_peerconnection_api target
by Niels Möller
· 6 years ago
be2e5f7
Make payload type demux conditional on media direction
by Steve Anton
· 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
e1795f4
Adds remote estimate RTCP packet.
by Sebastian Jansson
· 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
4f08faa
Introduce MediaTransportConfig
by Anton Sukhanov
· 6 years ago
5fc28b1
Reland "Reland "Version 2 "Refactoring DataContentDescription class"""
by Harald Alvestrand
· 7 years ago
46afbf9
Revert "Reland "Version 2 "Refactoring DataContentDescription class"""
by Steve Anton
· 7 years ago
37f2b43
Reland "Version 2 "Refactoring DataContentDescription class""
by Harald Alvestrand
· 7 years ago
Next »