1. c57d573 RID parsing for Simulcast support. by Amit Hilbuch · 6 years ago
  2. 0109295 Mark functions using old factory classes as deprecated. by Anders Carlsson · 6 years ago
  3. f73d40f Add visibility for rtc_vp9_profile by Emircan Uysaler · 6 years ago
  4. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  5. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  6. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  7. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
  8. fa0aa39 Removes templating from CompositeMediaEngine. by Sebastian Jansson · 6 years ago
  9. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  10. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  11. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  12. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  13. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  14. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  15. 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
  16. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  17. 327b753 Split out a separate target for VP8EncoderSimulcastProxy by Jonathan Yu · 6 years ago
  18. 5abd541 Stop exporting simulcast_encoder_adapter.h in :rtc_internal_video_codecs by Jonathan Yu · 6 years ago
  19. 039743e Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Niels Möller · 6 years ago
  20. 6e8e299 Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Oleh Prypin · 6 years ago
  21. 80cd25b Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  22. 9a5da49 Split out a separate target for SimulcastEncoderAdapter by Jonathan Yu · 6 years ago
  23. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  24. cb06cac Moves fake media engine implementation to cc file. by Sebastian Jansson · 6 years ago
  25. 276827c Export symbols needed by the Chromium component build (part 3). by Mirko Bonadei · 6 years ago
  26. 1a35fbd Add field trial for normalized simulcast size. by Åsa Persson · 6 years ago
  27. 3d25530 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  28. 16fe3f2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  29. 99eea42 Reland "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
  30. b49520b Revert "Reland "Export symbols needed by the Chromium component build (part 1)."" by Mirko Bonadei · 6 years ago
  31. 588f464 Reland "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  32. 2ea9af2 Revert "Export symbols needed by the Chromium component build (part 1)." by Mirko Bonadei · 6 years ago
  33. 9e24dcf Export symbols needed by the Chromium component build (part 1). by Mirko Bonadei · 6 years ago
  34. 23eba22 Add support for RtpEncodingParameters num_temporal_layers. by Åsa Persson · 6 years ago
  35. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  36. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  37. 49ac595 Add GetSources to VideoRtpReceiver by Jonas Oreland · 6 years ago
  38. cc22f51 Removing the intelligibility enhancer. by Alessio Bazzica · 6 years ago
  39. c30a131 Add experiment for boosted qp at lowest stream for screenshare by Ilya Nikolaevskiy · 6 years ago
  40. 17aff35 Enable clang::find_bad_constructs for sdk/ (part 1). by Mirko Bonadei · 6 years ago
  41. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  42. a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
  43. 31cb8f9 Add unit tests for simulcast layer configurations. by Åsa Persson · 6 years ago
  44. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  45. 23cd45a webrtcvideoengine_unittest: Use RtpHeaderParser class for parsing rtp header. by Åsa Persson · 6 years ago
  46. 23f71a8 Remove usage of //build/config/clang:extra_warnings. by Mirko Bonadei · 6 years ago
  47. 98badbc Add VP9 profile negotiation to SDP by Emircan Uysaler · 6 years ago
  48. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  49. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  50. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  51. de212ca Removing some MSVC warning suppression flags. by Mirko Bonadei · 6 years ago
  52. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 6 years ago
  53. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
  54. dd3e0ab Make rtc_software_fallback_wrappers target visible. by Anders Carlsson · 6 years ago
  55. 0cedc05 Refactor SimulcastTestUtility into SimulcastTestFixture{,Impl} by Rasmus Brandt · 6 years ago
  56. f859e55 Removing warning suppression flags from media. by Mirko Bonadei · 6 years ago
  57. 7fd0a28 Directly include VideoBitrateAllocation in media/ targets by Erik Språng · 6 years ago
  58. 79478ad Adjust base bitrate for experimental temporal layer count by Erik Språng · 6 years ago
  59. 195d1d7 Remove ScreenshareLayerConfig. by Rasmus Brandt · 6 years ago
  60. c948fe6 Delete unneeded includes of call/video_config.h. by Niels Möller · 6 years ago
  61. fe826f3 Removing warning suppression flags from media/BUILD.gn. by Mirko Bonadei · 6 years ago
  62. 5f2bb62 Remove dependency in FakeWebRtcVideoCodecFactories. by Anders Carlsson · 6 years ago
  63. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  64. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  65. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  66. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 6 years ago
  67. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  68. 6557d0c Delete header file videoengine_unittest.h. by Niels Möller · 7 years ago
  69. 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 7 years ago
  70. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  71. 7531a76 Delete unused header media/base/test/mock_mediachannel.h. by Niels Möller · 7 years ago
  72. 8d2c5a8 Detangling target dependencies in rtc_base_approved. by Tommi · 7 years ago
  73. 7bd79a0 Split up audio_device build target by Paulina Hensman · 7 years ago
  74. 99f52f8 Make decoder software fallback sticky. by Sami Kalliomäki · 7 years ago
  75. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
  76. 6856156 Introduce TaskQueueForTest. by Tommi · 7 years ago
  77. a6cc0f9 Refactor FakeVideoCapturer. by Niels Möller · 7 years ago
  78. 1829af6 Extend FakePeriodicVideoCapturer with FakeVideoCapturerWithTaskQueue. by Tommi · 7 years ago
  79. 970b088 Reland "Break up rtc_event_log_api to solve circular dependencies." by Qingsi Wang · 7 years ago
  80. 75df728 Revert "Break up rtc_event_log_api to solve circular dependencies." by Mirko Bonadei · 7 years ago
  81. dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
  82. 001546d Break up rtc_event_log_api to solve circular dependencies. by Qingsi Wang · 7 years ago
  83. d7ae3c3 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  84. ca913b0 Stop using public_deps in modules/audio_processing/aec_dump. by Mirko Bonadei · 7 years ago
  85. 1204448 Revert "Reland "Rename stereo video codec to multiplex"" by Taylor Brandstetter · 7 years ago
  86. 4954a77 Reland "Rename stereo video codec to multiplex" by Emircan Uysaler · 7 years ago
  87. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 7 years ago
  88. 6bc7bb6 Revert "Rename stereo video codec to multiplex" by Ivo Creusen · 7 years ago
  89. bbdabe5 Rename stereo video codec to multiplex by Emircan Uysaler · 7 years ago
  90. 6daa278 Move MediaConfig to its own header file and target. by Niels Möller · 7 years ago
  91. a6fe261 Move AudioOptions to its own header file and target. by Niels Möller · 7 years ago
  92. 34924c2 Fix warning 4373. by Patrik Höglund · 7 years ago
  93. 2ffe3e8 Reland Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  94. c1094eb Revert "Use runtime enabled features API to enable dual stream mode" by Lu Liu · 7 years ago
  95. 6f011df Use runtime enabled features API to enable dual stream mode by Ilya Nikolaevskiy · 7 years ago
  96. a8b7c7f Move remaining traces of VoiceEngine by Fredrik Solenberg · 7 years ago
  97. a97af1f Complete moving video_coding headers. by Patrik Höglund · 7 years ago
  98. 9c68613 Update gn files to support Mozilla build by Dan Minor · 7 years ago
  99. ce89234 Clean up some files from rtc_audio_video target by Anders Carlsson · 7 years ago
  100. 75baa49 Stop using public_deps in media/. by Mirko Bonadei · 7 years ago