summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin/pepper_view.h
Commit message (Expand)AuthorAgeFilesLines
* Move existing renderer from PepperView to PepperVideoRenderer2D.sergeyu2014-12-191-148/+0
* 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-4/+4
* Chromoting client: video renderer based on MediaSource API.sergeyu@chromium.org2014-02-061-6/+0
* Add VideoProcessor interface.sergeyu@chromium.org2014-01-231-1/+2
* Byte-swap the video frame pixels before passing them to Java.lambroslambrou@chromium.org2013-10-021-9/+8
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-251-16/+18
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-191-18/+16
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-191-16/+18
* Switch to stable Pepper UDPSocket, NetAddress and HostResolver APIs.wez@chromium.org2013-08-241-6/+8
* Abstract PPAPI's ImageData behind webrtc::DesktopFrame interfacesolb@chromium.org2013-07-041-8/+14
* Fix PepperView handling of 1:1 high-DPI.wez@chromium.org2013-01-101-24/+34
* Make Chromoting client plugin always render at device DPI.wez@chromium.org2012-07-241-8/+18
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-231-12/+5
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-201-1/+5
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-1/+12
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-12/+1
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-0/+1
* [Chromoting] Make the client plugin tell the webapp when the first video buff...simonmorris@chromium.org2012-05-251-0/+3
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-3/+1
* Switch PepperView to use asynchronous completion for Flush().wez@chromium.org2012-04-081-1/+1
* [Chromoting] The client plugin can pass clipboard items to the webapp.simonmorris@chromium.org2012-04-031-0/+1
* Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.wez@chromium.org2012-03-151-3/+3
* Fix startup race-conditions in new Decoder pipeline:wez@chromium.org2012-03-081-1/+2
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-1/+1
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-241-42/+48
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-291-3/+3
* Revert 118790 - Compile error due to missing operator== on SkRegionrsleevi@chromium.org2012-01-241-3/+3
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-241-3/+3
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-221-12/+16
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-2/+2
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-7/+4
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-2/+0
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-011-3/+5
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-8/+7
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-7/+8
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-8/+7
* Call Pepper's Flush command properlyhclam@chromium.org2011-08-031-1/+1
* If pepper flush returns an error then save a pending flushhclam@chromium.org2011-08-011-0/+7
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-261-53/+18
* Change Chromoting client to use Pepper's new Resource-base InputEvents.garykac@chromium.org2011-07-211-4/+8
* If the user selects scale-to-fit, then PepperView startssimonmorris@chromium.org2011-04-201-11/+66
* Report decode and render latency for Chromotinghclam@google.com2011-04-051-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Chromoting plugin to use a backing storehclam@google.com2011-03-141-0/+3
* Let the host change resolution.simonmorris@chromium.org2011-03-041-3/+0
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-0/+3
* Let the host change resolution.simonmorris@chromium.org2011-03-031-3/+0
* Chromoting pepper plugin to respond to BeginSessionResponsehclam@chromium.org2011-01-281-0/+1
* Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdownhclam@chromium.org2011-01-261-10/+6