1. 03fbace Remove apm_helpers, consolidate audio config in WebRtcVoiceEngine by Sam Zackrisson · 4 years, 9 months ago
  2. 3f7e0ed Add option to make first scale factor depend on input resolution. by Åsa Persson · 4 years, 9 months ago
  3. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  4. 41478c7 Remove AudioProcessing::gain_control() getter by Sam Zackrisson · 4 years, 10 months ago
  5. 80f53b7 Extend WebRTC-Video-MinVideoBitrate to experiment per-codec by Elad Alon · 4 years, 10 months ago
  6. 5740f3e Clarify expectation on GlobalLock by Danil Chapovalov · 4 years, 10 months ago
  7. f4e0c29 SimulcastEncoderAdapter: support per layer fallback and single encoder proxying by Erik Språng · 4 years, 10 months ago
  8. e942b14 New build target api:media_interface by Niels Möller · 4 years, 10 months ago
  9. 738bfa7 Remove api/bitrate_constraints.h. by Mirko Bonadei · 4 years, 10 months ago
  10. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  11. eaaaf41 Introduce api/crypto/BUILD.gn. by Mirko Bonadei · 4 years, 11 months ago
  12. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 4 years, 11 months ago
  13. fcfeefe Move rtc_error.{h,cc} to its own build target. by Mirko Bonadei · 4 years, 11 months ago
  14. 0bd2eff Reland "New build target p2p:stun_types" by Niels Möller · 5 years ago
  15. 91c824f Revert "New build target p2p:stun_types" by Hannes Landeholm · 5 years ago
  16. 66d6c3b Buffers non atomic message send with usrsctp lib. by Seth Hampson · 5 years ago
  17. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  18. 5b4fcb5 New build target p2p:stun_types by Niels Möller · 5 years ago
  19. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  20. b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 5 years ago
  21. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  22. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  23. d2845f8 Removes unused AudioAllocationSettings from voice engine. by Sebastian Jansson · 5 years ago
  24. d7ee76c Wire up field trials for some experimental screenshare settings by Erik Språng · 5 years ago
  25. 41300af Poison default task queue factory by Danil Chapovalov · 5 years ago
  26. 495a1ae Remove cricket::WebRtcMediaEngineFactory as now unused by Danil Chapovalov · 5 years ago
  27. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  28. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  29. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 5 years ago
  30. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  31. 85b8ce2 In media engine replace forward declaration with proper includes by Danil Chapovalov · 5 years ago
  32. 220f4be Remove some media/ --> pc/ test dependencies by Steve Anton · 5 years ago
  33. 87e3f9d [video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo by Henrik Boström · 5 years ago
  34. 04a3cc1 Delete rtc_base/unittest_main.cc by Niels Möller · 5 years ago
  35. 9e79e6b Consolidate mock video encoders by Erik Språng · 5 years ago
  36. a3aa9bd Make VideoBitrateAllocatorFactory injectable. by Jonas Oreland · 5 years ago
  37. 4844c5f Introduce media engine factory where TaskQueueFactory dependency can be set. by Danil Chapovalov · 5 years ago
  38. 6fe6b5a merge deps= and unconditional deps+= blocks in media/BUILD.gn by Danil Chapovalov · 5 years ago
  39. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  40. 8581877 Delete interface class VideoCaptureExternal by Niels Möller · 5 years ago
  41. 66e7679 Export symbols needed by the Chromium component build (part 8). by Mirko Bonadei · 5 years ago
  42. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  43. a7d8f19 Use 'public_deps' to depend on nacl_io [1]. by Mirko Bonadei · 5 years ago
  44. 4c7112a Reland "in WebrtcVoiceEngine allow to set TaskQueueFactory" by Danil Chapovalov · 5 years ago
  45. e27ccf9 Revert "in WebrtcVoiceEngine allow to set TaskQueueFactory" by Amit Hilbuch · 5 years ago
  46. a39254d in WebrtcVoiceEngine allow to set TaskQueueFactory by Danil Chapovalov · 5 years ago
  47. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  48. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 5 years ago
  49. 946b968 Add support for target rate constraints by Piotr (Peter) Slatala · 5 years ago
  50. 6d83592 Improve handling of packets with unknown ssrc. by Jonas Oreland · 5 years ago
  51. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  52. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 5 years ago
  53. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 5 years ago
  54. 9f3aabb Delete obsolete class cricket::VideoCapturer by Niels Möller · 5 years ago
  55. b76b9ba Set WEBRTC_USE_H264 in common_config by Johannes Kron · 5 years ago
  56. e1dcce2 Remove HAVE_WEBRTC_VOICE. by Fredrik Solenberg · 5 years ago
  57. 38c83b9 Remove unused file. by Fredrik Solenberg · 5 years ago
  58. 2c9ebef Use Abseil container algorithms in media/ by Steve Anton · 5 years ago
  59. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  60. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  61. 470a5ea Introduces common AudioAllocationSettings class. by Sebastian Jansson · 6 years ago
  62. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  63. 1ba3ddd Remove obsolete video_capture_module dependency. by Yves Gerey · 6 years ago
  64. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  65. 29cbd85 Fix rtc_media_unittests deps (crbug.com/908819 is now fixed). by Mirko Bonadei · 6 years ago
  66. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  67. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  68. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  69. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  70. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  71. fd87da7 Delete WebRtcVideoCapturer and related classes. by Niels Möller · 6 years ago
  72. 73f2da9 Remove VP8EncoderSimulcastProxy by Florent Castelli · 6 years ago
  73. f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
  74. cca13f6 Remove unused cryptoparams.h header by Steve Anton · 6 years ago
  75. c57d573 RID parsing for Simulcast support. by Amit Hilbuch · 6 years ago
  76. 0109295 Mark functions using old factory classes as deprecated. by Anders Carlsson · 6 years ago
  77. f73d40f Add visibility for rtc_vp9_profile by Emircan Uysaler · 6 years ago
  78. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  79. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  80. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  81. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
  82. fa0aa39 Removes templating from CompositeMediaEngine. by Sebastian Jansson · 6 years ago
  83. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  84. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  85. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  86. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  87. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  88. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  89. 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
  90. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  91. 327b753 Split out a separate target for VP8EncoderSimulcastProxy by Jonathan Yu · 6 years ago
  92. 5abd541 Stop exporting simulcast_encoder_adapter.h in :rtc_internal_video_codecs by Jonathan Yu · 6 years ago
  93. 039743e Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Niels Möller · 6 years ago
  94. 6e8e299 Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Oleh Prypin · 6 years ago
  95. 80cd25b Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  96. 9a5da49 Split out a separate target for SimulcastEncoderAdapter by Jonathan Yu · 6 years ago
  97. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  98. cb06cac Moves fake media engine implementation to cc file. by Sebastian Jansson · 6 years ago
  99. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
  100. 1a35fbd Add field trial for normalized simulcast size. by Åsa Persson · 6 years ago