1. 82ed2e8 Cleanup: Propagating BitrateAllocationUpdate to RtpVideoSender by Sebastian Jansson · 4 years, 10 months ago
  2. c67a4d6 Fix WebRTC-Video-MinVideoBitrate for VP9 by Elad Alon · 4 years, 10 months ago
  3. 80f53b7 Extend WebRTC-Video-MinVideoBitrate to experiment per-codec by Elad Alon · 4 years, 10 months ago
  4. a8336d3 Connect the stable target rate to the video encoders by Florent Castelli · 4 years, 11 months ago
  5. 8c5520c Reland "Make the min video bitrate in VideoSendStream configurable." by Ying Wang · 5 years ago
  6. 1d2149c Revert "Make the min video bitrate in VideoSendStream configurable." by Alessio Bazzica · 5 years ago
  7. b2fb0b9 Make the min video bitrate in VideoSendStream configurable. by Ying Wang · 5 years ago
  8. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  9. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  10. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  11. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  12. 5983087 Forced vp8 sw encoder fallback: only use min bitrate config if codec type is vp8. by Åsa Persson · 5 years ago
  13. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  14. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  15. aa9aa57 Disable padding for paused encoders even on reconfiguration by Ilya Nikolaevskiy · 5 years ago
  16. b6ef99b Translate loss notifications and pass to encoder by Elad Alon · 5 years ago
  17. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  18. 0a8562e Forward LossNotification from RTCPReceiver to EncoderRtcpFeedback by Elad Alon · 5 years ago
  19. 14d1c9d Rename EncoderKeyFrameCallback back to EncoderRtcpFeedback by Elad Alon · 5 years ago
  20. 4c6ca30 Update VideoStreamEncoder to use new VideoEncoder::SetRates() method. by Erik Språng · 5 years ago
  21. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  22. bd631a0 Use Abseil container algorithms in video/ by Steve Anton · 5 years ago
  23. e896490 Revert "Fix target bitrate RTCP messages behavior for SVC streams" by Oleh Prypin · 5 years ago
  24. ab65d8a Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 5 years ago
  25. 2611164 Subtract protection bitrate from link headroom bitrate by Erik Språng · 5 years ago
  26. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  27. cda86dd Removes usages of repeating task without task queue argument. by Sebastian Jansson · 5 years ago
  28. 610c763 Add target bitrate headroom signal to VideoStreamEncoder. by Erik Språng · 5 years ago
  29. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 5 years ago
  30. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 5 years ago
  31. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 5 years ago
  32. 80a8687 [clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). by Mirko Bonadei · 5 years ago
  33. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 5 years ago
  34. fa89d84 Register callback for key frame request from media transport. by Niels Möller · 5 years ago
  35. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  36. 79f0d4d Enables feature to account for unacknowledged data. by Sebastian Jansson · 6 years ago
  37. cd76eab Parsing of pacing factor and alr probing in RateControlSettings by Erik Språng · 6 years ago
  38. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  39. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  40. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  41. 0fc2843 Removing redundant argument for SSRCs from ctor of RtpVideoSender. by Amit Hilbuch · 6 years ago
  42. 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
  43. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  44. 196c5ba Specific pacing configuration. by Christoffer Rodbro · 6 years ago
  45. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  46. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  47. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  48. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  49. 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
  50. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  51. 4e193e4 Add ability to throttle VideoBitrateAllocation updates. by Erik Språng · 6 years ago
  52. b57ab38 Don't pad to min bitrate for streams with alr probing enabled by Erik Språng · 6 years ago
  53. f4ef2dd Don't signal updated bitrate allocation on encoder paused by Erik Språng · 6 years ago
  54. 1beef1a Delete VideoSendStream::EnableEncodedFrameRecording. by Niels Möller · 6 years ago
  55. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 6 years ago
  56. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 6 years ago
  57. da0898d Add spatial index to EncodedImage. by Niels Möller · 6 years ago
  58. 86fbea1 Fix VideoSendStreamImpl::OnPacketFeedbackError: operator precedence. by Benoît Lizé · 6 years ago
  59. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  60. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 6 years ago
  61. 5ed25af Properly clean up RtpVideoSender. by Stefan Holmer · 6 years ago
  62. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  63. 798ee75 Always disable RED when ULPFEC is disabled. by Kári Tristan Helgason · 6 years ago
  64. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  65. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  66. 277a656 Unstable BWE due to improper bit rate padding for VP9. by “Michael · 6 years ago
  67. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  68. 652dc91 Adds unit tests for VideoSendStreamImpl. by Sebastian Jansson · 6 years ago
  69. 24ad720 Uses config struct with bitrate allocator. by Sebastian Jansson · 6 years ago
  70. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  71. 8e0b15b Moves VideoSendStreamImpl to a separate file. by Sebastian Jansson · 6 years ago