summaryrefslogtreecommitdiffstats
path: root/remoting/client/rectangle_update_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Add VideoProcessor interface.sergeyu@chromium.org2014-01-231-349/+0
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-221-0/+2
* Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.wez@chromium.org2013-10-191-3/+3
* Byte-swap the video frame pixels before passing them to Java.lambroslambrou@chromium.org2013-10-021-0/+63
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-251-24/+22
* Cleanup VideoDecoder interface.lambroslambrou@chromium.org2013-09-231-7/+4
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-191-22/+24
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-191-24/+22
* Simplify VideoEncoder interface.sergeyu@chromium.org2013-09-131-16/+8
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-301-1/+1
* Abstract PPAPI's ImageData behind webrtc::DesktopFrame interfacesolb@chromium.org2013-07-041-8/+7
* Added the desktop shape fields to VideoPacket.alexeypa@chromium.org2013-06-211-0/+4
* Remove ZLib codec support from chromoting host and client.sergeyu@chromium.org2012-10-181-4/+2
* Cleanup RectangleUpdateDecoder and VideoStubsergeyu@chromium.org2012-08-301-59/+11
* Moved video stub implementation to RectangleUpdateDecoder.kxing@chromium.org2012-08-241-19/+135
* Renamed Decoder -> VideoDecoder.kxing@chromium.org2012-08-241-4/+4
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-231-3/+3
* Propagate DPI information to web-app.jamiewalch@chromium.org2012-07-201-6/+16
* MessageLoopProxy cleanups in remoting client.sergeyu@chromium.org2012-06-121-13/+13
* Refactor VideoStub interface to accept ownership of video packets.sergeyu@chromium.org2012-03-281-3/+3
* Fix RectangleUpdateDecoder to reference the FrameConsumerProxy.wez@chromium.org2012-03-151-1/+2
* Schedule a paint if the client plugin's view size or clip change.wez@chromium.org2012-03-131-4/+18
* Fix startup race-conditions in new Decoder pipeline:wez@chromium.org2012-03-081-1/+6
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-241-121/+85
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-291-15/+15
* Revert 118790 - Compile error due to missing operator== on SkRegionrsleevi@chromium.org2012-01-241-15/+15
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-241-15/+15
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-0/+2
* Used MessageLoopProxy instead of MessageLoop in RectangleUpdateDecoder.sanjeevr@chromium.org2012-01-041-11/+12
* Remove support for the initial-resolution tag in session descriptions.wez@chromium.org2012-01-011-29/+22
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-221-9/+7
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+2
* Remoting client rectangle decoder and VP8 decoder fixes.wez@chromium.org2011-12-201-31/+16
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-66/+29
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-34/+38
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-38/+34
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-34/+38
* Remove all the experimental Traced Task code from remoting.ajwong@chromium.org2011-09-121-27/+16
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-4/+4
* Build remoting with libvpx in all platformshclam@chromium.org2011-08-121-5/+2
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-261-12/+137
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-9/+7
* 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ...wez@chromium.org2011-05-271-7/+9
* Move media library AutoTaskRunner to base and rename ScopedTaskRunner.wez@chromium.org2011-05-271-9/+7
* Let the host change resolution.simonmorris@chromium.org2011-03-041-50/+64
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-64/+50
* Let the host change resolution.simonmorris@chromium.org2011-03-031-50/+64
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-104/+44
* Fix arm build.sergeyu@chromium.org2010-11-021-0/+3
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-17/+19