Sign in
webrtc
/
src
/
webrtc
/
68337ca2dc9568763d00a933cba190c0a3bb2dab
/
call
/
BUILD.gn
9ae9fd9
Reland of Create RtcpDemuxer (patchset #1 id:1 of https://codereview.webrtc.org/2957763002/ )
by eladalon
· 8 years ago
ca3693c
Revert of Create RtcpDemuxer (patchset #13 id:240001 of https://codereview.webrtc.org/2943693003/ )
by guidou
· 8 years ago
5af9557
Create RtcpDemuxer. Capabilities:
by eladalon
· 8 years ago
04ef6b0
Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface.
by nisse
· 8 years ago
f91805c
Support building WebRTC without audio and video.
by zhihuang
· 8 years ago
2d1de82
New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender.
by nisse
· 8 years ago
baa253b
Create unit tests for RtpDemuxer
by eladalon
· 8 years ago
30fa632
Store/restore RTP state for audio streams with same SSRC within a call
by ossu
· 8 years ago
002b533
New class RtxReceiveStream.
by nisse
· 8 years ago
78bbf3a
New class RtpDemuxer and RtpPacketSinkInterface, use in Call.
by nisse
· 8 years ago
cd2f080
Add untracked headers in modules/rtp_rtcp
by danilchap
· 8 years ago
29a1f8c
This will allow me to test that Call invokes SendSideCongestionController::SetBweBitrates as expected (for https://codereview.chromium.org/2793913008).
by zstein
· 8 years ago
f26202b
Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/.
by ossu
· 8 years ago
fe5f71c
Injectable audio encoders: WebRtcVoiceEngine and company
by ossu
· 8 years ago
279bdc9
Creating webrtc:video_stream_api
by mbonadei
· 8 years ago
9cdb538
GN: Tighten up test target visibility + refactorings
by kjellander
· 8 years ago
cddf701
Move RtpTransportControllerSend to a new file.
by nisse
· 8 years ago
69579d7
Reland of Implemented the GetSources() in native code. (patchset #1 id:1 of https://codereview.webrtc.org/2809613002/ )
by hbos
· 8 years ago
af8f6e5
Move AudioDecoder and AudioDecoderFactory mocks to webrtc/test/
by kwiberg
· 8 years ago
fee642e
Revert of Implemented the GetSources() in native code. (patchset #11 id:510001 of https://codereview.webrtc.org/2770233003/ )
by olka
· 8 years ago
b5eeeee
Added the GetSources() to the RtpReceiverInterface and implemented
by zhihuang
· 8 years ago
7950bab
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2783183003/ )
by sprang
· 8 years ago
22de8f3
Define RtpTransportControllerSendInterface.
by nisse
· 8 years ago
b880884
Reland Move fake_audio_device to its own target.
by perkj
· 8 years ago
388c1df
Enable GN check for webrtc/call
by kjellander
· 8 years ago
6d5d814
Replace RtpStreamReceiver::DeliverRtp with OnRtpPacket.
by nisse
· 8 years ago
9551ae0
Stop using VoEVideoSync in Call/VideoReceiveStream.
by solenberg
· 8 years ago
90cc2a9
Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ )
by mbonadei
· 8 years ago
df5ec64
Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ )
by mbonadei
· 8 years ago
5c59d8f
Moving webrtc.gni up one level from build/
by mbonadei
· 8 years ago
5445b07
Reland of actor webrtc_perf_tests into several source_sets. (patchset #1 id:1 of https://codereview.webrtc.org/2613913002/ )
by ehmaldonado
· 8 years ago
a0ac1d2
Revert of Refactor webrtc_perf_tests into several source_sets. (patchset #5 id:100001 of https://codereview.webrtc.org/2609403002/ )
by danilchap
· 8 years ago
2d606cb
Refactor webrtc_perf_tests into several source_sets.
by ehmaldonado
· 8 years ago
02a6431
Move FlexfecReceiveStream from api/call/ to call/.
by brandtr
· 8 years ago
31212ba
Moved call.h and most of api/call/* into call/
by ossu
· 8 years ago
017ebe5
Moved transport.h from webrtc/ to webrtc/api, created build target and updated WebRTC dependencies.
by aleloi
· 8 years ago
d85b51d
Passed AudioMixer to AudioState::Config.
by aleloi
· 8 years ago
7713f33
Added an empty AudioTransportProxy to AudioState.
by aleloi
· 8 years ago
5daa11f
Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency
by charujain
· 8 years ago
4e97439
Add FlexfecReceiveStream.
by brandtr
· 8 years ago
a6c6623
GN: Exclude suppressions of Chromium Clang warnings for Chromium builds.
by kjellander
· 8 years ago
e59b6ff
Moved RtcEventLog files from call/ to logging/
by skvlad
· 9 years ago
a9eeb97
Moved Gn target rtc_event_log to one directory above.
by charujain
· 9 years ago
2cf29b5
GN: Change rtc_source_set targets --> rtc_static_library
by kjellander
· 9 years ago
0db32c3
Reenabled the RtcEventLog unittests
by skvlad
· 9 years ago
80e6692
GN Templates: Move common_inherited_config to the template.
by ehmaldonado
· 9 years ago
1d49219
GN Templates: Move common_config to the template.
by ehmaldonado
· 9 years ago
f0532f3
GN: Introduce templates.
by ehmaldonado
· 9 years ago
3f65eaf
This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads.
by perkj
· 9 years ago
cf82062
Move webrtc/audio_*.h to webrtc/api/call
by kjellander
· 9 years ago
bdd04aa
Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ )
by perkj
· 9 years ago
cd76a16
- Add task queue to Call with the intent of replacing the use of one of the process threads.
by perkj
· 9 years ago
c9da01c
GN: Add video_engine_tests
by Peter Boström
· 9 years ago
eaeea5b
Add missing dependencies on audio, video and call to the new GN files.
by katrielc
· 9 years ago
ead3cf2
Move congestion controller to a separate module.
by Stefan Holmer
· 9 years ago
1b78cc3
Move BitrateAllocator from BitrateController logic to Call.
by mflodman
· 9 years ago
b62f41a
Rename ChannelGroup to CongestionController and move to webrtc/call/.
by mflodman
· 9 years ago
bf9f73c
Split webrtc/video into webrtc/{audio,call,video}.
by Peter Boström
· 10 years ago