1. 0c96449 Clamp stable target bitrate to min/max allocated bitrate. by Jakob Ivarsson · 4 years, 7 months ago
  2. c771084 Remove RTC_NOTREACHED from audio_send_stream when ANA didn't work by Alejandro Luebs · 4 years, 7 months ago
  3. 01ab084 Add minimum overhead to configured priorty bitrate instead of maximum. by Jakob Ivarsson · 4 years, 7 months ago
  4. d14525e Make sure that the audio stream is allocated with the correct overhead. by Jakob Ivarsson · 4 years, 7 months ago
  5. 74dadc1 Ready to support of absolute capture timestamp header extension. by Minyue Li · 4 years, 7 months ago
  6. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 8 months ago
  7. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 8 months ago
  8. bef818d Default disables legacy overhead calculation. by Sebastian Jansson · 4 years, 9 months ago
  9. c3eb9fd Reland "Reland "Only include overhead if using send side bandwidth estimation."" by Sebastian Jansson · 4 years, 9 months ago
  10. 4356490 Revert "Reland "Only include overhead if using send side bandwidth estimation."" by Mirko Bonadei · 4 years, 9 months ago
  11. 086055d Reland "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 4 years, 9 months ago
  12. c709412 Revert "Only include overhead if using send side bandwidth estimation." by Sebastian Jansson · 4 years, 9 months ago
  13. 8c79c6e Only include overhead if using send side bandwidth estimation. by Sebastian Jansson · 4 years, 9 months ago
  14. 6298b56 Cleanup: Using RtpRtcp directly from AudioSendStream by Sebastian Jansson · 4 years, 9 months ago
  15. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 11 months ago
  16. cd2a92f Removes RPLR based FEC controller. by Sebastian Jansson · 5 years ago
  17. 9429888 Delete deprecated bytes_sent/bytes_rcvd stat values by Niels Möller · 5 years ago
  18. f39c815 Cleanup: Replacing set extension status bool with CHECK. by Sebastian Jansson · 5 years ago
  19. ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 5 years ago
  20. ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 5 years ago
  21. fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 5 years ago
  22. cd0eedb Don't allocate audio if we have no transport sequence number. by Sebastian Jansson · 5 years ago
  23. 0a6510d Removes rtp_transport checks in AudioSendStream by Sebastian Jansson · 5 years ago
  24. 35cf9e7 Replaces static modifier functions in AudioSendStream. by Sebastian Jansson · 5 years ago
  25. 0429f78 Base overhead calculation for audio priority rate on available data. by Sebastian Jansson · 5 years ago
  26. f23131f Removing AudioAllocationSettings moving functionality to AudioSendStream. by Sebastian Jansson · 5 years ago
  27. 62aee93 Adds trial to calculate audio overhead based on available data. by Sebastian Jansson · 5 years ago
  28. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  29. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  30. f13df86 Delete audio methods SignalNetworkState by Niels Möller · 5 years ago
  31. 224c69d Delete ext_seqnum member from VoiceSenderInfo and VoiceReceiverInfo by Niels Möller · 5 years ago
  32. 70efdde Set local ssrc at construction of Rtp module by Erik Språng · 5 years ago
  33. 71c6b56 Allow sending abs-send-time for audio streams. by Sebastian Jansson · 5 years ago
  34. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  35. 1704801 Prevent concurrent access to AudioSendStream's configuration. by Yves Gerey · 5 years ago
  36. aa59eca Move RtpPacketSender and merge it with RtpPacketPacer. by Erik Språng · 5 years ago
  37. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  38. 4c2c412 Set local ssrc at construction (audio) by Erik Språng · 5 years ago
  39. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  40. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  41. d2c336f [getStats] Implement "media-source" audio levels, fixing Chrome bug. by Henrik Boström · 5 years ago
  42. 6e436d1 [audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  43. a352248 Add a config flag to disable the audio ALR probing request. by Christoffer Rodbro · 5 years ago
  44. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  45. 8f119ca Enable experiments with audio bitrate priority. by Jonas Olsson · 5 years ago
  46. 9356252 Ensure that we always set values for min and max audio bitrate. by Daniel Lee · 5 years ago
  47. 413ccc4 Stop DCHECK which occurs in ANA BitrateController when overhead is zero. by Bjorn A Mellem · 5 years ago
  48. 63658d0 Revert "Ensure that we always set values for min and max audio bitrate." by Daniel Lee · 5 years ago
  49. e47aee3 Ensure that we always set values for min and max audio bitrate. by Daniel Lee · 5 years ago
  50. cf96e0f Implement RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent. by Henrik Boström · 5 years ago
  51. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  52. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  53. 44dd9f2 Adds ChannelSend specific encoder task queue. by Sebastian Jansson · 6 years ago
  54. 0b69826 Don't inject worker queue into send streams. by Sebastian Jansson · 6 years ago
  55. 8672cac Trigger audio bitrate allocation update on overhead change. by Sebastian Jansson · 6 years ago
  56. ee5ccbc Move ownership of RTPSenderAudio to ChannelSend. by Niels Möller · 6 years ago
  57. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 6 years ago
  58. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
  59. 977b335 Injecting Clock into audio streams. by Sebastian Jansson · 6 years ago
  60. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 6 years ago
  61. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 6 years ago
  62. fd965c0 Always offer transport sequence number header extension for audio by Per Kjellander · 6 years ago
  63. 14a7cf9 Adds CallEncoder to ChannelSend. by Sebastian Jansson · 6 years ago
  64. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 6 years ago
  65. 626015d Make AudioSendStream to be OverheadObserver by Anton Sukhanov · 6 years ago
  66. 470a5ea Introduces common AudioAllocationSettings class. by Sebastian Jansson · 6 years ago
  67. 79f0d4d Enables feature to account for unacknowledged data. by Sebastian Jansson · 6 years ago
  68. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  69. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  70. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  71. e977199 Delete ChannelSend::RegisterTransport, replacing by construction argument by Niels Möller · 6 years ago
  72. ff05816 Delete the WebRTC.Call.TimeSendingAudioRtpPacketsInSeconds metric by Sam Zackrisson · 6 years ago
  73. 254d869 Routing BitrateAllocationUpdate to audio codec. by Sebastian Jansson · 6 years ago
  74. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  75. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  76. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  77. dced9f6 Delete class ChannelSendProxy by Niels Möller · 6 years ago
  78. 645a3af Remove unused/unnecessary things from ChannelSend. by Fredrik Solenberg · 6 years ago
  79. 349ade3 Delete class ChannelReceiveProxy. by Niels Möller · 6 years ago
  80. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  81. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  82. 2365936 Hide the AudioEncoderCng class behind a create function by Karl Wiberg · 6 years ago
  83. 56ef305 Move event logging of config into AudioSendStream. by Oskar Sundbom · 6 years ago
  84. 9190b82 Propagate SDP negotiation of extmap-allow-mixed to RtpHeaderExtensionMap by Johannes Kron · 6 years ago
  85. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  86. 359d60a Adds target rate to audio send stream stats. by Sebastian Jansson · 6 years ago
  87. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  88. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  89. 67b011d Use BitrateAllocatorInterface in AudioSendStream and VideoSendStream by Niels Möller · 6 years ago
  90. 648d28a Media engine and channel support for per-channel dscp values, specified by RtpParameter by Tim Haloun · 6 years ago
  91. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  92. b686396 Makes AudioSendStream signal that it's part of allocation. by Sebastian Jansson · 6 years ago
  93. 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
  94. 530ead4 Split voe::Channel into ChannelSend and ChannelReceive by Niels Möller · 6 years ago
  95. b222f49 Split ChannelProxy into send and receive classes. by Niels Möller · 6 years ago
  96. 35fa280 Adds allocated rate without feedback to new congestion controller. by Sebastian Jansson · 6 years ago
  97. fa4e185 Delete class voe::RtcEventLogProxy by Niels Möller · 6 years ago
  98. 848d6d3 Change Channel::GetRtpRtcp to return only RtpRtcp, not RtpReceiver. by Niels Möller · 6 years ago
  99. bbbe4e1 Better handle target audio bitrate allocation. by Alex Narest · 6 years ago
  100. bcf9180 Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. by Alex Narest · 6 years ago