1. 4da18e8 compare Optional<unsigned> only to unsigned integers by Danil Chapovalov · 7 years ago
  2. 4af9584 Always include the MID RTP header extension on every packet when configured by Steve Anton · 7 years ago
  3. f2e3e7a Removed observer from probe controller. by Sebastian Jansson · 7 years ago
  4. 5817d3d AudioCodingModule::Create(): Require caller to supply an AudioDecoderFactory by Karl Wiberg · 7 years ago
  5. 18f151a Remove stringstream usages from the APM by Jonas Olsson · 7 years ago
  6. d93d01e Lowercase all Windows headers in modules/video_capture. by Mirko Bonadei · 7 years ago
  7. ac6475e Reland "Added BBR network controller." by Sebastian Jansson · 7 years ago
  8. 645e2e0 Handle per-layer frame drops. by Sergey Silkin · 7 years ago
  9. 09a6cd5 Prepare for |is_posix| switch in the Fuchsia build by Fabrice de Gans-Riberi · 7 years ago
  10. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  11. 338f58d iSAC decoder: Don't read past the end of the buffer of encoded bytes by Karl Wiberg · 7 years ago
  12. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 7 years ago
  13. cab48c3 Adaptive digital gain applier by Alex Loiko · 7 years ago
  14. 4ed47d0 Noise level estimation for AGC2. by Alex Loiko · 7 years ago
  15. f7132b5 Move the FEC private tables into .cc files. by Tommi · 7 years ago
  16. 764aeb7 Reland In GenericEncoder enable timing frames for encoders with internal source by Ilya Nikolaevskiy · 7 years ago
  17. 9917c4a Saturation Protector in AGC2. by Alex Loiko · 7 years ago
  18. 98ee49d Don't use the |codec_settings| parameter in I420Decoder::InitDecode. by philipel · 7 years ago
  19. 9d7d75b Don't use the |codec_settings| parameter in VP9DecoderImpl::InitDecode. by philipel · 7 years ago
  20. 571e6c9 Fix rate allocation between temporal layers in SVC. by Sergey Silkin · 7 years ago
  21. 57e216e Revert "Turn off per-layer frame dropping." by Sergey Silkin · 7 years ago
  22. a310180 Disable H264 videotoolbox unit tests on iOS builds. by Sergey Silkin · 7 years ago
  23. 2a1f183 Set marker bit on last encoded spatial layer. by Sergey Silkin · 7 years ago
  24. e803dbe Turn off per-layer frame dropping. by Sergey Silkin · 7 years ago
  25. c89eed9 Get pure encode time. by Sergey Silkin · 7 years ago
  26. 7dfd5fc AudioTransport: Remove PushCaptureData() method by Magnus Jedvert · 7 years ago
  27. 667f7a7 Added conversion to double from network time units. by Sebastian Jansson · 7 years ago
  28. 3cfe9e1 Fixed video capturing on Mac. by Maksim Khobat · 7 years ago
  29. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  30. 7439534 Add ToString() methods to classes with << operators, preparing for deprecations. by Jonas Olsson · 7 years ago
  31. 16a1402 Remove a couple of unnecessary winsock2.h includes by Tommi · 7 years ago
  32. bace350 Print more frame statistic. by Sergey Silkin · 7 years ago
  33. 4157936 Revert "In GenericEncoder enable timing frames for encoders with internal source" by Ilya Nikolaevskiy · 7 years ago
  34. c0719ce Add DesktopFrameCGImage by Julien Isorce · 7 years ago
  35. 5a74ea0 [desktopCapture] clean up relative positon processing by braveyao · 7 years ago
  36. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  37. 971bf03 Corrected the threshold for determining filter convergence in AEC3 by Per Åhgren · 7 years ago
  38. 01cb965 Moved ostream operators for network units to test. by Sebastian Jansson · 7 years ago
  39. 8668496 Adding layering configurator and rate allocator for VP9 SVC. by Sergey Silkin · 7 years ago
  40. 63b48df Removed static const network units. by Sebastian Jansson · 7 years ago
  41. 9d2788f Make possible to activate adaptive AGC2 in the APM. by Alex Loiko · 7 years ago
  42. 8131eb0 Allow the headset mode to be entered after the call has started by Per Åhgren · 7 years ago
  43. 251c735 Add a specific AEC3 behavior for setups with known clock-drift by Per Åhgren · 7 years ago
  44. ac9365e Set safe values to prevent possible sigsegv while using AudioTransport, add doc by Artem Titov · 7 years ago
  45. 19c242d Revert "Added BBR network controller." due to downstream test failure. by Ying Wang · 7 years ago
  46. 1d2b627 Use frame generator in video codec unit tests. by Sergey Silkin · 7 years ago
  47. 8ac9bb4 Added BBR network controller. by Sebastian Jansson · 7 years ago
  48. 11b2e0a Added support for congestion windows in test helper. by Sebastian Jansson · 7 years ago
  49. 1e48e80 Level estimation and saturation protection stub. by Alex Loiko · 7 years ago
  50. e24c41e In GenericEncoder enable timing frames for encoders with internal source by Ilya Nikolaevskiy · 7 years ago
  51. dc52651 Annotate rest of WebRTC with @Nullable. by Sami Kalliomäki · 7 years ago
  52. 903dc86 Libraries to link should be lowercase on Windows. by Mirko Bonadei · 7 years ago
  53. 5821976 Wrap CGImageRef and CGDataRef with ScopedCFTypeRef by Julien Isorce · 7 years ago
  54. 6d7b835 Some minor cleanups in ScreenCapturerMac by Julien Isorce · 7 years ago
  55. 122ba6c Handle per-layer frame drops. by Sergey Silkin · 7 years ago
  56. 2bac896 Adaptive Digital gain control structure. by Alex Loiko · 7 years ago
  57. ef99888 Delete OnIncomingCSRCChanged and related code. by Niels Möller · 7 years ago
  58. 150dcb0 Delete logic to set picture id and tl0 pic idx in encoders. by Niels Möller · 7 years ago
  59. d45e078 Initialize variables to prevent usage of trash values, for exmaple, if NeedMorePlayData won't set the right value by Artem Titov · 7 years ago
  60. 6c95bdc Adding network control test helper. by Sebastian Jansson · 7 years ago
  61. 370228c Move ScreenCapturerMac to mac sub directory by Julien Isorce · 7 years ago
  62. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 7 years ago
  63. 7149136 Lowercase windows includes in win audio device. by Noah Richards · 7 years ago
  64. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 7 years ago
  65. e08a4c0 Delete dead code in RtpReceiverImpl and RTPPayloadRegistry. by Niels Möller · 7 years ago
  66. 250155d Fix histogram logging in InterpolatedGainCurve. by Alex Loiko · 7 years ago
  67. 5f22365 Remove unnecessary proxy+lock code around RtcpRttStats pointer by Tommi · 7 years ago
  68. 6e091605 Loosen |max_avg_buffer_level_sec| for SimulcastVP8. by Rasmus Brandt · 7 years ago
  69. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 7 years ago
  70. b0ba558 Adding WindowedFilter class for BBR. by Sebastian Jansson · 7 years ago
  71. 883f470 Adding DataTransferTracker class for BBR. by Sebastian Jansson · 7 years ago
  72. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 7 years ago
  73. 767a2ce Fix for crash when reading from audio file in NetEq. by Ivo Creusen · 7 years ago
  74. bc01047 Simplify RtpVideoStreamReceiver::NotifyReceiverOfFecPacket. by Niels Möller · 7 years ago
  75. 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 7 years ago
  76. 9bd1af1 Adding RttStats class for BBR. by Sebastian Jansson · 7 years ago
  77. 6a4d411 Move file_wrapper.h to rtc_base/system/ by Karl Wiberg · 7 years ago
  78. 278d03a Force alignment of JVM called functions. by Yura Yaroshevich · 7 years ago
  79. 8458cff Extend TestAudioDeviceModule API. by Artem Titov · 7 years ago
  80. 296a0ce Add MID sending to RTPSender by Steve Anton · 7 years ago
  81. f7ac09f Changing log levels and logging of the AEC3 render buffer alignment by Per Åhgren · 7 years ago
  82. 76b7f51 Move timestamp_extrapolator.h to rtc_base/time/ by Karl Wiberg · 7 years ago
  83. 7682c6e Improves in the ERLE estimation for AEC3 by Jesús de Vicente Peña · 7 years ago
  84. 1d430f7 Interface for packet feedback availability in SSCC by Sebastian Jansson · 7 years ago
  85. 9cfb18c Delete obsolete method RtpFeedback::OnInitializeDecoder. by Niels Möller · 7 years ago
  86. b3179c7 Remove RTPSender::SetSendPayloadType by Danil Chapovalov · 7 years ago
  87. f3e2bf1 Further headset mode robustification based on linear filter convergence by Per Åhgren · 7 years ago
  88. 24a842a Add field VideoEncoderConfig::codec_type. by Niels Möller · 7 years ago
  89. 7aabd39 Move asm_defines.h to rtc_base/system/ by Karl Wiberg · 7 years ago
  90. 5c532d3 Robustification of the echo suppression behavior during headset usage. by Per Åhgren · 7 years ago
  91. 0812634 Pass a real audio codec pair ID to decoders that we create by Karl Wiberg · 7 years ago
  92. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 7 years ago
  93. 247e0b4 Disabling periodic tasks on SSCC in unit tests. by Sebastian Jansson · 7 years ago
  94. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 7 years ago
  95. 82fad3d Remove TemporalLayersFactory and associated classes by Erik Språng · 7 years ago
  96. b38b05b Adding srte as owner in modules/congestion_controller. by Sebastian Jansson · 7 years ago
  97. 4d22a6d Delete unneeded includes of wav_file.h and file_wrapper.h. by Niels Möller · 7 years ago
  98. eb98c72 Minor improvements in ADM unittest for Windows. by henrika · 7 years ago
  99. 9047dac Disable flaky test SendSideCongestionControllerTest/PacerQueueEncodeRatePushback. by Rasmus Brandt · 7 years ago
  100. bb60a3a Refactor VP8 TemporalLayers by Erik Språng · 7 years ago