1. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 6 years ago
  2. 2611164 Subtract protection bitrate from link headroom bitrate by Erik Språng · 6 years ago
  3. 4168437 Remove unused callbacks from VideoStreamDecoder by Niels Möller · 6 years ago
  4. c29cb2c Fix for potential RTCP XR target bitrate issue. by Åsa Persson · 6 years ago
  5. 9b0b1e0 Delete unused method VCMReceiveStatisticsCallback::OnReceiveRatesUpdated by Niels Möller · 6 years ago
  6. f24908e Delete unused enum StreamType and kViEStreamType* values. by Niels Möller · 6 years ago
  7. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  8. 3dde450 Make keyframe generation/request intervals configurable through field trials. by Rasmus Brandt · 6 years ago
  9. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  10. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 6 years ago
  11. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 6 years ago
  12. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 6 years ago
  13. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 6 years ago
  14. 22ed366 Avoid using global task queue factory in fake encoder by Danil Chapovalov · 6 years ago
  15. cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 6 years ago
  16. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 6 years ago
  17. ad31c98 Don't use the Process method of vcm::VideoReceiver by Niels Möller · 6 years ago
  18. ab03638 Let threads opt in to having their stack traces printed by Karl Wiberg · 6 years ago
  19. 1f4173e Fix ClangTidy issues in video/ by Benjamin Wright · 6 years ago
  20. 982dc79 Preserve legacy behavior for old OveruseFrameDetector by Erik Språng · 6 years ago
  21. 3c589be Reland "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Rasmus Brandt · 6 years ago
  22. c032109 Improve bitstream dumping logic in VideoReceiveStream by Ilya Nikolaevskiy · 6 years ago
  23. 133b307 Delete method VideoStreamDecoder::UpdateRtt by Niels Möller · 6 years ago
  24. 9699f09 Add new webrtc_perf_test for lower stream of vp8 simulcast screenshare by Ilya Nikolaevskiy · 6 years ago
  25. cda86dd Removes usages of repeating task without task queue argument. by Sebastian Jansson · 6 years ago
  26. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  27. 125b5d6 Refactor RtpVideoStreamReceiver::OnReceivedPayloadData without WebRtcRTPHeader by Niels Möller · 6 years ago
  28. d155d68 Removes rtp level keep alive support. by Sebastian Jansson · 6 years ago
  29. a5c0ba1 Reland "Fix LibvpxVp8Encoder::FrameDropThreshold" by Elad Alon · 6 years ago
  30. 55500d2 Revert "Fix LibvpxVp8Encoder::FrameDropThreshold" by Yves Gerey · 6 years ago
  31. 3368721 Revert "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Yves Gerey · 6 years ago
  32. 184f6d5 Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video. by Rasmus Brandt · 6 years ago
  33. 159e53a Fix LibvpxVp8Encoder::FrameDropThreshold by Elad Alon · 6 years ago
  34. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 6 years ago
  35. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 6 years ago
  36. 1c90cab Fix UpdateRect handling for native buffers in VideoStreamEncoder by Ilya Nikolaevskiy · 6 years ago
  37. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 6 years ago
  38. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  39. 0b69826 Don't inject worker queue into send streams. by Sebastian Jansson · 6 years ago
  40. 610c763 Add target bitrate headroom signal to VideoStreamEncoder. by Erik Språng · 6 years ago
  41. 7b41225 Throttle frame-rate In VP8 encoder in steady state for screenshare by Ilya Nikolaevskiy · 6 years ago
  42. 6117068 Throttle frame-rate In VP9 encoder in steady state for screenshare by Ilya Nikolaevskiy · 6 years ago
  43. c44f6cc Modernize RtpRtcp factory function: use unique_ptr as return type by Danil Chapovalov · 6 years ago
  44. ede7cb2 Rewrite video_loopback to use new mac capturer. by Kári Tristan Helgason · 6 years ago
  45. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 6 years ago
  46. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
  47. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
  48. 1aa7581 Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask by Danil Chapovalov · 6 years ago
  49. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 6 years ago
  50. 8026d60 Injecting Clock in video receive. by Sebastian Jansson · 6 years ago
  51. b678940 Using send time instead of system clock in quality scaler. by Sebastian Jansson · 6 years ago
  52. 8b8d01a Add full stack test with weak 3g-like properties by Erik Språng · 6 years ago
  53. 52426ed Modify BufferedFrameDecryptor to perform fine grained key requests. by Benjamin Wright · 6 years ago
  54. 547a1dc Removes injection of RtpTransportControllerSend from Call::Create. by Sebastian Jansson · 6 years ago
  55. 2997ec9 Removes unused keep-alive from RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
  56. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 6 years ago
  57. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  58. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 6 years ago
  59. aec663e Fix video_loopback tool with different TL numbers in simulcast streams by Ilya Nikolaevskiy · 6 years ago
  60. dda5fdc Fix vp8 simulcast screenshare and perf tests for it by Ilya Nikolaevskiy · 6 years ago
  61. 6a7baa7 Remove VCMEncodedFrameCallback and VCMGenericEncoder by Erik Språng · 6 years ago
  62. b7cb7b5 Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder by Erik Språng · 6 years ago
  63. 5cbc528 Revert "Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder" by Sami Kalliomäki · 6 years ago
  64. 7d6a4c0 Connect LossNotificationController to RtpRtcp by Elad Alon · 6 years ago
  65. 715c476 Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder by Erik Språng · 6 years ago
  66. b4643ad Rename "OnReceivedFrame" to "OnAssembledFrame" by Elad Alon · 6 years ago
  67. d7329ca Remove VideoSender and fold code into VideoStreamEncoder by Erik Språng · 6 years ago
  68. d5e02f0 Delete redundant members from VCMPacket. by Niels Möller · 6 years ago
  69. ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 6 years ago
  70. a89800c Parse params of 3rd spatial layer from command line. by Sergey Silkin · 6 years ago
  71. d8d3248 Reland "Delete test/constants.h" by Elad Alon · 6 years ago
  72. 0e1a1f9 Add verbose logging to encoder bitrate adjuster by Erik Språng · 6 years ago
  73. 4f36b7a Revert "Delete test/constants.h" by Oleh Prypin · 6 years ago
  74. 71aee3a Reland "Propagate VideoFrame::UpdateRect to encoder" by Ilya Nikolaevskiy · 6 years ago
  75. 389b167 Delete test/constants.h by Elad Alon · 6 years ago
  76. 429b67d Revert "Propagate VideoFrame::UpdateRect to encoder" by Mirko Bonadei · 6 years ago
  77. efa72a1 Propagate VideoFrame::UpdateRect to encoder by Ilya Nikolaevskiy · 6 years ago
  78. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 6 years ago
  79. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 6 years ago
  80. fd965c0 Always offer transport sequence number header extension for audio by Per Kjellander · 6 years ago
  81. 616b233 Add FullStackTest with simulated encoder overshooting by Erik Språng · 6 years ago
  82. 69bb3af Update EncodedFrameForMediaTransport to use Retain() rather than set_buffer + memcpy. by Niels Möller · 6 years ago
  83. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 6 years ago
  84. eb7589e Revert "Partial frame capture API part 3" by Ilya Nikolaevskiy · 6 years ago
  85. 85fc325 Revert "Partial frame capture API part 5" by Ilya Nikolaevskiy · 6 years ago
  86. 1a1c52b H.264 temporal layers w/frame marking (PART 2/3) by Johnny Lee · 6 years ago
  87. 157540a Stop hard-coding default IDs for RTP extensions by Elad Alon · 6 years ago
  88. b7edf69 Delete rtc::File, usage replaced with FileWrapper by Niels Möller · 6 years ago
  89. a8d48ab Fix incorrect FPS measure when frame dropper kicks in by Erik Språng · 6 years ago
  90. b76b9ba Set WEBRTC_USE_H264 in common_config by Johannes Kron · 6 years ago
  91. 938dd9f Add owned data buffer to EncodedImage by Niels Möller · 6 years ago
  92. 7ca375c Implement encoder overshoot detector and rate adjuster. by Erik Språng · 6 years ago
  93. 12d1285 Use the new TEST_SUITE GoogleTest API (regression). by Mirko Bonadei · 6 years ago
  94. b3032b6 Revert "Partial frame capture API part 4" by Ilya Nikolaevskiy · 6 years ago
  95. 1f0a84a Partial frame capture API part 5 by Ilya Nikolaevskiy · 6 years ago
  96. 62b9fb4 Partial frame capture API part 4 by Ilya Nikolaevskiy · 6 years ago
  97. 80a8687 [clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). by Mirko Bonadei · 6 years ago
  98. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 6 years ago
  99. 0237106 Expose video freeze metrics in GetStats. by Sergey Silkin · 6 years ago
  100. 1266487 Partial frame capture API part 3 by Ilya Nikolaevskiy · 6 years ago