1. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  2. 2027b66 Add tests for quality scaling. by Åsa Persson · 6 years ago
  3. f133856 Delete nack_enabled flag in encoder configuration. by Niels Möller · 6 years ago
  4. c3d8bb1 Disable flaky test FullStackTest.SimulcastFullHdOveruse by Sam Zackrisson · 6 years ago
  5. 2d06118 Reland "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler." by Niels Möller · 6 years ago
  6. bc0f0d3 Rename end_of_superframe to end_of_picture. by Sergey Silkin · 6 years ago
  7. 65fb404 Don't expose resilience mode in VP8 and VP9 configuration. by Niels Möller · 6 years ago
  8. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 6 years ago
  9. a945aee Make quality scaler downscale faster. by Åsa Persson · 6 years ago
  10. 2ff7b6a Revert "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler." by Mirko Bonadei · 6 years ago
  11. c5a131a Add non_ref_for_inter_layer_pred to VP9 RTP. by Sergey Silkin · 6 years ago
  12. f394f65 Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler. by Niels Möller · 6 years ago
  13. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  14. e8a9c45 Delete enum VP8ResilienceMode. by Niels Möller · 6 years ago
  15. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  16. d78f705 Testing receive time correction field trial. by Sebastian Jansson · 6 years ago
  17. 04d5f1d QualityScaler: rename classes and methods from "QP" to "Qp". by Åsa Persson · 6 years ago
  18. 6847f9b VideoStreamDecoderImpl implementation, part 4. by philipel · 6 years ago
  19. 652dc91 Adds unit tests for VideoSendStreamImpl. by Sebastian Jansson · 6 years ago
  20. 9fd6b98 Don't interrupt exponential probing when VideoStream bitrates are reconfigured. by philipel · 6 years ago
  21. 24ad720 Uses config struct with bitrate allocator. by Sebastian Jansson · 6 years ago
  22. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  23. 8e0b15b Moves VideoSendStreamImpl to a separate file. by Sebastian Jansson · 6 years ago
  24. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  25. 0676f22 Probe on video encoder reconfiguration test. by philipel · 6 years ago
  26. 0d70e37 Avoids caching native buffers of captured frames. by Sebastian Jansson · 6 years ago
  27. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  28. 19a68d4 Use VP8EncoderSimulcastProxy in VideoQualityTest. by Niels Möller · 6 years ago
  29. f0482ea Add MID sending to FlexfecSender by Steve Anton · 6 years ago
  30. a317705 Reland "Storing frame if encoder is paused." by Sebastian Jansson · 6 years ago
  31. 11bf2fa Disable Paris QCIF test. by Patrik Höglund · 6 years ago
  32. 1ad2108 Revert "Storing frame if encoder is paused." by Sergey Silkin · 6 years ago
  33. dcc7e88 Storing frame if encoder is paused. by Sebastian Jansson · 6 years ago
  34. b549bdc Probe test using task queue based congestion controller. by Sebastian Jansson · 6 years ago
  35. 3ab5c40 Replaced EncodeTask with lambda. by Sebastian Jansson · 6 years ago
  36. d1f7eb6 Postpone setting of CpuOveruseOptions. by Niels Möller · 6 years ago
  37. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  38. 844876d VideoStreamDecoderImpl implementation, part 3. by philipel · 6 years ago
  39. 571e6c9 Fix rate allocation between temporal layers in SVC. by Sergey Silkin · 6 years ago
  40. 2a1f183 Set marker bit on last encoded spatial layer. by Sergey Silkin · 6 years ago
  41. ef3e28a Call RegisterStatsObserver after initializing video_stream_decoder_ by Tommi · 6 years ago
  42. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  43. 8668496 Adding layering configurator and rate allocator for VP9 SVC. by Sergey Silkin · 6 years ago
  44. 2784a03 Add audio_ prefix to audio-related members of CallTest. by Niels Möller · 6 years ago
  45. 38c5d93 Reduce locking for CallStats (preparation for TaskQueue). by Tommi · 6 years ago
  46. 79aab3f VideoStreamDecoderImpl implementation, part 2. by philipel · 6 years ago
  47. ef99888 Delete OnIncomingCSRCChanged and related code. by Niels Möller · 6 years ago
  48. 150dcb0 Delete logic to set picture id and tl0 pic idx in encoders. by Niels Möller · 6 years ago
  49. 959a1b9 Disable FieldTrials/CallOperationEndToEndTest.ObserversEncodedFrames due to flakiness. by Ying Wang · 6 years ago
  50. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 6 years ago
  51. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 6 years ago
  52. dc4737b Disable FieldTrials/CallOperationEndToEndTest.TransmitsFirstFrame/2 due to flakiness. by Rasmus Brandt · 6 years ago
  53. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  54. 81de14f Reduce implementations of CallStatsObserver by 2. by Tommi · 6 years ago
  55. 6b28e20 Remove unused 'last_rtt_ms_' variable from vcm::VideoStreamDecoder. by Tommi · 6 years ago
  56. bc01047 Simplify RtpVideoStreamReceiver::NotifyReceiverOfFecPacket. by Niels Möller · 6 years ago
  57. 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 6 years ago
  58. a9d988d Update VideoSendStreamImpl for configuration transition. by Niels Möller · 6 years ago
  59. 66c24fe Update SendStatisticsProxy to use Rtp::payload_name, if available. by Niels Möller · 6 years ago
  60. 296a0ce Add MID sending to RTPSender by Steve Anton · 6 years ago
  61. 8be087f Update payload_type DCHECKS. by Niels Möller · 6 years ago
  62. 76b7f51 Move timestamp_extrapolator.h to rtc_base/time/ by Karl Wiberg · 6 years ago
  63. 12d6a49 Add payload_name and payload_type to VideoSendStream::Config::Rtp. by Niels Möller · 6 years ago
  64. 9cfb18c Delete obsolete method RtpFeedback::OnInitializeDecoder. by Niels Möller · 6 years ago
  65. 2fee4d6 VideoStreamDecoder skeleton. by philipel · 6 years ago
  66. ccd1523 Reporting packet feedback availability in VideoSendStream by Sebastian Jansson · 6 years ago
  67. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 6 years ago
  68. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 6 years ago
  69. 82fad3d Remove TemporalLayersFactory and associated classes by Erik Språng · 6 years ago
  70. 3dc0125 Moving ConfigureEncoderTask to the calling scope. by Sebastian Jansson · 6 years ago
  71. bb60a3a Refactor VP8 TemporalLayers by Erik Språng · 6 years ago
  72. 4a73cd4 Adding tests of TaskQueueCongestionControl field trial. by Sebastian Jansson · 6 years ago
  73. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 6 years ago
  74. bf3dbb4 Delete payload_type from VCMEncoderDatabase and vcm::VideoSender. by Niels Möller · 6 years ago
  75. 677f42c Enable ContinuousAfterStreamCountChangeSimulcastEncoderAdapter picture id tests. by Åsa Persson · 6 years ago
  76. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 6 years ago
  77. 1d037ae Don't crash in SingleNalu packetization for h264 if no space in packet by Ilya Nikolaevskiy · 6 years ago
  78. 4425b05 Add video send stream test to check switch to and from screenshare by Ilya Nikolaevskiy · 6 years ago
  79. 63b7574 Add check for negative max bitrate in VideoSendStream. by Sebastian Jansson · 6 years ago
  80. bb894ff Make PayloadRouter own the picture id and tl0 pic idx sequences. by Niels Möller · 6 years ago
  81. e10675a Delete RTPPayloadRegistry::IsRed. by Niels Möller · 6 years ago
  82. efbb978 Fix flacky VideoSendStreamTest.SupportsVideoContentType by Ilya Nikolaevskiy · 6 years ago
  83. 3f027b3 No longer register ulpfec as a codec with RTPPayloadRegistry. by Niels Möller · 6 years ago
  84. e63afff Delete unneeded Rtx methods from RTPPayloadRegistry. by Niels Möller · 6 years ago
  85. f1ff3bd Rename I420A Multiplex perf test by Emircan Uysaler · 6 years ago
  86. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 6 years ago
  87. 6fed924 Delete RTPPayloadRegistry::SetIncomingPayloadType. by Niels Möller · 6 years ago
  88. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  89. 881f168 Make SimpleStringBuilder into a non-template by Karl Wiberg · 6 years ago
  90. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 6 years ago
  91. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  92. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  93. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 6 years ago
  94. 1b2e90b Replaced DestructAndGetRtpStateTask with lambda. by Sebastian Jansson · 6 years ago
  95. e4d79c7 Replaced EncoderReconfiguredTask with lambda. by Sebastian Jansson · 6 years ago
  96. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 6 years ago
  97. 2e1d784 Delete the VideoCodec::plName string. by Niels Möller · 6 years ago
  98. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 6 years ago
  99. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 6 years ago
  100. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 6 years ago