summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protobuf_video_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-6/+7
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-2/+2
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-6/+6
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-0/+4
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-171-3/+8
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-2/+4
* 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