summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/content_description.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-221-0/+1
| | | | | | | | BUG=260879 Review URL: https://codereview.chromium.org/26921005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230003 0039d316-1c4b-4281-b951-d872f2087c98
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
| | | | | | | | | | BUG=247723 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/16181013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205464 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup code that format session description.sergeyu@chromium.org2013-05-051-20/+8
| | | | | | | | | | | | Session description message contains version and codec even for disabled channels. That's no longer necessary because all current hosts should ignore these attributes for disabled channels. BUG=144053 Review URL: https://chromiumcodereview.appspot.com/14624009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198339 0039d316-1c4b-4281-b951-d872f2087c98
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-131-3/+2
| | | | | | | | | | | | | It's not desired to have audio to be enabled by default in It2Me case. Specifically because in most cases helper and helpee will have separate audio channel (e.g. Hangout or Skype) that's connected before the session is started. Don't enable it until we have UI to toggle audio support. This change also includes some minor code cleanups. Review URL: https://chromiumcodereview.appspot.com/10928159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156606 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromoting client compatibility with M22 builds.sergeyu@chromium.org2012-08-231-9/+22
| | | | | | | | | | | M22 builds expect audio channel configuration, but cannot parse it when there are not version or codec attributes. Add them back temprorarily. BUG=144053 Review URL: https://chromiumcodereview.appspot.com/10880016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153039 0039d316-1c4b-4281-b951-d872f2087c98
* Removed Vorbis from the audio codecs and replaced it with Opus.kxing@chromium.org2012-08-231-2/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10832418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153008 0039d316-1c4b-4281-b951-d872f2087c98
* Improve handling of NONE transport in channel configuration.sergeyu@chromium.org2012-08-221-14/+24
| | | | | | | | | | | | | | Previously the session description parser always expected version and codec attributes for each channel config. These attributes do not make sense for NONE transport (i.e. when channel is disabled). Now the parser accepts configs without these attributes and doesn't add them when formatting outgoing messages. BUG=144053 Review URL: https://chromiumcodereview.appspot.com/10834446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152720 0039d316-1c4b-4281-b951-d872f2087c98
* Speex encoding/decoding.kxing@chromium.org2012-08-211-0/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10831246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152637 0039d316-1c4b-4281-b951-d872f2087c98
* Add mux-stream transport support in session descriptionsergeyu@chromium.org2012-08-151-73/+20
| | | | | | | | | | Also moved NameToValue() and ValueToName() from jingle_messages.cc to name_value_map.h . These functions simplify string<->enum mapping. BUG=137135 Review URL: https://chromiumcodereview.appspot.com/10829324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151629 0039d316-1c4b-4281-b951-d872f2087c98
* Skip unknown channel configurations when parsing session config.sergeyu@chromium.org2012-07-271-33/+26
| | | | | | | | | | | | | | We may need to add new transport types in the future. Current config parsing code fails to parse configs with transport types it doesn't understand which will make it hard to add new transport type without breaking backward compatibility. BUG=137135 Review URL: https://chromiumcodereview.appspot.com/10831022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148679 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored similar code in ContentDescription::ParseXml()kxing@chromium.org2012-06-261-47/+41
| | | | | | | | | BUG=134222 Review URL: https://chromiumcodereview.appspot.com/10657031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144069 0039d316-1c4b-4281-b951-d872f2087c98
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-251-0/+36
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10532211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143977 0039d316-1c4b-4281-b951-d872f2087c98
* Remove RTP support from chromoting.sergeyu@chromium.org2012-05-231-12/+2
| | | | | | | | | | RTP was never used by chromoting and we have no plans using this code in the future. Also some other minor cleanups. Review URL: https://chromiumcodereview.appspot.com/10383294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138626 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle to r124. Removed overrides for the ws2 fixes.ronghuawu@chromium.org2012-03-151-0/+8
| | | | | | | | | | Roll webrtc to 1888. BUG=115702,117252 TEST=apprtc.appspot.com on windows and linux Review URL: https://chromiumcodereview.appspot.com/9600066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126793 0039d316-1c4b-4281-b951-d872f2087c98
* Allow verbatim codec to be negotiated for a Chromoting session since having ↵alexeypa@chromium.org2012-02-031-1/+6
| | | | | | | | | | | another codec helps testing the coder/decoder pipeline. BUG=109938 Review URL: http://codereview.chromium.org/9315046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120297 0039d316-1c4b-4281-b951-d872f2087c98
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-6/+5
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9240033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118407 0039d316-1c4b-4281-b951-d872f2087c98
* Remove support for the initial-resolution tag in session descriptions.wez@chromium.org2012-01-011-30/+8
| | | | | | | | | TEST=Unit-tests & manual interoperability testing with older versions. Review URL: http://codereview.chromium.org/9021044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116083 0039d316-1c4b-4281-b951-d872f2087c98
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-131-5/+3
| | | | | | | | | BUG=105214 Review URL: http://codereview.chromium.org/8774031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114187 0039d316-1c4b-4281-b951-d872f2087c98
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-59/+13
| | | | | | | | BUG=105214 Review URL: http://codereview.chromium.org/8619011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112127 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-1/+0
| | | | | | | | | | | | Also removed some auth-related protobufs that we don't currenly use. BUG=None TEST=IT2Me still works. Review URL: http://codereview.chromium.org/8351084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108759 0039d316-1c4b-4281-b951-d872f2087c98
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-3/+3
| | | | | | | | | | BUG=51198 TEST=Unittests Review URL: http://codereview.chromium.org/7677042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97535 0039d316-1c4b-4281-b951-d872f2087c98
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-111-32/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7616017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96451 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-19/+6
| | | | | | | | | | | | X509Certificate currently is not usable in sandbox on Mac. Don't use it in chromoting code. BUG=80587 TEST=Unittests Review URL: http://codereview.chromium.org/7401005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92772 0039d316-1c4b-4281-b951-d872f2087c98
* Move ContentDescription class to a separate file.sergeyu@chromium.org2011-06-271-0/+373
BUG=None TEST=Compiles Review URL: http://codereview.chromium.org/7261011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90650 0039d316-1c4b-4281-b951-d872f2087c98