1. 8efafdf Move VideoStreamReceiver JSON configuration parser to test source_set. by Benjamin Wright · 6 years ago
  2. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  3. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  4. 1f7a008 Enable quality-scaling in all video perf tests. by Stefan Holmer · 6 years ago
  5. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  6. 6bb5ab9 Reland "Refactor and remove media_optimization::MediaOptimization." by Niels Möller · 6 years ago
  7. 9c84390 Delete VCMEncodedFrame methods Buffer and MutableBuffer by Niels Möller · 6 years ago
  8. 1daa7e8 Use RTP timestamp when checking for frame duplication. by Sergey Silkin · 6 years ago
  9. e9bece3 Minor change to the Json Config format for the replay file. by Benjamin Wright · 6 years ago
  10. b344640 Enable quality scaling in video_loopback. by Stefan Holmer · 6 years ago
  11. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  12. 6613f8e Revert "Refactor and remove media_optimization::MediaOptimization." by Niels Möller · 6 years ago
  13. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  14. 278f825 Calculate video quality metrics only for rendered frames. by Sergey Silkin · 6 years ago
  15. c12d41b Add field trial kill switch for packetization overhead subtraction. by Erik Språng · 6 years ago
  16. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  17. 8bacf25 Disable FullStackTest/ScreenshareSlidesVP8_3TL_Simulcast on Windows by Oskar Sundbom · 6 years ago
  18. 482b3ef Account for packetization overhead when setting target bitrate. by Erik Språng · 6 years ago
  19. 455d27c Adding audio network adaptor to video quality test. by Minyue Li · 6 years ago
  20. 07276e4 Refactor and remove media_optimization::MediaOptimization. by Erik Språng · 6 years ago
  21. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  22. 412d185 Delete pre_encode_callback from VideoSendStream::Config by Niels Möller · 6 years ago
  23. 0fc2843 Removing redundant argument for SSRCs from ctor of RtpVideoSender. by Amit Hilbuch · 6 years ago
  24. cf85e24 Delete test VideoSendStreamTest.CapturesTextureAndVideoFrames. by Niels Möller · 6 years ago
  25. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  26. 7d92de6 Deprecating legacy SendSideCongestionController. by Sebastian Jansson · 6 years ago
  27. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  28. f1ab9b9 Refactor creation of ColorSpace test data by Johannes Kron · 6 years ago
  29. d96b275 Refactor EncodeParameters usage, remove unused rtt/loss by Erik Språng · 6 years ago
  30. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  31. 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
  32. 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
  33. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  34. 168456c Enable authentication of the header as an optional WebRTC trial. by Benjamin Wright · 6 years ago
  35. 4348ce2 Calculate min and max receive timestamps for packets in a video frame by Ilya Nikolaevskiy · 6 years ago
  36. 3f10ca8 Always record receive timestamps even on when the invalid flag is set. by Benjamin Wright · 6 years ago
  37. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  38. 722875f Adding partial authentication of the Generic RTP Frame Descriptor. by Benjamin Wright · 6 years ago
  39. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  40. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  41. d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
  42. 450b548 Encode frames at the largest layer resolution instead of last layer by Florent Castelli · 6 years ago
  43. 0076529 Add BufferedFrameDecryptor to cleanly deal with receiving encrypted frames. by Benjamin Wright · 6 years ago
  44. d4d254f Revert "Various VP9 high fps fixes" by Patrik Höglund · 6 years ago
  45. f0eee00 Move size() method to EncodedImage base class by Niels Möller · 6 years ago
  46. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  47. 648a7ce Delete method EncodedFrame::GetBitstream, part 1 by Niels Möller · 6 years ago
  48. 53382cb Move RtcpStatistics from common_types.h to a new header file by Niels Möller · 6 years ago
  49. 196c5ba Specific pacing configuration. by Christoffer Rodbro · 6 years ago
  50. ba2840c Various VP9 high fps fixes by Ilya Nikolaevskiy · 6 years ago
  51. 8ce0d2b In ReceiveStatistic require callbacks during construction by Danil Chapovalov · 6 years ago
  52. 8b5d9d8 Remove the audio/video split for the RTCP report intervals. by Jiawei Ou · 6 years ago
  53. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  54. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  55. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  56. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
  57. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  58. eee3920 Don't poll EncoderInfo from encoder twice per frame by Erik Språng · 6 years ago
  59. a32d7e2 Add default values for PlayoutDelay in RTPVideoHeader. by Niels Möller · 6 years ago
  60. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  61. cb7eddb Add tests for cpu overuse scaling. by Åsa Persson · 6 years ago
  62. 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
  63. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  64. d3438aa Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  65. 689983f Deprecate EventFactory and delete all usage. by Niels Möller · 6 years ago
  66. e6a2d94 Clear FrameBuffer if there were no frames received for 10 minutes by Ilya Nikolaevskiy · 6 years ago
  67. bdc6c40 Add field trial for target bitrate RTCP XR message. by Rasmus Brandt · 6 years ago
  68. 7b3c76b Reland "Delete rtc::Pathname" by Niels Möller · 6 years ago
  69. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  70. 4f3cc6e Make VideoSendStreamTest.NoPaddingWhenVideoIsMuted less flaky by Erik Språng · 6 years ago
  71. a8f5461 nit: Use make_unique in rtp_video_stream_receiver.cc by Elad Alon · 6 years ago
  72. 967f7d5 Add audio level to CSRC class by Jonas Oreland · 6 years ago
  73. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  74. aed3070 Replace GetScalingSettings() with GetEnocderInfo() in TestEncoder by Erik Språng · 6 years ago
  75. 2039ee7 Revert "Delete rtc::Pathname" by Qingsi Wang · 6 years ago
  76. 42e7d9c Enable rtc event log in *_loopback tools running with renderers by Ilya Nikolaevskiy · 6 years ago
  77. 6b9dec0 Delete rtc::Pathname by Niels Möller · 6 years ago
  78. 189013b Update QualityTestVideoEncoder to use GetEncoderInfo() by Erik Språng · 6 years ago
  79. 96965ae Add ability to enable frame dumping decoder via field trial. by Erik Språng · 6 years ago
  80. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  81. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  82. b32bb95 Bugfix: FlexFEC causes retransmit bitrate increase. by Ying Wang · 6 years ago
  83. 6fcf6ca Modified PressEnterToContinue() to actualy check if Enter is pressed by Danail Kirov · 6 years ago
  84. 150a907 FrameEncryption Video End To End Testcase. by Benjamin Wright · 6 years ago
  85. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  86. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  87. 327b753 Split out a separate target for VP8EncoderSimulcastProxy by Jonathan Yu · 6 years ago
  88. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  89. 487e694 Use default value if field trial switch is set to an invalid number by Johannes Kron · 6 years ago
  90. e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
  91. 4cb4786 Add expected default values to video configuration tests. by Benjamin Wright · 6 years ago
  92. 62ae178 Remove deprecated pipe field from VideoQualityTestFixtureInterface::Params by Artem Titov · 6 years ago
  93. 3583693 3 TLs: add full stack test for short pattern + base heavy alloc. by Rasmus Brandt · 6 years ago
  94. d34597c Update test::CreateVideoStreams to use num_temporal_layers. by Åsa Persson · 6 years ago
  95. 9a5da49 Split out a separate target for SimulcastEncoderAdapter by Jonathan Yu · 6 years ago
  96. 39feabe Enables FrameDecryptor to do an initial key request on frame decryption. by Benjamin Wright · 6 years ago
  97. 201596f Make packet max buffer size configurable via field trial flag by Johannes Kron · 6 years ago
  98. 67b011d Use BitrateAllocatorInterface in AudioSendStream and VideoSendStream by Niels Möller · 6 years ago
  99. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  100. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago