summaryrefslogtreecommitdiffstats
path: root/remoting/codec/codec_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add manual tests to benchmark VP8 & VP9 encode performance.wez@chromium.org2014-07-011-24/+70
* LOG(INFO) tidying in remoting/scottmg@chromium.org2013-11-251-2/+2
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-251-17/+14
* Cleanup VideoDecoder interface.lambroslambrou@chromium.org2013-09-231-6/+2
* Revert 224101 "Remove dependency on Skia from chromoting client."sergeyu@chromium.org2013-09-191-14/+17
* Remove dependency on Skia from chromoting client.sergeyu@chromium.org2013-09-191-17/+14
* Simplify VideoEncoder interface.sergeyu@chromium.org2013-09-131-120/+15
* Fix uninitialized field in constructor.etienneb@chromium.org2013-08-211-1/+2
* Roll webrtc 4143:4179sergeyu@chromium.org2013-06-051-12/+8
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-113/+124
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-081-6/+6
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-281-13/+15
* Simplify remoting::CaptureDatasergeyu@chromium.org2012-12-221-26/+10
* Improve codec tests to test a broader variety of dimensions.wez@chromium.org2012-10-231-10/+16
* Cleaned up codec_test.cckxing@chromium.org2012-08-251-7/+6
* Renamed Encoder -> VideoEncoder.kxing@chromium.org2012-08-241-29/+30
* Renamed Decoder -> VideoDecoder.kxing@chromium.org2012-08-241-17/+17
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-231-0/+496