| Commit message (Expand) | Author | Age | Files | Lines |
* | LOG(INFO) tidying in remoting/ | scottmg@chromium.org | 2013-11-25 | 2 | -8/+8 |
* | Add VP9 decode support to the remoting client. | wez@chromium.org | 2013-10-22 | 4 | -3/+28 |
* | Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9. | wez@chromium.org | 2013-10-19 | 8 | -292/+335 |
* | Clean up a few more unused globals. | thakis@chromium.org | 2013-09-25 | 2 | -8/+0 |
* | Remove dependency on Skia from chromoting client. | sergeyu@chromium.org | 2013-09-25 | 8 | -180/+198 |
* | Cleanup VideoDecoder interface. | lambroslambrou@chromium.org | 2013-09-23 | 6 | -78/+34 |
* | Revert 224101 "Remove dependency on Skia from chromoting client." | sergeyu@chromium.org | 2013-09-19 | 8 | -200/+184 |
* | Remove dependency on Skia from chromoting client. | sergeyu@chromium.org | 2013-09-19 | 8 | -184/+200 |
* | Simplify VideoEncoder interface. | sergeyu@chromium.org | 2013-09-13 | 11 | -474/+139 |
* | Remove obsolete audio codecs and channel configurations. | sergeyu@chromium.org | 2013-09-12 | 5 | -338/+0 |
* | Fix uninitialized field in constructor. | etienneb@chromium.org | 2013-08-21 | 1 | -1/+2 |
* | Use a direct include of time headers in ppapi/, printing/, remoting/. | avi@chromium.org | 2013-06-28 | 4 | -4/+4 |
* | Added the desktop shape fields to VideoPacket. | alexeypa@chromium.org | 2013-06-21 | 5 | -0/+112 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/. | dcheng@chromium.org | 2013-06-14 | 3 | -7/+4 |
* | Remove screen capturers from media/video/capture/screen. | sergeyu@chromium.org | 2013-06-07 | 1 | -1/+0 |
* | Roll webrtc 4143:4179 | sergeyu@chromium.org | 2013-06-05 | 1 | -12/+8 |
* | Use webrtc::DesktopCapturer for screen capturer implementation. | sergeyu@chromium.org | 2013-05-16 | 10 | -231/+237 |
* | Reduce jitter from uneven SincResampler buffer size requests. | dalecurtis@google.com | 2013-05-08 | 1 | -3/+6 |
* | Use libyuv for non-scaling RGB<->YUV conversions. | wez@chromium.org | 2013-04-19 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition. | dcheng@chromium.org | 2013-04-08 | 5 | -12/+12 |
* | Update calls to scoped_array<T>::reset(NULL) to use the no-arg version. | dcheng@chromium.org | 2013-04-04 | 1 | -1/+1 |
* | Add debug message to help investigate Opus tests flakiness. | sergeyu@chromium.org | 2013-03-02 | 1 | -0/+1 |
* | Move screen capturers from remoting/capturer to media/video/capturer/screen | sergeyu@chromium.org | 2013-01-28 | 9 | -39/+43 |
* | Roll speex, flac, libvpx DEPS to get shim header changes. | phajdan.jr@chromium.org | 2013-01-07 | 4 | -4/+8 |
* | Simplify remoting::CaptureData | sergeyu@chromium.org | 2012-12-22 | 4 | -53/+21 |
* | Linux: use generated shim headers for opus. | phajdan.jr@chromium.org | 2012-12-19 | 2 | -2/+2 |
* | Move screen capturers to remoting/capturer. | sergeyu@chromium.org | 2012-12-18 | 5 | -4/+5 |
* | Capturing and encoding time are now calculated by the thread doing the operat... | alexeypa@chromium.org | 2012-11-28 | 4 | -3/+12 |
* | Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform. | dalecurtis@chromium.org | 2012-11-21 | 2 | -2/+4 |
* | Limit number of frames per audio packet in Opus and Speex decoders. | sergeyu@chromium.org | 2012-11-07 | 2 | -4/+23 |
* | Improve codec tests to test a broader variety of dimensions. | wez@chromium.org | 2012-10-23 | 1 | -10/+16 |
* | Add opus audio codec support in remoting | sergeyu@chromium.org | 2012-10-23 | 7 | -0/+669 |
* | Revert 163650 - Add opus audio codec support in remoting | sergeyu@chromium.org | 2012-10-23 | 7 | -669/+0 |
* | Add opus audio codec support in remoting | sergeyu@chromium.org | 2012-10-23 | 7 | -0/+669 |
* | Remove ZLib codec support from chromoting host and client. | sergeyu@chromium.org | 2012-10-18 | 8 | -265/+154 |
* | Linux: fix build with system speex (2/2) | phajdan.jr@chromium.org | 2012-10-04 | 2 | -3/+0 |
* | Swap CHECKs for DCHECKs in VideoEncoderVP8's active map loop. | wez@chromium.org | 2012-10-02 | 1 | -5/+5 |
* | Limit audio buffer size in the audio player used by the chromoting client. | sergeyu@chromium.org | 2012-09-13 | 1 | -1/+3 |
* | Fix typo in remoting::VideoEncoderVp8. | wez@chromium.org | 2012-09-07 | 1 | -1/+1 |
* | Cleaned up codec_test.cc | kxing@chromium.org | 2012-08-25 | 1 | -7/+6 |
* | Renamed Encoder -> VideoEncoder. | kxing@chromium.org | 2012-08-24 | 11 | -123/+136 |
* | Renamed Decoder -> VideoDecoder. | kxing@chromium.org | 2012-08-24 | 9 | -85/+90 |
* | Moved the video encoders/decoders to the codec directory. | kxing@chromium.org | 2012-08-23 | 16 | -0/+2084 |
* | Speex encoding/decoding. | kxing@chromium.org | 2012-08-21 | 6 | -1/+331 |
* | Added more error checking for audio packets. | kxing@chromium.org | 2012-08-21 | 3 | -1/+8 |
* | Changed AudioPacket data to a repeated field. | kxing@chromium.org | 2012-08-16 | 2 | -1/+8 |
* | Piping for audio decoding. | kxing@chromium.org | 2012-08-04 | 5 | -0/+111 |
* | Piping for audio encoding. | kxing@chromium.org | 2012-08-01 | 4 | -0/+77 |