summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Turn on audio mixer by default.enal@chromium.org2012-06-012-3/+3
* Upstream implementation for embedded video for WebMediaPlayerAndroidqinmin@chromium.org2012-06-011-0/+1
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-3115-113/+291
* Remove logspam from media_unittests.fischman@chromium.org2012-05-301-1/+7
* Delete Pipeline::GetBufferedBytes() in preparation for didLoadingProgress() s...fischman@chromium.org2012-05-303-18/+25
* Export kUseCraskochi@google.com2012-05-301-1/+1
* Track buffered byte ranges correctly in media::Pipeline.fischman@chromium.org2012-05-307-82/+63
* Fix ninja build for android.yfriedman@chromium.org2012-05-292-35/+1
* Send 'ended' event when we don't know audio duration in the beginning.enal@chromium.org2012-05-262-3/+5
* Check in missing files from r138642.scherkus@chromium.org2012-05-232-0/+97
* Preparation work to move AudioRenderer and VideoRenderer out of Filter hierarchyscherkus@chromium.org2012-05-235-143/+58
* RefCounted types should not have public destructors, media/ and gpu/ editionrsleevi@chromium.org2012-05-187-16/+37
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-181-0/+1
* Update WebMClusterParser to compute durations for all StreamParserBuffers.acolwell@chromium.org2012-05-181-0/+1
* 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