summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Set svn:eol-style to LF and remove a few CRLFs that snuck in for src/media/.scherkus@chromium.org2012-09-102-13/+13
* Combine audio decoding and video decoding onto a single thread.scherkus@chromium.org2012-09-062-8/+4
* Ports the WebCore::AudioFIFO in WebKit to Chrome style.henrika@chromium.org2012-09-063-0/+412
* Build supported media targets on iOS.blundell@chromium.org2012-09-051-3/+6
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-052-1/+4
* Add MainHook to media unittests.milanb@chromium.org2012-09-051-0/+2
* Convert WebAudio file handlers to use AudioBus.dalecurtis@chromium.org2012-08-303-29/+110
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-292-2/+5
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-242-6/+2
* Revert r152236 since we found the culprit for bug 143440.scherkus@chromium.org2012-08-241-6/+6
* Split AudioRendererMixer::VectorFMAC into VectorMath library.dalecurtis@chromium.org2012-08-247-196/+263
* Guard against ALSA returning insane frame counts for current delay.fischman@chromium.org2012-08-231-1/+1
* Revert 152919 - Guard against ALSA returning insane frame counts for current ...rsleevi@chromium.org2012-08-231-1/+1
* Guard against ALSA returning insane frame counts for current delay.fischman@chromium.org2012-08-231-1/+1
* Remove start time logic since the Media Source spec now states the start time...acolwell@chromium.org2012-08-221-1/+1
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-214-58/+394
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-202-2/+6
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-202-6/+2
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-183-0/+328
* Upgrade DCHECK(pending_callbacks_.get()) to CHECK().scherkus@chromium.org2012-08-181-6/+6
* Allow transitioning to HAVE_METADATA before pipeline initialization completes.acolwell@chromium.org2012-08-173-28/+85
* use type std::string instead of integer for MediaLogEvent::TOTAL_BYTES_SETchangbin.shao@intel.com2012-08-163-7/+9
* Address post commit nits for r151132acolwell@chromium.org2012-08-151-2/+2
* Upgrade Pipeline::Start() NOTREACHED() back into a CHECK().scherkus@chromium.org2012-08-151-5/+4
* Make explicit the PipelineStatus enum values and warn that they are logged to...fischman@chromium.org2012-08-151-16/+17
* Downgrade media::Pipeline CHECKs into NOTREACHED() + no-op.scherkus@chromium.org2012-08-151-2/+8
* Make jars build from a single ant .xml templatecjhopman@chromium.org2012-08-131-17/+0
* Use enum instead of string in MessageLoopFactory::GetMessageLoop*xhwang@chromium.org2012-08-125-35/+42
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-1010-207/+87
* Fold Pipeline initialization failure tests added in r150636 into PipelineTear...scherkus@chromium.org2012-08-101-121/+198
* Merge Pipeline's kError state with kStopped: a baby step towards bringing san...scherkus@chromium.org2012-08-094-110/+39
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-0910-164/+109
* Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...scherkus@chromium.org2012-08-093-82/+44
* Add a lot of Pipeline tests to cover stopping/error handling while in a varie...scherkus@chromium.org2012-08-094-29/+259
* Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...scherkus@chromium.org2012-08-098-84/+75
* Introduce AudioBus to replace std::vector<float*> withindalecurtis@chromium.org2012-08-093-0/+289
* Fix Pipeline to properly handle errors during initialization.acolwell@chromium.org2012-08-082-12/+132
* Revert 150591 - Remove Pipeline::kEnded state as it is redundant with Pipelin...scherkus@chromium.org2012-08-083-2/+13
* Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.scherkus@chromium.org2012-08-083-13/+2
* Inline media::Pipeline::ResetState() into initializer list.scherkus@chromium.org2012-08-082-30/+25
* Fix VideoRendererBase end of stream logic to use a default acolwell@chromium.org2012-08-081-1/+0
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-072-5/+4
* [Android] Add chrome_java target for building Java code in the chromium layer.yfriedman@chromium.org2012-08-061-43/+9
* FFmpeg: Add gsm_ms and pcm big endian codecs.ihf@chromium.org2012-08-061-1/+4
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-0617-165/+19
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-032-2/+10
* Replace RunInSeries() and RunInParallel() with SerialRunner helper class.scherkus@chromium.org2012-08-036-240/+236
* Put browser side mixing back behind a flag.dalecurtis@google.com2012-08-032-3/+3
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-026-94/+99
* Cap sourceBuffered() on duration and truncate duration on EoSvrk@google.com2012-08-022-5/+2