1. c2ee8e8 Removing references to webrtc::VideoSendStream::DegradationPreference. by Taylor Brandstetter · 6 years ago
  2. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  3. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  4. 2d2c888 Returns RTCError for setting unimplemented RtpParameters. by Seth Hampson · 6 years ago
  5. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  6. 2d9a3b1 Increasing the API call skew hysteresis limit in AEC3 by Per Åhgren · 6 years ago
  7. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 6 years ago
  8. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 6 years ago
  9. 90e3fbd Activating the AEC3 audibility improvements functionality by Per Åhgren · 6 years ago
  10. b7d9d83 Implement RtpCodecParameters::parameters by Florent Castelli · 6 years ago
  11. cebf50f Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Florent Castelli · 6 years ago
  12. ec47565 Directly include VideoBitrateAllocation in api targets by Erik Språng · 6 years ago
  13. 28a325b ArrayView, adding ctor for fixed-size views of const(expr) std::array. by Alessio Bazzica · 6 years ago
  14. 866d6dc Remove the remaining non-test stringstreams from api/ by Jonas Olsson · 6 years ago
  15. fdf1f88 Add dummy default implementations for deprecated methods. by Niels Möller · 6 years ago
  16. 858c4d7 ArrayView, adding ctor for fixed-size views of std::array. by Alessio Bazzica · 6 years ago
  17. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 6 years ago
  18. 5f2bb62 Remove dependency in FakeWebRtcVideoCodecFactories. by Anders Carlsson · 6 years ago
  19. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  20. ced31ba Correcting the usage of the estimated echo path gain in AEC3 by Per Åhgren · 6 years ago
  21. c6c4426 Moves network control interface to API. by Sebastian Jansson · 6 years ago
  22. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 6 years ago
  23. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 6 years ago
  24. 6fae6ec Moves network unit types to API. by Sebastian Jansson · 6 years ago
  25. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 6 years ago
  26. 3172c03 Implement OnRemoveTrack and OnRemoveStream for Unified Plan by Steve Anton · 6 years ago
  27. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  28. 909338b Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Max Morin · 6 years ago
  29. 5faf36e Implement RtpParameters.transaction_id for PC RtpSenderInterface by Florent Castelli · 6 years ago
  30. 9d96e92 Rewrite videoprocessor integrationtest to use public fixture. by Kári Tristan Helgason · 6 years ago
  31. 0e6375e AEC3: Transparency improvements to the suppressor by Gustaf Ullberg · 6 years ago
  32. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  33. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  34. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 6 years ago
  35. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 6 years ago
  36. 6a8f30e Add control for inter-layer prediction mode. by Sergey Silkin · 6 years ago
  37. 65fb404 Don't expose resilience mode in VP8 and VP9 configuration. by Niels Möller · 6 years ago
  38. d5cb477 AEC3: Audibility improvements by Jesús de Vicente Peña · 6 years ago
  39. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 6 years ago
  40. 97a5896 Remove PeerConnectionInterface::UpdateIce by Steve Anton · 6 years ago
  41. 47d7fbd Reuse the AEC2 coherence-based gain for the lower bands in AEC3. by Per Åhgren · 6 years ago
  42. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  43. e8a9c45 Delete enum VP8ResilienceMode. by Niels Möller · 6 years ago
  44. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  45. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 6 years ago
  46. 8f659a0 Dynamically allocate empty_data() instead of using in-binary buffer. by Tommi · 6 years ago
  47. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  48. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  49. d0fa820 Allow AEC3 to use any externally reported audio buffer delay in AEC3 by Per Åhgren · 6 years ago
  50. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 6 years ago
  51. b02644f AEC3 transparency improvements through refined echo audibility analysis by Per Åhgren · 6 years ago
  52. 7ce3091 IWYU: Include <string.h> for memcpy(3) after bbf21a3fd. by Raphael Kubo da Costa · 6 years ago
  53. 3acffc3 Remove SdpSemantics::kDefault by Steve Anton · 6 years ago
  54. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 6 years ago
  55. 03bfc73 Remove deprecated methods from AudioFrame. by Fredrik Solenberg · 6 years ago
  56. 31122d6 Correct and soften the AEC3 handling of saturated mic signals by Per Åhgren · 6 years ago
  57. bda78c9 Fix cast of const-qualified types in FunctionThatDoesNothingImpl by Hans Wennborg · 6 years ago
  58. 6e9d895 Add missing includes checks.h/array_view.h by Danil Chapovalov · 6 years ago
  59. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 6 years ago
  60. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 6 years ago
  61. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 6 years ago
  62. 7439534 Add ToString() methods to classes with << operators, preparing for deprecations. by Jonas Olsson · 6 years ago
  63. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 6 years ago
  64. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 6 years ago
  65. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 6 years ago
  66. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 6 years ago
  67. 85eef49 Further decrease the AEC3 look window in the nonlinear mode by Per Åhgren · 6 years ago
  68. 251c735 Add a specific AEC3 behavior for setups with known clock-drift by Per Åhgren · 6 years ago
  69. 57ff273 Remove rtc::Optional::MoveValue by Danil Chapovalov · 6 years ago
  70. c5d4461 Add copy and move operations to SdpVideoFormat. by Niels Möller · 6 years ago
  71. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 6 years ago
  72. be682d4 Fix chromium warnings for SdpVideoFormat. by Niels Möller · 6 years ago
  73. 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 6 years ago
  74. bb50ce5 Wire up MID send value to the PeerConnection API by Steve Anton · 6 years ago
  75. 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 7 years ago
  76. 9718711 VideoStreamDecoderImpl implementation, part 1. by philipel · 6 years ago
  77. 29e7bee Move aligned memory utilities to rtc_base/memory/ by Karl Wiberg · 6 years ago
  78. 2fee4d6 VideoStreamDecoder skeleton. by philipel · 6 years ago
  79. 48cca02 Delete ortc methods using cricket::VideoCapturer. by Niels Möller · 6 years ago
  80. 5c532d3 Robustification of the echo suppression behavior during headset usage. by Per Åhgren · 6 years ago
  81. 9611442 Remove unneeded migration helper. by Sami Kalliomäki · 7 years ago
  82. db67ba1 Report SRTP error codes to UMA by Steve Anton · 7 years ago
  83. 2e0da5a Remove EncodedFrame picture_id/spatial_layer references. by philipel · 7 years ago
  84. 5b3541f RTCStatsCollector::GetStatsReport() with optional selector argument. by Henrik Boström · 7 years ago
  85. 0fa82a6 Moved FrameKey to api/video/encoded_frame.h and renamed it to VideoLayerFrameId. by philipel · 7 years ago
  86. 5f1a31c Adding a smooth transition from the startup phase parameter set in AEC3 by Per Åhgren · 7 years ago
  87. 2cb4105 Moved audioproc_f interface into api directory. by Ivo Creusen · 7 years ago
  88. 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 7 years ago
  89. 22e623a Add configurable threshold for writability state update. by Qingsi Wang · 7 years ago
  90. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  91. b619936 Stats traversal algorithm added. by Henrik Boström · 7 years ago
  92. 5081c0c Change error handlers for Set*Description to use RTCError by Harald Alvestrand · 7 years ago
  93. ab1aee0 Reland "Deprecate the adaptive level controller" by Sam Zackrisson · 7 years ago
  94. e6826d2 Add configurable connectivity check intervals. by Qingsi Wang · 7 years ago
  95. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 7 years ago
  96. 513449e Changes name of RtpTransceiverInit's stream_labels to stream_ids. by Seth Hampson · 7 years ago
  97. 8e20f17 Report UMA metrics for received SDP format by Steve Anton · 7 years ago
  98. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
  99. 52f8188 Revert "Deprecate the adaptive level controller" by Sam Zackrisson · 7 years ago
  100. 6f37ed7 Deprecate the adaptive level controller by Sam Zackrisson · 7 years ago