summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expose decryptor to WebMediaPlayerImpl.scherkus@chromium.org2012-03-301-2/+1
* Make AddFilter void and remove bullshit fallback code.fischman@chromium.org2012-03-275-38/+19
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-273-41/+29
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-2711-129/+126
* Add the output interface for the ChromeOS Audio Server(CRAS).dgreid@chromium.org2012-03-272-2/+11
* Forgot media/base/buffers_unittest.cc in r129038.scherkus@chromium.org2012-03-261-0/+89
* Removed StreamSample as a shared base class between Buffer and VideoFrame.scherkus@chromium.org2012-03-267-99/+66
* Make Callback::Reset() return a copy to support use-cases where Run() ends up...fischman@chromium.org2012-03-244-24/+6
* Fix incorrect VideoFrame::row_bytes() for RGB. Add tests.dalecurtis@chromium.org2012-03-232-1/+70
* Fix frame hashing to include all valid planes.dalecurtis@chromium.org2012-03-223-1/+31
* Move VideoDecoder out of media pipeline.xhwang@chromium.org2012-03-228-58/+65
* Make AudioParameters a class instead of a structvrk@google.com2012-03-212-13/+10
* Merge FilterStatusCB into PipelineStatusCB.xhwang@chromium.org2012-03-189-52/+41