summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-072-0/+84
* Reland 90618 - Remove check for entry_. From coverity CID=8237gbillock@chromium.org2011-06-281-2/+3
* Revert 90618 - Add checks for entry_. From coverity CID=8237fischman@chromium.org2011-06-271-2/+2
* Add checks for entry_. From coverity CID=8237gbillock@chromium.org2011-06-271-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-3/+7
* Update VP8 encode options to speed up encoding for remotinghclam@chromium.org2011-06-201-3/+19
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Use 2 threads for decoding for remotinghclam@chromium.org2011-05-281-1/+8
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-255-5/+96
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Fix memory leak in EncoderVp8, and add unit-test for it.lambroslambrou@chromium.org2011-05-093-1/+49
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-063-0/+12
* Report capture and encode time for chromotinghclam@google.com2011-04-054-1/+14
* Measure bandwidth for chromoting video channelhclam@google.com2011-04-054-0/+206
* Move some files from base to base/memory.levin@chromium.org2011-03-2810-22/+22
* 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