1. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  2. 6539f69 Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator. by Niels Möller · 7 years ago
  3. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  4. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  5. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  6. 8d0f1db Removing cricket::MediaEngineFactory. by Mirko Bonadei · 7 years ago
  7. 0f17f9c Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." by Lu Liu · 7 years ago
  8. 18c4261 Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer. by Seth Hampson · 7 years ago
  9. 4613bdf Recreate AudioReceiveStreams when header extensions change. by Fredrik Solenberg · 7 years ago
  10. a97af1f Complete moving video_coding headers. by Patrik Höglund · 7 years ago
  11. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  12. ce89234 Clean up some files from rtc_audio_video target by Anders Carlsson · 7 years ago
  13. 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago
  14. 11b6846 Removed overloaded function GetSimulcastConfig from simulcast.cc. by Seth Hampson · 7 years ago
  15. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  16. 448691c Remove the old videosinkinterface.h. by Patrik Höglund · 7 years ago
  17. adc1e9b Remove old videosourceinterface files. by Patrik Höglund · 7 years ago
  18. 3b903d0 Reconfigure, not reconstruct, AudioReceiveStreams. by Fredrik Solenberg · 7 years ago
  19. a0f5f60 Revert "Revert "Make some more targets publicly visible"" by Per Kjellander · 7 years ago
  20. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  21. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  22. 55d1809 Revert "Make some more targets publicly visible" by Per Kjellander · 7 years ago
  23. 60d1792 Make some more targets publicly visible by Karl Wiberg · 7 years ago
  24. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  25. 438663e DCHECKS added to GetSimulcastConfig. by Seth Hampson · 7 years ago
  26. 002f921 Inline default constructors for MediaChannel structs by Steve Anton · 7 years ago
  27. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  28. 825249f Add final missing header files before enabling orphans check. by Patrik Höglund · 7 years ago
  29. 24722b3 Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Seth Hampson · 7 years ago
  30. 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
  31. a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  32. dc8b5ab Remove dead code for media channel errors by Steve Anton · 7 years ago
  33. e0c2eea Simplifying video engine test code. by srte · 7 years ago
  34. 9e19403 Move videosourceinterface to api. by Patrik Höglund · 7 years ago
  35. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  36. 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  37. 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
  38. 6213929 Add missing files to audio_processing. by Patrik Höglund · 7 years ago
  39. 7622048 Add an AudioOptions field to force software echo cancellation on iOS. by Jonathan Yu · 7 years ago
  40. a40f824 Explicitly specify is_clang=false for Win MSVC bots by Oleh Prypin · 7 years ago
  41. 8b77aea Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Lu Liu · 7 years ago
  42. d2b912a Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator. by Seth Hampson · 7 years ago
  43. 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
  44. 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  45. bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  46. 51698ae Put internal video codec factories into separate target by Anders Carlsson · 7 years ago
  47. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 7 years ago
  48. d524751 Replace VoEBase::[Start/Stop]Playout(). by Fredrik Solenberg · 7 years ago
  49. aaedf75 Replace VoEBase::[Start/Stop]Send(). by Fredrik Solenberg · 7 years ago
  50. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  51. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  52. 00f934a Add gcc-style annotations for printf-like functions. by Niels Möller · 7 years ago
  53. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago
  54. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  55. fa266ef Fix the crash when GetSources is called with non-existing ssrc. by Zhi Huang · 7 years ago
  56. e26456a Removes usage of AGC APIs in the ADM. by henrika · 7 years ago
  57. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  58. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  59. 6c8e666 Fixing package boundary violation. by Mirko Bonadei · 7 years ago
  60. 0a37547 Add optional stereo codec to SDP negotiation by Emircan Uysaler · 7 years ago
  61. 6543206 Including libyuv headers using fully qualified paths. by Mirko Bonadei · 7 years ago
  62. 3a23374 Reland "Remove the aec_quality_min metric." by Gustaf Ullberg · 7 years ago
  63. 9a44f96 Delete rtc_base/window.h. by Niels Möller · 7 years ago
  64. a3fad93 Revert "Remove the aec_quality_min metric." by Mirko Bonadei · 7 years ago
  65. 99b1bd1 Remove the aec_quality_min metric. by Gustaf Ullberg · 7 years ago
  66. 606a597 Remove adjust_agc_delta from WebRtcVoiceEngine by Steve Anton · 7 years ago
  67. 292a73e Deliver packet to Call as rtc::CopyOnWriteBuffer by Danil Chapovalov · 7 years ago
  68. e51f785 Stop using public_deps in pc/. by Mirko Bonadei · 7 years ago
  69. a498ae8 Stop using public_deps in system_wrappers. by Mirko Bonadei · 7 years ago
  70. b5728d9 Stop using public_deps in modules/rtp_rtcp. by Mirko Bonadei · 7 years ago
  71. 4d3e24a Allow building without sctp on mac/ios. by Kári Tristan Helgason · 7 years ago
  72. a0e1a55 Stop using public_deps in the call module. by Mirko Bonadei · 7 years ago
  73. 0250be5 Stop using public_deps to depend on libyuv. by Mirko Bonadei · 7 years ago
  74. 4e76ebb Rename FOURCC -> CRICKET_FOURCC. by Patrik Höglund · 7 years ago
  75. ad62792 Fixing hidden dependencies. by Mirko Bonadei · 7 years ago
  76. aba85d1 Resolve circular dependency in rtc_media_base. by Patrik Höglund · 7 years ago
  77. 56d4609 Use the new AudioProcessing statistics everywhere. by Ivo Creusen · 7 years ago
  78. 55900fd Move APM initialization into WebRtcVoiceEngine by Fredrik Solenberg · 7 years ago
  79. 523589d Create common helper method for comparing video formats by Magnus Jedvert · 7 years ago
  80. 01f2ec3 Add a new function to BitrateAllocation: HasBitrate. by erikvarga@webrtc.org · 7 years ago
  81. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  82. 9deda48 Move const variables initialization to constants.cc by mallikarjun82 · 7 years ago
  83. d319534 Move ADM initialization into WebRtcVoiceEngine by Fredrik Solenberg · 7 years ago
  84. 09d5844 Fix some uninitialized variables in convert_legacy_video_factory by Magnus Jedvert · 7 years ago
  85. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  86. 7880758 Optional: Use nullopt and implicit construction in /media by Oskar Sundbom · 7 years ago
  87. f2d7beb Created the DtlsSrtpTransport. by Zhi Huang · 7 years ago
  88. 9b16e2d Reland "Move ulpfec, red, and flexfec codec to video engine" by Magnus Jedvert · 7 years ago
  89. df4883d Reland "Update internal encoder factory to new interface" by Magnus Jedvert · 7 years ago
  90. c3ed630 Add stats googHasEnteredLowResolution. by Åsa Persson · 7 years ago
  91. aea84f5 Revert "Update internal encoder factory to new interface" by Zhi Huang · 7 years ago
  92. 2c8c8e2 Update internal encoder factory to new interface by Magnus Jedvert · 7 years ago
  93. da850ef Revert "Move ulpfec, red, and flexfec codec to video engine" by Oleh Prypin · 7 years ago
  94. c97cf03 Removes unused sample-rate APIs from the ADM. by henrika · 7 years ago
  95. 154ee1f Move ulpfec, red, and flexfec codec to video engine by Magnus Jedvert · 7 years ago
  96. 7aee3d5 Fix ortc_api circular deps. by Patrik Höglund · 7 years ago
  97. 5f5918f Merge MediaChannel's OnTransportOverheadChanged and OnNetworkRouteChanged callbacks. by Zhi Huang · 7 years ago
  98. ee92d62 Update VideoEncoderSoftwareFallbackWrapper to take VideoEncoder as arg by Magnus Jedvert · 7 years ago
  99. 8962b54 Removes Set/GetRecordingChannel() from the ADM by henrika · 7 years ago
  100. b5b5bce Separate i420 and i444 implementations to separate targets. by Patrik Höglund · 7 years ago