Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use make_scoped_ptr() in src/remoting. | sergeyu | 2014-10-01 | 1 | -2/+2 |
* | Cleanup usage of scoped_ptr<> in remoting for C++11 | sergeyu | 2014-09-29 | 1 | -2/+2 |
* | Add support for I444 frames to VideoDecoderVpx. | wez@chromium.org | 2014-05-26 | 1 | -75/+120 |
* | Fix VPX decoder not to crash when vpx_codec_error() returns NULL. | sergeyu@chromium.org | 2014-04-09 | 1 | -3/+4 |
* | LOG(INFO) tidying in remoting/ | scottmg@chromium.org | 2013-11-25 | 1 | -6/+6 |
* | Add VP9 decode support to the remoting client. | wez@chromium.org | 2013-10-22 | 1 | -0/+20 |
* | Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9. | wez@chromium.org | 2013-10-19 | 1 | -0/+289 |