1. 8ebba74 Add collection of usage signatures on PeerConnections by Harald Alvestrand · 7 years ago
  2. 0cedc05 Refactor SimulcastTestUtility into SimulcastTestFixture{,Impl} by Rasmus Brandt · 7 years ago
  3. 29921cf Revert "Use absl::optional instead or rtc::Optional" by Mirko Bonadei · 7 years ago
  4. 613591a Add min_bitrate_bps to RtpEncodingParameters. by Åsa Persson · 7 years ago
  5. 802506c Add placeholder header file api/video_codecs/video_codec.h. by Niels Möller · 7 years ago
  6. 02a6919 Reland "Use absl::optional instead or rtc::Optional" by Danil Chapovalov · 7 years ago
  7. 942b360 Add conversions to and from double for units. by Sebastian Jansson · 7 years ago
  8. 28e6a16 Revert "Use absl::optional instead or rtc::Optional" by Mirko Bonadei · 7 years ago
  9. 7ba9e92 Use absl::optional instead or rtc::Optional by Danil Chapovalov · 7 years ago
  10. 26bc669 Pass packet retransmission information in PacketOptions. by Petter Strandmark · 7 years ago
  11. 2aae273 Remove adapter bools from VideoCodecTestFixture::Config. by Rasmus Brandt · 7 years ago
  12. b92f480 Reland "Delete deprecated api build targets for api/video." by Niels Möller · 7 years ago
  13. e3ca991 AEC3: Added a mode to properly utilize highly linear setups by Per Åhgren · 7 years ago
  14. 7c1ccfa Move VisualizationParams to VideoCodecTestFixture::Config. by Rasmus Brandt · 7 years ago
  15. 535bde3 Adds data in flight information on send packet updates. by Sebastian Jansson · 7 years ago
  16. 6a4a125 Revert "Delete deprecated api build targets for api/video." by Niels Moller · 7 years ago
  17. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 7 years ago
  18. c061d8e Delete deprecated api build targets for api/video. by Niels Möller · 7 years ago
  19. dacec71 Add Rtcp parameters for PeerConnection senders by Florent Castelli · 7 years ago
  20. dd09287 AEC3: Gain limiter: Improving the behavior of the gain limiter. by Jesús de Vicente Peña · 7 years ago
  21. 51e23ae Remove built-in sw codecs from decoder_database. by Anders Carlsson · 7 years ago
  22. 78b1c4a AEC3: Delay estimator uses bandpass filtered signal with downsampling factor 8 by Gustaf Ullberg · 7 years ago
  23. ec2eb22 Enables comparison with infinite timestamps. by Sebastian Jansson · 7 years ago
  24. ce532a1 Fixes congestion window bug in network control tester. by Sebastian Jansson · 7 years ago
  25. 72678e1 Adds unwrapped sequence number to sent packet info. by Sebastian Jansson · 7 years ago
  26. c7f09ad NetEq fix for repeated audio issue. by Ivo Creusen · 7 years ago
  27. 169005d Move VideoCodecTest configuration classes to api/test. by Kári Tristan Helgason · 7 years ago
  28. dac9453 Delete left-over forward declaration of RTPFragmentationHeader. by Niels Möller · 7 years ago
  29. 401d076 Delete deprecated VideoDecoder::Decode method by Niels Möller · 7 years ago
  30. c2ee8e8 Removing references to webrtc::VideoSendStream::DegradationPreference. by Taylor Brandstetter · 7 years ago
  31. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 7 years ago
  32. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  33. 2d2c888 Returns RTCError for setting unimplemented RtpParameters. by Seth Hampson · 7 years ago
  34. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 7 years ago
  35. 2d9a3b1 Increasing the API call skew hysteresis limit in AEC3 by Per Åhgren · 7 years ago
  36. 0a8f435 Move VideoEncoderConfig from call/ to api/. by Niels Möller · 7 years ago
  37. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 7 years ago
  38. 90e3fbd Activating the AEC3 audibility improvements functionality by Per Åhgren · 7 years ago
  39. b7d9d83 Implement RtpCodecParameters::parameters by Florent Castelli · 7 years ago
  40. cebf50f Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Florent Castelli · 7 years ago
  41. ec47565 Directly include VideoBitrateAllocation in api targets by Erik Språng · 7 years ago
  42. 28a325b ArrayView, adding ctor for fixed-size views of const(expr) std::array. by Alessio Bazzica · 7 years ago
  43. 866d6dc Remove the remaining non-test stringstreams from api/ by Jonas Olsson · 7 years ago
  44. fdf1f88 Add dummy default implementations for deprecated methods. by Niels Möller · 7 years ago
  45. 858c4d7 ArrayView, adding ctor for fixed-size views of std::array. by Alessio Bazzica · 7 years ago
  46. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 7 years ago
  47. 5f2bb62 Remove dependency in FakeWebRtcVideoCodecFactories. by Anders Carlsson · 7 years ago
  48. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 7 years ago
  49. ced31ba Correcting the usage of the estimated echo path gain in AEC3 by Per Åhgren · 7 years ago
  50. c6c4426 Moves network control interface to API. by Sebastian Jansson · 7 years ago
  51. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  52. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 7 years ago
  53. 6fae6ec Moves network unit types to API. by Sebastian Jansson · 7 years ago
  54. 8df3a38 Deprecate RTPFragmentationHeader argument to VideoDecoder::Decode by Niels Möller · 7 years ago
  55. 3172c03 Implement OnRemoveTrack and OnRemoveStream for Unified Plan by Steve Anton · 7 years ago
  56. 0c4f7be New api struct BitrateSettings. by Niels Möller · 7 years ago
  57. 909338b Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Max Morin · 7 years ago
  58. 5faf36e Implement RtpParameters.transaction_id for PC RtpSenderInterface by Florent Castelli · 7 years ago
  59. 9d96e92 Rewrite videoprocessor integrationtest to use public fixture. by Kári Tristan Helgason · 7 years ago
  60. 0e6375e AEC3: Transparency improvements to the suppressor by Gustaf Ullberg · 7 years ago
  61. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 7 years ago
  62. 6753795 Built in video codec factories. by Anders Carlsson · 7 years ago
  63. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
  64. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 7 years ago
  65. 6a8f30e Add control for inter-layer prediction mode. by Sergey Silkin · 7 years ago
  66. 65fb404 Don't expose resilience mode in VP8 and VP9 configuration. by Niels Möller · 7 years ago
  67. d5cb477 AEC3: Audibility improvements by Jesús de Vicente Peña · 7 years ago
  68. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 7 years ago
  69. 97a5896 Remove PeerConnectionInterface::UpdateIce by Steve Anton · 7 years ago
  70. 47d7fbd Reuse the AEC2 coherence-based gain for the lower bands in AEC3. by Per Åhgren · 7 years ago
  71. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 7 years ago
  72. e8a9c45 Delete enum VP8ResilienceMode. by Niels Möller · 7 years ago
  73. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 7 years ago
  74. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 7 years ago
  75. 8f659a0 Dynamically allocate empty_data() instead of using in-binary buffer. by Tommi · 7 years ago
  76. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  77. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  78. d0fa820 Allow AEC3 to use any externally reported audio buffer delay in AEC3 by Per Åhgren · 7 years ago
  79. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 7 years ago
  80. b02644f AEC3 transparency improvements through refined echo audibility analysis by Per Åhgren · 7 years ago
  81. 7ce3091 IWYU: Include <string.h> for memcpy(3) after bbf21a3fd. by Raphael Kubo da Costa · 7 years ago
  82. 3acffc3 Remove SdpSemantics::kDefault by Steve Anton · 7 years ago
  83. bbf21a3 Remove dependencies on modules:module_api from AudioProcessing. by Fredrik Solenberg · 7 years ago
  84. 03bfc73 Remove deprecated methods from AudioFrame. by Fredrik Solenberg · 7 years ago
  85. 31122d6 Correct and soften the AEC3 handling of saturated mic signals by Per Åhgren · 7 years ago
  86. bda78c9 Fix cast of const-qualified types in FunctionThatDoesNothingImpl by Hans Wennborg · 7 years ago
  87. 6e9d895 Add missing includes checks.h/array_view.h by Danil Chapovalov · 7 years ago
  88. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 7 years ago
  89. a680a6a Enable and fix chromium clang warnings in sdk/android targets. by Paulina Hensman · 7 years ago
  90. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  91. 7439534 Add ToString() methods to classes with << operators, preparing for deprecations. by Jonas Olsson · 7 years ago
  92. 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 7 years ago
  93. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  94. 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 7 years ago
  95. f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 7 years ago
  96. 85eef49 Further decrease the AEC3 look window in the nonlinear mode by Per Åhgren · 7 years ago
  97. 251c735 Add a specific AEC3 behavior for setups with known clock-drift by Per Åhgren · 7 years ago
  98. 57ff273 Remove rtc::Optional::MoveValue by Danil Chapovalov · 7 years ago
  99. c5d4461 Add copy and move operations to SdpVideoFormat. by Niels Möller · 7 years ago
  100. bc609ea Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago