summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/message_decoder_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-141-1/+11
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-081-11/+14
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-0/+2
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-2/+0
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-22/+17
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-28/+7
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-7/+28
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-28/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-0/+136