summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Workaround for bad driver issue with NVIDIA GeForce 7300 GT on Mac 10.5.dmaclach@chromium.org2011-07-151-0/+10
* Initial curtain mode implementation.jamiewalch@google.com2011-05-311-15/+63
* Don't crash when changing screen modes.jamiewalch@chromium.org2011-05-061-51/+103
* Use pixel buffer objects where supported to improve capturer speed.jamiewalch@chromium.org2011-04-291-15/+108
* Don't flip buffer--process it with a negative stride instead.jamiewalch@chromium.org2011-04-181-15/+4
* Clean up remoting projectdmaclach@chromium.org2011-04-041-3/+71
* Capturer is now pure virtual. The implementation it used tosimonmorris@chromium.org2011-03-291-14/+41
* Invalidate the entire screen after registering for refresh callbacks.jamiewalch@chromium.org2011-03-111-0/+1
* Tidy up after CL 6573005.simonmorris@chromium.org2011-03-101-1/+1
* Don't translate dirty rectangles in Mac capturer.lambroslambrou@chromium.org2011-03-041-4/+1
* Let the host change resolution.simonmorris@chromium.org2011-03-041-11/+12
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-12/+11
* Let the host change resolution.simonmorris@chromium.org2011-03-031-11/+12
* Fix up mac capturer to flip image.dmaclach@chromium.org2011-03-031-6/+17
* Fix Capturer for Mac to cope gracefully when there are no invalid rects.wez@chromium.org2011-02-211-8/+1
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-2/+0
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+2
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-0/+5
* Fix up mac capturerdmaclach@chromium.org2010-11-191-0/+2
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-171-1/+3
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-4/+3
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-1/+1
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-1/+1
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-1/+1
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-061-10/+15
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-231-1/+1
* Revamp capturer to clean up the interface, and to keep data as atomic as poss...dmaclach@chromium.org2010-07-011-24/+130
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-071-0/+54