summaryrefslogtreecommitdiffstats
path: root/remoting/codec
Commit message (Expand)AuthorAgeFilesLines
* Remove shaped desktop support from remoting host and client.sergeyu2016-03-254-59/+0
* Move libvpx_new to libvpxjohannkoenig2016-03-024-6/+6
* Implement new video encoder performance tests, for VP9/VP8 comparison.sergeyu2016-01-204-112/+15
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-2410-29/+29
* Switch to standard integer types in remoting/.avi2015-12-2220-45/+72
* Add UMA histograms for more detailed latency tracking on the CRD host.sergeyu2015-09-304-17/+2
* Copy libvpx from DEPS to srcjohannkoenig2015-09-184-6/+6
* Compile remoting client plugin with GNsergeyu2015-09-141-2/+22
* remoting: Remove dependency on YUV code in src/mediasergeyu2015-08-212-1/+2
* Simplify VideoDecoder interfacesergeyu2015-08-208-484/+165
* Remove VideoDecoder::Initialize().sergeyu2015-08-196-25/+13
* remoting: Remove third_party/speex entry from DEPS list.tfarina2015-08-011-1/+0
* Make video encoder/decoder test fastersergeyu2015-07-302-69/+47
* Allow shaped-desktop hosts to send shape only when it changes.wez2015-07-174-201/+78
* Clean up some NULL->nullptr in remoting/codec/.wez2015-07-146-17/+17
* Supply empty frames until codec is done with top-off.wez2015-07-105-45/+48
* Update VideoFramePump to pass un-changed frames to encoders.wez2015-06-108-34/+97
* Enable Cyclic Refresh for VP9.aconverse2015-05-162-3/+46
* Switch VP9 lossy to CBR encoding.aconverse2015-04-241-6/+10
* Allocate image buffer in PrepareImage instead of in Configureaconverse2015-04-111-27/+54
* Replace COMPILE_ASSERT with static_assert in remoting/lukasza2015-03-301-1/+1
* Revert of Use tiles when encoding with VP9. (patchset #1 id:1 of https://code...aconverse2015-03-051-4/+0
* Use tiles when encoding with VP9.aconverse2015-03-051-0/+4
* Add remoting and PPAPI tests to GN buildbrettw2015-03-041-0/+47
* Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of ...cpu2015-03-021-47/+0
* Add remoting and PPAPI tests to GN buildbrettw2015-03-021-0/+47
* Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of ...eroman2015-02-271-47/+0
* Add remoting and PPAPI tests to GN buildbrettw2015-02-271-0/+47
* Fix AudioPump to pause the stream when the network is congested.sergeyu2015-02-175-0/+14
* Add tests for resizing VPX larger than initial size.wez2015-01-291-16/+28
* Add 3px padding to updated region in VP8 encoder.wez2015-01-241-6/+9
* Update VPX encoder to reconfigure rather than recreate the codec.wez2015-01-203-87/+100
* Add 8 pixels of padding around each rectangle under VP9.wez2015-01-151-6/+8
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+2
* Enable VP9 tuning for screen content.wez2014-12-161-0/+6
* Re-enable key-frames every 10,000 frames.jamiewalch2014-12-091-2/+5
* Disable lossy vp9 testjohannkoenig2014-12-051-2/+6
* Disable keyframes on vpx.rmsousa2014-11-211-0/+3
* Use cpuused=6 for lossy VP9 modewez2014-10-281-1/+1
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-218-42/+36
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-088-18/+18
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-013-6/+6
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-295-12/+12
* Roll libvpx 42ddeb:55f7bajohannkoenig2014-09-231-2/+1
* Move common VideoPacket initialization into VideoEncoderHelper.wez2014-09-037-52/+247
* Switch VP9 lossy encode to CPUUSED=7 and use it by default.wez2014-08-291-5/+4
* Add manual tests to benchmark VP8 & VP9 encode performance.wez@chromium.org2014-07-013-24/+144
* Switch to CPUUSED=5 for VP9.wez@chromium.org2014-06-281-3/+2
* Clean up VideoEncoderVpx tests.wez@chromium.org2014-05-311-14/+14
* Extend VideoControl to allow clients to request lossless modes.wez@chromium.org2014-05-305-45/+164