summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/session_config.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-32/+4
* Add support for WebRTC protocol in SessionConfig.sergeyu2015-12-021-22/+88
* remoting: Simplify FrameConsumer interface and remove FrameProducer interface.sergeyu2015-08-201-0/+8
* Enable QUIC support in chromotingsergeyu2015-08-141-3/+45
* Make it possible to enable VP9 from the clientsergeyu2015-08-071-14/+18
* Remove support for GICE in CRD host and clientsergeyu2015-07-271-12/+13
* Move session configuration logic to the protocol levelsergeyu2015-07-271-7/+0
* Fix CandidateSessionConfig copy constructor to copy all fields.sergeyu2015-05-061-8/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-86/+101
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-101/+86
* Use standard ICE in Chromoting.sergeyu2015-04-231-86/+101
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-101/+86
* Use standard ICE in Chromoting.sergeyu2015-04-231-86/+101
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-2/+2
* Remove VPX conditionals from media and remoting.brettw2014-09-271-2/+0
* Remove legacy version of the control channel protocol.sergeyu2014-09-131-11/+0
* Don't use libvpx if it is disabled in GN buildhclam2014-08-281-0/+2
* Host extensionsdcaiafa@chromium.org2014-05-301-1/+1
* Revert 273652 "Host extensions"mattm@chromium.org2014-05-301-1/+1
* Host extensionsdcaiafa@chromium.org2014-05-291-1/+1
* Switch CandidateSession to use lists rather than vectors.wez@chromium.org2014-05-221-26/+12
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-221-1/+20
* Remove obsolete audio codecs and channel configurations.sergeyu@chromium.org2013-09-121-23/+3
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-3/+14
* Clean up remoting::VideoScheduler implementation: wez@chromium.org2012-10-261-1/+1
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-0/+4
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-4/+0
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-0/+4
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-131-19/+17
* Enable channel multiplexing in chromoting.sergeyu@chromium.org2012-09-051-21/+16
* Disable chromoting channel multiplexingsergeyu@chromium.org2012-08-231-16/+21
* Enable Audio support on Chromoting client.sergeyu@chromium.org2012-08-221-7/+20
* Improve handling of NONE transport in channel configuration.sergeyu@chromium.org2012-08-221-12/+8
* Enable channel multiplexing for control, event and audio channels.sergeyu@chromium.org2012-08-221-0/+20
* Speex encoding/decoding.kxing@chromium.org2012-08-211-0/+4
* Created define to switch on/off audio.kxing@chromium.org2012-07-241-6/+4
* Piping for host-side audio capturekxing@chromium.org2012-07-131-1/+1
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-251-4/+31
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-10/+10
* Remove support for the initial-resolution tag in session descriptions.wez@chromium.org2012-01-011-65/+18
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-35/+24
* Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox.wez@chromium.org2011-08-091-2/+2
* Disable RTP support in remoting protocol code.sergeyu@chromium.org2011-08-031-10/+2
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-37/+25
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-0/+245