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