summaryrefslogtreecommitdiffstats
path: root/remoting/codec/video_encoder_vpx.h
Commit message (Expand)AuthorAgeFilesLines
* Implement new video encoder performance tests, for VP9/VP8 comparison.sergeyu2016-01-201-0/+6
* Switch to standard integer types in remoting/.avi2015-12-221-2/+5
* Supply empty frames until codec is done with top-off.wez2015-07-101-5/+3
* Update VideoFramePump to pass un-changed frames to encoders.wez2015-06-101-4/+8
* Enable Cyclic Refresh for VP9.aconverse2015-05-161-1/+5
* Update VPX encoder to reconfigure rather than recreate the codec.wez2015-01-201-4/+8
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-5/+4
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-3/+3
* Move common VideoPacket initialization into VideoEncoderHelper.wez2014-09-031-0/+4
* Extend VideoControl to allow clients to request lossless modes.wez@chromium.org2014-05-301-13/+11
* Implement VP9/I444 encode support in the Chromoting host.wez@chromium.org2014-05-121-8/+17
* Clean up common parts of VPX codec initialization.wez@chromium.org2014-05-091-1/+2
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-311-0/+1
* Revert 255208 "Add VP9 encode support to the remoting host."oshima@chromium.org2014-03-061-1/+0
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-061-0/+1
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-221-2/+1
* Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.wez@chromium.org2013-10-191-0/+68