summaryrefslogtreecommitdiffstats
path: root/remoting/host/cast_extension_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Chrome dependency to empty videosourceinterface.hperkj2016-03-181-1/+0
* Roll WebRTC 11523:11548, Libjingle 11522:11545kjellander2016-02-101-3/+3
* Remove logging of unused and deprecated PeerConnection::Observer callbacksperkj2016-02-081-9/+0
* Simplify PortAllocatorBase and make PortAllocator creation synchronous.sergeyu2016-01-111-18/+11
* Faster YUV conversion in WebrtcVideoCapturerAdapter.sergeyu2016-01-091-2/+2
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-3/+5
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+1
* Add TransportContext class.sergeyu2015-12-161-13/+5
* Reland of Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-141-14/+13
* Revert of Removing references to webrtc::PortAllocatorFactoryInterface. (patc...hans2015-12-111-13/+14
* Removing references to webrtc::PortAllocatorFactoryInterface.deadbeef2015-12-111-14/+13
* Move and rename host/cast_video_capture_adapter to protocol/webrtc_video_capt...sergeyu2015-11-241-4/+4
* Move ChromiumPortAllocatorFactory to remoting/protocolsergeyu2015-11-101-2/+2
* Rename/Move ChromotingStats->protocol::PerformanceTrackersergeyu2015-09-171-2/+1
* Stop calling deprecated version of "CreateIceCandidate".jbauch2015-07-071-1/+2
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-10/+10
* Roll WebRTC 8695:8699, Libjingle 8697:8700tommi2015-03-121-1/+1
* Roll WebRTC 8573:8602, Libjingle 8571:8600tommi2015-03-041-1/+2
* Roll Libjingle 8093:8097Tommi2015-01-191-2/+2
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-20/+21
* Update CastStatsObserver to use the new OnComplete method.tommi2014-12-151-10/+6
* Roll webrtc & libjingle /libjingle/source/talk 7d974c1:f978004 (svn 7636:7662...Per2014-11-071-6/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-9/+8
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-5/+5
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-5/+3
* Readability review.wez2014-08-291-8/+5
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-08-261-1/+1
* CastExtension Impl for Chromoting Hostaiguha@chromium.org2014-08-161-0/+675