summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protobuf_video_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-111-3/+1
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-4/+24
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-24/+4
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-4/+24
* Fix a few uninitialized members in remoting classes.finnur@chromium.org2011-03-281-2/+3
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-2/+2
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-141-5/+1
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-3/+8
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-0/+2
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-3/+3
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-0/+30