summaryrefslogtreecommitdiffstats
path: root/remoting/host/screen_recorder.cc
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-1/+28
* Fix crash on disconnect for Macdcaiafa@chromium.org2012-04-261-0/+2
* Refcounted types should not have public destructors, remoting/ editionrsleevi@chromium.org2012-04-241-4/+4
* Fix crash in the ScreenRecorder.sergeyu@chromium.org2012-04-091-0/+3
* Allocate Timer object on the heap in ScreenRecorder.sergeyu@chromium.org2012-03-291-17/+20
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-11/+9
* Fix crash caused by r127767 due to undefined order of argument parsing.sergeyu@chromium.org2012-03-211-1/+3
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-32/+22
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-1/+1
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-4/+2
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-34/+12
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-27/+17
* Gather history of capture and encode time determine next recoring delayhclam@chromium.org2011-11-071-43/+27
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-4/+3
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-121-27/+16
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-6/+7
* Properly handle screen recorder shutdown in ChromotingHost.sergeyu@chromium.org2011-08-121-31/+18
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-121-2/+2
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-2/+2
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-2/+2
* Fix crash in ScreenRecordersergeyu@chromium.org2011-08-041-0/+6
* Send a small empty video packet when capturer returns no dirty recthclam@chromium.org2011-08-011-2/+7
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-3/+2
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-2/+3
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-3/+2
* Move "Early out" test from Capturer thread to Encoder thread.lambroslambrou@chromium.org2011-05-121-16/+20
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-061-1/+23
* Don't crash when changing screen modes.jamiewalch@chromium.org2011-05-061-8/+6
* Use AutoTaskRunner to run tasks automatically, even if validation checks fail.lambroslambrou@chromium.org2011-04-211-19/+9
* Fix build breakshclam@google.com2011-04-051-5/+5
* Report capture and encode time for chromotinghclam@google.com2011-04-051-0/+12
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Invalidate fullscreen when a new client connects to chromoting hosthclam@chromium.org2011-02-091-3/+10
* Fix rate controlling in chromoting hosthclam@chromium.org2011-02-031-3/+4
* Stop ScreenRecorder before it startedhclam@chromium.org2011-02-021-1/+3
* Resubmit "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-281-3/+3
* Revert "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-261-2/+2
* Fix crashes in ChromotingHosthclam@chromium.org2011-01-251-2/+2
* Add a done task to ScreenRecorder::Stop()hclam@chromium.org2011-01-211-25/+92
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-091-173/+64
* Rename SessionManager to ScreenRecorderhclam@chromium.org2010-12-061-0/+414