summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/content_description.cc
Commit message (Expand)AuthorAgeFilesLines
* 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