| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cull unnecessary media::VideoFrame::Formats from the enum. | fischman@chromium.org | 2012-04-11 | 3 | -53/+9 |
* | Remove misc. dead stores in media/ code (found by clang static analyzer). | fischman@chromium.org | 2012-04-10 | 2 | -8/+3 |
* | Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code. | scherkus@chromium.org | 2012-04-09 | 2 | -5/+4 |
* | Adding android mediaplayer implementation to chromium | qinmin@chromium.org | 2012-04-06 | 5 | -0/+732 |
* | Pipeline & CompositeFilter now use MessageLoopProxy instead of plain MessageL... | fischman@chromium.org | 2012-04-06 | 7 | -75/+81 |
* | Merge AudioRendererImpl and AudioRendererBase; add NullAudioSink | vrk@chromium.org | 2012-04-06 | 2 | -4/+8 |
* | Revert 131064 - Adding android mediaplayer implementation to chromium | qinmin@chromium.org | 2012-04-06 | 5 | -732/+0 |
* | Adding android mediaplayer implementation to chromium | qinmin@chromium.org | 2012-04-06 | 5 | -0/+732 |
* | Move Demuxer::set_host() to Initialize(). | scherkus@chromium.org | 2012-04-05 | 6 | -99/+75 |
* | De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin... | fischman@chromium.org | 2012-04-03 | 1 | -2/+2 |
* | Remove DemuxerFactory and URL parameter from Pipeline. | scherkus@chromium.org | 2012-04-02 | 10 | -197/+85 |
* | Move DataSource::SetPreload() to BufferedDataSource. | scherkus@chromium.org | 2012-03-31 | 7 | -77/+0 |
* | Make preprocessor directives clearer | tbreisacher@chromium.org | 2012-03-30 | 1 | -6/+4 |
* | Fix h.264 Profile conversion between ppapi & media worlds (since they were of... | fischman@chromium.org | 2012-03-30 | 1 | -0/+1 |