1. 60362c1 Prepare to deprecate AsyncResolver class by Harald Alvestrand · 1 year, 3 months ago
  2. 2bac7ef Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. by philipel · 1 year, 10 months ago
  3. 041ecb8 New PeerConnectionFactory::CreateVideoTrack with refcounted source by Harald Alvestrand · 1 year, 10 months ago
  4. 9a21c49 SocketServer: Migrate Wait/kForever to TimeDelta. by Markus Handell · 2 years, 5 months ago
  5. b9201b0 Remove usage of rtc::MessageHandler in peer_connection example by Danil Chapovalov · 2 years, 5 months ago
  6. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 7 months ago
  7. e66b83f Never pass a signed char to ctype macros like isdigit() by Niels Möller · 2 years, 8 months ago
  8. df209e7 Avoid more usage of implicit conversion from scoped_refptr<T> to T* by Niels Möller · 2 years, 9 months ago
  9. 901736f Fix crash in peerconnection_client example code by Xinchao Tian · 2 years, 9 months ago
  10. 567d039 Remove use of another deprecated json API in examples. by Björn Terelius · 2 years, 9 months ago
  11. e0ac10d Remove use of deprecated Json API by Björn Terelius · 2 years, 9 months ago
  12. 90f3c90 Migrate from deprecated api in examples/ by Björn Terelius · 2 years, 9 months ago
  13. 06e4fc5 Remove dependency on //build/config/linux/gtk by Tom Anderson · 2 years, 10 months ago
  14. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years ago
  15. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years ago
  16. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years ago
  17. 027c793 Replace most explicit `new RefCountedObject...` with make_ref_counted by Niels Möller · 3 years ago
  18. ac0d183 Prepare for deleting implicit conversion from raw pointer to scoped_refptr. by Niels Möller · 3 years ago
  19. ef5b21e Deprecate and remove usage for WARNING log level by Harald Alvestrand · 3 years, 2 months ago
  20. b2860b0 Update peerconnection example to not use Win32Socket by Niels Möller · 3 years, 5 months ago
  21. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 2 months ago
  22. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 3 months ago
  23. f9e502d Remove enable_dtls_srtp option by Harald Alvestrand · 3 years, 3 months ago
  24. a3d8c61 Do not use UI thread as signaling thread. by Qiu Jianlin · 3 years, 4 months ago
  25. d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 5 months ago
  26. 36de9df Use backticks not vertical bars to denote variables in comments for /examples by Artem Titov · 3 years, 6 months ago
  27. c91c2f5 peer_connection_server: fix static analysis issues by Philipp Hancke · 3 years, 6 months ago
  28. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 7 months ago
  29. ef83d15 Update peerconnection example to not use Win32SocketServer by Niels Möller · 3 years, 7 months ago
  30. 4eb47f2 Delete unused class SignalThread by Niels Möller · 4 years ago
  31. 3b7b4f2 Fix libyuv includes for libyuv roll by Ilya Nikolaevskiy · 4 years, 4 months ago
  32. 0240cf8 stop sending x-peer-id in peerconnection_server by Philipp Hancke · 4 years, 5 months ago
  33. 77baeee Make MessageHandler be a pure virtual interface. by Tomas Gunnarsson · 4 years, 4 months ago
  34. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 5 months ago
  35. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
  36. 290de82 Cleanup: Replace MessageQueue pointers with Thread pointers. by Sebastian Jansson · 5 years ago
  37. 4f178d0 Fix gtk color-space conversion in peerconnection_client by Niels Möller · 5 years ago
  38. 76c89da Add usage message to peerconnection_server. by Mirko Bonadei · 6 years ago
  39. 0be40bf Switch pc client and stunprober to ABSL_FLAG. by Mirko Bonadei · 6 years ago
  40. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  41. 04cffe3 Switch example peerconnection server to ABSL_FLAG. by Mirko Bonadei · 6 years ago
  42. 5b2eda4 Sanity-check field trial string at initialization. by Jonas Olsson · 6 years ago
  43. 0da1156 Simplify WindowsCommandLineArguments, and move to example code. by Niels Möller · 6 years ago
  44. 673f7e5 Do not assume /DUNICODE and /D_UNICODE. by Mirko Bonadei · 6 years ago
  45. d999351 Delete function url_decode by Niels Möller · 6 years ago
  46. c6fa6d9 ClangTidy fixes for examples/ by Benjamin Wright · 6 years ago
  47. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
  48. 38c83b9 Remove unused file. by Fredrik Solenberg · 6 years ago
  49. 7248b40 Added VcmCapturer::Create loop to allow nonzero device index. by Johnny Lee · 6 years ago
  50. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  51. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  52. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  53. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  54. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  55. b76be9a Convert peerconnection_client to use VcmCapturer by Niels Möller · 6 years ago
  56. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  57. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  58. 3e67676 Add support for field trials in peerconnection_client|server by Bjorn Terelius · 6 years ago
  59. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  60. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  61. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  62. aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
  63. 433eafe Delete unused includes of assert.h by Niels Möller · 6 years ago
  64. b45bdb5 Move rtc_json code from API dir, enable unit test, unmark testonly by Sam Zackrisson · 6 years ago
  65. ba5eaee Remove rtc::EnsureWinsockInit and g_winsockinit. by Mirko Bonadei · 6 years ago
  66. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  67. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 7 years ago
  68. 31f1596 Fix a warning about comparison of integers of different signs by Oleh Prypin · 6 years ago
  69. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  70. f957dd9 Remove -Wno-reorder from examples/BUILD.gn. by Mirko Bonadei · 7 years ago
  71. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  72. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  73. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  74. 73771a8 Prepare to remove old OnFailure implementations by Harald Alvestrand · 7 years ago
  75. d7b9131 Move socklen_t definition for windows to win32.h. by Niels Möller · 7 years ago
  76. 6753795 Built in video codec factories. by Anders Carlsson · 7 years ago
  77. c06ed70 Update PeerConnection client example to Unified Plan APIs by Steve Anton · 7 years ago
  78. 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 7 years ago
  79. 513449e Changes name of RtpTransceiverInit's stream_labels to stream_ids. by Seth Hampson · 7 years ago
  80. a425184 Fix override warnings. by Patrik Höglund · 7 years ago
  81. 2c599d6 Allow native aec to be used in peerconnection_client if available on windows. by Tommi · 7 years ago
  82. e062385 Avoid to unconditionally include rtc_base/win32.h. by Mirko Bonadei · 7 years ago
  83. 1c62ffa Normalize main(..) routines for WinUWP by Robin Raymond · 7 years ago
  84. 6543206 Including libyuv headers using fully qualified paths. by Mirko Bonadei · 7 years ago
  85. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  86. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  87. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  88. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  89. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago