summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* fix commentsdilmah@chromium.org2011-03-221-1/+1
* Improve AlignRect() readability, and handle bad rectangles more gracefully (w...lambroslambrou@chromium.org2011-03-173-19/+60
* Tidy up after CL 6573005.simonmorris@chromium.org2011-03-107-59/+41
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-5/+5
* Let the host change resolution.simonmorris@chromium.org2011-03-045-30/+57
* Linux: roll ffmpeg and vpx so that we can build with system vpxphajdan.jr@chromium.org2011-03-032-6/+2
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-035-57/+30
* Let the host change resolution.simonmorris@chromium.org2011-03-035-30/+57
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Change chromoting images to upright by defaulthclam@chromium.org2011-02-225-37/+2
* Speed up encoding by using active maphclam@chromium.org2011-02-222-4/+64
* Don't call the zlib functions with the MOZ_Z_ prefixwtc@chromium.org2011-02-152-14/+0
* Fix memory leak in chromoting codehclam@chromium.org2011-02-091-1/+1
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-083-5/+19
* gfx -> ui/gfx move to make check_deps happy.thestig@chromium.org2011-02-051-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-056-6/+6
* 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-046-28/+165
* Chromoting host to convert only changed regionshclam@chromium.org2011-02-031-35/+48
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-0/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-8/+8
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-202-11/+8
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-4/+10
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-10/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-4/+10
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-096-11/+47
* Move more code from headers to implementation.erg@google.com2010-12-072-0/+3
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-076-140/+69
* Revert 68434 - Reenable encoder/decoder tests.scherkus@chromium.org2010-12-076-69/+140
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-076-140/+69
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-0613-262/+197
* 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
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-021-2/+1
* Reverse rows in VP8 decoder.sergeyu@chromium.org2010-12-022-5/+14
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-8/+3
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-3/+8
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-183-0/+84
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-166-242/+601
* Reset decompressor after each frame in DecoderRowBased::DecodePacket().sergeyu@chromium.org2010-11-161-6/+11
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-0913-96/+155
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-053-3/+6
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-032-4/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-022-2/+3