summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Fix the last scoped_refptr misuses in NewRunnableMethod.willchan@chromium.org2010-12-151-2/+2
* Pass RefCounted objects as scoped_refptr to NewRunnableMethod.willchan@chromium.org2010-12-141-3/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-4/+10
* Use heartbeat interval received from the bot.sergeyu@chromium.org2010-12-143-26/+96
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-10/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-4/+10
* Fix leaks in RtpVideoReaderTest.sergeyu@chromium.org2010-12-101-0/+4
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-3/+15
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-0917-249/+217
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-087-27/+21
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-083-4/+4
* Move more code from headers to implementation.erg@google.com2010-12-074-20/+27
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-077-146/+81
* Revert 68434 - Reenable encoder/decoder tests.scherkus@chromium.org2010-12-077-75/+146
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-077-146/+75
* Removed stream_writer.[cc|h]sergeyu@chromium.org2010-12-076-111/+0
* Rename SessionManager to ScreenRecorderhclam@chromium.org2010-12-066-103/+96
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-0616-273/+205
* Fix RGB->YUV conversion: input is BGR instead of RGB.sergeyu@chromium.org2010-12-061-6/+6
* Revert 68384: Landed with incorrect commit message.sergeyu@chromium.org2010-12-061-6/+6
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-6/+6
* Fix crash when shutting down xmpp connection.sergeyu@chromium.org2010-12-031-0/+3
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-0226-64/+88
* Reverse rows in VP8 decoder.sergeyu@chromium.org2010-12-022-5/+14
* Fix threading problem caught by DCHECKs in ChromotingHosthclam@chromium.org2010-11-302-10/+31
* Properly parse multiple channel configs.sergeyu@chromium.org2010-11-301-3/+3
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-308-11/+5
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-308-5/+11
* Fix 2 crashers in remoting client.sergeyu@chromium.org2010-11-302-16/+25
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-2920-325/+234
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-2419-67/+239
* Build fix for Clang. const type qualifier on return type has no effect.hans@chromium.org2010-11-241-1/+1
* Implemented RtcpWriter for sending RTCP Receiver Reports.sergeyu@chromium.org2010-11-2412-17/+298
* Refactoring in RTP reader code: sequence number wrapping logic moved tosergeyu@chromium.org2010-11-249-35/+114
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-2317-122/+204
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-0/+2
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-1916-85/+89
* Fix up mac capturerdmaclach@chromium.org2010-11-192-1/+2
* Fix GDI capturer initialization.sergeyu@chromium.org2010-11-191-0/+1
* Remove capture thread in Chromoting hosthclam@chromium.org2010-11-185-25/+17
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-185-79/+106
* Unittests for RTP packetizer and depacketizer.sergeyu@chromium.org2010-11-178-37/+690
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-173-49/+57
* Introduce a fake HostStub since there's no need to handle it nowhclam@chromium.org2010-11-175-4/+60
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-1715-23/+37
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-1624-246/+292
* Fixed checkdeps error.sergeyu@chromium.org2010-11-161-0/+1
* Packetizer/Depacketizer for RTP.sergeyu@chromium.org2010-11-169-70/+437
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-1621-294/+666