1. 06d3559 Replace std::string::find() == 0 with absl::StartsWith (part 2). by Mirko Bonadei · 4 years, 5 months ago
  2. 5efb02b Cleanup AddRtpHeaderExtension for RtpSenderVideo by Danil Chapovalov · 4 years, 6 months ago
  3. f87536c Reland "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 4 years, 6 months ago
  4. 3a087a8 Transform encoded frame in RTPSenderVideo. by Marina Ciocea · 4 years, 6 months ago
  5. e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 4 years, 6 months ago
  6. c310889 Revert "Reland "Refactors UlpFec and FlexFec to use a common interface."" by Erik Språng · 4 years, 7 months ago
  7. 49734dc Reland "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 7 months ago
  8. 95800f6 Authenticate video header when dependency descriptor is sent by Danil Chapovalov · 4 years, 7 months ago
  9. c1cbf6b Ship GenericDescriptor00 by default. by Markus Handell · 4 years, 7 months ago
  10. cb4d380 Revert "Refactors UlpFec and FlexFec to use a common interface." by Erik Språng · 4 years, 7 months ago
  11. 11af1d7 Refactors UlpFec and FlexFec to use a common interface. by Erik Språng · 4 years, 7 months ago
  12. d0e1885 Clean up dead code in RtpSenderVideo. by Erik Språng · 4 years, 7 months ago
  13. 3663f94 Moves RtpSequenceNumberMap from RtpSenderVideo to RtpSenderEgress. by Erik Språng · 4 years, 7 months ago
  14. 56e611b Reland "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 7 months ago
  15. 31d0f7c Move packet type enum from RtpPacketToSend to rtp_rtcp_defines.h by Björn Terelius · 4 years, 7 months ago
  16. 632a03c Revert "Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery" by Erik Språng · 4 years, 7 months ago
  17. 4f68f53 Remove PlayoutDelayOracle and make RtpSenderVideo guarantee delivery by Erik Språng · 4 years, 7 months ago
  18. 670af26 in RtpSenderVideo add support for writing DependencyDescriptor header extension by Danil Chapovalov · 4 years, 7 months ago
  19. b6bf0b2 Pass picture_id from generic packetizer through codec-specific field by Danil Chapovalov · 4 years, 7 months ago
  20. 5bb9adc Add absolute capture time to video sender path. by Minyue Li · 4 years, 8 months ago
  21. c6f81a7 Remove higher_spatial_layers from RTPVideoHeader structure as unused. by Danil Chapovalov · 4 years, 8 months ago
  22. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 8 months ago
  23. 0682ca9 Use AV1 packetizer/depacketizer for AV1 bitstreams by Danil Chapovalov · 4 years, 10 months ago
  24. 2dec496 Add directive to make TRACE_EVENT macros optional. by Doudou Kisabaka · 4 years, 10 months ago
  25. 3c78ea4 Enable FEC protection of packets with VideoTimingExtension by Ilya Nikolaevskiy · 4 years, 10 months ago
  26. 67ac9e8 Prepares RTPSender for extracting RtpSenderEgress by Erik Språng · 4 years, 11 months ago
  27. fc78aac Batches video frame packets when posting to pacer by Erik Språng · 4 years, 11 months ago
  28. 0deef72 Remove deprecated functions in RTPSenderVideo by Danil Chapovalov · 5 years ago
  29. 51bf200 Reduce number of RTPVideoSender::SendVideo parameters by Danil Chapovalov · 5 years ago
  30. dc34a25 Adds RTPSenderVideo::Config struct with red/ulpfec config by Erik Språng · 5 years ago
  31. 6cf554e Reduces locking in RtpSenderVideo. by Erik Språng · 5 years ago
  32. f1e97b9 Reland "Prepares RtpSenderVideo for batch forwarding of generated packets" by Erik Språng · 5 years ago
  33. 08a9f98 Revert "Prepares RtpSenderVideo for batch forwarding of generated packets" by Erik Språng · 5 years ago
  34. a21d50c Prepares RtpSenderVideo for batch forwarding of generated packets by Erik Språng · 5 years ago
  35. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  36. a5d952f Reland "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  37. 0987273 Add option to enable retransmission for all temporal layers in the constructor for rtp_sender_video. by Andrei Dumitru · 5 years ago
  38. 082696e Revert "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  39. eec5fff Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  40. 70768f4 Remove usage of StorageType enum by Erik Språng · 5 years ago
  41. 1a13c8f Add option to remove transport sequence number from FEC packet calculation by Anton Sukhanov · 5 years ago
  42. 6ff9ebd Revert "Refactor FEC code to use COW buffers" by Qingsi Wang · 5 years ago
  43. 7325bc3 Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  44. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  45. 2d821c3 Allow VideoTimingExtension to be used with FEC by Ilya Nikolaevskiy · 5 years ago
  46. 13eb764 Move towards always using packet type instead of priority in RTPSender by Erik Språng · 5 years ago
  47. f53cfa9 Add new RtpPacketPacer interface, with callback. by Erik Språng · 5 years ago
  48. b64af4b Add retransmission_allowed flag to encoder output by Elad Alon · 5 years ago
  49. a0e9943 Negotiation of LNTF controls instantiation of RTPSenderVideo::rtp_sequence_number_map_ by Elad Alon · 5 years ago
  50. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  51. fe68daa Add option to configure raw RTP packetization per payload type. by Mirta Dvornicic · 5 years ago
  52. 898395d RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers by Elad Alon · 5 years ago
  53. 8b60e8b Give VideoSendStreamImpl access to RTP timestamps by Elad Alon · 5 years ago
  54. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  55. 59c8569 Remove spammy log message from RtpSenderVideo::AddRtpHeaderExtensions. by philipel · 5 years ago
  56. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  57. 5fe9510 Move ownership of RTPSenderVideo one more level up, to RtpVideoSender by Niels Möller · 6 years ago
  58. e11b7d2 Replace field trials with WebRtcKeyValueConfig in RtpRtcpModule by Per Kjellander · 6 years ago
  59. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 6 years ago
  60. 1a1c52b H.264 temporal layers w/frame marking (PART 2/3) by Johnny Lee · 6 years ago
  61. 59ab1cf Move ownership of RTPSenderVideo and RTPSenderAudio one level up by Niels Möller · 6 years ago
  62. bb87f8a Delete unused/unsupported RetransmissionMode constants by Niels Möller · 6 years ago
  63. 6893f3c Move ownership of PlayoutDelayOracle by Niels Möller · 6 years ago
  64. 435ea0a Add is_fec property to RtpPacketToSend by Niels Möller · 6 years ago
  65. bebca61 Delete unused method SetSelectiveRetransmissions by Niels Möller · 6 years ago
  66. 3ea55d5 Reland "Delete RtpUtility::Payload, and refactor RTPSender to not use it" by Niels Möller · 6 years ago
  67. 81d4bf7 Revert "Delete RtpUtility::Payload, and refactor RTPSender to not use it" by Artem Titov · 6 years ago
  68. 171df93 Delete RtpUtility::Payload, and refactor RTPSender to not use it by Niels Möller · 6 years ago
  69. 067dc86 Make SetFirstSubFrameInFrame and SetLastSubFrameInFrame protected by Elad Alon · 6 years ago
  70. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  71. 482b3ef Account for packetization overhead when setting target bitrate. by Erik Språng · 6 years ago
  72. 168456c Enable authentication of the header as an optional WebRTC trial. by Benjamin Wright · 6 years ago
  73. 722875f Adding partial authentication of the Generic RTP Frame Descriptor. by Benjamin Wright · 6 years ago
  74. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  75. f418bcb Refactor RtpSender to use absl::string_view for payload name. by Niels Möller · 6 years ago
  76. aa3c1cc Delete _strnicmp. Uses replaced with abseil functions. by Niels Möller · 6 years ago
  77. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  78. fab9129 Get frame type, width and height from the generic descriptor. by philipel · 6 years ago
  79. 6026f05 Calculate max payload size for an rtp packet to fit full video frame by Danil Chapovalov · 6 years ago
  80. fcebe0e in RtpPacketizers separate case 'frame fits into single packet'. by Danil Chapovalov · 6 years ago
  81. 84ffb35 Use minimalistic vp8 descriptor when generic descriptor is in use by Danil Chapovalov · 6 years ago
  82. b3e42a4 Write and parse the generic video descriptor. by philipel · 6 years ago
  83. e4f8b38 Allow different header extensions in 1st packet of a video frame by Danil Chapovalov · 6 years ago
  84. d52a1a6 Reland "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
  85. 1811c04 Revert "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
  86. af7afc6 Remove RTPVideoHeader::vp8() accessors. by philipel · 6 years ago
  87. fa5ec8d Use signed integers for limiting packet size in video packetizers by Danil Chapovalov · 6 years ago
  88. f7f8a1f Cleanup RtpPacketizer interface by Danil Chapovalov · 6 years ago
  89. 29d8846 Remove RTPVideoHeader::vp9() accessors. by philipel · 6 years ago
  90. 798ee75 Always disable RED when ULPFEC is disabled. by Kári Tristan Helgason · 6 years ago
  91. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 6 years ago
  92. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  93. d264df5 Replace rtc::Optional with absl::optional in modules/rtp_rtcp by Danil Chapovalov · 6 years ago
  94. 9633cff Remove "webrtc_rtp" traces. by Jonas Olsson · 6 years ago
  95. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 6 years ago
  96. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 6 years ago
  97. 1d037ae Don't crash in SingleNalu packetization for h264 if no space in packet by Ilya Nikolaevskiy · 6 years ago
  98. 9bb8f05 Cleanup of unused RTP structs and packetizer for stereo codec by Emircan Uysaler · 7 years ago
  99. 393e266 Use correct RTP header length in RED generation for ULPFEC packets. by Rasmus Brandt · 7 years ago
  100. 90612a6 Reland "Add stereo codec header and pass it through RTP" by Emircan Uysaler · 7 years ago