summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/video_stub.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* RefCounted types should not have public destructors, remoting/ edition.rsleevi@chromium.org2013-01-281-2/+1
* Cleanup RectangleUpdateDecoder and VideoStubsergeyu@chromium.org2012-08-301-8/+2
* Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()kxing@chromium.org2012-06-261-1/+1
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-2/+3
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-2/+2
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-2/+2
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-191-0/+3
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-2/+3
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-0/+2
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-0/+33