1. c35b6e6 Deprecate RTPFragmentationHeader argument to AudioPacketizationCallback::SendData by Niels Möller · 5 years ago
  2. 30a276b Add RTP sequence number to TransportFeedbackObserver::AddPacket() by Erik Språng · 5 years ago
  3. cf96e0f Implement RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent. by Henrik Boström · 5 years ago
  4. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 5 years ago
  5. c936cb6 Make AudioFrameType an enum class, and move to audio_coding_module_typedefs.h by Niels Möller · 6 years ago
  6. 17b050f Fixes ClangTidy errors in audio/ by Benjamin Wright · 6 years ago
  7. 44dd9f2 Adds ChannelSend specific encoder task queue. by Sebastian Jansson · 6 years ago
  8. d5af402 Add overhead observers to MediaTransportInterface by Niels Möller · 6 years ago
  9. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  10. ee5ccbc Move ownership of RTPSenderAudio to ChannelSend. by Niels Möller · 6 years ago
  11. c44f6cc Modernize RtpRtcp factory function: use unique_ptr as return type by Danil Chapovalov · 6 years ago
  12. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
  13. 7949f21 Revert "Removes lock from ChannelSend." by Sebastian Jansson · 6 years ago
  14. 977b335 Injecting Clock into audio streams. by Sebastian Jansson · 6 years ago
  15. 9b93447 Removes lock from ChannelSend. by Sebastian Jansson · 6 years ago
  16. 3cdd4d5 Fix: Ignore empty frames in Media Transport by Piotr (Peter) Slatala · 6 years ago
  17. 14a7cf9 Adds CallEncoder to ChannelSend. by Sebastian Jansson · 6 years ago
  18. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  19. 626015d Make AudioSendStream to be OverheadObserver by Anton Sukhanov · 6 years ago
  20. 80a8687 [clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). by Mirko Bonadei · 6 years ago
  21. 01dc691 Delete sequence number save and restore in ChannelSend. by Niels Möller · 6 years ago
  22. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
  23. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  24. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  25. 3d2ed19 Remove Transport implementation from ChannelSend by Fredrik Solenberg · 6 years ago
  26. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  27. e977199 Delete ChannelSend::RegisterTransport, replacing by construction argument by Niels Möller · 6 years ago
  28. 254d869 Routing BitrateAllocationUpdate to audio codec. by Sebastian Jansson · 6 years ago
  29. 8b5d9d8 Remove the audio/video split for the RTCP report intervals. by Jiawei Ou · 6 years ago
  30. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  31. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  32. 985a1f3 Add const or GUARDED_BY on a few ChannelSend members by Niels Möller · 6 years ago
  33. 26e88b0 Replace RTC_DCHECK by RTC_DCHECK_RUN_ON for worker thread. by Niels Möller · 6 years ago
  34. eb13484 Remove ChannelSendState by Fredrik Solenberg · 6 years ago
  35. dced9f6 Delete class ChannelSendProxy by Niels Möller · 6 years ago
  36. 179a392 Implement TargetBitrate, NetworkRoute and overhead features of media transport interface. by Piotr (Peter) Slatala · 6 years ago
  37. 1eebec9 Fix data race in channel_send.cc by Piotr (Peter) Slatala · 6 years ago
  38. 645a3af Remove unused/unnecessary things from ChannelSend. by Fredrik Solenberg · 6 years ago
  39. 2681523 Tweak ChannelSend interface, to make it closer to ChannelSendProxy by Niels Möller · 6 years ago
  40. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  41. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  42. fcc3981 Revert "Use only first payload timestamp for RTCP SR generation for audio" by Ilya Nikolaevskiy · 6 years ago
  43. 9a0662a Use only first payload timestamp for RTCP SR generation for audio by Ilya Nikolaevskiy · 6 years ago
  44. 9190b82 Propagate SDP negotiation of extmap-allow-mixed to RtpHeaderExtensionMap by Johannes Kron · 6 years ago
  45. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  46. 78410ad Fixes use after free error when setting a new FrameEncryptor on ChannelSend. by Benjamin Wright · 6 years ago
  47. 359d60a Adds target rate to audio send stream stats. by Sebastian Jansson · 6 years ago
  48. bfb444c Adds new CryptoOption crypto_options.frame.require_frame_encryption. by Benjamin Wright · 6 years ago
  49. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  50. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  51. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  52. 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
  53. 530ead4 Split voe::Channel into ChannelSend and ChannelReceive by Niels Möller · 6 years ago