summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/content_description.cc
Commit message (Expand)AuthorAgeFilesLines
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-241-0/+2
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-221-4/+4
* Remove QUIC support from remoting host and client.sergeyu2015-12-031-28/+4
* Add support for WebRTC protocol in SessionConfig.sergeyu2015-12-021-37/+30
* Enable QUIC support in chromotingsergeyu2015-08-141-5/+30
* Make it possible to enable VP9 from the clientsergeyu2015-08-071-0/+11
* Use standard ICE in Chromoting.sergeyu2015-04-231-23/+19
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-19/+23
* Use standard ICE in Chromoting.sergeyu2015-04-231-23/+19
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-19/+23
* Use standard ICE in Chromoting.sergeyu2015-04-231-23/+19
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-2/+2
* Roll WebRTC 7011:7046 libjingle: 7007:7045niklase2014-09-081-1/+1
* Switch CandidateSession to use lists rather than vectors.wez@chromium.org2014-05-221-2/+2
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-221-0/+1
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Cleanup code that format session description.sergeyu@chromium.org2013-05-051-20/+8
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-131-3/+2
* Fix chromoting client compatibility with M22 builds.sergeyu@chromium.org2012-08-231-9/+22
* Removed Vorbis from the audio codecs and replaced it with Opus.kxing@chromium.org2012-08-231-2/+2
* Improve handling of NONE transport in channel configuration.sergeyu@chromium.org2012-08-221-14/+24
* Speex encoding/decoding.kxing@chromium.org2012-08-211-0/+1
* Add mux-stream transport support in session descriptionsergeyu@chromium.org2012-08-151-73/+20
* Skip unknown channel configurations when parsing session config.sergeyu@chromium.org2012-07-271-33/+26
* Refactored similar code in ContentDescription::ParseXml()kxing@chromium.org2012-06-261-47/+41
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-251-0/+36
* Remove RTP support from chromoting.sergeyu@chromium.org2012-05-231-12/+2
* Roll libjingle to r124. Removed overrides for the ws2 fixes.ronghuawu@chromium.org2012-03-151-0/+8
* Allow verbatim codec to be negotiated for a Chromoting session since having a...alexeypa@chromium.org2012-02-031-1/+6
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-6/+5
* Remove support for the initial-resolution tag in session descriptions.wez@chromium.org2012-01-011-30/+8
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-131-5/+3
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-59/+13
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-1/+0
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-3/+3
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-111-32/+1
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-19/+6
* Move ContentDescription class to a separate file.sergeyu@chromium.org2011-06-271-0/+373