summaryrefslogtreecommitdiffstats
path: root/remoting/client/software_video_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Add GetFrameConsumer() in VideoRenderer.sergeyu2016-01-051-3/+7
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-7/+7
* Improve roundtrip stats calculation in the clientsergeyu2015-10-011-16/+11
* Move ownership of PerformanceTracker out of video renderers.sergeyu2015-09-171-11/+13
* Rename/Move ChromotingStats->protocol::PerformanceTrackersergeyu2015-09-171-5/+5
* Simplify VideoDecoder interfacesergeyu2015-08-201-36/+13
* remoting: Simplify FrameConsumer interface and remove FrameProducer interface.sergeyu2015-08-201-273/+87
* Remove VideoDecoder::Initialize().sergeyu2015-08-191-8/+0
* ProcessVideoPacket(): Call |done| callback on expected thread.lambroslambrou2015-08-191-2/+2
* Implement common stats-update method for use by multiple video-renderers.anandc2015-08-141-27/+7
* Revert of Implement common stats-update method for use by multiple video-rend...Sunny Sachanandani2015-08-141-7/+27
* Implement common stats-update method for use by multiple video-renderers.anandc2015-08-141-27/+7
* Allow shaped-desktop hosts to send shape only when it changes.wez2015-07-171-9/+8
* Report video and network stats averaged over 1s, and create corresponding UMA...anandc2015-07-161-1/+4
* Android Chromoting: Fix memory leak on disconnecting session.lambroslambrou2015-04-231-1/+2
* Decompose VideoRenderer from VideoStub.wez2015-02-141-0/+4
* Rename sequence_number to timestamp.sergeyu2015-01-081-5/+5
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-191-4/+4
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-10/+10
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-5/+5
* Remove VPX conditionals from media and remoting.brettw2014-09-271-4/+0
* Don't use libvpx if it is disabled in GN buildhclam2014-08-281-0/+4
* Add VideoProcessor interface.sergeyu@chromium.org2014-01-231-0/+425