1. 898395d RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers by Elad Alon · 6 years ago
  2. 8b60e8b Give VideoSendStreamImpl access to RTP timestamps by Elad Alon · 6 years ago
  3. e896490 Revert "Fix target bitrate RTCP messages behavior for SVC streams" by Oleh Prypin · 6 years ago
  4. ab65d8a Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 6 years ago
  5. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 6 years ago
  6. 5fe9510 Move ownership of RTPSenderVideo one more level up, to RtpVideoSender by Niels Möller · 6 years ago
  7. 949f0fd Move FrameCountObserver from RTPSender to RtpVideoSender by Niels Möller · 6 years ago
  8. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  9. c12d41b Add field trial kill switch for packetization overhead subtraction. by Erik Språng · 6 years ago
  10. 482b3ef Account for packetization overhead when setting target bitrate. by Erik Språng · 6 years ago
  11. 0fc2843 Removing redundant argument for SSRCs from ctor of RtpVideoSender. by Amit Hilbuch · 6 years ago
  12. 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
  13. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  14. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  15. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  16. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  17. 25d31ec Add shared frame id state to RtpVideoSender. by philipel · 6 years ago
  18. 2a15267 Fix comment on RtpVideoSender's ownership of Rtp modules. by Niels Möller · 6 years ago
  19. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 6 years ago[Renamed (90%) from call/payload_router.h]
  20. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  21. f704468 Reland "Move allocation and rtp conversion logic out of payload router." by Stefan Holmer · 6 years ago
  22. c2406e4 Revert "Move allocation and rtp conversion logic out of payload router." by JT Teh · 6 years ago
  23. 1da4d79 Move allocation and rtp conversion logic out of payload router. by Stefan Holmer · 6 years ago
  24. a2f1533 Moved PayloadRouter to call/. by Stefan Holmer · 6 years ago[Renamed (95%) from video/payload_router.h]
  25. 1a4746a Change RTPVideoTypeHeader to absl::variant and move RTPVideoHeader into its own h/cc file. by philipel · 6 years ago
  26. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 7 years ago
  27. bb894ff Make PayloadRouter own the picture id and tl0 pic idx sequences. by Niels Möller · 7 years ago
  28. 9d138fc Drop dependency of common_video on api:libjingle_peerconnection_api. by Niels Möller · 7 years ago
  29. cc7125f Sets sending status for active RtpRtcp modules. by Seth Hampson · 7 years ago
  30. 4bece9a Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled. by Åsa Persson · 7 years ago
  31. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  32. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  33. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/payload_router.h]
  34. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  35. 1acbd68 Move RtpExtension to api/ directory and config.h/.cc to call/. by Stefan Holmer · 7 years ago
  36. 821e214 Delete unneeded includes of atomic32.h. by nisse · 7 years ago
  37. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  38. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  39. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  40. d60d06a Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ ) by ilnik · 8 years ago
  41. 716d7ac Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ ) by guidou · 8 years ago
  42. c42f540 Move video_encoder.h and video_decoder.h to /api and create GN targets for them by ilnik · 8 years ago
  43. 5206667 Delete unused method PayloadRouter::MaxPayloadLength. by nisse · 8 years ago
  44. 1a646ee Wire up BitrateAllocation to be sent as RTCP TargetBitrate by sprang · 8 years ago
  45. 512ecb3 Let ViEEncoder tell VideoSendStream about reconfigurations. by Per · 8 years ago
  46. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  47. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  48. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  49. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  50. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  51. cd349d9 Reland of actor NACK bitrate allocation (patchset #1 id:1 of https://codereview.webrtc.org/2131913003/ ) by sprang · 8 years ago
  52. 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
  53. 05ce4ae Reland Issue 2061423003: Refactor NACK bitrate allocation by Erik Språng · 8 years ago
  54. e5dd441 Revert of Refactor NACK bitrate allocation (patchset #16 id:300001 of https://codereview.webrtc.org/2061423003/ ) by sprang · 8 years ago
  55. 5fc59e8 Refactor NACK bitrate allocation by Erik Språng · 8 years ago
  56. bc75d97 Remove PayloadRouter dependency from ViEEncoder. by perkj · 9 years ago
  57. 02b3d27 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) by kjellander · 9 years ago
  58. a261e61 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) by kjellander · 9 years ago
  59. f5d55aa Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 9 years ago
  60. 83d0910 Move Ownership of RtpModules to VideoSendStream from VieChannel and remove use of vie_channel and vie_receiver from video_send_stream. by Per · 9 years ago
  61. 27f982b Replace scoped_ptr with unique_ptr in webrtc/video/ by kwiberg · 9 years ago
  62. 8b79b07 Move RTP module activation into PayloadRouter. by Peter Boström · 9 years ago
  63. 404686a Use std::vector in the PayloadRouter interface. by Peter Boström · 9 years ago
  64. d8de115 Remove mutable from rtc::CriticalSections. by pbos · 9 years ago
  65. 97888bd Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video. by Tommi · 9 years ago
  66. 7623ce4 Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ ) by Peter Boström · 9 years ago[Renamed (94%) from webrtc/video_engine/payload_router.h]
  67. 8237abf Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ ) by kjellander · 9 years ago[Renamed (94%) from webrtc/video/payload_router.h]
  68. 03ef053 Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago[Renamed (94%) from webrtc/video_engine/payload_router.h]
  69. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  70. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  71. e590416 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  72. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  73. 50e2816 Move SetTargetSendBitrates logic from default module to payload router. by mflodman@webrtc.org · 10 years ago
  74. 7ac374a Fix shutdown race for ViEEncoder when there is a frame in the encoder. by mflodman@webrtc.org · 10 years ago
  75. 290cb56 Remove TimeToSendPacket and TimeToSendPadding from the default module. by mflodman@webrtc.org · 10 years ago
  76. a4ef2ce Remove getting max payload length from default module. by mflodman@webrtc.org · 10 years ago
  77. 02270cd Implementing a packet router class, used to route RTP packets to the by mflodman@webrtc.org · 10 years ago