summaryrefslogtreecommitdiffstats
path: root/remoting/codec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve codec tests to test a broader variety of dimensions.wez@chromium.org2012-10-231-10/+16
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-237-0/+669
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-237-669/+0
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-237-0/+669
* Remove ZLib codec support from chromoting host and client.sergeyu@chromium.org2012-10-188-265/+154
* Linux: fix build with system speex (2/2)phajdan.jr@chromium.org2012-10-042-3/+0
* Swap CHECKs for DCHECKs in VideoEncoderVP8's active map loop.wez@chromium.org2012-10-021-5/+5
* Limit audio buffer size in the audio player used by the chromoting client.sergeyu@chromium.org2012-09-131-1/+3
* Fix typo in remoting::VideoEncoderVp8.wez@chromium.org2012-09-071-1/+1
* Cleaned up codec_test.cckxing@chromium.org2012-08-251-7/+6
* Renamed Encoder -> VideoEncoder.kxing@chromium.org2012-08-2411-123/+136
* Renamed Decoder -> VideoDecoder.kxing@chromium.org2012-08-249-85/+90