summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-167-10/+3
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Reland r136679, reverted in r136753: Delete MockDataSource, remove IsLocalSou...fischman@chromium.org2012-05-126-110/+1
* Revert 136679 - Delete MockDataSource, remove IsLocalSource & IsSeekable from...tkent@chromium.org2012-05-126-1/+110
* Delete MockDataSource, remove IsLocalSource & IsSeekable from Demuxer/Pipeline.fischman@chromium.org2012-05-116-110/+1
* Re-land r136486 (reverted in r136500).fischman@chromium.org2012-05-115-647/+3
* Implement support for completely overlapping the selected range in SourceBuff...vrk@chromium.org2012-05-112-0/+12
* Revert 136486 - Delete DownloadRateMonitor since it's never worked right.tkent@chromium.org2012-05-115-3/+647
* Delete DownloadRateMonitor since it's never worked right.fischman@chromium.org2012-05-115-647/+3
* Remove statistics reporting from chrome://media-internals and fix event logging.scherkus@chromium.org2012-05-104-67/+6
* Android content shell bringup.jrg@chromium.org2012-05-101-7/+11
* Report correct buffered TimeRanges instead of faking a single TimeRange.fischman@chromium.org2012-05-105-47/+288
* Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.fischman@chromium.org2012-05-095-87/+1
* Add initial implementation of SourceBufferStreamvrk@google.com2012-05-041-0/+3
* Remove a few unused media::PipelineStatus codes.scherkus@chromium.org2012-05-033-21/+8
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-0310-130/+136
* media::SeekableBuffer should use kNoTimestamp() instead of zero.scherkus@chromium.org2012-05-032-14/+22
* Add StreamParserBuffer to ChunkDemuxervrk@google.com2012-05-025-14/+76
* Report VideoDecoder status through ReadCB instead of through FilterHost.xhwang@chromium.org2012-04-282-7/+27
* Fix a g++ 4.6 compiler issue in media/thestig@chromium.org2012-04-261-6/+6
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-261-1/+10
* Replace StreamParserHost interface with callbacks.acolwell@chromium.org2012-04-262-33/+25
* Fix VideoRendererBase to allow the decoder to be flushed with a pending read.acolwell@chromium.org2012-04-251-0/+1
* Implement the skeleton of an android content shell.tedchoc@chromium.org2012-04-252-0/+42
* Refactoring StreamParser & StreamParserHost interfaces.acolwell@chromium.org2012-04-241-11/+10
* Add a media pipeline status error code for decryption error.xhwang@chromium.org2012-04-232-0/+3
* Revert 132723 - Flush regardless if there's pending read, because there's no ...acolwell@chromium.org2012-04-201-3/+0
* apk-based test runner work for android. 2 unit test bundles converted over (i...jrg@chromium.org2012-04-192-1/+5
* Re-land software audio mixer.enal@chromium.org2012-04-192-0/+5
* Revert 132891 - Software audio mixer.thestig@chromium.org2012-04-192-5/+0
* Software audio mixer.enal@chromium.org2012-04-182-0/+5
* add more color formats NV21 and YV12 in video capture (mainly from Android).wjia@chromium.org2012-04-182-0/+24
* Flush regardless if there's pending read, because there's no guarantee that t...ronghuawu@chromium.org2012-04-181-0/+3
* Upstream WebVideoFrameAndroid and fix some bugs in MediaPlayerBridge codeqinmin@chromium.org2012-04-123-4/+26
* hash code cleanup - copy seed to local and use array indexing. 1.483 ms for ...fbarchard@google.com2012-04-121-8/+6
* Adds WebRTC histogram data to be uploaded as part of UMA logging events.henrika@chromium.org2012-04-111-36/+7
* Cull unnecessary media::VideoFrame::Formats from the enum.fischman@chromium.org2012-04-113-53/+9
* Remove misc. dead stores in media/ code (found by clang static analyzer).fischman@chromium.org2012-04-102-8/+3
* Remove FFmpegDemuxer::first_seek_hack_ and related unnecessary code.scherkus@chromium.org2012-04-092-5/+4
* Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-065-0/+732
* Pipeline & CompositeFilter now use MessageLoopProxy instead of plain MessageL...fischman@chromium.org2012-04-067-75/+81
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-062-4/+8
* Revert 131064 - Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-065-732/+0
* Adding android mediaplayer implementation to chromiumqinmin@chromium.org2012-04-065-0/+732
* Move Demuxer::set_host() to Initialize().scherkus@chromium.org2012-04-056-99/+75
* De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin...fischman@chromium.org2012-04-031-2/+2
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-0210-197/+85
* Move DataSource::SetPreload() to BufferedDataSource.scherkus@chromium.org2012-03-317-77/+0
* Make preprocessor directives clearertbreisacher@chromium.org2012-03-301-6/+4
* Fix h.264 Profile conversion between ppapi & media worlds (since they were of...fischman@chromium.org2012-03-301-0/+1