1. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 6 years ago
  2. c7ea852 Remove deprecated ctors of DirectTransport and its subclasses and FakeNetworkPipe by Artem Titov · 6 years ago
  3. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  4. bf2b620 Convert VP8 descriptor to generic descriptor. by philipel · 6 years ago
  5. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 6 years ago
  6. 4ff63cc Remove temporary SetConfig method from NetworkSimulatioInterface. by Artem Titov · 6 years ago
  7. 631cafa Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipe by Artem Titov · 6 years ago
  8. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  9. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  10. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 6 years ago
  11. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  12. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 6 years ago
  13. dd2eebe Deprecate two DirectTransport ctors and remove their direct usage. by Artem Titov · 6 years ago
  14. c02df81 Eliminate SetClockOffset() from DirectTransport. by Artem Titov · 6 years ago
  15. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 6 years ago
  16. f189c48 Delete webrtc::PacketTime and backwards compatibility. by Niels Möller · 6 years ago
  17. 3229d65 Switch webrtc users from deprecated ctors. by Artem Titov · 6 years ago
  18. b005087 Add replacements for all FakeNetworkPipe ctors. by Artem Titov · 6 years ago
  19. e23b8a9 Do not use FakeNetworkPipe::SetConfig. by Artem Titov · 6 years ago
  20. 537b7fe Add FakeNetworkPipe ctor from NetworkSimulationInterface. by Artem Titov · 6 years ago
  21. 847a9c7 Use NetworkSimulationInterface instead of SimulatedNetwork. by Artem Titov · 6 years ago
  22. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 6 years ago
  23. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 6 years ago
  24. 2ff1f2a Reland "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Möller · 6 years ago
  25. 29d8846 Remove RTPVideoHeader::vp9() accessors. by philipel · 6 years ago
  26. 9a75061 Add test CallPerfTest.PlaysOutAudioAndVideoInSyncWithoutClockDrift by Niels Möller · 6 years ago
  27. 1788dcb Revert "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Moller · 6 years ago
  28. 25d31ec Add shared frame id state to RtpVideoSender. by philipel · 6 years ago
  29. 0b9e01d Refactor RtpVideoStreamReceiver without RtpReceiver. by Niels Möller · 6 years ago
  30. 2a15267 Fix comment on RtpVideoSender's ownership of Rtp modules. by Niels Möller · 6 years ago
  31. f96b1ca Move SimulatedNetwork class to separate file. by Sebastian Jansson · 6 years ago
  32. 9129565 Adds functionality to add delay spikes in SimulatedNetwork. by Sebastian Jansson · 6 years ago
  33. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
  34. 7d745e5 Reland "Remove RTPVideoHeader::h264() accessors." by philipel · 6 years ago
  35. d3b7ec2 Allow all "token" chars from RFC 4566 when checking for legal mid names. by Joachim Bauch · 6 years ago
  36. ed1dcf9 Enable clang::find_bad_constructs for call/ (part 1). by Mirko Bonadei · 6 years ago
  37. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  38. 5c302c0 Delete obsolete file call/video_config.h. by Niels Möller · 6 years ago
  39. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 6 years ago
  40. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 6 years ago
  41. 5ed25af Properly clean up RtpVideoSender. by Stefan Holmer · 6 years ago
  42. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  43. f704468 Reland "Move allocation and rtp conversion logic out of payload router." by Stefan Holmer · 6 years ago
  44. 5daeff9 Revert "Remove RTPVideoHeader::h264() accessors." by JT Teh · 6 years ago
  45. c2406e4 Revert "Move allocation and rtp conversion logic out of payload router." by JT Teh · 6 years ago
  46. 1da4d79 Move allocation and rtp conversion logic out of payload router. by Stefan Holmer · 6 years ago
  47. dfbced6 Remove RTPVideoHeader::h264() accessors. by philipel · 6 years ago
  48. 7258224 Replaces call config create in tests with modify. by Sebastian Jansson · 6 years ago
  49. f33905d Makes some CallTest members private. by Sebastian Jansson · 6 years ago
  50. 8e6602f Separates send and receive event log in CallTest. by Sebastian Jansson · 6 years ago
  51. 010a46d Makes srte owner in call/ and test/ by Sebastian Jansson · 6 years ago
  52. a2f1533 Moved PayloadRouter to call/. by Stefan Holmer · 6 years ago
  53. cd8f382 Removes unnecessary destructor checks in tests. by Sebastian Jansson · 6 years ago
  54. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  55. bcf9180 Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. by Alex Narest · 6 years ago
  56. b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 6 years ago
  57. f88a22c Delete pre_decode_callback. by Niels Möller · 6 years ago
  58. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  59. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  60. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 6 years ago
  61. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 6 years ago
  62. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  63. c2ee8e8 Removing references to webrtc::VideoSendStream::DegradationPreference. by Taylor Brandstetter · 6 years ago
  64. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  65. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  66. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  67. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  68. f8d8d6d Use range-based-for instead of std::for_each and std::mem_fun by Yusuke Suzuki · 6 years ago
  69. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 6 years ago
  70. ef75ebe Directly include VideoBitrateAllocation in call/ targets by Erik Språng · 6 years ago
  71. e6c0964 Ensures that arrival is past send time in SimulatedNetwork. by Sebastian Jansson · 6 years ago
  72. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  73. c6c4426 Moves network control interface to API. by Sebastian Jansson · 6 years ago
  74. bd9fe09 Using shared task queue for congestion controller. by Sebastian Jansson · 6 years ago
  75. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  76. 7ee2e25 Extracting the simulation part of FakeNetworkPipe by Sebastian Jansson · 6 years ago
  77. e625605 Moving task queue from Call to transport controller. by Sebastian Jansson · 6 years ago
  78. d4043f6 Replace runtime thread checks by compile-time checks. by Niels Möller · 6 years ago
  79. 74e5f80 Make BitrateAllocator::transmission_max_bitrate_multiplier_ const. by Niels Möller · 6 years ago
  80. 512bdce Using microseconds in FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  81. 0940811 Moving demux from FakeNetworkPipe to DirectTransport. by Sebastian Jansson · 6 years ago
  82. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  83. 8326780 Adds mock bitrate allocator. by Sebastian Jansson · 6 years ago
  84. 497bdaf Delete unused VideoSendStream::Config::EncoderSettings::encoder. by Niels Möller · 6 years ago
  85. 24ad720 Uses config struct with bitrate allocator. by Sebastian Jansson · 6 years ago
  86. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  87. a44ab18 Adds queue time when using demuxer with FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  88. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  89. 0676f22 Probe on video encoder reconfiguration test. by philipel · 6 years ago
  90. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  91. 6dfc8d6 Add member VideoEncoderConfig::SdpVideoFormat. by Niels Möller · 6 years ago
  92. 4e140da Log SendSideCongestionController experiment by Sebastian Jansson · 6 years ago
  93. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 6 years ago
  94. 7e85d67 Added SetClockOffset on FakeNetworkPipe. by Sebastian Jansson · 6 years ago
  95. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  96. 0a713b6 replace stringstream in call/ by Jonas Olsson · 6 years ago
  97. 448f4d5 Checking if total max bitrate has changed in BitrateAllocator. by Sebastian Jansson · 6 years ago
  98. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 6 years ago
  99. ed09dc6 Don't check MIDs when demuxing RTP packets in Call by Steve Anton · 6 years ago
  100. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago