| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop time from media::{Audio,Video}Renderer::StartPlayingFrom(). | scherkus@chromium.org | 2014-07-18 | 11 | -59/+89 |
* | Introduce media::TimeSource. | scherkus@chromium.org | 2014-07-18 | 5 | -0/+250 |
* | Fold DecoderSelector::Abort() into the dtor. | xhwang@chromium.org | 2014-07-18 | 5 | -57/+45 |
* | Tweak expectations for VideoRendererImplTest.StartPlayingFrom_LowDelay. | scherkus@chromium.org | 2014-07-18 | 1 | -3/+3 |
* | Added UMA logging for Video Rotation metadata. | suderman@chromium.org | 2014-07-18 | 1 | -1/+2 |
* | Add the ability for presentation timestamps to be specified in test strings. | acolwell@chromium.org | 2014-07-18 | 1 | -16/+60 |
* | Cast: Implement priority packets in PacedSender | hclam@chromium.org | 2014-07-17 | 4 | -22/+115 |
* | Fix most GN clang errors. | brettw@chromium.org | 2014-07-17 | 1 | -0/+2 |
* | Fold DecryptingDemuxerStream::Stop() into the dtor. | xhwang@chromium.org | 2014-07-17 | 7 | -115/+71 |
* | Use audio thread for the fake input audio stream. | xians@chromium.org | 2014-07-17 | 2 | -22/+50 |
* | Update SourceBufferStream and its unit tests to always expect valid durations. | acolwell@chromium.org | 2014-07-17 | 5 | -73/+121 |
* | AVFoundation video capture: blacklisting micro fix | mcasas@chromium.org | 2014-07-17 | 1 | -1/+1 |
* | Fold DecoderStream::Stop() into the dtor. | xhwang@chromium.org | 2014-07-17 | 7 | -162/+95 |
* | Removed extra video_rotation_ from FFmpeg Demuxer | suderman@chromium.org | 2014-07-17 | 1 | -2/+0 |
* | CdmAdapter: Allow parallel SendPlatformChallenge() calls. | xhwang@chromium.org | 2014-07-17 | 2 | -35/+33 |
* | Fold {Audio|Video}Decoder::Stop() into the dtor. | xhwang@chromium.org | 2014-07-16 | 30 | -275/+129 |
* | Add a block based Audio FIFO. | xians@chromium.org | 2014-07-16 | 4 | -1/+306 |
* | Add playback underflow logic to media::VideoRendererImpl. | scherkus@chromium.org | 2014-07-16 | 2 | -5/+46 |
* | Enable media in default GN build -- Part Deux! | dalecurtis@google.com | 2014-07-16 | 1 | -65/+151 |
* | Remove media::AudioRendererImpl::now_cb_ and clean up tests (round 2). | scherkus@chromium.org | 2014-07-16 | 3 | -161/+58 |
* | Fix 'except' and 'prefer' spelling. | tnagel@chromium.org | 2014-07-16 | 1 | -1/+1 |
* | Revert of Update SourceBufferStream and its unit tests to always expect valid... | falken@chromium.org | 2014-07-16 | 4 | -111/+71 |
* | Update SourceBufferStream and its unit tests to always expect valid durations. | acolwell@chromium.org | 2014-07-16 | 4 | -71/+111 |
* | Update media::AudioClock API to take time since writing into account. | scherkus@chromium.org | 2014-07-16 | 4 | -13/+76 |
* | Use SkSrc_Mode in SkCanvasVideoRenderer, to prevent transparent video frames ... | rileya@chromium.org | 2014-07-16 | 6 | -0/+53 |
* | CdmAdapter: Value initialize PP_Decrypted*Info. | xhwang@chromium.org | 2014-07-16 | 1 | -3/+3 |
* | Add wolenetz@chromium.org to media OWNERs files. | acolwell@chromium.org | 2014-07-15 | 1 | -0/+1 |
* | Cast: Reshuffle files under media/cast | hclam@chromium.org | 2014-07-15 | 140 | -1134/+1001 |
* | Make DecryptingDemuxerStream::Stop() synchronous. | xhwang@chromium.org | 2014-07-15 | 6 | -40/+13 |
* | Remove media::VideoRenderer::SetPlaybackRate() (round 2). | scherkus@chromium.org | 2014-07-14 | 7 | -75/+21 |
* | Mpeg2 TS - simplify the buffer emission logic. | damienv@chromium.org | 2014-07-14 | 2 | -31/+134 |
* | Always use 48kHz for OPUS decoding. | dalecurtis@chromium.org | 2014-07-14 | 4 | -47/+61 |
* | Revert of Remove media::VideoRenderer::SetPlaybackRate(). (https://codereview... | falken@chromium.org | 2014-07-14 | 7 | -23/+69 |
* | Revert 282795 "Have media content and chrome browser tests load ..." | shadi@google.com | 2014-07-12 | 24 | -1686/+4 |
* | Some cleanup in PipelineTest. | xhwang@chromium.org | 2014-07-12 | 1 | -70/+74 |
* | Remove media::VideoRenderer::SetPlaybackRate(). | scherkus@chromium.org | 2014-07-12 | 7 | -69/+23 |
* | Have media content and chrome browser tests load data from media/test/data | shadi@chromium.org | 2014-07-12 | 24 | -4/+1686 |
* | Revert 282780 because it broke the android-gn build. | sadrul@chromium.org | 2014-07-12 | 1 | -44/+44 |
* | Enable media in default GN build. | dalecurtis@chromium.org | 2014-07-12 | 1 | -44/+44 |
* | Zero initialize the first allocation of a VideoFrame. | dalecurtis@chromium.org | 2014-07-12 | 2 | -3/+19 |
* | Add test data for BUG=392827 | dalecurtis@google.com | 2014-07-12 | 1 | -0/+0 |
* | Zero initialize OPUS stream mapping data. | dalecurtis@chromium.org | 2014-07-11 | 1 | -1/+2 |
* | Skip to enter the fullscreen automatically when hole-punching is enabled. | ycheo@chromium.org | 2014-07-11 | 3 | -1/+18 |
* | Mpeg2TS - estimate duration for video frames. | damienv@chromium.org | 2014-07-11 | 9 | -80/+466 |
* | Encrypted Media: Fix PpbBuffer::Destroy(). | xhwang@chromium.org | 2014-07-11 | 3 | -35/+86 |
* | Add a ref counted audio bus. | rkc@chromium.org | 2014-07-11 | 2 | -1/+32 |
* | Cast: Update simulator tool with more inputs. | imcheng@chromium.org | 2014-07-11 | 4 | -31/+168 |
* | Allow AudioRendererMixerInputs to be restarted after stopped. | dalecurtis@chromium.org | 2014-07-11 | 3 | -11/+23 |
* | Converts most logic in media.gyp to BUILD.gn files. | ajwong@chromium.org | 2014-07-10 | 1 | -0/+1362 |
* | Revert 282424 "Remove media::AudioRendererImpl::now_cb_ and clea..." | scherkus@chromium.org | 2014-07-10 | 3 | -57/+161 |