summaryrefslogtreecommitdiffstats
path: root/remoting/base/encoder_vp8.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-231-307/+0
* Fix EncoderVp8 for odd-height images.wez@chromium.org2012-07-211-41/+33
* Changed test video dimension from 1x1 to 32x32hclam@chromium.org2012-07-201-0/+3
* Add DPI information to video packets.jamiewalch@chromium.org2012-07-141-0/+5
* Refactor EncoderVp8 to use SkRegion in place of RectVector.wez@chromium.org2012-06-041-48/+50
* Add padding at the end of encoder buffer to workaround crbug.com/119633.sergeyu@chromium.org2012-04-121-25/+31
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-15/+15
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-3/+2
* Speed enhancement for Remoting on Low end machines.dmaclach@chromium.org2011-10-051-3/+6
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-22/+24
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-24/+22
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-22/+24
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-291-1/+0
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-121-3/+6
* Revert 96327 - Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-6/+3
* Switch over to using SkRegions to calculate dirty areas.dmaclach@chromium.org2011-08-111-3/+6
* 2. Implement scale-to-fit and clipping in DecoderVp8hclam@chromium.org2011-07-261-13/+0
* Update VP8 encode options to speed up encoding for remotinghclam@chromium.org2011-06-201-3/+19
* Fix memory leak in EncoderVp8, and add unit-test for it.lambroslambrou@chromium.org2011-05-091-0/+6
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-061-0/+1
* Report capture and encode time for chromotinghclam@google.com2011-04-051-0/+1
* Improve AlignRect() readability, and handle bad rectangles more gracefully (w...lambroslambrou@chromium.org2011-03-171-19/+17
* Tidy up after CL 6573005.simonmorris@chromium.org2011-03-101-25/+23
* Let the host change resolution.simonmorris@chromium.org2011-03-041-30/+34
* Linux: roll ffmpeg and vpx so that we can build with system vpxphajdan.jr@chromium.org2011-03-031-3/+1
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-34/+30
* Let the host change resolution.simonmorris@chromium.org2011-03-031-30/+34
* Speed up encoding by using active maphclam@chromium.org2011-02-221-4/+57
* Lower image quality for chromoting to improve encode speed and compression ratiohclam@chromium.org2011-02-041-2/+2
* Speed up chromoting encoding and decoding path for VP8hclam@chromium.org2011-02-041-16/+28
* Chromoting host to convert only changed regionshclam@chromium.org2011-02-031-35/+48
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-201-6/+4
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-091-1/+3
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-1/+2
* Fix RGB->YUV conversion: input is BGR instead of RGB.sergeyu@chromium.org2010-12-061-6/+6
* Revert 68384: Landed with incorrect commit message.sergeyu@chromium.org2010-12-061-6/+6
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-6/+6
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-091-7/+2
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-2/+1
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-021-30/+47
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-47/+30
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-011-30/+47
* Implement VP8 encoder for chromotinghclam@chromium.org2010-09-281-72/+133
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-231-0/+133