| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Update the path to gfx size headers. | tfarina | 2015-01-03 | 2 | -2/+2 |
* | Cleanup: Update the path to gfx rect headers. | tfarina | 2014-12-31 | 2 | -2/+2 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-23 | 1 | -2/+2 |
* | Encrypted Media: Rename NeedKey to EncryptedMediaInitData. | xhwang | 2014-12-06 | 1 | -3/+3 |
* | Handle SetCdm() in media::Renderer. | xhwang | 2014-11-25 | 1 | -13/+5 |
* | Pass |paint_cb| through media::Renderer::Initialize(). | xhwang | 2014-11-13 | 1 | -1/+1 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-27 | 1 | -8/+9 |
* | replace OVERRIDE and FINAL with override and final in media/ | mostynb | 2014-10-07 | 1 | -5/+5 |
* | media: Pass DemuxerStreamProvider in Renderer::Initialize(). | xhwang | 2014-10-03 | 1 | -1/+1 |
* | MediaLog: Log selected audio/video decoder name. | xhwang | 2014-09-09 | 1 | -2/+4 |
* | Remove RenderThreadImpl dependencies from WebMediaPlayerImpl. | acolwell | 2014-08-30 | 1 | -1/+1 |
* | media: Remove FilterCollection. | xhwang | 2014-08-29 | 1 | -10/+11 |
* | media: Introduce Renderer interface and RendererImpl. | xhwang | 2014-08-23 | 1 | -13/+18 |
* | Revert "Revert 285479 "Make DataSource::Stop() synchronous."" | xhwang@chromium.org | 2014-08-02 | 2 | -9/+4 |
* | Revert 285479 "Make DataSource::Stop() synchronous." | inferno@chromium.org | 2014-07-28 | 2 | -4/+9 |
* | Make DataSource::Stop() synchronous. | xhwang@chromium.org | 2014-07-25 | 2 | -9/+4 |
* | Introduce buffering state change callback to Pipeline. | scherkus@chromium.org | 2014-06-24 | 1 | -1/+3 |
* | Log codec IDs for MediaSource content. | acolwell@chromium.org | 2014-05-09 | 1 | -1/+2 |
* | Clean up paint callbacks in player_x11 to use media::BindToCurrentLoop(). | scherkus@chromium.org | 2014-04-28 | 5 | -26/+16 |
* | Migrate VideoDecoder::HasAlpha() and associated plumbing into VideoFrameCompo... | scherkus@chromium.org | 2014-04-15 | 1 | -4/+0 |
* | Remove redundant I420-to-YV12 conversion in MediaStreamVideoTrack. | hshi@chromium.org | 2014-04-03 | 2 | -3/+6 |
* | Separate DemuxerHost from DataSourceHost. | sandersd@chromium.org | 2014-04-03 | 2 | -6/+0 |
* | Add support for midstream audio configuration changes. | dalecurtis@google.com | 2014-03-28 | 1 | -5/+16 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-26 | 1 | -10/+12 |
* | Revert of Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipe... | erikchen@chromium.org | 2014-03-26 | 1 | -12/+10 |
* | Remove Has{Audio,Video}(), GetInitialNaturalSize() from media::Pipeline. | sandersd@chromium.org | 2014-03-25 | 1 | -10/+12 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-02-03 | 1 | -3/+3 |
* | Revert 248049 "Ensure GL initialization only happens once, and p..." | kbr@chromium.org | 2014-01-31 | 1 | -3/+3 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 1 | -3/+3 |
* | Revert 247793 "Ensure GL initialization only happens once, and p..." | yoz@chromium.org | 2014-01-30 | 1 | -3/+3 |
* | Ensure GL initialization only happens once, and provide common init path | danakj@chromium.org | 2014-01-30 | 1 | -3/+3 |
* | Take GL version and extensions correctly into account when binding functions | oetuaho@nvidia.com | 2014-01-17 | 1 | -2/+2 |
* | Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/. | scherkus@chromium.org | 2014-01-07 | 1 | -11/+12 |
* | Fix layout test analyzer post changes in parsing expectations. | shadi@chromium.org | 2013-12-19 | 2 | -21/+5 |
* | Plumb AudioLog support into AudioManager. | dalecurtis@chromium.org | 2013-12-04 | 1 | -1/+2 |
* | Restore capacity increase on underflow for MSE playbacks. | acolwell@chromium.org | 2013-12-02 | 1 | -2/+1 |
* | Rename VideoRendererBase to VideoRendererImpl | acolwell@chromium.org | 2013-11-26 | 1 | -2/+2 |
* | Replace LOG(INFO) with VLOG(0), throughout *media* | fischman@chromium.org | 2013-11-25 | 2 | -4/+4 |
* | Port demuxer benchmark to media_perftests. | rileya@chromium.org | 2013-11-01 | 1 | -240/+0 |
* | Report 2 digit floating point failing rate percentage. | shadi@chromium.org | 2013-10-24 | 1 | -2/+2 |
* | Clean up unused constant globals | hans@chromium.org | 2013-10-03 | 1 | -8/+0 |
* | Summer cleaning, media/ style! | dalecurtis@chromium.org | 2013-08-29 | 18 | -2308/+0 |
* | Change NeedKeyCB to use std::vector. | acolwell@chromium.org | 2013-08-26 | 3 | -8/+8 |
* | Remove unnecessary checks and fix shader_bench. | dalecurtis@chromium.org | 2013-08-14 | 1 | -6/+8 |
* | Use ARRAYSIZE_UNSAFE to find the number of painters in shader_bench. | jbroman@chromium.org | 2013-08-13 | 1 | -2/+1 |
* | Plumb MediaLog into FFmpegDemuxer. | tyoverby@chromium.org | 2013-07-31 | 3 | -5/+12 |
* | Fix layout test analyzer post the move to blink and updates to TestExpectations. | shadi@chromium.org | 2013-07-29 | 9 | -287/+131 |
* | TBR: dmichael | tyoverby@chromium.org | 2013-07-18 | 2 | -4/+4 |
* | Use a direct include of the message_loop header in media/. | avi@chromium.org | 2013-07-18 | 4 | -4/+4 |
* | Use a direct include of time headers in media/. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |