1. 2ded9b1 Replace SetCapturer and SetCaptureDevice by SetSource. Drop return value. by nisse · 8 years ago
  2. e0d4637 Allow applications to control audio send bitrate through RtpParameters. by skvlad · 8 years ago
  3. 52dce73 Add the last_sent_packet_id to the candidate pair change signal by Honghai Zhang · 8 years ago
  4. cc411c0 Reset the BWE when the network changes. by Honghai Zhang · 8 years ago
  5. eec21bd Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  6. 194e3bc Revert of Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. (patchset #4 id:60001 of https://codereview.webrtc.org/1785713005/ ) by kjellander · 9 years ago
  7. 944c390 Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. by jbauch · 9 years ago
  8. dc1c62c Enable setting the maximum bitrate limit in RtpSender. by skvlad · 9 years ago
  9. 0510331 Drop VideoOptions from VideoSendParameters. by nisse · 9 years ago
  10. 3102294 Replace scoped_ptr with unique_ptr in webrtc/pc/ by kwiberg · 9 years ago
  11. ca8b404 Add tracing to interesting media-related methods. by Peter Boström · 9 years ago
  12. 1a018dc Prevent a voice channel from sending data before a source is set. by Taylor Brandstetter · 9 years ago
  13. c11b184 Remove CaptureManager and related calls in ChannelManager. by perkj · 9 years ago
  14. f475277 Rename constants files in webrtc/{media,p2p} by kjellander · 9 years ago
  15. 7ffeab5 Reland "Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies." by kjellander@webrtc.org · 9 years ago
  16. 686a8ef Replace scoped_ptr with unique_ptr in webrtc/media/ by kwiberg · 9 years ago
  17. 7324eb9 Revert of Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. (patchset #2 id:40001 of https://codereview.webrtc.org/1737593002/ ) by kjellander · 9 years ago
  18. 99b345c Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. by kjellander@webrtc.org · 9 years ago
  19. 4b4dc86 Remove conference_mode flag from AudioOptions and VideoOptions. by nisse · 9 years ago
  20. 65c7f67 Fix license headers in webrtc/pc by kjellander · 9 years ago
  21. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago[Renamed (99%) from talk/session/media/channel.cc]
  22. a96e2d7 Move talk/media to webrtc/media by kjellander · 9 years ago
  23. 08582ff Replace uses of cricket::VideoRenderer by rtc::VideoSinkInterface. by nisse · 9 years ago
  24. ce23bee Remove SendStreamFormat and ViewRequests. by Peter Boström · 9 years ago
  25. a6c39d9 Remove unimplemented VideoChannel code. by Peter Boström · 9 years ago
  26. 2d110be Revert of Storing raw audio sink for default audio track. (patchset #7 id:120001 of https://codereview.chromium.org/1551813002/ ) by deadbeef · 9 years ago
  27. e591f93 Storing raw audio sink for default audio track. by deadbeef · 9 years ago
  28. e6bf587 Deleted VideoCapturer::screencast_max_pixels, together with by nisse · 9 years ago
  29. 4638331 DTLS-SRTP set up is bypassed when the channel has been writable. by guoweis · 9 years ago
  30. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  31. f888bb5 Support for unmixed remote audio into tracks. by Tommi · 9 years ago
  32. 1387149 Adding reduced size RTCP configuration down to the video stream level. by deadbeef · 9 years ago
  33. 9f45a45 Add tracing to upper-level WebRTC calls. by Peter Boström · 9 years ago
  34. 6f28cf0 Implement standalone event tracing in AppRTCDemo. by Peter Boström · 9 years ago
  35. 1218d7a Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  36. 86aaa4b Revert "Allow remote fingerprint update during a call" by Guo-wei Shieh · 9 years ago
  37. 9c38c2d Allow remote fingerprint update during a call by Guo-wei Shieh · 9 years ago
  38. 1d63dd0 - Remove cricket::VoiceChannel::PressDtmf(); AFAICT unused. by solenberg · 9 years ago
  39. 521ed7b Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
  40. 318166b Revert of Convert internal representation of Srtp cryptos from string to int. (patchset #10 id:180001 of https://codereview.webrtc.org/1416673006/ ) by guoweis · 9 years ago
  41. 2764e10 Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
  42. 482b12e Remove BundleFilter filtering of RTCP. by pbos · 9 years ago
  43. be57983 Rename Maybe to Optional by Karl Wiberg · 9 years ago
  44. 102c6a6 Replace rtc::cricket::Settable with rtc::Maybe by kwiberg · 9 years ago
  45. c1aeaf0 Wire up packet_id / send time callbacks to webrtc via libjingle. by stefan · 9 years ago
  46. 1ac5614 Remove default receive channel from WVoE; baby step 3. by solenberg · 9 years ago
  47. d4cec0d Remove MediaChannel::SetRemoteRenderer(). by solenberg · 9 years ago
  48. 4bac9c5 Change SetOutputScaling to set a single level, not left/right levels. by solenberg · 9 years ago
  49. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  50. 5b14b42 Remove unused SignalMediaError and infrastructure. by solenberg · 9 years ago
  51. dfc8f4f Change 'mute' parameter of MediaChannel::SetAudioSend()/SetVideoSend() to 'enable'. by solenberg · 9 years ago
  52. 456696a Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 9 years ago
  53. 27dc29b Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20 id:750001 of https://codereview.webrtc.org/1337673002/ ) by guoweis · 9 years ago
  54. 4fe3c9a Change WebRTC SslCipher to be exposed as number only. by guoweis · 9 years ago
  55. 34fbfff Remove VideoMediaChannel::SetRender(). by Peter Boström · 9 years ago
  56. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
  57. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
  58. 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
  59. 22011c1 Remove Channel::SetRingbackTone() and Channel::PlayRingbackTone(), and the code beneath it (within libjingle). by solenberg · 9 years ago
  60. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 9 years ago
  61. 9af63f4 TransportController refactoring. by deadbeef · 9 years ago
  62. 1dd98f3 - Rename VoiceChannel::MuteStream() -> SetAudioSend() (incl. media channel) by solenberg · 9 years ago
  63. 8006f07 Remove unused TypingMonitor class. by solenberg · 9 years ago
  64. bfab5cb Fix some minor errors with the voice engine caused by the refactor CL https://codereview.webrtc.org/1229283003/. by Peter Thatcher · 9 years ago
  65. dbe5bd9 Delete unused function SetSessionError. by Nico Weber · 9 years ago
  66. c2ee2c8 Refactor the relationship between BaseChannel and MediaChannel so that we send over all the parameters in one method call rather then having them broken up into multiple method calls. This should allow future refactorings of the WebRtcVideoEngine2 to not recreate configurations so many times, and have more simple code as well. by Peter Thatcher · 9 years ago
  67. 0c02264 Get rid of media_engine_ from BaseChannel; only VoiceChannel needs it. by Fredrik Solenberg · 9 years ago
  68. a9b4c32 Nuke buffered latency mode. It's not actually working, and it's not used. It's just dead code complexity. by Peter Thatcher · 9 years ago
  69. a6d2444 Remove BaseSession::SignalNewDescription. It was only used by GTP and now just clutters the code. by Peter Thatcher · 9 years ago
  70. 3b1e647 Remove media sinks from Channel. by pbos · 9 years ago
  71. af55ccc Add RtcpMuxPolicy support to PeerConnection. by Peter Thatcher · 9 years ago
  72. c56ac1e rtc::Buffer: Remove backwards compatibility band-aids by Karl Wiberg · 9 years ago
  73. cbf0927 Revert "rtc::Buffer: Remove backwards compatibility band-aids" by Karl Wiberg · 9 years ago
  74. 9e1a6d7 rtc::Buffer: Remove backwards compatibility band-aids by Karl Wiberg · 9 years ago
  75. 7fb711f Remove unused voice channel argument from cricket::VideoChannel ctor and corresponding field in class. by Fredrik Solenberg · 9 years ago
  76. 7c027b6 Enable more Clang warnings for talk/ by Henrik Kjellander · 9 years ago
  77. 9478437 rtc::Buffer improvements by Karl Wiberg · 9 years ago
  78. eebcab5 rtc::Buffer: Rename length to size, for conformance with the STL by kwiberg@webrtc.org · 9 years ago
  79. 592470b Remove a dependency of BaseChannel on WebRtcSession by having WebRtcSession push down new media descriptions to BaseChannel rather than having BaseChannel listen to the description changes from WebRtcSession. by pthatcher@webrtc.org · 10 years ago
  80. 6ad507a Refactor how the TransportChannels are set in the BaseChannel to rely lesson Session, so that in the future we can rely on Transport instead, and also be able to change Transports on the fly for BUNDLE. by pthatcher@webrtc.org · 10 years ago
  81. 4eeef58 Remove a hacky dependency of BaseChannel on BaseSession by moving the handling of DTLS setup failure into a signal on BaseChannel rather than a method call on BaseSession. by pthatcher@webrtc.org · 10 years ago
  82. b4aac13 Cleanup SocketMonitor a little so that it can handle a change in transport channel. And cleanup some names and style and such as well. by pthatcher@webrtc.org · 10 years ago
  83. 058b1f1 Remove GetReceiveBandwidthEstimatorStats. by pbos@webrtc.org · 10 years ago
  84. a67ca1a Only report the first rtp packet because it indicates the media has started flowing. by honghaiz@google.com · 10 years ago
  85. 586f2ed Change GetStreamBySsrc to not copy StreamParams. by tommi@webrtc.org · 10 years ago
  86. e2b7585 Move ViewRequest and MediaStreams to streamparams.h, and remove dependency on mediasessionclient.h and mediamessages.h. This is part of the effort to remove Jingle-specific code from WebRTC and into its own repository. by pthatcher@webrtc.org · 10 years ago
  87. 18a3896 Revert r7886:7887. by pbos@webrtc.org · 10 years ago
  88. dee76f3 Move the obvious/easy Jingle-specific code into webrtc/libjingle. by pthatcher@webrtc.org · 10 years ago
  89. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  90. 28100cb Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." by henrike@webrtc.org · 10 years ago
  91. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago
  92. 65b98d1 (Auto)update libjingle 72839629-> 72847605 by buildbot@webrtc.org · 10 years ago
  93. 5b1ebac (Auto)update libjingle 72820109-> 72822008 by buildbot@webrtc.org · 10 years ago
  94. d509678 (Auto)update libjingle 72819313-> 72820109 by buildbot@webrtc.org · 10 years ago
  95. 94b996c (Auto)update libjingle 72785516-> 72819313 by buildbot@webrtc.org · 10 years ago
  96. 476efa2 (Auto)update libjingle 72785180-> 72785516 by buildbot@webrtc.org · 10 years ago
  97. e0d03f1 (Auto)update libjingle 72443101-> 72446860 by buildbot@webrtc.org · 10 years ago
  98. 6e203d5 (Auto)update libjingle 72442050-> 72443101 by buildbot@webrtc.org · 10 years ago
  99. 52148c2 (Auto)update libjingle 72430895-> 72442050 by buildbot@webrtc.org · 10 years ago
  100. 7cb60cc (Auto)update libjingle 72407428-> 72430895 by buildbot@webrtc.org · 10 years ago