summaryrefslogtreecommitdiffstats
path: root/remoting/base/decoder_vp8.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-231-211/+0
* Fix up-scaling case to early-exit if no updates are within clip area.wez@chromium.org2012-06-201-0/+6
* Allow the Chromoting client plugin to support up-scaling, albeit slowly.wez@chromium.org2012-06-181-6/+37
* Fix startup race-conditions in new Decoder pipeline:wez@chromium.org2012-03-081-0/+12
* Disable rendering on up-scale.wez@chromium.org2012-03-031-0/+9
* This CL makes several the following improvements to the Chromoting decoder pi...alexeypa@chromium.org2012-02-241-72/+35
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-091-78/+24
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-071-24/+78
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-071-78/+24
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-291-29/+28
* Revert 118790 - Compile error due to missing operator== on SkRegionrsleevi@chromium.org2012-01-241-28/+29
* Replace RectVectors with SkRegions in Decoder.wez@chromium.org2012-01-241-29/+28
* Fix DecoderVp8::ConvertRects() to call conversion routine with aligned rects.wez@chromium.org2012-01-141-12/+12
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-141-10/+16
* Chromoting: Fix it2me crash on connect due to mismatched frame buffer size.garykac@chromium.org2012-01-101-11/+11
* Refactoring of the client-side input pipeline and scaling dimension management.wez@chromium.org2011-12-221-32/+24
* Remoting client rectangle decoder and VP8 decoder fixes.wez@chromium.org2011-12-201-39/+50
* Initialize clip_rect_ member to be empty until explicitly set.wez@chromium.org2011-11-111-0/+1
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-0/+1
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-29/+29
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-29/+29
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-29/+29
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-261-21/+121
* Use 2 threads for decoding for remotinghclam@chromium.org2011-05-281-1/+8
* Linux: roll ffmpeg and vpx so that we can build with system vpxphajdan.jr@chromium.org2011-03-031-3/+1
* Change chromoting images to upright by defaulthclam@chromium.org2011-02-221-11/+1
* Speed up chromoting encoding and decoding path for VP8hclam@chromium.org2011-02-041-5/+29
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-201-5/+4
* Reverse rows in VP8 decoder.sergeyu@chromium.org2010-12-021-5/+11
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-8/+11
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-2/+2
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-86/+28
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-28/+86
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-86/+28
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-061-1/+1
* VP8 decoder for chromotinghclam@chromium.org2010-09-291-0/+165