| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 2 | -12/+6 |
* | Delete usage and support for EGL_ANGLE_software_display extension. | apatrick@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -4/+2 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 4 | -5/+5 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Disable preroll duration increase on underflow for MediaSource playback. | acolwell@chromium.org | 2013-06-04 | 1 | -1/+2 |
* | Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 2 | -2/+2 |
* | Reland: Remove reference counting from media::Pipeline. | scherkus@chromium.org | 2013-05-09 | 1 | -12/+11 |
* | Revert 198760 "Remove reference counting from media::Pipeline." | scherkus@chromium.org | 2013-05-08 | 1 | -11/+12 |
* | Remove reference counting from media::Pipeline. | scherkus@chromium.org | 2013-05-07 | 1 | -12/+11 |
* | Add --enable-bitstream-converter to media/tools/demuxer_bench. | scherkus@chromium.org | 2013-05-03 | 1 | -10/+23 |
* | Remove reference counting from media::DataSource and friends. | scherkus@chromium.org | 2013-04-26 | 5 | -21/+18 |
* | Delete media::PipelineStatusNotification as it isn't used in production code. | scherkus@chromium.org | 2013-04-26 | 1 | -21/+24 |