Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/. | dcheng@chromium.org | 2013-04-07 | 1 | -2/+2 |
* | Replace trampolining in FFmpegDemuxer with explicit thread calling convention... | scherkus@chromium.org | 2012-12-08 | 1 | -2/+1 |
* | Pass in media message loop to VideoRendererBase and enforce calling on the ri... | scherkus@chromium.org | 2012-12-07 | 1 | -0/+7 |
* | Add missing return statement in media::BindToLoop() when using scoped_ptr_mal... | scherkus@chromium.org | 2012-11-27 | 1 | -1/+1 |
* | Teach BindToLoop to create callbacks that accept scoped parameters. | fischman@chromium.org | 2012-10-24 | 1 | -37/+44 |
* | media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy. | fischman@chromium.org | 2012-08-18 | 1 | -0/+159 |