summaryrefslogtreecommitdiffstats
path: root/remoting/base/util.cc
Commit message (Expand)AuthorAgeFilesLines
* remoting: Remove dependency on YUV code in src/mediasergeyu2015-08-211-149/+6
* Implement VP9/I444 encode support in the Chromoting host.wez@chromium.org2014-05-121-22/+0
* Move remoting::GetUsername() from remoting/base to remoting/hostsergeyu@chromium.org2013-12-111-25/+0
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-251-63/+74
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-191-74/+63
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-191-63/+74
* Don't use reentrant version of getpwuid on Androidsolb@chromium.org2013-07-091-4/+6
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-111-1/+1
* Use libyuv for non-scaling RGB<->YUV conversions.wez@chromium.org2013-04-191-20/+12
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-081-1/+1
* Don't use $USER for Local Login checklambroslambrou@chromium.org2013-03-301-0/+23
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-3/+3
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-181-37/+14
* Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.alexeypa@chromium.org2012-11-301-0/+32
* Allow the Chromoting client plugin to support up-scaling, albeit slowly.wez@chromium.org2012-06-181-4/+3
* [Chromoting] Handle CR-LF correctly when transferring text items to and from ...simonmorris@chromium.org2012-06-021-0/+38
* Cull unnecessary media::VideoFrame::Formats from the enum.fischman@chromium.org2012-04-111-17/+4
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-241-2/+2
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-091-25/+150
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-071-150/+25
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-071-25/+150
* Fix DecoderVp8::ConvertRects() to call conversion routine with aligned rects.wez@chromium.org2012-01-141-0/+1
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-141-35/+0
* Prevent the Chromoting log message handler from trying to handle LOG messages...garykac@chromium.org2012-01-141-1/+3
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-221-24/+26
* Remoting client rectangle decoder and VP8 decoder fixes.wez@chromium.org2011-12-201-7/+9
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-28/+30
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-30/+28
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-28/+30
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-121-4/+4
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-4/+4
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-4/+4
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-041-2/+12
* Optimize mac capturer to copy memory only dirty rect.hclam@chromium.org2011-08-011-0/+23
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-261-9/+62
* Speed up chromoting encoding and decoding path for VP8hclam@chromium.org2011-02-041-1/+69
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-5/+7
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-5/+5
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-5/+5
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-5/+5
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-061-0/+26