summaryrefslogtreecommitdiffstats
path: root/remoting/codec/video_decoder_vpx.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove shaped desktop support from remoting host and client.sergeyu2016-03-251-20/+0
* Move libvpx_new to libvpxjohannkoenig2016-03-021-2/+2
* Switch to standard integer types in remoting/.avi2015-12-221-1/+2
* Copy libvpx from DEPS to srcjohannkoenig2015-09-181-2/+2
* Simplify VideoDecoder interfacesergeyu2015-08-201-159/+72
* Remove VideoDecoder::Initialize().sergeyu2015-08-191-5/+0
* Allow shaped-desktop hosts to send shape only when it changes.wez2015-07-171-176/+66
* Clean up some NULL->nullptr in remoting/codec/.wez2015-07-141-3/+3
* 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