summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-8/+8
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-202-11/+8
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-4/+10
* 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
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-096-11/+47
* Move more code from headers to implementation.erg@google.com2010-12-072-0/+3
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-076-140/+69
* Revert 68434 - Reenable encoder/decoder tests.scherkus@chromium.org2010-12-076-69/+140
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-076-140/+69
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-0613-262/+197
* 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
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-2/+1
* Reverse rows in VP8 decoder.sergeyu@chromium.org2010-12-022-5/+14
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-8/+3
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-3/+8
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-183-0/+84
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-166-242/+601
* Reset decompressor after each frame in DecoderRowBased::DecodePacket().sergeyu@chromium.org2010-11-161-6/+11
* 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