| Commit message (Expand) | Author | Age | Files | Lines |
* | Add VP9 decode support to the remoting client. | wez@chromium.org | 2013-10-22 | 1 | -0/+1 |
* | Use a direct include of strings headers in remoting/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Cleanup code that format session description. | sergeyu@chromium.org | 2013-05-05 | 1 | -20/+8 |
* | Always enabled audio in remoting host, disable it for It2Me, minor cleanups. | sergeyu@chromium.org | 2012-09-13 | 1 | -3/+2 |
* | Fix chromoting client compatibility with M22 builds. | sergeyu@chromium.org | 2012-08-23 | 1 | -9/+22 |
* | Removed Vorbis from the audio codecs and replaced it with Opus. | kxing@chromium.org | 2012-08-23 | 1 | -2/+2 |
* | Improve handling of NONE transport in channel configuration. | sergeyu@chromium.org | 2012-08-22 | 1 | -14/+24 |
* | Speex encoding/decoding. | kxing@chromium.org | 2012-08-21 | 1 | -0/+1 |
* | Add mux-stream transport support in session description | sergeyu@chromium.org | 2012-08-15 | 1 | -73/+20 |
* | Skip unknown channel configurations when parsing session config. | sergeyu@chromium.org | 2012-07-27 | 1 | -33/+26 |
* | Refactored similar code in ContentDescription::ParseXml() | kxing@chromium.org | 2012-06-26 | 1 | -47/+41 |
* | Added piping for sending audio packets from host to client. | kxing@chromium.org | 2012-06-25 | 1 | -0/+36 |
* | Remove RTP support from chromoting. | sergeyu@chromium.org | 2012-05-23 | 1 | -12/+2 |
* | Roll libjingle to r124. Removed overrides for the ws2 fixes. | ronghuawu@chromium.org | 2012-03-15 | 1 | -0/+8 |
* | Allow verbatim codec to be negotiated for a Chromoting session since having a... | alexeypa@chromium.org | 2012-02-03 | 1 | -1/+6 |
* | Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code. | sergeyu@chromium.org | 2012-01-20 | 1 | -6/+5 |
* | Remove support for the initial-resolution tag in session descriptions. | wez@chromium.org | 2012-01-01 | 1 | -30/+8 |
* | Multi-step authentication support in JingleSession. | sergeyu@chromium.org | 2011-12-13 | 1 | -5/+3 |
* | Use Authenticator interface in Session and SessionManager. | sergeyu@chromium.org | 2011-11-30 | 1 | -59/+13 |
* | Remove old Authentication code that we don't use or need. | sergeyu@chromium.org | 2011-11-05 | 1 | -1/+0 |
* | Parsers and formatters for jingle messages. | sergeyu@chromium.org | 2011-08-19 | 1 | -3/+3 |
* | Remove key exchange code from JingleSession. | sergeyu@chromium.org | 2011-08-11 | 1 | -32/+1 |
* | Don't use X509Certificate in chromoting code. | sergeyu@chromium.org | 2011-07-16 | 1 | -19/+6 |
* | Move ContentDescription class to a separate file. | sergeyu@chromium.org | 2011-06-27 | 1 | -0/+373 |