summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/video_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up the reader and writer create methods to return scoped_ptr.kxing@chromium.org2012-06-151-3/+3
* Don't depend on MessageLoopProxy in remoting protocol code.sergeyu@chromium.org2012-05-241-4/+3
* Remove RTP support from chromoting.sergeyu@chromium.org2012-05-231-4/+1
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-2/+2
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-3/+4
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-2/+2
* 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/+26