Sign in
webrtc
/
src.git
/
cfd83744d93dbf7a6932c66e88cc457f35082598
/
api
1921fa5
Apply include-cleaner to api/test/[^/]*
by Dor Hen
· 5 months ago
8aa4e7c
Apply include-cleaner to api/test/(video|pclf|network_emulation)/.*
by Dor Hen
· 5 months ago
ea233be
Remove passing FieldTrialsView into AudioDecoderFactory as unused
by Danil Chapovalov
· 5 months ago
defe135
Pass Environment into NetEqImpl
by Danil Chapovalov
· 5 months ago
73195da
Apply include-cleaner to api/test/metrics
by Dor Hen
· 5 months ago
59c7b22
Log received frames QP value.
by Emil Vardar
· 5 months ago
cc5c549
Deprecate TransientSuppression
by Hanna Silen
· 5 months ago
ec5a968
Apply include-cleaner to api/transport
by Dor Hen
· 5 months ago
e1dbddf
Introduce NetEqFactory::Create taking Environment instead of the Clock
by Danil Chapovalov
· 5 months ago
a8dd3a3
Add missing dependency.
by Mirko Bonadei
· 5 months ago
5ac2c74
Apply include-cleaner to api/task_queue
by Dor Hen
· 5 months ago
b446251
Pass receive_time through frame transformer
by Lionel Koenig Gélas
· 5 months ago
c427c17
Make PriorityValue constructor explicit
by Florent Castelli
· 5 months ago
53291d4
Add 'SkipNextFrame' to the FrameGeneratorInterface.
by Jeremy Leconte
· 5 months ago
0012bfa
Change DataChannelInit::priority to integer and forward to SCTP transport
by Florent Castelli
· 6 months ago
cbb13bb
Delete deprecated CreateAudioEncoderFactory with unused field trials parameter
by Danil Chapovalov
· 5 months ago
05309c5
Delete AudioEncoderOpus constructor that doesn't provide Environment
by Danil Chapovalov
· 5 months ago
e2f02c2
Delete AudioEncoderFactory::MakeAudioEncoder
by Danil Chapovalov
· 6 months ago
5b9d4ad
Move rtp_packet_sender.h to api/
by Florent Castelli
· 6 months ago
5079e8a
Allow supplying a custom NetworkControllerInterfaceFactory per-Call in PeerConnectionDependencies
by Tony Herre
· 6 months ago
161956b
Cleanup deprecated accessors in VideoFrame
by Danil Chapovalov
· 6 months ago
35f10a0
Add listener to detect mute speech event, and callback function to handle the event
by Abby Yeh
· 6 months ago
ac15a13
In RtpVideoStreamReceiver do not rely on RTP sequence number unwrap to be stable
by Danil Chapovalov
· 6 months ago
7a6053a
Rename minimum_qp to min_qp
by Sergey Silkin
· 6 months ago
41ffc51
Remove unused AudioprocFloat with input_aecdump param support
by Tommi
· 6 months ago
55c3600
Remove <ostream> dependencies
by Tommi
· 6 months ago
216cce5
Add minimum_qp to VideoEncoder::EncoderInfo
by Johannes Kron
· 7 months ago
7235dd0
Add is_steady_state_refresh_frame_ to EncodedImage
by Johannes Kron
· 7 months ago
20b8e33
Add AudioEncoderOpus constructors that use field trials from Environment
by Danil Chapovalov
· 7 months ago
1030eaa
Provide Environment to create an audio encoder in tests
by Danil Chapovalov
· 7 months ago
eb3da2b
Extract video writing into separate target
by Artem Titov
· 7 months ago
f86c247
Remove api/wrapping_async_dns_resolver.cc.
by Mirko Bonadei
· 7 months ago
eaea3e2
Extend AudioEncoderFactoryTemplate to pass Environment to AudioEncoder factory traits
by Danil Chapovalov
· 7 months ago
12b861e
Delete FieldTrialsView parameter for AudioEncoderFactoryTemplate as unused
by Danil Chapovalov
· 7 months ago
defafcb
Pass random seed to SchedulableNetworkBehavior.
by Jeremy Leconte
· 7 months ago
aefed55
[iwyu][1\n] Applying to api/[a-s]*
by Dor Hen
· 7 months ago
fc6df05
Computing and propagating the audio stats totalprocessingdelay.
by Jesús de Vicente Peña
· 7 months ago
418bcf2
Expose a PeerConnection's NetworkControllerInterface instance
by Tony Herre
· 7 months ago
6948d84
Change AudioEncoderFactory api to provide Environment to construct AudioEncoders
by Danil Chapovalov
· 7 months ago
da4d496
IWYU api/audio_codecs (not subdirectories)
by Harald Alvestrand
· 7 months ago
08b649b
Include-what-you-use api/rtc_event_log_output*
by Björn Terelius
· 7 months ago
77ffbd3
Include-what-you-use api/rtc_event_log/
by Björn Terelius
· 7 months ago
469e698
Remove kMaxNalusPerPacket hard limit for H264 frames
by Sergio Garcia Murillo
· 7 months ago
da485a1
Implement delayed start of Scheduled network configuration
by Per K
· 7 months ago
03ebfdf
Create Environment for VoipCore
by Danil Chapovalov
· 7 months ago
21bfa5f
Add RTC_EXPORT to API structs needed for RTCRtpTransport JS API
by Tony Herre
· 7 months ago
c74412b
Deprecate rtc::RefCountInterface
by Harald Alvestrand
· 7 months ago
4158678
Split "helpers" from SSL target to "crypto_random" and rename
by Philipp Hancke
· 7 months ago
67fd83e
Use MonoView for deinterleaved channels in AudioFrameView
by Tommi
· 7 months ago
6431a64
Reland "Run IWYU on some files I intend to work on"
by Harald Alvestrand
· 7 months ago
48ae22f
Mark SimulcastStream RTC_EXPORT
by Hirokazu Honda
· 8 months ago
fe34363
Revert "Run IWYU on some files I intend to work on"
by Mirko Bonadei
· 7 months ago
827da15
Run IWYU on some files I intend to work on
by Harald Alvestrand
· 7 months ago
5889cf5
Propagate arrival time inside NetEq
by Lionel Koenig
· 8 months ago
61dc3ac
Revert "Propagate arrival time inside NetEq"
by Lionel Koenig Gélas
· 8 months ago
0a23279
Propagate arrival time inside NetEq
by Lionel Koenig
· 8 months ago
a0d1a51
Reland "Add SchedulableNetworkBehavior and tests."
by Per Kjellander
· 8 months ago
19c51ea
Use std::array<> consistently for reusable audio buffers.
by Tommi
· 8 months ago
045589e
Revert "Add SchedulableNetworkBehavior and tests."
by Per Kjellander
· 8 months ago
0681553
Add SchedulableNetworkBehavior and tests.
by Per K
· 8 months ago
0121ff4
Revert "Propagate arrival time inside NetEq"
by Manashi Sarkar
· 8 months ago
5237cbb
Propagate arrival time inside NetEq
by Lionel Koenig
· 8 months ago
5d3e680
Add audio view classes
by Tommi
· 8 months ago
0596503
Split BandwidthUsage from network_state_predictor.h
by Björn Terelius
· 8 months ago
99c519b
Mass removal of absl_deps in all BUILD.gn files
by Florent Castelli
· 8 months ago
3ffa0e8
gn: Remove the need for absl_deps
by Florent Castelli
· 8 months ago
c7fd5af
Split SSL adapters from main ssl build target 1/2
by Philipp Hancke
· 8 months ago
af0c18c
Use absl::Cleanup to perform callbacks on encoding error.
by philipel
· 8 months ago
d194ec3
Add `OutputFunctions` to FrameEncodeSettings.
by philipel
· 8 months ago
7518ae9
Moved effort_level to FrameEncodeSettings.
by philipel
· 8 months ago
fd89ff5
Provide Environment to SimulcastRateAllocator at construction
by Danil Chapovalov
· 8 months ago
a45c705
Add passkey to TransformableFrameInterface to prevent external impls
by Tony Herre
· 8 months ago
b25c747
Change behaviour of repeated initial probes
by Per K
· 8 months ago
d122464
Remove default field trials and task queue factory in CreatePeerConnectionFactory function
by Danil Chapovalov
· 8 months ago
7db2a85
Add Performance::encode_on_calling_thread flag.
by philipel
· 8 months ago
57dbb1e
Reland "Split digest methods from ssl target into digest target"
by Philipp Hancke
· 8 months ago
4ea65f4
Use Environment to create GoogCcNetworkController
by Danil Chapovalov
· 8 months ago
179f96d
Provide Environment to construct VideoBitrateAllocator
by Danil Chapovalov
· 8 months ago
16fb790
Revert "Provide Environment to construct VideoBitrateAllocator"
by Jeremy Leconte
· 8 months ago
4bf4e17
Provide Environment to construct VideoBitrateAllocator
by Danil Chapovalov
· 8 months ago
a9d7c19
Make EncodeResultCallback rvalue ref-qualified.
by philipel
· 9 months ago
cf4764e
Move EncodeResultCallback to FrameEncodeSettings.
by philipel
· 9 months ago
29d4062
Make SpatialLayer to be an alias of SimulcastStream
by Sergey Silkin
· 8 months ago
53d43d6
SimulatedNetworkNode::Builder use BuiltInNetworkBehaviorConfig.link_capacity
by Per K
· 8 months ago
26a082c
Introduce a mode that lets NetworkEmulationManager ignore DTLS handshake sizes.
by Sergey Sukhanov
· 8 months ago
f20ed3e
Add option to provide Environment for CongestionConroller construction
by Danil Chapovalov
· 8 months ago
fc57037
Revert "Split digest methods from ssl target into digest target"
by Mirko Bonadei
· 8 months ago
0d037df
Reland "Add more accurate support for changing capacity in SimulatedNetwork"
by Per K
· 8 months ago
cc92b6e
Add ProbeController::EnableRepeatedInitialProbing
by Per K
· 8 months ago
47bfe39
Split digest methods from ssl target into digest target
by Philipp Hancke
· 8 months ago
6866da1
Revert "Add more accurate support for changing capacity in SimulatedNetwork"
by Per Kjellander
· 8 months ago
51a70c0
Add more accurate support for changing capacity in SimulatedNetwork
by Per K
· 8 months ago
1e5f88c
Make muted param in GetAudio optional.
by Jakob Ivarsson
· 8 months ago
605d00b
VideoFrameBuffer: remove TODO.
by Markus Handell
· 8 months ago
57b09ec
Update AudioFrameOperations to require ArrayView
by Tommi
· 9 months ago
1f36798
Start using ArrayView in AudioFrame, update PushResampler
by Tommi
· 9 months ago
b2b6166
Make AudioFrame::channel_layout_ private and check for valid values
by Tommi
· 9 months ago
64437e8
Calculate the audio level of audio packets before encoded transforms
by Tony Herre
· 9 months ago
569849e
Move call/simulated_network to test/network
by Per K
· 9 months ago
6ab9085
Fix iwyu error introduced recently.
by Tommi
· 9 months ago
Next »