1. db12856 Cleanup modules_common_types by Danil Chapovalov · 7 years ago
  2. 4e193e4 Add ability to throttle VideoBitrateAllocation updates. by Erik Språng · 7 years ago
  3. b57ab38 Don't pad to min bitrate for streams with alr probing enabled by Erik Språng · 7 years ago
  4. ef615ea Added is_last_packet_in_frame to match is_first_packet_in_frame. by philipel · 7 years ago
  5. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 7 years ago
  6. b3e42a4 Write and parse the generic video descriptor. by philipel · 7 years ago
  7. 72bc8d6 Make the rtp timestamp member of EncodedImage private by Niels Möller · 7 years ago
  8. cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 7 years ago
  9. 375d35e Make ilnik@ owner in video/ and modules/video_coding/ by Erik Språng · 7 years ago
  10. f4ef2dd Don't signal updated bitrate allocation on encoder paused by Erik Språng · 7 years ago
  11. 7e5203f Revert "Reenable simulcast video full stack test on MAC" by Ilya Nikolaevskiy · 7 years ago
  12. 7f978f1 Revert "Enable VP9 KSVC perf tests." by Sergey Silkin · 7 years ago
  13. 1fdcfa7 Enable VP9 KSVC perf tests. by Sergey Silkin · 7 years ago
  14. d52a1a6 Reland "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 7 years ago
  15. 1811c04 Revert "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 7 years ago
  16. af7afc6 Remove RTPVideoHeader::vp8() accessors. by philipel · 7 years ago
  17. 2c446f2 Reenable simulcast video full stack test on MAC by Ilya Nikolaevskiy · 7 years ago
  18. 6ad6e1f Removed old and unused WebRTC-NewVideoJitterBuffer field trial from VideoReceiveStreamTest. by philipel · 7 years ago
  19. 366a50c Remove simple stringstream usages. by Jonas Olsson · 7 years ago
  20. bb081a6 Update sending resolution only on top spatial layer frame. by Sergey Silkin · 7 years ago
  21. cb96062 Reland "Remove obsolete field trial from the tests" by Ilya Nikolaevskiy · 7 years ago
  22. 504edc0 Revert "Remove obsolete field trial from the tests" by Ilya Nikolaevskiy · 7 years ago
  23. fd5770d Remove obsolete field trial from the tests by Ilya Nikolaevskiy · 7 years ago
  24. 1beef1a Delete VideoSendStream::EnableEncodedFrameRecording. by Niels Möller · 7 years ago
  25. d3b8c63 Reland "Add spatial index to EncodedImage." by Niels Möller · 7 years ago
  26. c714b6e Adds TaskQueue congestion controller tests in VideoSendStreamTest. by Sebastian Jansson · 7 years ago
  27. b0d4b41 Use a lock to protect members accessed by RtpVideoStreamReceiver::GetSyncInfo() by Niels Möller · 7 years ago
  28. 5304a32 Delete StreamStatistician::IsRetransmitOfOldPacket by Niels Möller · 7 years ago
  29. 5a998d7 Revert "Add spatial index to EncodedImage." by Niels Moller · 7 years ago
  30. da0898d Add spatial index to EncodedImage. by Niels Möller · 7 years ago
  31. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 7 years ago
  32. e269cb4 Add support of overriding network simulation in video quality tests. by Artem Titov · 7 years ago
  33. f18b352 Reland: Rename VideoQualityTestFixtureInterface::Params.pipe into config. by Artem Titov · 7 years ago
  34. 17790c3 Revert "Rename VideoQualityTestFixtureInterface::Params.pipe into config." by Artem Titov · 7 years ago
  35. 255750b Adds support for real audio devices in video_quality_test. by henrika · 7 years ago
  36. 7f2eab0 Rename VideoQualityTestFixtureInterface::Params.pipe into config. by Artem Titov · 7 years ago
  37. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  38. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 7 years ago
  39. 90ab76d Adds support for JSON config in video_replay. by Benjamin Wright · 7 years ago
  40. 86fbea1 Fix VideoSendStreamImpl::OnPacketFeedbackError: operator precedence. by Benoît Lizé · 7 years ago
  41. 8dad9b4 Eliminate NackModule dependency on VCMPacket by Niels Möller · 7 years ago
  42. 631cafa Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipe by Artem Titov · 7 years ago
  43. 3df1d5d Revert removal of simulcast screenshare experimental code (killswitch checks) by Ilya Nikolaevskiy · 7 years ago
  44. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  45. 0e90982 Enable --rtc_event_log_name flag for more tests. by Niels Möller · 7 years ago
  46. 0b92678 Fix NACK logic for empty packets by Niels Möller · 7 years ago
  47. c5d121e Disable flaky TestFlexfecRtpStatePreservation by Emircan Uysaler · 7 years ago
  48. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
  49. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 7 years ago
  50. 280632b Delete unneeded forward declares of RtpReceiver by Niels Möller · 7 years ago
  51. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 7 years ago
  52. cf42781 Fix --logs flag to webrtc_perf_tests by Niels Möller · 7 years ago
  53. f1f363f Renames test::VideoCapturer to TestVideoCapturer. by Sebastian Jansson · 7 years ago
  54. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 7 years ago
  55. dd2eebe Deprecate two DirectTransport ctors and remove their direct usage. by Artem Titov · 7 years ago
  56. c02df81 Eliminate SetClockOffset() from DirectTransport. by Artem Titov · 7 years ago
  57. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 7 years ago
  58. 639602a Activate initial framedrop when first BW estimate arrives by Kári Tristan Helgason · 7 years ago
  59. f5033ad In (new) estimator of encoder cpu load, count max per input frame. by Niels Möller · 7 years ago
  60. 9701e0c Makes treatment of received reports of packets lost signed. by Sebastian Jansson · 7 years ago
  61. 20317f9 Clear encoded frame map on gap in timestamp. by Åsa Persson · 7 years ago
  62. 61e511a Delete unneeded forward declares of vcm::VideoReceiver. by Niels Möller · 7 years ago
  63. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 7 years ago
  64. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 7 years ago
  65. 2ff1f2a Reland "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Möller · 7 years ago
  66. b6b1cac Experimental improvements for simulcast screenshare by Erik Språng · 7 years ago
  67. 29d8846 Remove RTPVideoHeader::vp9() accessors. by philipel · 7 years ago
  68. 1788dcb Revert "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Moller · 7 years ago
  69. 0b9e01d Refactor RtpVideoStreamReceiver without RtpReceiver. by Niels Möller · 7 years ago
  70. 58d2a5e Tolerate out of order samples to SendProcessingUsage2::FrameSent. by Niels Möller · 7 years ago
  71. 39a44b2 In video_quality_test, maintain capturer startup within CPU timing interval. by Christoffer Rodbro · 7 years ago
  72. 5ca90f5 Ensures that packets_lost is always positive. by Sebastian Jansson · 7 years ago
  73. c2a0288 Enable audio in video_quality_test. by Christoffer Rodbro · 7 years ago
  74. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 7 years ago
  75. 264bee8 Remove memcheck. by Mirko Bonadei · 7 years ago
  76. 7d745e5 Reland "Remove RTPVideoHeader::h264() accessors." by philipel · 7 years ago
  77. 45a4c41 Never invoke rtc::LogMessage::SetLogToStderr outside of main. by Mirko Bonadei · 7 years ago
  78. df9e9ae Delete RtpVideoStreamReceiver methods GetRtpReceiver and rtp_rtcp by Niels Möller · 7 years ago
  79. c3d0d0d Delete unused RtpVideoStreamReceiver methods GetRemoteSsrc and GetCsrcs by Niels Möller · 7 years ago
  80. a3df0f2 Remove simulcast screenshare experimental code by Ilya Nikolaevskiy · 7 years ago
  81. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  82. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 7 years ago
  83. 4206a0a Exposing video bitrate allocator into API by Jiawei Ou · 7 years ago
  84. ea1bb35 Cleanup networkroute.h by Steve Anton · 7 years ago
  85. 5d7a4c6 Fixing py lint errors by Artem Titov · 7 years ago
  86. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 7 years ago
  87. 5ed25af Properly clean up RtpVideoSender. by Stefan Holmer · 7 years ago
  88. 89b2963 Reland "Enable simulcast screenshare by default" by Ilya Nikolaevskiy · 7 years ago
  89. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
  90. ca536d4 Revert "Enable simulcast screenshare by default" by Ilya Nikolaevskiy · 7 years ago
  91. d43c692 Enable simulcast screenshare by default by Ilya Nikolaevskiy · 7 years ago
  92. 5daeff9 Revert "Remove RTPVideoHeader::h264() accessors." by JT Teh · 7 years ago
  93. 0823eec Reland "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 7 years ago
  94. c528c0a Revert "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 7 years ago
  95. cb853c8 Reland "Add Profile 2 configuration to VP9 Encoder and Decoder" by Emircan Uysaler · 7 years ago
  96. dfbced6 Remove RTPVideoHeader::h264() accessors. by philipel · 7 years ago
  97. 7258224 Replaces call config create in tests with modify. by Sebastian Jansson · 7 years ago
  98. 3bd2c79 Moving functionality from VideoQualityTest to CallTest by Sebastian Jansson · 7 years ago
  99. f33905d Makes some CallTest members private. by Sebastian Jansson · 7 years ago
  100. e6d7c3e Using FunctionVideoEncoderFactory in VideoQualityTest. by Sebastian Jansson · 7 years ago