1. 9c1fb1e Consider packetization-mode when matching H264 codecs by Steve Anton · 7 years ago
  2. 225c787 Move default thresholds from QualityScaler to encoders. by Niels Möller · 7 years ago
  3. 99f52f8 Make decoder software fallback sticky. by Sami Kalliomäki · 7 years ago
  4. c668108 Maintain audio receive stream gain across recreations by Oskar Sundbom · 7 years ago
  5. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
  6. fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 7 years ago
  7. a1f6661 Check that channel is in "send" before OKing DTMF by Harald Alvestrand · 7 years ago
  8. e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 7 years ago
  9. 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 7 years ago
  10. dd056c3 Fix incorrect bitrate settings for screenshare by Erik Språng · 7 years ago
  11. 6856156 Introduce TaskQueueForTest. by Tommi · 7 years ago
  12. 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
  13. a6cc0f9 Refactor FakeVideoCapturer. by Niels Möller · 7 years ago
  14. 1370e30 Refactor of GetSimulcastConfig & EncoderStreamFactory. by Seth Hampson · 7 years ago
  15. cb768a8 Delete unused code in videoengine_unittest.h. by Niels Möller · 7 years ago
  16. 2d40ad3 Remove dead code GetSimulcastSsrcs from simulcast.{cc,h}. by Rasmus Brandt · 7 years ago
  17. 75e38d2 Remove unused fields from VideoCodecVP8. by Rasmus Brandt · 7 years ago
  18. 60bb6fe Protect VideoReceiveStream<->FlexfecReceiveStream sink association with unit test. by Rasmus Brandt · 7 years ago
  19. 8595993 Update several tests: FakeVideoCapturer -> FakeVideoCapturerWithTaskQueue. by Tommi · 7 years ago
  20. 1829af6 Extend FakePeriodicVideoCapturer with FakeVideoCapturerWithTaskQueue. by Tommi · 7 years ago
  21. c334ce9 Remove legacy ctor from SimulcastEncoderAdapter. by Rasmus Brandt · 7 years ago
  22. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 7 years ago
  23. 8234ead Allows the application to set active simulcast streams. by Seth Hampson · 7 years ago
  24. cc7125f Sets sending status for active RtpRtcp modules. by Seth Hampson · 7 years ago
  25. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 7 years ago
  26. e062385 Avoid to unconditionally include rtc_base/win32.h. by Mirko Bonadei · 7 years ago
  27. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
  28. dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
  29. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  30. f120cba Delete AudioMonitor and related code. by Niels Möller · 7 years ago
  31. d7ae3c3 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  32. ca913b0 Stop using public_deps in modules/audio_processing/aec_dump. by Mirko Bonadei · 7 years ago
  33. 1204448 Revert "Reland "Rename stereo video codec to multiplex"" by Taylor Brandstetter · 7 years ago
  34. 4954a77 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  35. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  36. 5e4833c Add missing stdio.h header in files using scanf/sscanf function. by Piotr Tworek · 7 years ago
  37. 6bc7bb6 Revert "Rename stereo video codec to multiplex" by Ivo Creusen · 7 years ago
  38. bbdabe5 Rename stereo video codec to multiplex by Emircan Uysaler · 7 years ago
  39. ba37b4b Change return type of RtpSenderInterface::SetParameters from bool to RTCError by Zach Stein · 7 years ago
  40. b8e1201 Generate track stats when SSRC=0 by Harald Alvestrand · 7 years ago
  41. 6daa278 Move MediaConfig to its own header file and target. by Niels Möller · 7 years ago
  42. 1d7ecd2 Rename a few MediaConfig::Video flags for consistency. by Niels Möller · 7 years ago
  43. a6fe261 Move AudioOptions to its own header file and target. by Niels Möller · 7 years ago
  44. 34924c2 Fix warning 4373. by Patrik Höglund · 7 years ago
  45. 46e31ba Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." by Seth Hampson · 7 years ago
  46. 5ed4465 Allow first frame after fallback in VideoEncoderSoftwareFallbackWrapper by Emircan Uysaler · 7 years ago
  47. 3ca452b Create an RtpEncodingParameters struct for each simulcast stream by Zach Stein · 7 years ago
  48. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  49. 6539f69 Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator. by Niels Möller · 7 years ago
  50. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  51. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  52. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  53. 8d0f1db Removing cricket::MediaEngineFactory. by Mirko Bonadei · 7 years ago
  54. 0f17f9c Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." by Lu Liu · 7 years ago
  55. 18c4261 Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer. by Seth Hampson · 7 years ago
  56. 4613bdf Recreate AudioReceiveStreams when header extensions change. by Fredrik Solenberg · 7 years ago
  57. a97af1f Complete moving video_coding headers. by Patrik Höglund · 7 years ago
  58. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  59. ce89234 Clean up some files from rtc_audio_video target by Anders Carlsson · 7 years ago
  60. 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago
  61. 11b6846 Removed overloaded function GetSimulcastConfig from simulcast.cc. by Seth Hampson · 7 years ago
  62. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  63. 448691c Remove the old videosinkinterface.h. by Patrik Höglund · 7 years ago
  64. adc1e9b Remove old videosourceinterface files. by Patrik Höglund · 7 years ago
  65. 3b903d0 Reconfigure, not reconstruct, AudioReceiveStreams. by Fredrik Solenberg · 7 years ago
  66. a0f5f60 Revert "Revert "Make some more targets publicly visible"" by Per Kjellander · 7 years ago
  67. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  68. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  69. 55d1809 Revert "Make some more targets publicly visible" by Per Kjellander · 7 years ago
  70. 60d1792 Make some more targets publicly visible by Karl Wiberg · 7 years ago
  71. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  72. 438663e DCHECKS added to GetSimulcastConfig. by Seth Hampson · 7 years ago
  73. 002f921 Inline default constructors for MediaChannel structs by Steve Anton · 7 years ago
  74. 62337e5 Use AudioProcessingBuilder everywhere AudioProcessing is created. by Ivo Creusen · 7 years ago
  75. 825249f Add final missing header files before enabling orphans check. by Patrik Höglund · 7 years ago
  76. 24722b3 Reland "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Seth Hampson · 7 years ago
  77. 99175c6 Add untracked headers to video_coding. by Patrik Höglund · 7 years ago
  78. a114c88 Reland "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  79. dc8b5ab Remove dead code for media channel errors by Steve Anton · 7 years ago
  80. e0c2eea Simplifying video engine test code. by srte · 7 years ago
  81. 9e19403 Move videosourceinterface to api. by Patrik Höglund · 7 years ago
  82. be214a2 Move videosinkinterface.h to common_video to solve a circular dep. by Patrik Höglund · 7 years ago
  83. 0942b36 Revert "Reland "Reland "Put internal video codec factories into separate target""" by Anders Carlsson · 7 years ago
  84. 727b7d0 Reland "Reland "Put internal video codec factories into separate target"" by Anders Carlsson · 7 years ago
  85. 6213929 Add missing files to audio_processing. by Patrik Höglund · 7 years ago
  86. 7622048 Add an AudioOptions field to force software echo cancellation on iOS. by Jonathan Yu · 7 years ago
  87. a40f824 Explicitly specify is_clang=false for Win MSVC bots by Oleh Prypin · 7 years ago
  88. 8b77aea Revert "Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator." by Lu Liu · 7 years ago
  89. d2b912a Wiring the RTCRtpEncodingParameters.priority down to the bitrate allocator. by Seth Hampson · 7 years ago
  90. 6552695 Revert "Reland "Put internal video codec factories into separate target"" by Lu Liu · 7 years ago
  91. 0efd1e8 Reland "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  92. bb298ac Revert "Put internal video codec factories into separate target" by Anders Carlsson · 7 years ago
  93. 51698ae Put internal video codec factories into separate target by Anders Carlsson · 7 years ago
  94. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 7 years ago
  95. d524751 Replace VoEBase::[Start/Stop]Playout(). by Fredrik Solenberg · 7 years ago
  96. aaedf75 Replace VoEBase::[Start/Stop]Send(). by Fredrik Solenberg · 7 years ago
  97. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  98. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  99. 00f934a Add gcc-style annotations for printf-like functions. by Niels Möller · 7 years ago
  100. 401d056 Removing $rtc_libyuv_dir and removing useless dependencies on libyuv. by Mirko Bonadei · 7 years ago