summaryrefslogtreecommitdiffstats
path: root/remoting/codec/video_encoder_vpx.cc
Commit message (Expand)AuthorAgeFilesLines
* Use cpuused=6 for lossy VP9 modewez2014-10-281-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-2/+2
* Roll libvpx 42ddeb:55f7bajohannkoenig2014-09-231-2/+1
* Move common VideoPacket initialization into VideoEncoderHelper.wez2014-09-031-18/+4
* Switch VP9 lossy encode to CPUUSED=7 and use it by default.wez2014-08-291-5/+4
* Switch to CPUUSED=5 for VP9.wez@chromium.org2014-06-281-3/+2
* Extend VideoControl to allow clients to request lossless modes.wez@chromium.org2014-05-301-25/+57
* Implement VP9/I444 encode support in the Chromoting host.wez@chromium.org2014-05-121-65/+129
* Clean up common parts of VPX codec initialization.wez@chromium.org2014-05-091-33/+39
* Ensure that Y, U and V planes have 16-byte alignment & stride.wez@chromium.org2014-05-031-26/+23
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-311-0/+50
* Revert 255208 "Add VP9 encode support to the remoting host."oshima@chromium.org2014-03-061-50/+0
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-061-0/+50
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-221-0/+5
* Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.wez@chromium.org2013-10-191-0/+316