summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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-102-7/+23
* Report correct buffered TimeRanges instead of faking a single TimeRange.fischman@chromium.org2012-05-106-47/+290
* Fix dropped Play event when there's a pending pause.dalecurtis@chromium.org2012-05-092-2/+55
* Remove log spam from audio_manager_linux.ccdalecurtis@chromium.org2012-05-091-2/+0
* Add codecs parameter to sourceAddId() and improve supported codecs detection ...acolwell@chromium.org2012-05-094-17/+74
* Kill Pipeline::SetBufferedTime(), since nobody needs/uses it.fischman@chromium.org2012-05-098-93/+1
* Replace CHECK by DCHECK, at least for M20.enal@chromium.org2012-05-091-1/+1
* Remove seek prior to WebAudio decode.dalecurtis@google.com2012-05-081-7/+3
* [Layout Test Analzyer] show changed test names all the time (even when theimasaki@google.com2012-05-071-3/+6
* Roll FFmpeg for M20 (round 2)dalecurtis@google.com2012-05-062-28/+19
* Increase socket_timeout values for CNS requests. This timeout caused connecti...shadi@chromium.org2012-05-051-5/+5
* Add initial implementation of SourceBufferStreamvrk@google.com2012-05-045-0/+915
* Per issue 125757, added more test cases to be monitored in the layout test an...imasaki@google.com2012-05-043-8/+9
* Fix race condition caused by r114084.enal@chromium.org2012-05-031-6/+6
* Fix a few races due to lack of locking in AudioRendererImpl::FillBuffer().scherkus@chromium.org2012-05-032-16/+20
* Fulfill pending GpuVideoDecoder::Read()s during GVD::Reset().fischman@chromium.org2012-05-031-6/+7
* Remove a few unused media::PipelineStatus codes.scherkus@chromium.org2012-05-033-21/+8
* Add support for sourceAbort() & sourceBuffered()acolwell@chromium.org2012-05-032-1/+83
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-0321-355/+262
* media::SeekableBuffer should use kNoTimestamp() instead of zero.scherkus@chromium.org2012-05-033-15/+26
* Add StreamParserBuffer to ChunkDemuxervrk@google.com2012-05-029-29/+93
* This patch introduces a simplified SourceBuffer that takes ownership of Chunk...annacc@chromium.org2012-05-025-12/+158
* Only do host()->SetError when there's no PipelineStatus callback pending in V...xhwang@chromium.org2012-05-022-15/+24
* Fix test -- we should initialize the buffer, otherwise valgrind/DrMemory reportsenal@chromium.org2012-05-011-6/+13
* Change the way audio mixer gets "pending bytes" (amount of data currently buf...enal@chromium.org2012-05-013-27/+56
* Fix VideoFrameGenerator so Flush() callback always runs after a pending Read(...acolwell@chromium.org2012-04-302-0/+5
* Report VideoDecoder status through ReadCB instead of through FilterHost.xhwang@chromium.org2012-04-2810-75/+168
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-2815-81/+91
* Fix TODO: return name and id as NSArray* instead of QTCaptureDevice*.scherkus@chromium.org2012-04-284-11/+20
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-0/+1
* Revert "Roll DEPS for FFmpeg merge. Shuffle testing."scherkus@chromium.org2012-04-272-19/+11
* Fix a g++ 4.6 compiler issue in media/thestig@chromium.org2012-04-262-7/+7
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+3
* Fire needkey event when encrypted media is encounted.xhwang@chromium.org2012-04-268-8/+75
* Media: Fix an assign-to-self.jhawkins@chromium.org2012-04-261-1/+0
* Replace StreamParserHost interface with callbacks.acolwell@chromium.org2012-04-266-58/+57
* Fix VideoRendererBase to allow the decoder to be flushed with a pending read.acolwell@chromium.org2012-04-254-18/+58
* Implement the skeleton of an android content shell.tedchoc@chromium.org2012-04-253-0/+44
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-2425-89/+79
* Refactoring StreamParser & StreamParserHost interfaces.acolwell@chromium.org2012-04-245-92/+104
* Reset svn:executable bit on scripts that are not executable.maruel@chromium.org2012-04-241-0/+0
* Fix a bunch of bad line endings.thestig@chromium.org2012-04-241-2/+2
* Roll DEPS for FFmpeg merge. Shuffle testing.dalecurtis@google.com2012-04-242-11/+19
* CNS seek tests for <video>.shadi@chromium.org2012-04-241-5/+15
* Implement sourceAddId() & sourceRemoveId()acolwell@chromium.org2012-04-234-15/+97
* Set svn:executable bit only on scripts that are executable.maruel@chromium.org2012-04-2312-2/+0
* Add a media pipeline status error code for decryption error.xhwang@chromium.org2012-04-234-20/+18
* Revert 133335 - Update MediaSource API implementation to match v0.4 spec. acolwell@chromium.org2012-04-214-99/+14
* Update MediaSource API implementation to match v0.4 spec. acolwell@chromium.org2012-04-214-14/+99