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