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
/
codec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use cpuused=6 for lossy VP9 mode
wez
2014-10-28
1
-1
/
+1
*
Standardize usage of virtual/override/final in remoting/
dcheng
2014-10-21
8
-42
/
+36
*
replace OVERRIDE and FINAL with override and final in remoting/
mostynb
2014-10-08
8
-18
/
+18
*
Use make_scoped_ptr() in src/remoting.
sergeyu
2014-10-01
3
-6
/
+6
*
Cleanup usage of scoped_ptr<> in remoting for C++11
sergeyu
2014-09-29
5
-12
/
+12
*
Roll libvpx 42ddeb:55f7ba
johannkoenig
2014-09-23
1
-2
/
+1
*
Move common VideoPacket initialization into VideoEncoderHelper.
wez
2014-09-03
7
-52
/
+247
*
Switch VP9 lossy encode to CPUUSED=7 and use it by default.
wez
2014-08-29
1
-5
/
+4
*
Add manual tests to benchmark VP8 & VP9 encode performance.
wez@chromium.org
2014-07-01
3
-24
/
+144
*
Switch to CPUUSED=5 for VP9.
wez@chromium.org
2014-06-28
1
-3
/
+2
*
Clean up VideoEncoderVpx tests.
wez@chromium.org
2014-05-31
1
-14
/
+14
*
Extend VideoControl to allow clients to request lossless modes.
wez@chromium.org
2014-05-30
5
-45
/
+164
*
Add support for I444 frames to VideoDecoderVpx.
wez@chromium.org
2014-05-26
1
-75
/
+120
*
Implement VP9/I444 encode support in the Chromoting host.
wez@chromium.org
2014-05-12
3
-74
/
+147
*
Clean up common parts of VPX codec initialization.
wez@chromium.org
2014-05-09
2
-34
/
+41
*
Ensure that Y, U and V planes have 16-byte alignment & stride.
wez@chromium.org
2014-05-03
1
-26
/
+23
*
Fix VPX decoder not to crash when vpx_codec_error() returns NULL.
sergeyu@chromium.org
2014-04-09
1
-3
/
+4
*
Add VP9 encode support to the remoting host.
wez@chromium.org
2014-03-31
4
-13
/
+138
*
Revert 255208 "Add VP9 encode support to the remoting host."
oshima@chromium.org
2014-03-06
4
-138
/
+13
*
Add VP9 encode support to the remoting host.
wez@chromium.org
2014-03-06
4
-13
/
+138
*
LOG(INFO) tidying in remoting/
scottmg@chromium.org
2013-11-25
2
-8
/
+8
*
Add VP9 decode support to the remoting client.
wez@chromium.org
2013-10-22
4
-3
/
+28
*
Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.
wez@chromium.org
2013-10-19
8
-292
/
+335
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
2
-8
/
+0
*
Remove dependency on Skia from chromoting client.
sergeyu@chromium.org
2013-09-25
8
-180
/
+198
*
Cleanup VideoDecoder interface.
lambroslambrou@chromium.org
2013-09-23
6
-78
/
+34
*
Revert 224101 "Remove dependency on Skia from chromoting client."
sergeyu@chromium.org
2013-09-19
8
-200
/
+184
*
Remove dependency on Skia from chromoting client.
sergeyu@chromium.org
2013-09-19
8
-184
/
+200
*
Simplify VideoEncoder interface.
sergeyu@chromium.org
2013-09-13
11
-474
/
+139
*
Remove obsolete audio codecs and channel configurations.
sergeyu@chromium.org
2013-09-12
5
-338
/
+0
*
Fix uninitialized field in constructor.
etienneb@chromium.org
2013-08-21
1
-1
/
+2
*
Use a direct include of time headers in ppapi/, printing/, remoting/.
avi@chromium.org
2013-06-28
4
-4
/
+4
*
Added the desktop shape fields to VideoPacket.
alexeypa@chromium.org
2013-06-21
5
-0
/
+112
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.
dcheng@chromium.org
2013-06-14
3
-7
/
+4
*
Remove screen capturers from media/video/capture/screen.
sergeyu@chromium.org
2013-06-07
1
-1
/
+0
*
Roll webrtc 4143:4179
sergeyu@chromium.org
2013-06-05
1
-12
/
+8
*
Use webrtc::DesktopCapturer for screen capturer implementation.
sergeyu@chromium.org
2013-05-16
10
-231
/
+237
*
Reduce jitter from uneven SincResampler buffer size requests.
dalecurtis@google.com
2013-05-08
1
-3
/
+6
*
Use libyuv for non-scaling RGB<->YUV conversions.
wez@chromium.org
2013-04-19
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.
dcheng@chromium.org
2013-04-08
5
-12
/
+12
*
Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.
dcheng@chromium.org
2013-04-04
1
-1
/
+1
*
Add debug message to help investigate Opus tests flakiness.
sergeyu@chromium.org
2013-03-02
1
-0
/
+1
*
Move screen capturers from remoting/capturer to media/video/capturer/screen
sergeyu@chromium.org
2013-01-28
9
-39
/
+43
*
Roll speex, flac, libvpx DEPS to get shim header changes.
phajdan.jr@chromium.org
2013-01-07
4
-4
/
+8
*
Simplify remoting::CaptureData
sergeyu@chromium.org
2012-12-22
4
-53
/
+21
*
Linux: use generated shim headers for opus.
phajdan.jr@chromium.org
2012-12-19
2
-2
/
+2
*
Move screen capturers to remoting/capturer.
sergeyu@chromium.org
2012-12-18
5
-4
/
+5
*
Capturing and encoding time are now calculated by the thread doing the operat...
alexeypa@chromium.org
2012-11-28
4
-3
/
+12
*
Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.
dalecurtis@chromium.org
2012-11-21
2
-2
/
+4
*
Limit number of frames per audio packet in Opus and Speex decoders.
sergeyu@chromium.org
2012-11-07
2
-4
/
+23
[next]