| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on audio mixer by default. | enal@chromium.org | 2012-06-01 | 2 | -3/+3 |
* | Upstream implementation for embedded video for WebMediaPlayerAndroid | qinmin@chromium.org | 2012-06-01 | 1 | -0/+1 |
* | Introducing DecoderBuffer and general Buffer cleanup. | dalecurtis@google.com | 2012-05-31 | 15 | -113/+291 |
* | Remove logspam from media_unittests. | fischman@chromium.org | 2012-05-30 | 1 | -1/+7 |
* | Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s... | fischman@chromium.org | 2012-05-30 | 3 | -18/+25 |
* | Export kUseCras | kochi@google.com | 2012-05-30 | 1 | -1/+1 |
* | Track buffered byte ranges correctly in media::Pipeline. | fischman@chromium.org | 2012-05-30 | 7 | -82/+63 |
* | Fix ninja build for android. | yfriedman@chromium.org | 2012-05-29 | 2 | -35/+1 |
* | Send 'ended' event when we don't know audio duration in the beginning. | enal@chromium.org | 2012-05-26 | 2 | -3/+5 |
* | Check in missing files from r138642. | scherkus@chromium.org | 2012-05-23 | 2 | -0/+97 |
* | Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchy | scherkus@chromium.org | 2012-05-23 | 5 | -143/+58 |
* | RefCounted types should not have public destructors, media/ and gpu/ edition | rsleevi@chromium.org | 2012-05-18 | 7 | -16/+37 |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 1 | -0/+1 |
* | Update WebMClusterParser to compute durations for all StreamParserBuffers. | acolwell@chromium.org | 2012-05-18 | 1 | -0/+1 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui. | thestig@chromium.org | 2012-05-16 | 7 | -10/+3 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou... | fischman@chromium.org | 2012-05-12 | 6 | -110/+1 |
* | Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from... | tkent@chromium.org | 2012-05-12 | 6 | -1/+110 |
* | Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline. | fischman@chromium.org | 2012-05-11 | 6 | -110/+1 |
* | Re-land r136486 (reverted in r136500). | fischman@chromium.org | 2012-05-11 | 5 | -647/+3 |
* | Implement support for completely overlapping the selected range in SourceBuff... | vrk@chromium.org | 2012-05-11 | 2 | -0/+12 |
* | Revert 136486 - Delete DownloadRateMonitor since it's never worked right. | tkent@chromium.org | 2012-05-11 | 5 | -3/+647 |
* | Delete DownloadRateMonitor since it's never worked right. | fischman@chromium.org | 2012-05-11 | 5 | -647/+3 |
* | Remove statistics reporting from chrome://media-internals and fix event logging. | scherkus@chromium.org | 2012-05-10 | 4 | -67/+6 |
* | Android content shell bringup. | jrg@chromium.org | 2012-05-10 | 1 | -7/+11 |
* | Report correct buffered TimeRanges instead of faking a single TimeRange. | fischman@chromium.org | 2012-05-10 | 5 | -47/+288 |
* | Kill Pipeline::SetBufferedTime(), since nobody needs/uses it. | fischman@chromium.org | 2012-05-09 | 5 | -87/+1 |
* | Add initial implementation of SourceBufferStream | vrk@google.com | 2012-05-04 | 1 | -0/+3 |
* | Remove a few unused media::PipelineStatus codes. | scherkus@chromium.org | 2012-05-03 | 3 | -21/+8 |
* | Remove VideoDecoder from the Filter heirarchy. | xhwang@chromium.org | 2012-05-03 | 10 | -130/+136 |
* | media::SeekableBuffer should use kNoTimestamp() instead of zero. | scherkus@chromium.org | 2012-05-03 | 2 | -14/+22 |
* | Add StreamParserBuffer to ChunkDemuxer | vrk@google.com | 2012-05-02 | 5 | -14/+76 |
* | Report VideoDecoder status through ReadCB instead of through FilterHost. | xhwang@chromium.org | 2012-04-28 | 2 | -7/+27 |
* | Fix a g++ 4.6 compiler issue in media/ | thestig@chromium.org | 2012-04-26 | 1 | -6/+6 |
* | Fire needkey event when encrypted media is encounted. | xhwang@chromium.org | 2012-04-26 | 1 | -1/+10 |
* | Replace StreamParserHost interface with callbacks. | acolwell@chromium.org | 2012-04-26 | 2 | -33/+25 |
* | Fix VideoRendererBase to allow the decoder to be flushed with a pending read. | acolwell@chromium.org | 2012-04-25 | 1 | -0/+1 |
* | Implement the skeleton of an android content shell. | tedchoc@chromium.org | 2012-04-25 | 2 | -0/+42 |
* | Refactoring StreamParser & StreamParserHost interfaces. | acolwell@chromium.org | 2012-04-24 | 1 | -11/+10 |
* | Add a media pipeline status error code for decryption error. | xhwang@chromium.org | 2012-04-23 | 2 | -0/+3 |
* | Revert 132723 - Flush regardless if there's pending read, because there's no ... | acolwell@chromium.org | 2012-04-20 | 1 | -3/+0 |
* | apk-based test runner work for android. 2 unit test bundles converted over (i... | jrg@chromium.org | 2012-04-19 | 2 | -1/+5 |
* | Re-land software audio mixer. | enal@chromium.org | 2012-04-19 | 2 | -0/+5 |
* | Revert 132891 - Software audio mixer. | thestig@chromium.org | 2012-04-19 | 2 | -5/+0 |
* | Software audio mixer. | enal@chromium.org | 2012-04-18 | 2 | -0/+5 |
* | add more color formats NV21 and YV12 in video capture (mainly from Android). | wjia@chromium.org | 2012-04-18 | 2 | -0/+24 |
* | Flush regardless if there's pending read, because there's no guarantee that t... | ronghuawu@chromium.org | 2012-04-18 | 1 | -0/+3 |
* | Upstream WebVideoFrameAndroid and fix some bugs in MediaPlayerBridge code | qinmin@chromium.org | 2012-04-12 | 3 | -4/+26 |
* | hash code cleanup - copy seed to local and use array indexing. 1.483 ms for ... | fbarchard@google.com | 2012-04-12 | 1 | -8/+6 |
* | Adds WebRTC histogram data to be uploaded as part of UMA logging events. | henrika@chromium.org | 2012-04-11 | 1 | -36/+7 |