summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-0913-96/+155
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-053-3/+6
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-032-4/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-022-2/+3
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0216-243/+159
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0116-159/+243
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0116-243/+159
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-283-33/+35
* Fix Chromoting's verbatim decoder to work with the new protocol.garykac@google.com2010-10-272-69/+107
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-211-1/+2
* Convert LOG(INFO) to VLOG(1) - remoting/.pkasting@chromium.org2010-10-191-6/+6
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-184-27/+53
* Move chromotocol.proto to remoting/protocolhclam@chromium.org2010-10-1811-413/+6
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-0616-463/+75
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-044-12/+33
* This is a monster CL.ajwong@chromium.org2010-10-0422-722/+397
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-018-40/+12
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-018-12/+40
* protobuf: switch to using third_party/protobufagl@chromium.org2010-10-011-6/+6
* VP8 decoder for chromotinghclam@chromium.org2010-09-294-3/+245
* Implement VP8 encoder for chromotinghclam@chromium.org2010-09-285-159/+157
* Fix memory problem in DecoderVerbatimhclam@chromium.org2010-09-282-3/+15
* Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode...ajwong@chromium.org2010-09-272-1/+25
* Revert "Add in a new FrameConsumer interface, Decode API, and a RectangleUpda...ajwong@chromium.org2010-09-272-25/+1
* Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode...ajwong@chromium.org2010-09-272-1/+25
* Modify Chromotocol to have a new RectangleUpdatePacket.ajwong@chromium.org2010-09-231-0/+50
* Add in some infrastructure to make tracing of logical requests broken over as...ajwong@chromium.org2010-08-314-0/+509
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-274-0/+4
* Add mouse event support to Chromoting client (Pepper and X11).garykac@chromium.org2010-08-261-16/+19
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-2415-48/+49
* Move common ChromotingView functionality into base class so that the code cangarykac@google.com2010-08-244-3/+36
* Revert 57112 - Rename (Host|Client)Message to Chromoting(Host|Client)Message.thestig@chromium.org2010-08-2315-50/+48
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-2315-48/+50
* Remove noisy LOG(INFO) lines from chromoting unittests.garykac@google.com2010-08-201-1/+0
* Reverse rows in DecoderZlib for remotinghclam@chromium.org2010-08-063-4/+31
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-066-40/+68
* Added HostKeyPair class, signatures for heartbeat messages.sergeyu@chromium.org2010-08-042-0/+5
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-08-021-2/+3
* Revert "This tool demonstrates the use of the Media Foundation H.264 decoder ...evan@chromium.org2010-07-291-3/+2
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-07-291-2/+3
* [chromoting] Use zlib as the default encoder and decoderhclam@chromium.org2010-07-271-5/+8
* EncoderZlib/DecoderZlib for chromotinghclam@chromium.org2010-07-2713-18/+544
* Fix mismatched new[]/delete in EncoderVerbatimTest.TestEncodertimurrrr@chromium.org2010-07-241-4/+4
* Unit test for Encoder / Decoder for remotinghclam@chromium.org2010-07-246-6/+461
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-2312-0/+908
* Changing UpdateStreamPacket protobuf definition for chromotinghclam@chromium.org2010-07-152-8/+29
* zlib decompression for chromotinghclam@chromium.org2010-07-078-51/+315
* Zlib compressor for Chromotinghclam@chromium.org2010-07-014-0/+207
* Fixed up some comments while I was looking at these files.dmaclach@chromium.org2010-06-301-1/+1
* remoting: Extract the utility to get the BytesPerPixel from PixelFormat into ...tfarina@chromium.org2010-06-262-0/+18