summaryrefslogtreecommitdiffstats
path: root/remoting/codec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.wez@chromium.org2013-10-198-292/+335
* Clean up a few more unused globals.thakis@chromium.org2013-09-252-8/+0
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-258-180/+198
* Cleanup VideoDecoder interface.lambroslambrou@chromium.org2013-09-236-78/+34
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-198-200/+184
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-198-184/+200
* Simplify VideoEncoder interface.sergeyu@chromium.org2013-09-1311-474/+139
* Remove obsolete audio codecs and channel configurations.sergeyu@chromium.org2013-09-125-338/+0
* Fix uninitialized field in constructor.etienneb@chromium.org2013-08-211-1/+2
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-284-4/+4
* Added the desktop shape fields to VideoPacket.alexeypa@chromium.org2013-06-215-0/+112
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.dcheng@chromium.org2013-06-143-7/+4
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-1/+0
* Roll webrtc 4143:4179sergeyu@chromium.org2013-06-051-12/+8
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-1610-231/+237
* Reduce jitter from uneven SincResampler buffer size requests.dalecurtis@google.com2013-05-081-3/+6
* Use libyuv for non-scaling RGB<->YUV conversions.wez@chromium.org2013-04-191-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-085-12/+12
* Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.dcheng@chromium.org2013-04-041-1/+1
* Add debug message to help investigate Opus tests flakiness.sergeyu@chromium.org2013-03-021-0/+1
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-289-39/+43
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-074-4/+8
* Simplify remoting::CaptureDatasergeyu@chromium.org2012-12-224-53/+21
* Linux: use generated shim headers for opus.phajdan.jr@chromium.org2012-12-192-2/+2
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-185-4/+5
* Capturing and encoding time are now calculated by the thread doing the operat...alexeypa@chromium.org2012-11-284-3/+12
* Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.dalecurtis@chromium.org2012-11-212-2/+4
* Limit number of frames per audio packet in Opus and Speex decoders.sergeyu@chromium.org2012-11-072-4/+23