summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/rtp_video_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring in RTP reader code: sequence number wrapping logic moved tosergeyu@chromium.org2010-11-241-1/+1
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-191-11/+10
* Packetizer/Depacketizer for RTP.sergeyu@chromium.org2010-11-161-2/+54
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-3/+7
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-3/+3
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-0/+2
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-4/+4
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-0/+35