1. 2cb4105 Moved audioproc_f interface into api directory. by Ivo Creusen · 7 years ago
  2. bb894ff Make PayloadRouter own the picture id and tl0 pic idx sequences. by Niels Möller · 7 years ago
  3. 853715c Min BWE default is 10kbps but for audio send side BWE it was overridden to 5kbps. Now audio send side BWE is used for video calls too and should set min to 10kbps in case of video call. by Alex Narest · 7 years ago
  4. cc681cc Split vp8_impl into webm_vp8_encoder and webm_vp8_decoder by Erik Språng · 7 years ago
  5. 6f2fcb4 Add more Audio Mixer and Fixed Gain Controller metrics. by Alex Loiko · 7 years ago
  6. a12b1d6 Reland "Rework rtp packet history" by Erik Språng · 7 years ago
  7. a11005a Added debug dumping of the time domain linear filter in AEC3 by Per Åhgren · 7 years ago
  8. 647ef09 Add more parameters to the Initialize function of the echo detector. by Ivo Creusen · 7 years ago
  9. bbeb2d5 Make TestVp8Impl use VideoCodecUnitTest. by Åsa Persson · 7 years ago
  10. 971de07 Corrected the detection of narrowband render signals by Per Åhgren · 7 years ago
  11. d00c895 Add ability to disable decode in VideoProcessor. by Rasmus Brandt · 7 years ago
  12. 2ce1e74 Setting rate before callback in network control handler. by Sebastian Jansson · 7 years ago
  13. a03585f Removing SetTransportOverhead from SSCC Interface. by Sebastian Jansson · 7 years ago
  14. 31791e7 Delete RED handling from RtpReceiverImpl::CheckPayloadChanged. by Niels Möller · 7 years ago
  15. 8d3758e Calculate and report PSNR for Y, U, V planes separately. by Sergey Silkin · 7 years ago
  16. e10675a Delete RTPPayloadRegistry::IsRed. by Niels Möller · 7 years ago
  17. 3f027b3 No longer register ulpfec as a codec with RTPPayloadRegistry. by Niels Möller · 7 years ago
  18. e553139 NetEq: fix a typo by replacing a comma with a semicolon by Henrik Lundin · 7 years ago
  19. 68ee465 Moving SetPacingFactor and allocation limits to SSCC. by Sebastian Jansson · 7 years ago
  20. 5f22be7 Congestion controller processing using delayed tasks. by Sebastian Jansson · 7 years ago
  21. efbcfb1 Configuration in constructor of Goog CC. by Sebastian Jansson · 7 years ago
  22. e63afff Delete unneeded Rtx methods from RTPPayloadRegistry. by Niels Möller · 7 years ago
  23. f2afa57 Cleanup after moving test/fake_audio_device. by Artem Titov · 7 years ago
  24. 19704ec Removing AvailableBandwidth method on transport controller. by Sebastian Jansson · 7 years ago
  25. 0dd7435 Correcting the reading of the AEC3 options in audioproc_f by Per Åhgren · 7 years ago
  26. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  27. 6fed924 Delete RTPPayloadRegistry::SetIncomingPayloadType. by Niels Möller · 7 years ago
  28. 0f1c0bd Add async simulcast support to VideoProcessor. by Rasmus Brandt · 7 years ago
  29. ba907f0 Add stereo support to FakeAudioDevice. by Pengyu Liao · 7 years ago
  30. 8c812f3 Restructure the audioproc_f tool into a library with a thin executable wrapper. by Ivo Creusen · 7 years ago
  31. 45d9c1d Added congestion control functionality to pacer. by Sebastian Jansson · 7 years ago
  32. dae6aad Providing bitrate constraints in SSCC constructor. by Sebastian Jansson · 7 years ago
  33. 09ae92a Delete unused method RTPPayloadRegistry::SetRtxPayloadType. by Niels Möller · 7 years ago
  34. dd7e284 Reland "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Danil Chapovalov · 7 years ago
  35. 01aa210 Revert "Enable and fix chromium clang warnings in rtp_rtcp test targets" by Oleh Prypin · 7 years ago
  36. d4bc01b Added printing of frame level statistics. by Sergey Silkin · 7 years ago
  37. a06f360 in RtcpTransceiverImplTest relax expectation on wait time between reports by Danil Chapovalov · 7 years ago
  38. 3285897 Cleaning up modules_tests resources. by Sergey Silkin · 7 years ago
  39. 5a98049 Revert "Reland "Rework rtp packet history"" by Oleh Prypin · 7 years ago
  40. 9486b11 Enable and fix chromium clang warnings in rtp_rtcp test targets by Danil Chapovalov · 7 years ago
  41. 7bb37b8 Reland "Rework rtp packet history" by Erik Språng · 7 years ago
  42. ab1aee0 Reland "Deprecate the adaptive level controller" by Sam Zackrisson · 7 years ago
  43. 6d72c32 Revert "Rework rtp packet history" by Taylor Brandstetter · 7 years ago
  44. 8493594 Cleanup of TransportFeedbackObserver interface by Erik Språng · 7 years ago
  45. 6328d7c Rework rtp packet history by Erik Språng · 7 years ago
  46. d062a3c Prepare VideoProcessor for async simulcast support. by Rasmus Brandt · 7 years ago
  47. ad09d74 Extend the audioproc_f input parameters to match what is supported by AEC3 by Per Åhgren · 7 years ago
  48. bbf1465 Delete dead code for video quality calculation. by Rasmus Brandt · 7 years ago
  49. 9823ee4 Fix native api in preparation for native_api example. by Anders Carlsson · 7 years ago
  50. fdd5eae Fix incorrect explicit marks by Emircan Uysaler · 7 years ago
  51. a06e919 Removing interface to access pacer via SSCC. by Sebastian Jansson · 7 years ago
  52. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 7 years ago
  53. 0f03973 Separate test/fake_audio_device on API and implementation. Step 1. by Artem Titov · 7 years ago
  54. db4fa4b Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3. by philipel · 7 years ago
  55. 12eb858 Separating the AEC3 suppressor gain rampup behavior for call startup and in-call resets by Per Åhgren · 7 years ago
  56. e3927c5 Allow to turn RtcpTransciever on and off at runtime. by Danil Chapovalov · 7 years ago
  57. 52f8188 Revert "Deprecate the adaptive level controller" by Sam Zackrisson · 7 years ago
  58. 2e1d784 Delete the VideoCodec::plName string. by Niels Möller · 7 years ago
  59. 6f37ed7 Deprecate the adaptive level controller by Sam Zackrisson · 7 years ago
  60. 9771c50 Clear the FrameBuffer if it's full and a keyframe is being inserted. by philipel · 7 years ago
  61. b2bfba6 Declare the RtpHeaderExtensionMap* as const in RtpHeaderParser::Parse. by Bjorn Terelius · 7 years ago
  62. 98cd810 Production code: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  63. 9406569 Use round robin packet queue in the pacer by default by Ilya Nikolaevskiy · 7 years ago
  64. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 7 years ago
  65. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 7 years ago
  66. 8d9dcb1 Adding bps_or method to DataRate class. by Sebastian Jansson · 7 years ago
  67. e90636a Codec instantiation tests for testing device capabilities in batch. by Rasmus Brandt · 7 years ago
  68. 6375ef7 Enable VideoProcessorIntegrationTest on devices. by Kári Tristan Helgason · 7 years ago
  69. 4d36449 Add stub draft of audio generator to APM by Sam Zackrisson · 7 years ago
  70. 3f693b9 Delete unused method SetPeriodicKeyFrames. by Niels Möller · 7 years ago
  71. 13e7434 Merge SimulcastStream and SpatialLayer structures. by Sergey Silkin · 7 years ago
  72. 9039969 Call vpx_codec_destroy() only if vpx_codec_init() call preceded. by Sergey Silkin · 7 years ago
  73. ede748f Adding waits to SendSideCongestionController tests. by Sebastian Jansson · 7 years ago
  74. 3e871ea Single exit point in VPx wrapper Release(). by Sergey Silkin · 7 years ago
  75. 459f4e3 VP9 GoF/temporal index check. by philipel · 7 years ago
  76. 6d30631 Bug Fix: Multiplex Codec Crash by Qiang Chen · 7 years ago
  77. a796a7e Reland "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Sergey Silkin · 7 years ago
  78. 45087cd Moved retransmission rate limiter to Call class. by Sebastian Jansson · 7 years ago
  79. 0f9d9a9 Removed unused DeRegisterNetworkObserver. by Sebastian Jansson · 7 years ago
  80. f4e99db Update AEC3 echo tail estimation. by Christian Schuldt · 7 years ago
  81. e88b04f Making MockMixerAudioSource default to NiceMock. by Sebastian Jansson · 7 years ago
  82. fc7ec8e Reland "Moved congestion controller to goog_cc folder." by Sebastian Jansson · 7 years ago
  83. 8acd5f8 Moved network_control out from rtp specific folder. by Sebastian Jansson · 7 years ago
  84. 5f7a891 Minor improvements to TestConfig and VideoProcessor. by Rasmus Brandt · 7 years ago
  85. 98e0111 Implementing interface with new SSCC by Sebastian Jansson · 7 years ago
  86. e27e0ac Revert "Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers." by Philip Eliasson · 7 years ago
  87. d2ed0a4 Replaced temporal_layer_thresholds_bps[] field with num_temporal_layers. by Sergey Silkin · 7 years ago
  88. 56da2f7 Added unit tests for new congestion controller. by Sebastian Jansson · 7 years ago
  89. 8447e91 Add a hysteresis for the API call skew detection to better handle jittery platforms by Per Åhgren · 7 years ago
  90. 3c24ea8 Removed SetTransportOverhead in transport controller. by Sebastian Jansson · 7 years ago
  91. 0a9f6de Removed VCMTiming from RtpVideoStreamReceiver. by philipel · 7 years ago
  92. 7eef007 Fix typo in FrameBuffer by Ilya Nikolaevskiy · 7 years ago
  93. 556270c Remove FourPeople_1280x720_30.yuv from resources for mobile builds. by Sergey Silkin · 7 years ago
  94. 83b1842 Added namespace to new congestion controller. by Sebastian Jansson · 7 years ago
  95. e5d8c57 Added limit to elapsed time in paced sender. by Sebastian Jansson · 7 years ago
  96. b6a7fc0 Make rtcp::TransportFeedback copyable. by Bjorn Terelius · 7 years ago
  97. 6bcd7f6 Adding task queue based congestion controller. by Sebastian Jansson · 7 years ago
  98. 1631dc6 Make isac_fix_test correctly parse --isolated-script-test-perf-output. by Patrik Höglund · 7 years ago
  99. 8c4fe16 Make Frame buffer not drop frames unnecessary by Ilya Nikolaevskiy · 7 years ago
  100. 99a2c5d New test binary for the AudioMixer. by Alex Loiko · 7 years ago