| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved the video encoders/decoders to the codec directory. | kxing@chromium.org | 2012-08-23 | 1 | -211/+0 |
* | Fix up-scaling case to early-exit if no updates are within clip area. | wez@chromium.org | 2012-06-20 | 1 | -0/+6 |
* | Allow the Chromoting client plugin to support up-scaling, albeit slowly. | wez@chromium.org | 2012-06-18 | 1 | -6/+37 |
* | Fix startup race-conditions in new Decoder pipeline: | wez@chromium.org | 2012-03-08 | 1 | -0/+12 |
* | Disable rendering on up-scale. | wez@chromium.org | 2012-03-03 | 1 | -0/+9 |
* | This CL makes several the following improvements to the Chromoting decoder pi... | alexeypa@chromium.org | 2012-02-24 | 1 | -72/+35 |
* | Introducing helper wrappers for copying a rectangle from a one partial buffer... | alexeypa@chromium.org | 2012-02-09 | 1 | -78/+24 |
* | Reverting 120739 that caused valgrind breaks. | alexeypa@chromium.org | 2012-02-07 | 1 | -24/+78 |
* | Introducing helper wrappers for copying a rectangle from a one partial buffer... | alexeypa@chromium.org | 2012-02-07 | 1 | -78/+24 |
* | Replace RectVectors with SkRegions in Decoder. | wez@chromium.org | 2012-01-29 | 1 | -29/+28 |
* | Revert 118790 - Compile error due to missing operator== on SkRegion | rsleevi@chromium.org | 2012-01-24 | 1 | -28/+29 |
* | Replace RectVectors with SkRegions in Decoder. | wez@chromium.org | 2012-01-24 | 1 | -29/+28 |
* | Fix DecoderVp8::ConvertRects() to call conversion routine with aligned rects. | wez@chromium.org | 2012-01-14 | 1 | -12/+12 |
* | Linear sub-rectangle scaler for use in Chromoting. | wez@chromium.org | 2012-01-14 | 1 | -10/+16 |
* | Chromoting: Fix it2me crash on connect due to mismatched frame buffer size. | garykac@chromium.org | 2012-01-10 | 1 | -11/+11 |
* | Refactoring of the client-side input pipeline and scaling dimension management. | wez@chromium.org | 2011-12-22 | 1 | -32/+24 |
* | Remoting client rectangle decoder and VP8 decoder fixes. | wez@chromium.org | 2011-12-20 | 1 | -39/+50 |
* | Initialize clip_rect_ member to be empty until explicitly set. | wez@chromium.org | 2011-11-11 | 1 | -0/+1 |
* | Move code in src/remoting to the new callbacks. | sergeyu@chromium.org | 2011-11-10 | 1 | -0/+1 |
* | Move us fully from gfx:: over to skia types for consistency. | dmaclach@chromium.org | 2011-09-30 | 1 | -29/+29 |
* | Revert 103523 - Move us fully from gfx:: over to skia types for consistency. | dmaclach@chromium.org | 2011-09-30 | 1 | -29/+29 |
* | Move us fully from gfx:: over to skia types for consistency. | dmaclach@chromium.org | 2011-09-30 | 1 | -29/+29 |
* | 2. Implement scale-to-fit and clipping in DecoderVp8 | hclam@chromium.org | 2011-07-26 | 1 | -21/+121 |
* | Use 2 threads for decoding for remoting | hclam@chromium.org | 2011-05-28 | 1 | -1/+8 |
* | Linux: roll ffmpeg and vpx so that we can build with system vpx | phajdan.jr@chromium.org | 2011-03-03 | 1 | -3/+1 |
* | Change chromoting images to upright by default | hclam@chromium.org | 2011-02-22 | 1 | -11/+1 |
* | Speed up chromoting encoding and decoding path for VP8 | hclam@chromium.org | 2011-02-04 | 1 | -5/+29 |
* | Remove GetVp8CxAlgoAddress hack | hclam@chromium.org | 2010-12-20 | 1 | -5/+4 |
* | Reverse rows in VP8 decoder. | sergeyu@chromium.org | 2010-12-02 | 1 | -5/+11 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | Add VideoPacket struct for video packets. Refactor Decode interface to use it. | sergeyu@chromium.org | 2010-11-09 | 1 | -8/+11 |
* | Add VideoReader and VideoWriter interfaces. | sergeyu@chromium.org | 2010-11-03 | 1 | -2/+2 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-02 | 1 | -86/+28 |
* | Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 1 | -28/+86 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 1 | -86/+28 |
* | Use new Chromotocol code in host andclient. | sergeyu@chromium.org | 2010-10-06 | 1 | -1/+1 |
* | VP8 decoder for chromoting | hclam@chromium.org | 2010-09-29 | 1 | -0/+165 |