summaryrefslogtreecommitdiffstats
path: root/media/base/bind_to_loop.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-2/+2
* Replace trampolining in FFmpegDemuxer with explicit thread calling convention...scherkus@chromium.org2012-12-081-2/+1
* Pass in media message loop to VideoRendererBase and enforce calling on the ri...scherkus@chromium.org2012-12-071-0/+7
* Add missing return statement in media::BindToLoop() when using scoped_ptr_mal...scherkus@chromium.org2012-11-271-1/+1
* Teach BindToLoop to create callbacks that accept scoped parameters.fischman@chromium.org2012-10-241-37/+44
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-181-0/+159