summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset decompressor after each frame in DecoderRowBased::DecodePacket().sergeyu@chromium.org2010-11-161-6/+11
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-1/+2
* Handle error in BufferedStreamWriter and friendshclam@chromium.org2010-11-112-2/+29
* Reapply of r65413. Add linux executor support for Chromoting host.ajwong@chromium.org2010-11-114-4/+405
* Fix Windows Chromoting host by setting pixel format.garykac@google.com2010-11-111-0/+1
* Revert "Reapply of r65413. XTest dependencies added to _chroots_ on linux bots."ajwong@chromium.org2010-11-104-405/+4
* Reapply of r65413. XTest dependencies added to _chroots_ on linux bots.ajwong@chromium.org2010-11-104-4/+405
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-0942-363/+332
* Fix build breakhclam@chromium.org2010-11-092-3/+1
* Implementation of InputStub for chromotinghclam@chromium.org2010-11-0912-37/+242