1. 6aa415e Add full stack test with link capacity of 150 kbit/s. by Niels Möller · 6 years ago
  2. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 6 years ago
  3. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 6 years ago
  4. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 6 years ago
  5. 81327d5 Move stats for delayed frames to renderer from VCMTiming to ReceiveStatisticsProxy. by Åsa Persson · 6 years ago
  6. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 6 years ago
  7. 3a79a9a Remove deprecated API methods in video pipeline by Ilya Nikolaevskiy · 6 years ago
  8. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 6 years ago
  9. 277a656 Unstable BWE due to improper bit rate padding for VP9. by “Michael · 6 years ago
  10. 28deb90 Reland "Start supporting H264 packetization mode 0." by Taylor Brandstetter · 6 years ago
  11. f851888 Adds flags for configuring log output from full stack tests. by Sebastian Jansson · 6 years ago
  12. 879f5a3 Add test against crashes in VideoQualityObserver by Ilya Nikolaevskiy · 6 years ago
  13. f0b83c5 Fixing null rtc::Optional dereference in VideoQualityObserver. by Taylor Brandstetter · 6 years ago
  14. df736d8 Enable inter-layer prediction by default in test apps. by Sergey Silkin · 6 years ago
  15. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  16. f782492 Delete RtpFeedback. The ssrc for a receive stream should be known at by Niels Möller · 6 years ago
  17. b3085b2 Revert "Disable flaky test: FullStackTest.VP9SVC_3SL_High" by Sergey Silkin · 6 years ago
  18. 51e23ae Remove built-in sw codecs from decoder_database. by Anders Carlsson · 6 years ago
  19. 94150ee Implement VideoQualityObserver by Ilya Nikolaevskiy · 6 years ago
  20. 96c9fc4 Add tests where the incoming stream changes codec type. by Åsa Persson · 6 years ago
  21. eda0087 Drop the RTT as input to IsRetransmitOfOldPacket. by Niels Möller · 6 years ago
  22. 0beed5d Move SampleCounter from ReceiveStatisticsProxy to rtc_base/numerics by Ilya Nikolaevskiy · 6 years ago
  23. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  24. 34b1bc7 Disable flaky test: FullStackTest.VP9SVC_3SL_High by Elad Alon · 6 years ago
  25. be71a1e Replace VP9 screen sharing. by Sergey Silkin · 6 years ago
  26. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  27. 4c8811b Delete some obsolete forward declarations by Niels Möller · 6 years ago
  28. 0643fd6 Add VP9 K-SVC performance tests. by Sergey Silkin · 6 years ago
  29. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 6 years ago
  30. 5702736 Control inter-layer prediction mode in test apps. by Sergey Silkin · 6 years ago
  31. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  32. 377ef24 Remove extra reference from GOF. by Sergey Silkin · 6 years ago
  33. acb4cba Ignore spatial index. by Sergey Silkin · 6 years ago
  34. 5b2b692 Remove unused members in HistogramTest. by Åsa Persson · 6 years ago
  35. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 6 years ago
  36. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  37. 2027b66 Add tests for quality scaling. by Åsa Persson · 6 years ago
  38. f133856 Delete nack_enabled flag in encoder configuration. by Niels Möller · 6 years ago
  39. c3d8bb1 Disable flaky test FullStackTest.SimulcastFullHdOveruse by Sam Zackrisson · 6 years ago
  40. 2d06118 Reland "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler." by Niels Möller · 6 years ago
  41. bc0f0d3 Rename end_of_superframe to end_of_picture. by Sergey Silkin · 6 years ago
  42. 65fb404 Don't expose resilience mode in VP8 and VP9 configuration. by Niels Möller · 6 years ago
  43. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 6 years ago
  44. a945aee Make quality scaler downscale faster. by Åsa Persson · 6 years ago
  45. 2ff7b6a Revert "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler." by Mirko Bonadei · 6 years ago
  46. c5a131a Add non_ref_for_inter_layer_pred to VP9 RTP. by Sergey Silkin · 6 years ago
  47. f394f65 Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler. by Niels Möller · 6 years ago
  48. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  49. e8a9c45 Delete enum VP8ResilienceMode. by Niels Möller · 6 years ago
  50. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  51. d78f705 Testing receive time correction field trial. by Sebastian Jansson · 6 years ago
  52. 04d5f1d QualityScaler: rename classes and methods from "QP" to "Qp". by Åsa Persson · 6 years ago
  53. 6847f9b VideoStreamDecoderImpl implementation, part 4. by philipel · 6 years ago
  54. 652dc91 Adds unit tests for VideoSendStreamImpl. by Sebastian Jansson · 6 years ago
  55. 9fd6b98 Don't interrupt exponential probing when VideoStream bitrates are reconfigured. by philipel · 6 years ago
  56. 24ad720 Uses config struct with bitrate allocator. by Sebastian Jansson · 6 years ago
  57. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  58. 8e0b15b Moves VideoSendStreamImpl to a separate file. by Sebastian Jansson · 6 years ago
  59. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  60. 0676f22 Probe on video encoder reconfiguration test. by philipel · 6 years ago
  61. 0d70e37 Avoids caching native buffers of captured frames. by Sebastian Jansson · 6 years ago
  62. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  63. 19a68d4 Use VP8EncoderSimulcastProxy in VideoQualityTest. by Niels Möller · 6 years ago
  64. f0482ea Add MID sending to FlexfecSender by Steve Anton · 6 years ago
  65. a317705 Reland "Storing frame if encoder is paused." by Sebastian Jansson · 6 years ago
  66. 11bf2fa Disable Paris QCIF test. by Patrik Höglund · 6 years ago
  67. 1ad2108 Revert "Storing frame if encoder is paused." by Sergey Silkin · 6 years ago
  68. dcc7e88 Storing frame if encoder is paused. by Sebastian Jansson · 6 years ago
  69. b549bdc Probe test using task queue based congestion controller. by Sebastian Jansson · 6 years ago
  70. 3ab5c40 Replaced EncodeTask with lambda. by Sebastian Jansson · 6 years ago
  71. d1f7eb6 Postpone setting of CpuOveruseOptions. by Niels Möller · 6 years ago
  72. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  73. 844876d VideoStreamDecoderImpl implementation, part 3. by philipel · 6 years ago
  74. 571e6c9 Fix rate allocation between temporal layers in SVC. by Sergey Silkin · 6 years ago
  75. 2a1f183 Set marker bit on last encoded spatial layer. by Sergey Silkin · 6 years ago
  76. ef3e28a Call RegisterStatsObserver after initializing video_stream_decoder_ by Tommi · 6 years ago
  77. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  78. 8668496 Adding layering configurator and rate allocator for VP9 SVC. by Sergey Silkin · 6 years ago
  79. 2784a03 Add audio_ prefix to audio-related members of CallTest. by Niels Möller · 6 years ago
  80. 38c5d93 Reduce locking for CallStats (preparation for TaskQueue). by Tommi · 6 years ago
  81. 79aab3f VideoStreamDecoderImpl implementation, part 2. by philipel · 6 years ago
  82. ef99888 Delete OnIncomingCSRCChanged and related code. by Niels Möller · 6 years ago
  83. 150dcb0 Delete logic to set picture id and tl0 pic idx in encoders. by Niels Möller · 6 years ago
  84. 959a1b9 Disable FieldTrials/CallOperationEndToEndTest.ObserversEncodedFrames due to flakiness. by Ying Wang · 6 years ago
  85. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 6 years ago
  86. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 6 years ago
  87. dc4737b Disable FieldTrials/CallOperationEndToEndTest.TransmitsFirstFrame/2 due to flakiness. by Rasmus Brandt · 6 years ago
  88. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  89. 81de14f Reduce implementations of CallStatsObserver by 2. by Tommi · 6 years ago
  90. 6b28e20 Remove unused 'last_rtt_ms_' variable from vcm::VideoStreamDecoder. by Tommi · 6 years ago
  91. bc01047 Simplify RtpVideoStreamReceiver::NotifyReceiverOfFecPacket. by Niels Möller · 6 years ago
  92. 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 6 years ago
  93. a9d988d Update VideoSendStreamImpl for configuration transition. by Niels Möller · 6 years ago
  94. 66c24fe Update SendStatisticsProxy to use Rtp::payload_name, if available. by Niels Möller · 6 years ago
  95. 296a0ce Add MID sending to RTPSender by Steve Anton · 6 years ago
  96. 8be087f Update payload_type DCHECKS. by Niels Möller · 6 years ago
  97. 76b7f51 Move timestamp_extrapolator.h to rtc_base/time/ by Karl Wiberg · 6 years ago
  98. 12d6a49 Add payload_name and payload_type to VideoSendStream::Config::Rtp. by Niels Möller · 6 years ago
  99. 9cfb18c Delete obsolete method RtpFeedback::OnInitializeDecoder. by Niels Möller · 6 years ago
  100. 2fee4d6 VideoStreamDecoder skeleton. by philipel · 6 years ago