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
*
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
*
Simplified frame rate control in the chromoting host.
sergeyu@chromium.org
2010-12-09
6
-11
/
+47
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
2
-0
/
+3
*
Reenable encoder/decoder tests.
sergeyu@chromium.org
2010-12-07
6
-140
/
+69
*
Revert 68434 - Reenable encoder/decoder tests.
scherkus@chromium.org
2010-12-07
6
-69
/
+140
*
Reenable encoder/decoder tests.
sergeyu@chromium.org
2010-12-07
6
-140
/
+69
*
Refactor ZLib and Verbatim encoders.
sergeyu@chromium.org
2010-12-06
13
-262
/
+197
*
Fix RGB->YUV conversion: input is BGR instead of RGB.
sergeyu@chromium.org
2010-12-06
1
-6
/
+6
*
Revert 68384: Landed with incorrect commit message.
sergeyu@chromium.org
2010-12-06
1
-6
/
+6
*
Refactor ZLib and Verbatim encoders.
sergeyu@chromium.org
2010-12-06
1
-6
/
+6
*
Move move classes to the remoting::protocol namespace. Minor cleanups.
sergeyu@chromium.org
2010-12-02
1
-2
/
+1
*
Reverse rows in VP8 decoder.
sergeyu@chromium.org
2010-12-02
2
-5
/
+14
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
4
-8
/
+3
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
4
-3
/
+8
*
Use CompoundBuffer in MessageDecoder.
sergeyu@chromium.org
2010-11-18
3
-0
/
+84
*
Added CompoundBuffer that will be used to store data in the encoding/decoding
sergeyu@chromium.org
2010-11-16
6
-242
/
+601
*
Reset decompressor after each frame in DecoderRowBased::DecodePacket().
sergeyu@chromium.org
2010-11-16
1
-6
/
+11
*
Add VideoPacket struct for video packets. Refactor Decode interface to use it.
sergeyu@chromium.org
2010-11-09
13
-96
/
+155
*
Add DEPS files in remoting subdirectories.
sergeyu@chromium.org
2010-11-05
3
-3
/
+6
*
Add VideoReader and VideoWriter interfaces.
sergeyu@chromium.org
2010-11-03
2
-4
/
+3
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
2
-2
/
+3
[next]