summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/rtp_writer.h
Commit message (Expand)AuthorAgeFilesLines
* Implemented RtcpWriter for sending RTCP Receiver Reports.sergeyu@chromium.org2010-11-241-4/+0
* Refactoring in RTP reader code: sequence number wrapping logic moved tosergeyu@chromium.org2010-11-241-6/+3
* Packetizer/Depacketizer for RTP.sergeyu@chromium.org2010-11-161-2/+5
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-161-1/+4
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-0/+2
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-2/+5
* Simple RTP reader/writer.sergeyu@chromium.org2010-10-201-0/+40