summaryrefslogtreecommitdiffstats
path: root/remoting/codec/video_decoder_vpx.cc
Commit message (Expand)AuthorAgeFilesLines
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-2/+2
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-2/+2
* Add support for I444 frames to VideoDecoderVpx.wez@chromium.org2014-05-261-75/+120
* Fix VPX decoder not to crash when vpx_codec_error() returns NULL.sergeyu@chromium.org2014-04-091-3/+4
* LOG(INFO) tidying in remoting/scottmg@chromium.org2013-11-251-6/+6
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-221-0/+20
* Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.wez@chromium.org2013-10-191-0/+289