1. e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 4 years, 6 months ago
  2. 2272f20 Allow sending DependencyDescriptor rtp header extension in call by Danil Chapovalov · 4 years, 6 months ago
  3. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 6 months ago
  4. a68eb8c in call RtpVideoSenderTests rely on simulated time by Danil Chapovalov · 4 years, 6 months ago
  5. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 7 months ago
  6. 3d4d94a Adds scenario test for transport wide feedback based retransmission. by Sebastian Jansson · 4 years, 7 months ago
  7. f18f920 Revert "Moves TransportFeedbackAdapter to TaskQueue." by Mirko Bonadei · 4 years, 9 months ago
  8. 62d01cd Moves TransportFeedbackAdapter to TaskQueue. by Sebastian Jansson · 4 years, 9 months ago
  9. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 4 years, 9 months ago
  10. 00cc836 Makes all of RtpVideoSenderTest use simulated time by Erik Språng · 4 years, 9 months ago
  11. 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 4 years, 9 months ago
  12. f298855 Cleanup of feedback observer interface by Sebastian Jansson · 4 years, 10 months ago
  13. 82ed2e8 Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender by Sebastian Jansson · 4 years, 10 months ago
  14. b9bfe65 Delete VCMEncodedFrame::VerifyAndAllocate by Niels Möller · 5 years ago
  15. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  16. c14b233 Disable the most flaky tests on iOS. by Sami Kalliomäki · 5 years ago
  17. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  18. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  19. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  20. cf41eb1 Reland "Cleanup of video packet overhead calculation." by Sebastian Jansson · 5 years ago
  21. 845c6aa Add support for early loss detection using transport feedback. by Erik Språng · 5 years ago
  22. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  23. bd7046c Remove redundant feedback_packet_seq_num_set_ in RtpVideoSender by Erik Språng · 5 years ago
  24. 490d76c Remove packets from RtpPacketHistory if acked via TransportFeedback by Erik Språng · 5 years ago
  25. f8c1ed5 Revert "Remove packets from RtpPacketHistory if acked via TransportFeedback" by Erik Språng · 5 years ago
  26. 3890e99 Remove packets from RtpPacketHistory if acked via TransportFeedback by Erik Språng · 5 years ago
  27. d3ba236 Stop using GlobalTaskQueueFactory in video unittests by Danil Chapovalov · 5 years ago
  28. 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 5 years ago
  29. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  30. e896490 Revert "Fix target bitrate RTCP messages behavior for SVC streams" by Oleh Prypin · 5 years ago
  31. ab65d8a Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 5 years ago
  32. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  33. 41f9f2c ClangTidy fixes for call/ by Benjamin Wright · 5 years ago
  34. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 5 years ago
  35. ed50e6c Inject TaskQueueFactory in RtpTransportControllerSend. by Sebastian Jansson · 5 years ago
  36. d1d0359 Remove memsets of CodecSpecificInfo. by philipel · 5 years ago
  37. 663844d Update test code to use EncodedImage::Allocate by Niels Möller · 6 years ago
  38. 6347029 Removes usages of TaskQueueCongestionControl field trial. by Sebastian Jansson · 6 years ago
  39. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  40. 949f0fd Move FrameCountObserver from RTPSender to RtpVideoSender by Niels Möller · 6 years ago
  41. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  42. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  43. 0fc2843 Removing redundant argument for SSRCs from ctor of RtpVideoSender. by Amit Hilbuch · 6 years ago
  44. 1618095 Cleanup of RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
  45. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  46. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  47. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  48. dc8c981 Makes new congestion controller work with rtp sender tests. by Sebastian Jansson · 6 years ago
  49. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 6 years ago
  50. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 6 years ago
  51. da0898d Add spatial index to EncodedImage. by Niels Möller · 6 years ago
  52. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  53. 25d31ec Add shared frame id state to RtpVideoSender. by philipel · 6 years ago
  54. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 6 years ago[Renamed (92%) from call/payload_router_unittest.cc]
  55. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  56. f704468 Reland "Move allocation and rtp conversion logic out of payload router." by Stefan Holmer · 6 years ago
  57. 5daeff9 Revert "Remove RTPVideoHeader::h264() accessors." by JT Teh · 6 years ago
  58. c2406e4 Revert "Move allocation and rtp conversion logic out of payload router." by JT Teh · 6 years ago
  59. 1da4d79 Move allocation and rtp conversion logic out of payload router. by Stefan Holmer · 6 years ago
  60. dfbced6 Remove RTPVideoHeader::h264() accessors. by philipel · 6 years ago
  61. a2f1533 Moved PayloadRouter to call/. by Stefan Holmer · 6 years ago[Renamed (99%) from video/payload_router_unittest.cc]
  62. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 6 years ago
  63. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  64. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 6 years ago
  65. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  66. bc0f0d3 Rename end_of_superframe to end_of_picture. by Sergey Silkin · 6 years ago
  67. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  68. 2a1f183 Set marker bit on last encoded spatial layer. by Sergey Silkin · 6 years ago
  69. 150dcb0 Delete logic to set picture id and tl0 pic idx in encoders. by Niels Möller · 6 years ago
  70. bb894ff Make PayloadRouter own the picture id and tl0 pic idx sequences. by Niels Möller · 6 years ago
  71. cc7125f Sets sending status for active RtpRtcp modules. by Seth Hampson · 7 years ago
  72. 46e31ba Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." by Seth Hampson · 7 years ago
  73. 0f17f9c Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." by Lu Liu · 7 years ago
  74. 18c4261 Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer. by Seth Hampson · 7 years ago
  75. 45bbc8a Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. by Åsa Persson · 7 years ago
  76. 4bece9a Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled. by Åsa Persson · 7 years ago
  77. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  78. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/payload_router_unittest.cc]
  79. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 7 years ago
  80. d0fc37a Allow parsing empty RTCP TargetBitrate messages, but stop sending them. by sprang · 7 years ago
  81. 5206667 Delete unused method PayloadRouter::MaxPayloadLength. by nisse · 8 years ago
  82. 1a646ee Wire up BitrateAllocation to be sent as RTCP TargetBitrate by sprang · 8 years ago
  83. 7b9feee Fix PayloadRouter::OnEncodedImage() to handle errors properly. by sergeyu · 8 years ago
  84. 2cb155a Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  85. 91b957d Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ ) by kjellander · 8 years ago
  86. c681250 Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  87. 43a9dc0 Revert of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #1 id:1 of https://codereview.webrtc.org/2467373003/ ) by ehmaldonado · 8 years ago
  88. a1d6cd6 Reland of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #2 id:240001 of https://codereview.webrtc.org/2474433008/ ) by ehmaldonado · 8 years ago
  89. 6c78307 Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ ) by ehmaldonado · 8 years ago
  90. fa56584 Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  91. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  92. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  93. 512ecb3 Let ViEEncoder tell VideoSendStream about reconfigurations. by Per · 8 years ago
  94. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  95. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  96. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  97. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  98. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  99. cd349d9 Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ ) by sprang · 8 years ago
  100. a49f110 Revert of Reland Issue 2061423003: Refactor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131313002/ ) by aluebs · 8 years ago