Sign in
webrtc
/
src
/
webrtc
/
1b9b5778ad350cccb83b1f7b9bdcfec86f55ac36
/
voice_engine
/
channel.cc
e5d488c
Drop return value from RtpRtcp::IncomingRtcpPacket.
by nisse
· 8 years ago
642a074
Update thread annotiation macros to use RTC_ prefix
by danilchap
· 8 years ago
3aa28f0
Add new ANA stats to the old GetStats() to count the number of actions taken by each controller.
by ivoc
· 8 years ago
23aa43d
Move array_view.h to webrtc/api/
by kwiberg
· 8 years ago
36189cd
Move RtpExtension to api/ directory and config.h/.cc to call/.
by Stefan Holmer
· 8 years ago
9fdf592
Delete remnants of RTX support in voice_engine.
by nisse
· 8 years ago
94c183c
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
· 8 years ago
4282b1f
Add logging host lookups made by TurnPort to the RtcEventLog.
by jonaso
· 8 years ago
ea15d68
Replace CHECK(x && y) with two separate CHECK() calls
by kwiberg
· 8 years ago
504c822
Renamed fields in rtp_rtcp_defines.h/RTCPReportBlock
by srte
· 8 years ago
63b0b01
Renamed fields in common_types.h/RtcpStatistics.
by srte
· 8 years ago
a207a3a
Explicitly inform PacketRouter which RTP-RTCP modules are REMB-candidates
by eladalon
· 8 years ago
31d74e4
Move total audio energy and duration tracking to AudioLevel and protect with existing critial section.
by zstein
· 8 years ago
d1701d0
Adding stats that can be used to compute output audio levels as described here https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-totalaudioenergy.
by zstein
· 8 years ago
5f13072
TransmitMixer: Check GetSendCodec return value.
by ossu
· 8 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
bc32410
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
60154fd
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
7d97307
Add mute state field to AudioFrame and switch some callers to use it. Also make AudioFrame::data_ private and instead provide:
by yujo
· 8 years ago
34b78a2
Fix Channel::GetSendCodec when used together with SetEncoder.
by ossu
· 8 years ago
33f05e7
This cl removes RtcEventLog deps to call:call_interfaces. The purpose is to be able to use the event log from the upcoming RtpTransport.
by perkj
· 8 years ago
eaf4d68
Replace AudioSendStream::Config with rtclog::StreamConfig.
by perkj
· 8 years ago
a6d8766
Replace AudioReceiveStream::Config with rtclog::StreamConfig.
by perkj
· 8 years ago
433b35c
Replace VideoSendStream::Config with new rtclog::StreamConfig in RtcEventLog.
by perkj
· 8 years ago
acddd51
Replace VideoReceiveStream::Config with new rtclog::StreamConfig in RtcEventLog.
by perkj
· 8 years ago
d100c35
Resolves race between Channel::ProcessAndEncodeAudio() and Channel::StopSend()
by henrika
· 8 years ago
fe5f71c
Injectable audio encoders: WebRtcVoiceEngine and company
by ossu
· 8 years ago
cddf701
Move RtpTransportControllerSend to a new file.
by nisse
· 8 years ago
41f1066
Replace Clock with timeutils in AudioEncoder.
by michaelt
· 8 years ago
1aa04eb
Injectable audio encoders: voice_engine/channel changes.
by ossu
· 8 years ago
8c39fad
Resolve cyclic dependency between audio network adaptor and event log api
by michaelt
· 8 years ago
5e9233b
Let PacketRouter separate send and receive modules.
by nisse
· 8 years ago
ab2deb1
Moves channel-dependent audio input processing to separate encoder task queue.
by henrika
· 8 years ago
187f726
Experiment-driven configuration of PLR/RPLR-based FecController
by elad.alon
· 8 years ago
afd1255
Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType"
by kwiberg
· 8 years ago
22de8f3
Define RtpTransportControllerSendInterface.
by nisse
· 8 years ago
52b9df6
Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ )
by kwiberg
· 8 years ago
135be28
WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType
by kwiberg
· 8 years ago
1993d91
Allow ANA to receive RPLR (recoverable packet loss rate) indications
by elad.alon
· 8 years ago
49d1987
Attach TransportFeedbackPacketLossTracker to ANA (PLR only)
by elad.alon
· 8 years ago
3d8ed00
Add thread check to ModuleProcessThread::DeRegisterModule and remove all unnecessary locking that was there due to one implementation calling from a different thread.
by tommi
· 8 years ago
788c1f7
Remove VoEAudioProcessing interface.
by solenberg
· 8 years ago
0f20d58
Reland of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #1 id:1 of https://codereview.webrtc.org/2739143002/ )
by oprypin
· 8 years ago
899c143
Revert of Enable cpplint and fix cpplint errors in webrtc/*audio (patchset #4 id:180001 of https://codereview.webrtc.org/2683033004/ )
by oprypin
· 8 years ago
ba76094
Enable cpplint and fix cpplint errors in webrtc/*audio
by oprypin
· 8 years ago
07f189f
Remove VoEVolumeControl interface.
by solenberg
· 8 years ago
17d9d86
Rename webrtc::PacketInfo to webrtc::PacketFeedback. This resolves ambiguity with a similarly named RTCPReceiver::PacketInformation and RtpPacketizerVp9::PacketInfo.
by elad.alon
· 8 years ago
c72b1c8
Add support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule.
by tommi
· 8 years ago
bf77153
Remove usage of VoEVolumeControl from WVoE and Audio[Send|Receive]Stream.
by solenberg
· 8 years ago
aca8476
Remove workaround for bug 6986
by kwiberg
· 8 years ago
3528419
Fix TSAN race in webrtc::voe::Channel.
by hbos
· 8 years ago
1c1bd4d
Add probe logging to RtcEventLog.
by philipel
· 8 years ago
1f8727f
Propagate packet pacing information to SendTimeHistory.
by philipel
· 8 years ago
95a13b4
Replace AudioReceiveStream::DeliverRtp with OnRtpPacket.
by nisse
· 8 years ago
6bbab56
Reland of Delete class SSRCDatabase, and its global ssrc registry. (patchset #1 id:1 of https://codereview.webrtc.org/2700413002/ )
by nisse
· 8 years ago
223ac94
Rename some variables and methods in RTC event log.
by terelius
· 8 years ago
3264fc7
Revert of Delete class SSRCDatabase, and its global ssrc registry. (patchset #20 id:370001 of https://codereview.webrtc.org/2644303002/ )
by kjellander
· 8 years ago
46dc8df
Delete class SSRCDatabase, and its global ssrc registry,
by nisse
· 8 years ago
60d2fc1
Add logging of delay-based bandwidth estimate.
by terelius
· 8 years ago
ac16f1b
Remove VoEVideoSync interface.
by solenberg
· 8 years ago
bda935c
Remove VoEExternalMedia interface.
by solenberg
· 8 years ago
7eb7de8
Remove the unused and untested functions from VoERTP_RTCP.
by solenberg
· 8 years ago
c10c31d
Wire up audio packet loss to BWE.
by stefan
· 8 years ago
4fdc30d
Reland of "Log audio network adapter decisions in event log."
by minyue
· 8 years ago
bc2b639
Pass SdpAudioFormat through Channel, without converting to CodecInst
by kwiberg
· 8 years ago
5b7322d
Revert of Log audio network adapter decisions in event log. (patchset #14 id:320001 of https://codereview.webrtc.org/2559953002/ )
by sakal
· 8 years ago
dc916a1
Log audio network adapter decisions in event log.
by michaelt
· 8 years ago
22174cb
Pass event log to ANA.
by michaelt
· 8 years ago
756b219
Update smoothed bitrate.
by michaelt
· 8 years ago
0e0db71
Make OverheadObserver::OnOverheadChanged count RTP headers only
by nisse
· 8 years ago
c9999ff
Wire-up audio BWE with overhead.
by michaelt
· 8 years ago
d7ef04b
Move functionality out from AudioFrame and into AudioFrameOperations.
by aleloi
· 8 years ago
0d9fb71
Deprecated SetAudioPacketSize from RTPSender and removed calls to it.
by ossu
· 8 years ago
2bc91bf
Reland "Update rtt on audio only calls".
by michaelt
· 8 years ago
c01dfe6
Relanding "Pass time constant to bwe smoothing filter."
by minyue
· 8 years ago
cf7d22e
Refactor RMSLevel and give it new functionality
by henrik.lundin
· 8 years ago
acd8db6
Revert of Pass time constant to bwe smoothing filter. (patchset #8 id:140001 of https://codereview.webrtc.org/2518923003/ )
by ossu
· 8 years ago
4d9c52e
Pass time constanct to bwe smoothing filter.
by michaelt
· 8 years ago
6b56973
Smooth BWE and pass it to Audio Network Adaptor.
by michaelt
· 8 years ago
1cbcced
Reland of move RTPPayloadStrategy and simplify RTPPayloadRegistry (patchset #1 id:1 of https://codereview.webrtc.org/2528993002/ )
by magjed
· 8 years ago
e82ac9a
Revert of Remove RTPPayloadStrategy and simplify RTPPayloadRegistry (patchset #7 id:240001 of https://codereview.webrtc.org/2524923002/ )
by magjed
· 8 years ago
402fe33
Remove RTPPayloadStrategy and simplify RTPPayloadRegistry
by magjed
· 8 years ago
4c1eb05
Send audio and video codecs to RTPPayloadRegistry
by magjed
· 8 years ago
ff9d77c
Support multiple timestamp rates for sending DTMF.
by solenberg
· 8 years ago
dbe2c77
Remove usage of VoEBase::AssociateSendChannel() from WVoMC.
by solenberg
· 8 years ago
2454551
Set actual transport overhead in rtp_rtcp
by michaelt
· 8 years ago
e9523f0
Clean up abs-send-time for audio.
by stefan
· 8 years ago
72aebf4
Remove voe::Channel::StopReceive() and associated logic.
by solenberg
· 8 years ago
77c17ed
Stop using old AudioCodingModule::RegisterReceiveCodec overloads
by kwiberg
· 8 years ago
fbd0246
Move audio frame memory handling inside AudioMixer.
by aleloi
· 8 years ago
b4ac6b0
Made AudioReceiveStream a mixer participant.
by aleloi
· 8 years ago
d8e3fa0
Call OnTransportFeedback just when feedback_observer exist.
by michaelt
· 8 years ago
5e0ea59
Revert of Add RtcpRttStats to AudioStream (patchset #1 id:1 of https://codereview.webrtc.org/2402333002/ )
by sprang
· 8 years ago
0d87bce
Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz.
by ossu
· 8 years ago
2a6e87c
Hooking up audio network adaptor to VoE.
by minyue
· 8 years ago
6dcc486
Add RtcpRttStats to AudioStream
by michaelt
· 8 years ago
19689f4
Added logging for audio send/receive stream configs.
by ivoc
· 8 years ago
e59b6ff
Moved RtcEventLog files from call/ to logging/
by skvlad
· 8 years ago
4e6d4da
Revert of Remove unnecessary interface TelephoneEventHandler (patchset #3 id:40001 of https://codereview.webrtc.org/2357583002/ )
by danilchap
· 8 years ago
1bed982
Remove unnecessary interface TelephoneEventHandler.
by solenberg
· 8 years ago
Next »