index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
2. Implement scale-to-fit and clipping in DecoderVp8
hclam@chromium.org
2011-07-26
6
-50
/
+254
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.
scherkus@chromium.org
2011-07-18
1
-4
/
+4
*
Fixup threading for Chromoting's logging code.
garykac@chromium.org
2011-07-13
2
-14
/
+76
*
Conenct Chromoting plugin debug log to JS UI.
garykac@chromium.org
2011-07-07
2
-0
/
+84
*
Reland 90618 - Remove check for entry_. From coverity CID=8237
gbillock@chromium.org
2011-06-28
1
-2
/
+3
*
Revert 90618 - Add checks for entry_. From coverity CID=8237
fischman@chromium.org
2011-06-27
1
-2
/
+2
*
Add checks for entry_. From coverity CID=8237
gbillock@chromium.org
2011-06-27
1
-2
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-21
1
-3
/
+7
*
Update VP8 encode options to speed up encoding for remoting
hclam@chromium.org
2011-06-20
1
-3
/
+19
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
1
-1
/
+1
*
Use 2 threads for decoding for remoting
hclam@chromium.org
2011-05-28
1
-1
/
+8
*
Wire in OAuth2 support into non-sandboxed connections in libjingle.
ajwong@chromium.org
2011-05-25
5
-5
/
+96
*
iwyu: Include callback_old.h where appropriate, final.
jhawkins@chromium.org
2011-05-11
1
-1
/
+1
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-1
/
+1
*
Fix memory leak in EncoderVp8, and add unit-test for it.
lambroslambrou@chromium.org
2011-05-09
3
-1
/
+49
*
Chromoting to report roundtrip latency
hclam@chromium.org
2011-05-06
3
-0
/
+12
*
Report capture and encode time for chromoting
hclam@google.com
2011-04-05
4
-1
/
+14
*
Measure bandwidth for chromoting video channel
hclam@google.com
2011-04-05
4
-0
/
+206
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
10
-22
/
+22
*
fix comments
dilmah@chromium.org
2011-03-22
1
-1
/
+1
*
Improve AlignRect() readability, and handle bad rectangles more gracefully (w...
lambroslambrou@chromium.org
2011-03-17
3
-19
/
+60
*
Tidy up after CL 6573005.
simonmorris@chromium.org
2011-03-10
7
-59
/
+41
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
2
-5
/
+5
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-04
5
-30
/
+57
*
Linux: roll ffmpeg and vpx so that we can build with system vpx
phajdan.jr@chromium.org
2011-03-03
2
-6
/
+2
*
Revert 76747 - Let the host change resolution.
simonmorris@chromium.org
2011-03-03
5
-57
/
+30
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-03
5
-30
/
+57
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
Change chromoting images to upright by default
hclam@chromium.org
2011-02-22
5
-37
/
+2
*
Speed up encoding by using active map
hclam@chromium.org
2011-02-22
2
-4
/
+64
*
Don't call the zlib functions with the MOZ_Z_ prefix
wtc@chromium.org
2011-02-15
2
-14
/
+0
*
Fix memory leak in chromoting code
hclam@chromium.org
2011-02-09
1
-1
/
+1
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
3
-5
/
+19
*
gfx -> ui/gfx move to make check_deps happy.
thestig@chromium.org
2011-02-05
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
6
-6
/
+6
*
Lower image quality for chromoting to improve encode speed and compression ratio
hclam@chromium.org
2011-02-04
1
-2
/
+2
*
Speed up chromoting encoding and decoding path for VP8
hclam@chromium.org
2011-02-04
6
-28
/
+165
*
Chromoting host to convert only changed regions
hclam@chromium.org
2011-02-03
1
-35
/
+48
*
Changed MessageReader so that it doesn't read from the socket if there are
sergeyu@chromium.org
2011-01-22
1
-0
/
+2
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-2
/
+2
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-8
/
+8
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-1
/
+2
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Remove GetVp8CxAlgoAddress hack
hclam@chromium.org
2010-12-20
2
-11
/
+8
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-4
/
+10
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-10
/
+4
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-4
/
+10
[next]