0eb15ed7b806125774bd13fb214aeb403e2c6857 |
|
17-Dec-2015 |
kwiberg <kwiberg@webrtc.org> |
Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector We can now use std::move instead! This CL leaves the Pass methods in place; a follow-up CL will add deprecation annotations to them. Review URL: https://codereview.webrtc.org/1460043002 Cr-Commit-Position: refs/heads/master@{#11064}
/external/webrtc/talk/session/media/channel_unittest.cc
|
f888bb58da04c5095759b5ec7ce2e1fa2cd414fd |
|
12-Dec-2015 |
Tommi <tommi@webrtc.org> |
Support for unmixed remote audio into tracks. BUG=chromium:121673 R=solenberg@webrtc.org Review URL: https://codereview.webrtc.org/1505253004 . Cr-Commit-Position: refs/heads/master@{#10995}
/external/webrtc/talk/session/media/channel_unittest.cc
|
1d63dd0eaa44d13c5ae083200937b18bce2132ae |
|
02-Dec-2015 |
solenberg <solenberg@webrtc.org> |
- Remove cricket::VoiceChannel::PressDtmf(); AFAICT unused. - Remove the DF_PLAY/DF_SEND flags, only allow sending. BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1487393002 Cr-Commit-Position: refs/heads/master@{#10872}
/external/webrtc/talk/session/media/channel_unittest.cc
|
482b12e2c3fedfe94a7c3fd665cbe77b848f1b31 |
|
16-Nov-2015 |
pbos <pbos@webrtc.org> |
Remove BundleFilter filtering of RTCP. BundleFilter may not know the remote SSRC for all incoming RTCP packets, so there's no point in filtering them. BUG=webrtc:4740 R=hta@webrtc.org, juberti@webrtc.org, pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1437683005 Cr-Commit-Position: refs/heads/master@{#10655}
/external/webrtc/talk/session/media/channel_unittest.cc
|
5237aaf243d29732f59557361b7a993c0a18cf0e |
|
11-Nov-2015 |
tfarina <tfarina@chromium.org> |
Convert usage of ARRAY_SIZE to arraysize. ARRAY_SIZE is the old version of arraysize and does not cover all the cases in C++, arraysize is a copy of Chromium's version and thus have wider coverage. BUG=None R=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1405023016 Cr-Commit-Position: refs/heads/master@{#10594}
/external/webrtc/talk/session/media/channel_unittest.cc
|
c1aeaf0dc37d96f31c92f893f4e30e7a5f7cc2b7 |
|
15-Oct-2015 |
stefan <stefan@webrtc.org> |
Wire up packet_id / send time callbacks to webrtc via libjingle. BUG=webrtc:4173 Review URL: https://codereview.webrtc.org/1363573002 Cr-Commit-Position: refs/heads/master@{#10289}
/external/webrtc/talk/session/media/channel_unittest.cc
|
4bac9c53da9988741d59753c2d789adb94de5e68 |
|
09-Oct-2015 |
solenberg <solenberg@webrtc.org> |
Change SetOutputScaling to set a single level, not left/right levels. BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1397773002 Cr-Commit-Position: refs/heads/master@{#10234}
/external/webrtc/talk/session/media/channel_unittest.cc
|
0c4e06b4c6107a1b94f764e279e4fb4161e905b0 |
|
07-Oct-2015 |
Peter Boström <pbos@webrtc.org> |
Use suffixed {uint,int}{8,16,32,64}_t types. Removes the use of uint8, etc. in favor of uint8_t. BUG=webrtc:5024 R=henrik.lundin@webrtc.org, henrikg@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org, stefan@webrtc.org, tina.legrand@webrtc.org Review URL: https://codereview.webrtc.org/1362503003 . Cr-Commit-Position: refs/heads/master@{#10196}
/external/webrtc/talk/session/media/channel_unittest.cc
|
5629a1dba2af17d16978c2d70eaf15993da975ab |
|
01-Oct-2015 |
solenberg <solenberg@webrtc.org> |
Fix flaky test TestSrtpError, introduced in https://codereview.webrtc.org/1362913004. BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1380103002 Cr-Commit-Position: refs/heads/master@{#10137}
/external/webrtc/talk/session/media/channel_unittest.cc
|
5b14b42e93f17d0ea57f1f8b3e8224082c514946 |
|
01-Oct-2015 |
solenberg <solenberg@webrtc.org> |
Remove unused SignalMediaError and infrastructure. BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1362913004 Cr-Commit-Position: refs/heads/master@{#10133}
/external/webrtc/talk/session/media/channel_unittest.cc
|
dfc8f4ff8731390828884a0a91b99e51f2950275 |
|
01-Oct-2015 |
solenberg <solenberg@webrtc.org> |
Change 'mute' parameter of MediaChannel::SetAudioSend()/SetVideoSend() to 'enable'. BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1378513003 Cr-Commit-Position: refs/heads/master@{#10130}
/external/webrtc/talk/session/media/channel_unittest.cc
|
456696a9c1bbd586701dcca3e4b2695e419a10ba |
|
01-Oct-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
Reland Change WebRTC SslCipher to be exposed as number only This is to revert the change of https://codereview.webrtc.org/1380603005/ TBR=pthatcher@webrtc.org BUG=523033 Review URL: https://codereview.webrtc.org/1375543003 . Cr-Commit-Position: refs/heads/master@{#10126}
/external/webrtc/talk/session/media/channel_unittest.cc
|
27dc29b0df23eed5034f28d4d5f66ea0bb425d6c |
|
01-Oct-2015 |
guoweis <guoweis@webrtc.org> |
Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20 id:750001 of https://codereview.webrtc.org/1337673002/ ) Reason for revert: This broke chromium.fyi bot. Original issue's description: > Change WebRTC SslCipher to be exposed as number only. > > This makes the SSL exposed as uint16_t which is the IANA value. GetRfcSslCipherName is introduced to handle the conversion to names from ID. IANA value will be used for UMA reporting. Names will still be used for WebRTC stats reporting. > > For SRTP, currently it's still string internally but is reported as IANA number. > > This is used by the ongoing CL https://codereview.chromium.org/1335023002. > > BUG=523033 > > Committed: https://crrev.com/4fe3c9a77386598db9abd1f0d6983aefee9cc943 > Cr-Commit-Position: refs/heads/master@{#10124} TBR=juberti@webrtc.org,rsleevi@chromium.org,pthatcher@webrtc.org,davidben@chromium.org,juberti@google.com,davidben@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=523033 Review URL: https://codereview.webrtc.org/1380603005 Cr-Commit-Position: refs/heads/master@{#10125}
/external/webrtc/talk/session/media/channel_unittest.cc
|
4fe3c9a77386598db9abd1f0d6983aefee9cc943 |
|
01-Oct-2015 |
guoweis <guoweis@webrtc.org> |
Change WebRTC SslCipher to be exposed as number only. This makes the SSL exposed as uint16_t which is the IANA value. GetRfcSslCipherName is introduced to handle the conversion to names from ID. IANA value will be used for UMA reporting. Names will still be used for WebRTC stats reporting. For SRTP, currently it's still string internally but is reported as IANA number. This is used by the ongoing CL https://codereview.chromium.org/1335023002. BUG=523033 Review URL: https://codereview.webrtc.org/1337673002 Cr-Commit-Position: refs/heads/master@{#10124}
/external/webrtc/talk/session/media/channel_unittest.cc
|
34fbfff068bf46d27812fb8fd531aea889a5feaf |
|
24-Sep-2015 |
Peter Boström <pbos@webrtc.org> |
Remove VideoMediaChannel::SetRender(). Was a no-op in current implementation. BUG= R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1334793003 . Cr-Commit-Position: refs/heads/master@{#10059}
/external/webrtc/talk/session/media/channel_unittest.cc
|
cbecd358e032021eac11fb13e04ec7f070d4f407 |
|
23-Sep-2015 |
deadbeef <deadbeef@webrtc.org> |
Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) Reason for revert: This CL just landed: https://codereview.chromium.org/1323243006/ Which fixes the FYI bots for the original CL, and breaks them for this revert. Original issue's description: > Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) > > Reason for revert: > This CL causes problems with the WebRTC-in-Chromium FYI bots. Presumably it needs to be done in several steps, where removed files are emptied instead of removed in the first step. > > Original issue's description: > > TransportController refactoring. > > > > Getting rid of TransportProxy, and in its place adding a > > TransportController class which will facilitate access to and manage > > the lifetimes of Transports. These Transports will now be accessed > > solely from the worker thread, simplifying their implementation. > > > > This refactoring also pulls Transport-related code out of BaseSession. > > Which means that BaseChannels will now rely on the TransportController > > interface to create channels, rather than BaseSession. > > > > Committed: https://crrev.com/47ee2f3b9f33e8938948c482c921d4e13a3acd83 > > Cr-Commit-Position: refs/heads/master@{#10022} > > TBR=pthatcher@webrtc.org,deadbeef@webrtc.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > > Committed: https://crrev.com/a81a42f584baa0d93a4b93da9632415e8922450c > Cr-Commit-Position: refs/heads/master@{#10024} TBR=pthatcher@webrtc.org,torbjorng@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.webrtc.org/1361773005 Cr-Commit-Position: refs/heads/master@{#10036}
/external/webrtc/talk/session/media/channel_unittest.cc
|
a81a42f584baa0d93a4b93da9632415e8922450c |
|
23-Sep-2015 |
torbjorng <torbjorng@webrtc.org> |
Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) Reason for revert: This CL causes problems with the WebRTC-in-Chromium FYI bots. Presumably it needs to be done in several steps, where removed files are emptied instead of removed in the first step. Original issue's description: > TransportController refactoring. > > Getting rid of TransportProxy, and in its place adding a > TransportController class which will facilitate access to and manage > the lifetimes of Transports. These Transports will now be accessed > solely from the worker thread, simplifying their implementation. > > This refactoring also pulls Transport-related code out of BaseSession. > Which means that BaseChannels will now rely on the TransportController > interface to create channels, rather than BaseSession. > > Committed: https://crrev.com/47ee2f3b9f33e8938948c482c921d4e13a3acd83 > Cr-Commit-Position: refs/heads/master@{#10022} TBR=pthatcher@webrtc.org,deadbeef@webrtc.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.webrtc.org/1358413003 Cr-Commit-Position: refs/heads/master@{#10024}
/external/webrtc/talk/session/media/channel_unittest.cc
|
47ee2f3b9f33e8938948c482c921d4e13a3acd83 |
|
23-Sep-2015 |
deadbeef <deadbeef@webrtc.org> |
TransportController refactoring. Getting rid of TransportProxy, and in its place adding a TransportController class which will facilitate access to and manage the lifetimes of Transports. These Transports will now be accessed solely from the worker thread, simplifying their implementation. This refactoring also pulls Transport-related code out of BaseSession. Which means that BaseChannels will now rely on the TransportController interface to create channels, rather than BaseSession. Review URL: https://codereview.webrtc.org/1350523003 Cr-Commit-Position: refs/heads/master@{#10022}
/external/webrtc/talk/session/media/channel_unittest.cc
|
22011c1b54021ec9a2b4885519e5ce995b1300a2 |
|
22-Sep-2015 |
solenberg <solenberg@webrtc.org> |
Remove Channel::SetRingbackTone() and Channel::PlayRingbackTone(), and the code beneath it (within libjingle). BUG=webrtc:4690 TBR=juberti Review URL: https://codereview.webrtc.org/1325023005 Cr-Commit-Position: refs/heads/master@{#10011}
/external/webrtc/talk/session/media/channel_unittest.cc
|
8902433a43bbc9cc0de4966774d3dbbe37ef96fb |
|
18-Sep-2015 |
Guo-wei Shieh <guoweis@webrtc.org> |
Revert "TransportController refactoring." This reverts commit 9af63f473e1d0d6c47a741a046c41642dfc1c178. Cr-Commit-Position: refs/heads/master@{#9994}
/external/webrtc/talk/session/media/channel_unittest.cc
|
9af63f473e1d0d6c47a741a046c41642dfc1c178 |
|
18-Sep-2015 |
deadbeef <deadbeef@webrtc.org> |
TransportController refactoring. Getting rid of TransportProxy, and in its place adding a TransportController class which will facilitate access to and manage the lifetimes of Transports. These Transports will now be accessed solely from the worker thread, simplifying their implementation. This refactoring also pulls Transport-related code out of BaseSession. Which means that BaseChannels will now rely on the TransportController interface to create channels, rather than BaseSession. This CL also adds some unit tests, and does some renaming. For example, from "CandidateReady" to "CandidateGathered". Review URL: https://codereview.webrtc.org/1246913005 Cr-Commit-Position: refs/heads/master@{#9993}
/external/webrtc/talk/session/media/channel_unittest.cc
|
b071a19019a0a2173cc139c960d6ef6946a1c581 |
|
17-Sep-2015 |
Fredrik Solenberg <solenberg@webrtc.org> |
Full use of NnChannel::SetSendParameters and NnChannel::SetRecvParameters. SetOptions(), SetMaxBandwidth(), Set[Send|Recv]RtpHeaderExtensions(), Set[Send|Recv]Codecs() are now private. BUG=webrtc:4690 R=pbos@webrtc.org, pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1327933002 . Cr-Commit-Position: refs/heads/master@{#9973}
/external/webrtc/talk/session/media/channel_unittest.cc
|
1dd98f321920c1442dd5b3f791ea0fca133c2756 |
|
10-Sep-2015 |
solenberg <solenberg@webrtc.org> |
- Rename VoiceChannel::MuteStream() -> SetAudioSend() (incl. media channel) - Rename VideoChannel::MuteStream() -> SetVideoSend() (incl. media channel) - Collapse NnChannel::SetChannelOptions() into the above. - Collapse VoiceChannel::SetLocalRenderer into SetAudioSend(). BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1311533009 Cr-Commit-Position: refs/heads/master@{#9915}
/external/webrtc/talk/session/media/channel_unittest.cc
|
66f43392a31ac566565e910246ef496fcbbafb04 |
|
09-Sep-2015 |
solenberg <solenberg@webrtc.org> |
Remove [Voice|Video]MediaChannel::GetOptions(). BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1324853003 Cr-Commit-Position: refs/heads/master@{#9904}
/external/webrtc/talk/session/media/channel_unittest.cc
|
8006f0759246407261b95c792f4febf3906415dc |
|
08-Sep-2015 |
solenberg <solenberg@webrtc.org> |
Remove unused TypingMonitor class. BUG=webrtc:4690 Review URL: https://codereview.webrtc.org/1327033002 Cr-Commit-Position: refs/heads/master@{#9884}
/external/webrtc/talk/session/media/channel_unittest.cc
|
d82819892a382899a82ced756a9922a84ca9ca98 |
|
27-Aug-2015 |
Henrik Boström <hbos@webrtc.org> |
Replaces SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::Transport layer. Why the replacements? Mainly two reasons: 1) RTCCertificate owns the identity and as long as things are referencing the identity there should be a scoped_refptr reference to the RTCCertificate. Handing out raw pointers is less memory safe. 2) With the latest RFC, an RTCCertificate should be sufficient for specifying a crypto cert and the code should be updated to use RTCCertificate instead of SSLIdentity directly. This replace work is split up into multiple CLs. In this CL... - WebRtcSessionDescriptionFactory is updated to use RTCCertificate over SSLIdentity. - WebRtcSessionDescriptionFactory::SignalCertificateReady is connected to WebRtcSession::OnCertificateReady and WebRtcSession is updated to use RTCCertificate. - The cricket::Transport and related classes are updated to use RTCCertificate. These are called from WebRtcSession::OnCertificateReady. BUG=webrtc:4927 R=tommi@webrtc.org, torbjorng@webrtc.org Review URL: https://codereview.webrtc.org/1312643004 . Cr-Commit-Position: refs/heads/master@{#9794}
/external/webrtc/talk/session/media/channel_unittest.cc
|
b6d4ec418504fd947c6f96829c73180e9487e203 |
|
17-Aug-2015 |
Torbjorn Granlund <torbjorng@google.com> |
Support generation of EC keys using P256 curve and support ECDSA certs. This CL started life here: https://webrtc-codereview.appspot.com/51189004 BUG=webrtc:4685, webrtc:4686 R=hbos@webrtc.org, juberti@webrtc.org Review URL: https://codereview.webrtc.org/1189583002 . Cr-Commit-Position: refs/heads/master@{#9718}
/external/webrtc/talk/session/media/channel_unittest.cc
|
0c0226408dc6f42abc2cd53cab2de02d3ee610d7 |
|
05-Aug-2015 |
Fredrik Solenberg <solenberg@webrtc.org> |
Get rid of media_engine_ from BaseChannel; only VoiceChannel needs it. BUG=webrtc:4690 R=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1270333002 . Cr-Commit-Position: refs/heads/master@{#9679}
/external/webrtc/talk/session/media/channel_unittest.cc
|
a9b4c32052fd55df7e1d02e846fbea3178bebf71 |
|
16-Jul-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Nuke buffered latency mode. It's not actually working, and it's not used. It's just dead code complexity. R=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1226093010 . Cr-Commit-Position: refs/heads/master@{#9593}
/external/webrtc/talk/session/media/channel_unittest.cc
|
a6d2444c84004d10a5d8b8517bbd178600f8412f |
|
10-Jul-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Remove BaseSession::SignalNewDescription. It was only used by GTP and now just clutters the code. R=pbos@webrtc.org Review URL: https://codereview.webrtc.org/1228203002 . Cr-Commit-Position: refs/heads/master@{#9564}
/external/webrtc/talk/session/media/channel_unittest.cc
|
3b1e647b6a6f74d8e4392e012fe2262b3d2c4334 |
|
09-Jul-2015 |
pbos <pbos@webrtc.org> |
Remove media sinks from Channel. Allows removing MediaRecorder which isn't in use apart from channel unittests, along with it unittests for MediaRecorder that are flaky when run in parallel can also go. BUG= R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1219663008 Cr-Commit-Position: refs/heads/master@{#9558}
/external/webrtc/talk/session/media/channel_unittest.cc
|
af55ccc054de9b91f6e5f5059937a91c0c91ff30 |
|
21-May-2015 |
Peter Thatcher <pthatcher@chromium.org> |
Add RtcpMuxPolicy support to PeerConnection. BUG=4611 R=juberti@google.com Review URL: https://webrtc-codereview.appspot.com/46169004 Cr-Commit-Position: refs/heads/master@{#9251}
/external/webrtc/talk/session/media/channel_unittest.cc
|
7fb711f68312f61f392b3f33b950e97cb07da71f |
|
22-Apr-2015 |
Fredrik Solenberg <solenberg@webrtc.org> |
Remove unused voice channel argument from cricket::VideoChannel ctor and corresponding field in class. BUG=4574 R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/50769004 Cr-Commit-Position: refs/heads/master@{#9056}
/external/webrtc/talk/session/media/channel_unittest.cc
|
0e81fdf5d2c2665bc3d23e07cfd9ea7f7d36aed9 |
|
03-Feb-2015 |
pkasting@chromium.org <pkasting@chromium.org> |
Avoid implicit type truncations by inserting explicit casts or modifying prototypes to avoid needless up- and then down-casting. BUG=chromium:82439 TEST=none R=henrik.lundin@webrtc.org, mflodman@webrtc.org, pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/40569004 Cr-Commit-Position: refs/heads/master@{#8229} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8229 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
5f93d0a140515e3b8cdd1b9a4c6f5871144e5dee |
|
20-Jan-2015 |
jlmiller@webrtc.org <jlmiller@webrtc.org> |
Update libjingle license statements at top of talk files for consistency BUG=2133 R=juberti@webrtc.org Review URL: https://webrtc-codereview.appspot.com/39559004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@8105 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
aacc23465b72151fece2e6836a7c43463d3ed41d |
|
18-Dec-2014 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. (This is the 3rd try) R=juberti@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29309004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7956 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
4cb3856a4d4782cc7abf228a7f01ea70812d9fb1 |
|
18-Dec-2014 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
Revert "Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository." This reverts r7939 because it broke Chromium and other depedent projects that rely on certain logic remaining in p2p/base/session.cc and not in webrtc/libjingle/session.cc. BUG= R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/36589004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7940 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
536f999e58ee7456d116afad734aa64d548f1a49 |
|
18-Dec-2014 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. This is an un-revert of r7992 and r7993. R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32869004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7939 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
f050791ba071eb208da4e95abc2ff21f57d0738f |
|
16-Dec-2014 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
Revert "Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository." This reverts r7992. It broke the Chromium build because the Chroumium build relies on the logic in webtc/libjingle/session.cc, but Chromium doesn't compile that file. R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/38389004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7923 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
4afb59903c2dcc893cd86a973cc16da4201e387c |
|
16-Dec-2014 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
Split up (Jingle)Session from BaseSession. This is part of an ongoing effort to move Jingle-specific code out of WebRTC and into its own repository. R=juberti@webrtc.org Review URL: https://webrtc-codereview.appspot.com/35529004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7922 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
e2b7585bc277e211b7d9fc1e3e8046ea41484b5d |
|
16-Dec-2014 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
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. R=juberti@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/36519004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7921 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
18a3896bd28b63fa35168cd6c8d41c8cebaab3dd |
|
15-Dec-2014 |
pbos@webrtc.org <pbos@webrtc.org> |
Revert r7886:7887. Broke build steps in other code that uses securetunnelsessionclient.cc and others. TBR=tommi@webrtc.org,pthatcher@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/36439004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7890 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
dee76f3b89b9339699e0321a3afc643ee06afa09 |
|
12-Dec-2014 |
pthatcher@webrtc.org <pthatcher@webrtc.org> |
Move the obvious/easy Jingle-specific code into webrtc/libjingle. R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32669004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7886 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
269fb4bc90b79bebbb8311da0110ccd6803fd0a8 |
|
28-Oct-2014 |
henrike@webrtc.org <henrike@webrtc.org> |
move xmpp and p2p to webrtc Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. Also makes libjingle use those version instead of the one in the talk folder. BUG=3379 Review URL: https://webrtc-codereview.appspot.com/26999004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7549 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
28100cb38896fe298b6df11ffd31838d9faf5b8a |
|
18-Oct-2014 |
henrike@webrtc.org <henrike@webrtc.org> |
Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." BUG=N/A TBR=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29829004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7472 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
d1ba6d9cbfc44618d2c553ff7851948c730ae37b |
|
15-Oct-2014 |
henrike@webrtc.org <henrike@webrtc.org> |
Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. BUG=3379 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27709005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7459 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
81ddc78536585cb960699ed6e3c1a698645deb1e |
|
15-Oct-2014 |
buildbot@webrtc.org <buildbot@webrtc.org> |
(Auto)update libjingle 77701902-> 77709729 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7450 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
34f2a9ea7245bac103fececfa53e92359680467a |
|
28-Sep-2014 |
pbos@webrtc.org <pbos@webrtc.org> |
Initialize SSL in unittest_main.cc. Instead of having each test individually initialize and tear down SSL move this to unittest_main.cc so that all tests are properly initialized and new tests "don't have to think about it". R=pthatcher@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/30549004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7316 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
a09a99950ec40aef6421e4ba35eee7196b7a6e68 |
|
13-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 73222930-> 73226398 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6891 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
65b98d12c3b6b9ca0ded669d0a0811d2bb1712b3 |
|
08-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72839629-> 72847605 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6854 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
5b1ebacca2c29d73a5f3ab388b4b2a0a8e114c76 |
|
07-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72820109-> 72822008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6850 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
d509678a4e5ba4c3047d80744e103b675d8c7c88 |
|
07-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72819313-> 72820109 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6849 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
94b996cc181b02d986f002230497bb2b28762060 |
|
07-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72785516-> 72819313 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6848 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
476efa203160463dafc2d5bf9b8a675df44d2df5 |
|
07-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72785180-> 72785516 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6842 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
e0d03f13e4cfc5b822145597d40da9b8a8f95146 |
|
02-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72443101-> 72446860 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6815 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
6e203d50a3ecccc0524d36867761f80c12e0c56f |
|
02-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72442050-> 72443101 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6814 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
52148c2f74fe455ee126d24ec57a8bfc7cc87404 |
|
02-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72430895-> 72442050 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6813 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
7cb60ccae137d8db99e00ed2e073a00f110ccc57 |
|
02-Aug-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72407428-> 72430895 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6812 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
d4e598d57aed714a599444a7eab5e8fdde52a950 |
|
29-Jul-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 72097588-> 72159069 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6799 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
b5348c64bb3d319ecdfe096cb4fb5fcecf38f838 |
|
14-Jul-2014 |
tommi@webrtc.org <tommi@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Minor refactoring of the session classes. Make member variables that never change and are touched on multiple threads, const. Move implementations of setters/getters of variables that can change, into the cc file in preparation of adding thread correctness checks. This is a relanding of a cl already reviewed but got reverted by mistake. TBR=xians@google.com Review URL: https://webrtc-codereview.appspot.com/12979004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6676 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
910473b31aa0f9c48aeba269c28ea632e0f06b12 |
|
06-Jun-2014 |
pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Fix C++11 -Wnarrowing in channel_unittest.cc. Implicit conversion from int to unsigned char inside {} initializers is ill-formed C++11 and triggers a warning in clang when building it as such. BUG= R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12709004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6351 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
6bfd6196ff1eac56a7f3f0191d91e06f6f9ce579 |
|
15-May-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 67052073-> 67134648 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6174 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
3e924683d424f82b22ff1b61edaa560ac2675112 |
|
14-May-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 67037200-> 67043374 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6162 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
5ee0f05d5fbb3fbe4862a76ab75d08ae846e6141 |
|
05-May-2014 |
buildbot@webrtc.org <buildbot@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 66138442-> 66236292 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6057 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
f5bebd40f38d3d35465dc6fc1f4c8f869688b048 |
|
04-Apr-2014 |
henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
(Auto)update libjingle 64247466-> 64326665 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5845 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
4b26e2eee3e3b2a0c22946372a38f7efa6cee146 |
|
16-Jan-2014 |
sergeyu@chromium.org <sergeyu@chromium.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update libjingle to 59676287 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7229004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5390 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
a9890800e078105f21f0a21358ee59a0b3736af6 |
|
13-Dec-2013 |
wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update talk to 58127566 together with https://webrtc-codereview.appspot.com/5309005/. R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5277 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
2018269dc3a1c1bb01c946583ca0750ae0db68e3 |
|
12-Dec-2013 |
wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Revert 5274 "Update talk to 58113193 together with https://webrt..." > Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/. > > R=mallinath@webrtc.org, niklas.enbom@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/5719004 TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5729004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5275 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
a129b6cd132788a931b47da3370ae473673f320d |
|
12-Dec-2013 |
wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/. R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5274 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
97077a3ab27259164eb121034b6e0ebe9ba592df |
|
25-Oct-2013 |
wu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update libjingle to 55618622. Update libyuv to r826. TEST=try bots R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2889004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5038 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
19f27e6a24f877fc2b0409a94b02d5f40ba3dc8c |
|
13-Oct-2013 |
mallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update talk to 54527154. TBR=wu Review URL: https://webrtc-codereview.appspot.com/2389004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4954 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
b533a82bf90fc02215b0a6b6b41893db57bd8878 |
|
23-Sep-2013 |
asapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Disabled flaky tests. BUG=2409 R=andrew@webrtc.org, mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2267005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4815 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
4d3e8b8c1b9c037a363772f30d1ffa4c6f60699c |
|
16-Aug-2013 |
mallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update srtp error value in channel unittests. TBR=ronghuawu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2053004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4557 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
1e09a711263dd105e6f7a03812250084c64e5fd8 |
|
26-Jul-2013 |
henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update talk folder to revision=49952949 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4413 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
28654cbc2256230c978f41cbaf550bc2e9c2f2db |
|
22-Jul-2013 |
henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update talk folder to revision=49713299. TBR=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1848004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4380 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
9de257d00f1f805af28f15fd814a8a84460028e5 |
|
17-Jul-2013 |
henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Update talk folder to revision=49470012. Same as 375 in libjingle's google code repository. TBR=wu@webrtc.org BUG=N/A Review URL: https://webrtc-codereview.appspot.com/1824004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4364 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|
28e20752806a492f5a6a5d343c02f9556f39b1cd |
|
10-Jul-2013 |
henrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> |
Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk git-svn-id: http://webrtc.googlecode.com/svn/trunk@4318 4adac7df-926f-26a2-2b94-8c16560cd09d
/external/webrtc/talk/session/media/channel_unittest.cc
|