summaryrefslogtreecommitdiffstats
path: root/remoting/codec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for I444 frames to VideoDecoderVpx.wez@chromium.org2014-05-261-75/+120
* Implement VP9/I444 encode support in the Chromoting host.wez@chromium.org2014-05-123-74/+147
* Clean up common parts of VPX codec initialization.wez@chromium.org2014-05-092-34/+41
* Ensure that Y, U and V planes have 16-byte alignment & stride.wez@chromium.org2014-05-031-26/+23
* Fix VPX decoder not to crash when vpx_codec_error() returns NULL.sergeyu@chromium.org2014-04-091-3/+4
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-314-13/+138
* Revert 255208 "Add VP9 encode support to the remoting host."oshima@chromium.org2014-03-064-138/+13
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-064-13/+138
* LOG(INFO) tidying in remoting/scottmg@chromium.org2013-11-252-8/+8
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-224-3/+28