| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -10/+4 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -4/+10 |
* | Simplified frame rate control in the chromoting host. | sergeyu@chromium.org | 2010-12-09 | 6 | -11/+47 |
* | Move more code from headers to implementation. | erg@google.com | 2010-12-07 | 2 | -0/+3 |
* | Reenable encoder/decoder tests. | sergeyu@chromium.org | 2010-12-07 | 6 | -140/+69 |
* | Revert 68434 - Reenable encoder/decoder tests. | scherkus@chromium.org | 2010-12-07 | 6 | -69/+140 |
* | Reenable encoder/decoder tests. | sergeyu@chromium.org | 2010-12-07 | 6 | -140/+69 |
* | Refactor ZLib and Verbatim encoders. | sergeyu@chromium.org | 2010-12-06 | 13 | -262/+197 |
* | Fix RGB->YUV conversion: input is BGR instead of RGB. | sergeyu@chromium.org | 2010-12-06 | 1 | -6/+6 |
* | Revert 68384: Landed with incorrect commit message. | sergeyu@chromium.org | 2010-12-06 | 1 | -6/+6 |
* | Refactor ZLib and Verbatim encoders. | sergeyu@chromium.org | 2010-12-06 | 1 | -6/+6 |
* | Move move classes to the remoting::protocol namespace. Minor cleanups. | sergeyu@chromium.org | 2010-12-02 | 1 | -2/+1 |
* | Reverse rows in VP8 decoder. | sergeyu@chromium.org | 2010-12-02 | 2 | -5/+14 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 4 | -8/+3 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 4 | -3/+8 |
* | Use CompoundBuffer in MessageDecoder. | sergeyu@chromium.org | 2010-11-18 | 3 | -0/+84 |
* | Added CompoundBuffer that will be used to store data in the encoding/decoding | sergeyu@chromium.org | 2010-11-16 | 6 | -242/+601 |
* | Reset decompressor after each frame in DecoderRowBased::DecodePacket(). | sergeyu@chromium.org | 2010-11-16 | 1 | -6/+11 |
* | Add VideoPacket struct for video packets. Refactor Decode interface to use it. | sergeyu@chromium.org | 2010-11-09 | 13 | -96/+155 |
* | Add DEPS files in remoting subdirectories. | sergeyu@chromium.org | 2010-11-05 | 3 | -3/+6 |
* | Add VideoReader and VideoWriter interfaces. | sergeyu@chromium.org | 2010-11-03 | 2 | -4/+3 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 2 | -2/+3 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-02 | 16 | -243/+159 |
* | Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 16 | -159/+243 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 16 | -243/+159 |
* | HostMessageDispatcher to parse control messages | hclam@chromium.org | 2010-10-28 | 3 | -33/+35 |
* | Fix Chromoting's verbatim decoder to work with the new protocol. | garykac@google.com | 2010-10-27 | 2 | -69/+107 |
* | Implement basic X11 screen capture on linux. | ajwong@chromium.org | 2010-10-21 | 1 | -1/+2 |
* | Convert LOG(INFO) to VLOG(1) - remoting/. | pkasting@chromium.org | 2010-10-19 | 1 | -6/+6 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 4 | -27/+53 |
* | Move chromotocol.proto to remoting/protocol | hclam@chromium.org | 2010-10-18 | 11 | -413/+6 |
* | Use new Chromotocol code in host andclient. | sergeyu@chromium.org | 2010-10-06 | 16 | -463/+75 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 4 | -12/+33 |
* | This is a monster CL. | ajwong@chromium.org | 2010-10-04 | 22 | -722/+397 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 8 | -40/+12 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 8 | -12/+40 |
* | protobuf: switch to using third_party/protobuf | agl@chromium.org | 2010-10-01 | 1 | -6/+6 |
* | VP8 decoder for chromoting | hclam@chromium.org | 2010-09-29 | 4 | -3/+245 |
* | Implement VP8 encoder for chromoting | hclam@chromium.org | 2010-09-28 | 5 | -159/+157 |
* | Fix memory problem in DecoderVerbatim | hclam@chromium.org | 2010-09-28 | 2 | -3/+15 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 2 | -1/+25 |
* | Revert "Add in a new FrameConsumer interface, Decode API, and a RectangleUpda... | ajwong@chromium.org | 2010-09-27 | 2 | -25/+1 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 2 | -1/+25 |
* | Modify Chromotocol to have a new RectangleUpdatePacket. | ajwong@chromium.org | 2010-09-23 | 1 | -0/+50 |
* | Add in some infrastructure to make tracing of logical requests broken over as... | ajwong@chromium.org | 2010-08-31 | 4 | -0/+509 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 4 | -0/+4 |
* | Add mouse event support to Chromoting client (Pepper and X11). | garykac@chromium.org | 2010-08-26 | 1 | -16/+19 |
* | Rename (Host|Client)Message to Chromoting(Host|Client)Message. | garykac@chromium.org | 2010-08-24 | 15 | -48/+49 |
* | Move common ChromotingView functionality into base class so that the code can | garykac@google.com | 2010-08-24 | 4 | -3/+36 |
* | Revert 57112 - Rename (Host|Client)Message to Chromoting(Host|Client)Message. | thestig@chromium.org | 2010-08-23 | 15 | -50/+48 |