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