summaryrefslogtreecommitdiffstats
path: root/remoting/client/audio_decode_scheduler.cc
Commit message (Expand)AuthorAgeFilesLines
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-8/+8
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* remoting: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2013-01-221-1/+1
* Don't use base::Unretained in AudioDecodeScheduler.sergeyu@chromium.org2012-09-131-12/+75
* Added more error checking for audio packets.kxing@chromium.org2012-08-211-1/+3
* Piping for audio decoding.kxing@chromium.org2012-08-041-0/+58