1. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  2. 7d92de6 Deprecating legacy SendSideCongestionController. by Sebastian Jansson · 6 years ago
  3. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  4. f1ab9b9 Refactor creation of ColorSpace test data by Johannes Kron · 6 years ago
  5. d96b275 Refactor EncodeParameters usage, remove unused rtt/loss by Erik Språng · 6 years ago
  6. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  7. 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
  8. 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
  9. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  10. 168456c Enable authentication of the header as an optional WebRTC trial. by Benjamin Wright · 6 years ago
  11. 4348ce2 Calculate min and max receive timestamps for packets in a video frame by Ilya Nikolaevskiy · 6 years ago
  12. 3f10ca8 Always record receive timestamps even on when the invalid flag is set. by Benjamin Wright · 6 years ago
  13. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  14. 722875f Adding partial authentication of the Generic RTP Frame Descriptor. by Benjamin Wright · 6 years ago
  15. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  16. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  17. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  18. 450b548 Encode frames at the largest layer resolution instead of last layer by Florent Castelli · 6 years ago
  19. 0076529 Add BufferedFrameDecryptor to cleanly deal with receiving encrypted frames. by Benjamin Wright · 6 years ago
  20. d4d254f Revert "Various VP9 high fps fixes" by Patrik Höglund · 6 years ago
  21. f0eee00 Move size() method to EncodedImage base class by Niels Möller · 6 years ago
  22. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  23. 648a7ce Delete method EncodedFrame::GetBitstream, part 1 by Niels Möller · 6 years ago
  24. 53382cb Move RtcpStatistics from common_types.h to a new header file by Niels Möller · 6 years ago
  25. 196c5ba Specific pacing configuration. by Christoffer Rodbro · 6 years ago
  26. ba2840c Various VP9 high fps fixes by Ilya Nikolaevskiy · 6 years ago
  27. 8ce0d2b In ReceiveStatistic require callbacks during construction by Danil Chapovalov · 6 years ago
  28. 8b5d9d8 Remove the audio/video split for the RTCP report intervals. by Jiawei Ou · 6 years ago
  29. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  30. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  31. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  32. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
  33. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  34. eee3920 Don't poll EncoderInfo from encoder twice per frame by Erik Språng · 6 years ago
  35. a32d7e2 Add default values for PlayoutDelay in RTPVideoHeader. by Niels Möller · 6 years ago
  36. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  37. cb7eddb Add tests for cpu overuse scaling. by Åsa Persson · 6 years ago
  38. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  39. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  40. d3438aa Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  41. 689983f Deprecate EventFactory and delete all usage. by Niels Möller · 6 years ago
  42. e6a2d94 Clear FrameBuffer if there were no frames received for 10 minutes by Ilya Nikolaevskiy · 6 years ago
  43. bdc6c40 Add field trial for target bitrate RTCP XR message. by Rasmus Brandt · 6 years ago
  44. 7b3c76b Reland "Delete rtc::Pathname" by Niels Möller · 6 years ago
  45. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  46. 4f3cc6e Make VideoSendStreamTest.NoPaddingWhenVideoIsMuted less flaky by Erik Språng · 6 years ago
  47. a8f5461 nit: Use make_unique in rtp_video_stream_receiver.cc by Elad Alon · 6 years ago
  48. 967f7d5 Add audio level to CSRC class by Jonas Oreland · 6 years ago
  49. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  50. aed3070 Replace GetScalingSettings() with GetEnocderInfo() in TestEncoder by Erik Språng · 6 years ago
  51. 2039ee7 Revert "Delete rtc::Pathname" by Qingsi Wang · 6 years ago
  52. 42e7d9c Enable rtc event log in *_loopback tools running with renderers by Ilya Nikolaevskiy · 6 years ago
  53. 6b9dec0 Delete rtc::Pathname by Niels Möller · 6 years ago
  54. 189013b Update QualityTestVideoEncoder to use GetEncoderInfo() by Erik Språng · 6 years ago
  55. 96965ae Add ability to enable frame dumping decoder via field trial. by Erik Språng · 6 years ago
  56. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  57. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  58. b32bb95 Bugfix: FlexFEC causes retransmit bitrate increase. by Ying Wang · 6 years ago
  59. 6fcf6ca Modified PressEnterToContinue() to actualy check if Enter is pressed by Danail Kirov · 6 years ago
  60. 150a907 FrameEncryption Video End To End Testcase. by Benjamin Wright · 6 years ago
  61. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  62. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  63. 327b753 Split out a separate target for VP8EncoderSimulcastProxy by Jonathan Yu · 6 years ago
  64. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  65. 487e694 Use default value if field trial switch is set to an invalid number by Johannes Kron · 6 years ago
  66. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  67. 4cb4786 Add expected default values to video configuration tests. by Benjamin Wright · 6 years ago
  68. 62ae178 Remove deprecated pipe field from VideoQualityTestFixtureInterface::Params by Artem Titov · 6 years ago
  69. 3583693 3 TLs: add full stack test for short pattern + base heavy alloc. by Rasmus Brandt · 6 years ago
  70. d34597c Update test::CreateVideoStreams to use num_temporal_layers. by Åsa Persson · 6 years ago
  71. 9a5da49 Split out a separate target for SimulcastEncoderAdapter by Jonathan Yu · 6 years ago
  72. 39feabe Enables FrameDecryptor to do an initial key request on frame decryption. by Benjamin Wright · 6 years ago
  73. 201596f Make packet max buffer size configurable via field trial flag by Johannes Kron · 6 years ago
  74. 67b011d Use BitrateAllocatorInterface in AudioSendStream and VideoSendStream by Niels Möller · 6 years ago
  75. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  76. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  77. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  78. 192eeec Enable End-to-End Encrypted Video Frames. by Benjamin Wright · 6 years ago
  79. f203d73 Correctly slice MediaBitrateRecieved on content type in ReceiveStatisticsProxy by Ilya Nikolaevskiy · 6 years ago
  80. fab9129 Get frame type, width and height from the generic descriptor. by philipel · 6 years ago
  81. f06bacc Add test that verifies that VideoEncoderConfig max_framerate is reported to source. by Åsa Persson · 6 years ago
  82. 1e3ed16 Fix force_fieldtrials documentation in video_loopback by Elad Alon · 6 years ago
  83. 76ad154 New method for precise packet reception time measurement. by Christoffer Rodbro · 6 years ago
  84. 6003e7a Fix FakeEncoder to produce correct bitrate for several temporal layers by Ilya Nikolaevskiy · 6 years ago
  85. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  86. 26968ba Delete unused utf8 conversion utilities by Niels Möller · 6 years ago
  87. a1d9ca4 Revert "Add ability to specify if rate controller of video encoder is trusted." by Oleh Prypin · 6 years ago
  88. cdc959f Compute video freeze metrics on rendered frames instead of on decoded by Ilya Nikolaevskiy · 6 years ago
  89. 3e335d1 Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  90. 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
  91. f08dd9d Disable flaky tests on mac perf bot by Ilya Nikolaevskiy · 6 years ago
  92. 759f959 Refactor tests with ConfigurableFrameSizeEncoder by Niels Möller · 6 years ago
  93. 75e3647 Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
  94. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  95. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  96. 0a5792e Add UMA metric and logging of frames dropped in the render queue. by Stefan Holmer · 6 years ago
  97. 8ea1e9d Switch webrtc from deprecated usages of NetworkSimulationInterface by Artem Titov · 6 years ago
  98. f638bbc Set the generic_descriptor flag in the parameterized fullstack tests to actually use the generic descriptor. by philipel · 6 years ago
  99. 433eafe Delete unused includes of assert.h by Niels Möller · 6 years ago
  100. c0f26d4 Drop unneeded inclusion of module_common_types.h by Niels Möller · 6 years ago