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
*
Remove VideoDecoder::Initialize().
sergeyu
2015-08-19
6
-25
/
+13
*
remoting: Remove third_party/speex entry from DEPS list.
tfarina
2015-08-01
1
-1
/
+0
*
Make video encoder/decoder test faster
sergeyu
2015-07-30
2
-69
/
+47
*
Allow shaped-desktop hosts to send shape only when it changes.
wez
2015-07-17
4
-201
/
+78
*
Clean up some NULL->nullptr in remoting/codec/.
wez
2015-07-14
6
-17
/
+17
*
Supply empty frames until codec is done with top-off.
wez
2015-07-10
5
-45
/
+48
*
Update VideoFramePump to pass un-changed frames to encoders.
wez
2015-06-10
8
-34
/
+97
*
Enable Cyclic Refresh for VP9.
aconverse
2015-05-16
2
-3
/
+46
*
Switch VP9 lossy to CBR encoding.
aconverse
2015-04-24
1
-6
/
+10
*
Allocate image buffer in PrepareImage instead of in Configure
aconverse
2015-04-11
1
-27
/
+54
*
Replace COMPILE_ASSERT with static_assert in remoting/
lukasza
2015-03-30
1
-1
/
+1
*
Revert of Use tiles when encoding with VP9. (patchset #1 id:1 of https://code...
aconverse
2015-03-05
1
-4
/
+0
*
Use tiles when encoding with VP9.
aconverse
2015-03-05
1
-0
/
+4
*
Add remoting and PPAPI tests to GN build
brettw
2015-03-04
1
-0
/
+47
*
Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of ...
cpu
2015-03-02
1
-47
/
+0
*
Add remoting and PPAPI tests to GN build
brettw
2015-03-02
1
-0
/
+47
*
Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of ...
eroman
2015-02-27
1
-47
/
+0
*
Add remoting and PPAPI tests to GN build
brettw
2015-02-27
1
-0
/
+47
*
Fix AudioPump to pause the stream when the network is congested.
sergeyu
2015-02-17
5
-0
/
+14
*
Add tests for resizing VPX larger than initial size.
wez
2015-01-29
1
-16
/
+28
*
Add 3px padding to updated region in VP8 encoder.
wez
2015-01-24
1
-6
/
+9
*
Update VPX encoder to reconfigure rather than recreate the codec.
wez
2015-01-20
3
-87
/
+100
*
Add 8 pixels of padding around each rectangle under VP9.
wez
2015-01-15
1
-6
/
+8
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-1
/
+2
*
Enable VP9 tuning for screen content.
wez
2014-12-16
1
-0
/
+6
*
Re-enable key-frames every 10,000 frames.
jamiewalch
2014-12-09
1
-2
/
+5
*
Disable lossy vp9 test
johannkoenig
2014-12-05
1
-2
/
+6
*
Disable keyframes on vpx.
rmsousa
2014-11-21
1
-0
/
+3
*
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
[next]