1. ff0e4db Reland "Send absolute capture time through audio coding module." by Minyue Li · 4 years, 7 months ago
  2. 4175914 Revert "Send absolute capture time through audio coding module." by Minyue Li · 4 years, 7 months ago
  3. 48655cf Send absolute capture time through audio coding module. by Minyue Li · 4 years, 7 months ago
  4. 6298b56 Cleanup: Using RtpRtcp directly from AudioSendStream by Sebastian Jansson · 4 years, 7 months ago
  5. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  6. f2c0818 Minor fixes to ChannelSend. by Mirko Bonadei · 4 years, 9 months ago
  7. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 9 months ago
  8. cd2a92f Removes RPLR based FEC controller. by Sebastian Jansson · 4 years, 10 months ago
  9. f39c815 Cleanup: Replacing set extension status bool with CHECK. by Sebastian Jansson · 4 years, 10 months ago
  10. ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 4 years, 11 months ago
  11. ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 4 years, 10 months ago
  12. fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 4 years, 11 months ago
  13. ea55b08 Adds support for passing a vector of packets to the paced sender. by Erik Språng · 5 years ago
  14. ee5ec9a Replacing local closure classes with C++14 moving capture lambdas. by Sebastian Jansson · 5 years ago
  15. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  16. b6220d9 Delete unused logic for audio RtcpMode::kOff by Niels Möller · 5 years ago
  17. fac7e31 Removes TransportSequenceNumberAllocator by Erik Språng · 5 years ago
  18. 4208a13 Removes deprecated InsertPacket/TimeToSendPacket/TimeToSendPadding by Erik Språng · 5 years ago
  19. 70efdde Set local ssrc at construction of Rtp module by Erik Språng · 5 years ago
  20. 54d5d2c Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc by Erik Språng · 5 years ago
  21. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  22. da4f093 Reland "Only include payload in bytes sent/received." by Bjorn A Mellem · 5 years ago
  23. bcd068d Revert "Only include payload in bytes sent/received." by Bjorn Mellem · 5 years ago
  24. aa59eca Move RtpPacketSender and merge it with RtpPacketPacer. by Erik Språng · 5 years ago
  25. 74a1b4b Only include payload in bytes sent/received. by Bjorn A Mellem · 5 years ago
  26. 4c2c412 Set local ssrc at construction (audio) by Erik Språng · 5 years ago
  27. d0679bd Enables usage of ChannelMixer in WebRTC's output mixer. by henrika · 5 years ago
  28. f48bca7 Avoid triggering a false error logging when using encryptor and sending DTX. by Minyue Li · 5 years ago
  29. 59b8654 Switch from RtpPacketSender to RtpPacketPacer interface usage. by Erik Språng · 5 years ago
  30. 9ab520e Reland "Avoid encrypting empty audio packet." by Minyue Li · 5 years ago
  31. 6e436d1 [audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  32. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  33. d703cd0 Revert "Avoid encrypting empty audio packet." by Minyue Li · 5 years ago
  34. b0ac943 Avoid encrypting empty audio packet. by Minyue Li · 5 years ago
  35. c35b6e6 Deprecate RTPFragmentationHeader argument to AudioPacketizationCallback::SendData by Niels Möller · 5 years ago
  36. 30a276b Add RTP sequence number to TransportFeedbackObserver::AddPacket() by Erik Språng · 5 years ago
  37. cf96e0f Implement RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent. by Henrik Boström · 5 years ago
  38. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 5 years ago
  39. c936cb6 Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h by Niels Möller · 5 years ago
  40. 17b050f Fixes ClangTidy errors in audio/ by Benjamin Wright · 5 years ago
  41. 44dd9f2 Adds ChannelSend specific encoder task queue. by Sebastian Jansson · 5 years ago
  42. d5af402 Add overhead observers to MediaTransportInterface by Niels Möller · 5 years ago
  43. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  44. ee5ccbc Move ownership of RTPSenderAudio to ChannelSend. by Niels Möller · 5 years ago
  45. c44f6cc Modernize RtpRtcp factory function: use unique_ptr as return type by Danil Chapovalov · 5 years ago
  46. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 5 years ago
  47. 7949f21 Revert "Removes lock from ChannelSend." by Sebastian Jansson · 5 years ago
  48. 977b335 Injecting Clock into audio streams. by Sebastian Jansson · 5 years ago
  49. 9b93447 Removes lock from ChannelSend. by Sebastian Jansson · 5 years ago
  50. 3cdd4d5 Fix: Ignore empty frames in Media Transport by Piotr (Peter) Slatala · 5 years ago
  51. 14a7cf9 Adds CallEncoder to ChannelSend. by Sebastian Jansson · 6 years ago
  52. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  53. 626015d Make AudioSendStream to be OverheadObserver by Anton Sukhanov · 6 years ago
  54. 80a8687 [clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). by Mirko Bonadei · 6 years ago
  55. 01dc691 Delete sequence number save and restore in ChannelSend. by Niels Möller · 6 years ago
  56. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
  57. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  58. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  59. 3d2ed19 Remove Transport implementation from ChannelSend by Fredrik Solenberg · 6 years ago
  60. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  61. e977199 Delete ChannelSend::RegisterTransport, replacing by construction argument by Niels Möller · 6 years ago
  62. 254d869 Routing BitrateAllocationUpdate to audio codec. by Sebastian Jansson · 6 years ago
  63. 8b5d9d8 Remove the audio/video split for the RTCP report intervals. by Jiawei Ou · 6 years ago
  64. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  65. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  66. 985a1f3 Add const or GUARDED_BY on a few ChannelSend members by Niels Möller · 6 years ago
  67. 26e88b0 Replace RTC_DCHECK by RTC_DCHECK_RUN_ON for worker thread. by Niels Möller · 6 years ago
  68. eb13484 Remove ChannelSendState by Fredrik Solenberg · 6 years ago
  69. dced9f6 Delete class ChannelSendProxy by Niels Möller · 6 years ago
  70. 179a392 Implement TargetBitrate, NetworkRoute and overhead features of media transport interface. by Piotr (Peter) Slatala · 6 years ago
  71. 1eebec9 Fix data race in channel_send.cc by Piotr (Peter) Slatala · 6 years ago
  72. 645a3af Remove unused/unnecessary things from ChannelSend. by Fredrik Solenberg · 6 years ago
  73. 2681523 Tweak ChannelSend interface, to make it closer to ChannelSendProxy by Niels Möller · 6 years ago
  74. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  75. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  76. fcc3981 Revert "Use only first payload timestamp for RTCP SR generation for audio" by Ilya Nikolaevskiy · 6 years ago
  77. 9a0662a Use only first payload timestamp for RTCP SR generation for audio by Ilya Nikolaevskiy · 6 years ago
  78. 9190b82 Propagate SDP negotiation of extmap-allow-mixed to RtpHeaderExtensionMap by Johannes Kron · 6 years ago
  79. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  80. 78410ad Fixes use after free error when setting a new FrameEncryptor on ChannelSend. by Benjamin Wright · 6 years ago
  81. 359d60a Adds target rate to audio send stream stats. by Sebastian Jansson · 6 years ago
  82. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  83. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  84. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  85. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  86. 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
  87. 530ead4 Split voe::Channel into ChannelSend and ChannelReceive by Niels Möller · 6 years ago