1. b57fe17 Migrate video tests and tool to VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 8 months ago
  2. c347585 Use RtpPacket instead of legacy RtpHeaderParser in video/ tests by Danil Chapovalov · 4 years, 8 months ago
  3. d15a028 Hide deprecated SingleThreadedTaskQueueForTest behind an accessor by Danil Chapovalov · 4 years, 9 months ago
  4. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 4 years, 9 months ago
  5. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 11 months ago
  6. 44327c3 Update test::CreateVideoStreams to use configured scale_resolution_down_by if set. by Åsa Persson · 5 years ago
  7. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 5 years ago
  8. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 5 years ago
  9. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  10. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  12. c12d41b Add field trial kill switch for packetization overhead subtraction. by Erik Språng · 6 years ago
  13. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  14. 482b3ef Account for packetization overhead when setting target bitrate. by Erik Språng · 6 years ago
  15. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  16. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  17. 75e3647 Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
  18. d52a1a6 Reland "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
  19. 1811c04 Revert "Remove RTPVideoHeader::vp8() accessors." by Philip Eliasson · 6 years ago
  20. af7afc6 Remove RTPVideoHeader::vp8() accessors. by philipel · 6 years ago
  21. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 6 years ago
  22. 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 6 years ago
  23. 29d8846 Remove RTPVideoHeader::vp9() accessors. by philipel · 6 years ago
  24. f33905d Makes some CallTest members private. by Sebastian Jansson · 6 years ago
  25. 8e6602f Separates send and receive event log in CallTest. by Sebastian Jansson · 6 years ago
  26. bed801e Removes unnecessary destructor checks in tests. by Sebastian Jansson · 6 years ago
  27. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 6 years ago
  28. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  29. cb96ad8 Add ParsedPayload::video_header() accessor. by philipel · 6 years ago
  30. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  31. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  32. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  33. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  34. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 6 years ago
  35. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  36. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  37. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  38. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  39. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  40. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  41. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  42. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 6 years ago
  43. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 6 years ago
  44. 677f42c Enable ContinuousAfterStreamCountChangeSimulcastEncoderAdapter picture id tests. by Åsa Persson · 6 years ago
  45. a796a7e Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Sergey Silkin · 6 years ago
  46. e27e0ac Revert "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Philip Eliasson · 6 years ago
  47. d2ed0a4 Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers. by Sergey Silkin · 6 years ago
  48. 255d1cd Implement dual stream full stack test and loopback tool by Ilya Nikolaevskiy · 7 years ago
  49. a40f824 Explicitly specify is_clang=false for Win MSVC bots by Oleh Prypin · 7 years ago
  50. 6a1b7ad Remove duplicated call to DestroyStreams and DestroyCalls in PictureIdTest. by Åsa Persson · 7 years ago
  51. 71485ac PictureIdTest: Add tests for temporal layer 0 picture index, tl0_pic_idx. by Åsa Persson · 7 years ago
  52. ad3c7a4 PictureIdTest: Add test for VP9. by Åsa Persson · 7 years ago
  53. df4883d Reland "Update internal encoder factory to new interface" by Magnus Jedvert · 7 years ago
  54. aea84f5 Revert "Update internal encoder factory to new interface" by Zhi Huang · 7 years ago
  55. 2c8c8e2 Update internal encoder factory to new interface by Magnus Jedvert · 7 years ago
  56. 45bbc8a Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. by Åsa Persson · 7 years ago
  57. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  58. ae81975 Make PictureIdTest more strict. by Åsa Persson · 7 years ago
  59. 4bece9a Set RTPVideoHeader picture id in PayloadRouter if forced fallback for VP8 is enabled. by Åsa Persson · 7 years ago
  60. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  61. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/picture_id_tests.cc]
  62. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  63. 413ee9a Use SingleThreadedTaskQueue in DirectTransport by eladalon · 7 years ago
  64. 6cc2561 Remove webrtc::VideoEncoderFactory by magjed · 7 years ago
  65. e92f93f Test picture sequence id when VideoSendStream is recreated. by Sebastian Jansson · 7 years ago