summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Add a bool return value to media::Decryptor::GenerateKeyRequest().xhwang@chromium.org2012-08-296-7/+12
* Support setting an explicit duration on MediaSource objectsvrk@chromium.org2012-08-285-6/+204
* Disable AudioOutputMixer.dalecurtis@chromium.org2012-08-243-8/+43
* use manual release for QTCaptureDecompressedVideoOutput.wjia@chromium.org2012-08-242-6/+11
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-2413-94/+207
* Revert r152236 since we found the culprit for bug 143440.scherkus@chromium.org2012-08-241-6/+6
* Revert changes from r152523 and split bitstream converter creation and enabling.acolwell@chromium.org2012-08-243-19/+15
* Split AudioRendererMixer::VectorFMAC into VectorMath library.dalecurtis@chromium.org2012-08-248-196/+267
* Guard against ALSA returning insane frame counts for current delay.fischman@chromium.org2012-08-232-4/+4
* Use scoped_refptr::swap() instead of accident-prone scoped_refptr::release().fischman@chromium.org2012-08-231-7/+4
* Revert 152919 - Guard against ALSA returning insane frame counts for current ...rsleevi@chromium.org2012-08-232-4/+4
* Guard against ALSA returning insane frame counts for current delay.fischman@chromium.org2012-08-232-4/+4
* Remove start time logic since the Media Source spec now states the start time...acolwell@chromium.org2012-08-227-108/+41
* Don't leak render thread on Stop().dalecurtis@google.com2012-08-222-7/+8
* Add support for config changes during playback to FFmpegVideoDecoder.acolwell@chromium.org2012-08-219-105/+281
* clear QTCaptureDecompressedVideoOutput's delegate when CaptureSession is rele...wjia@chromium.org2012-08-211-0/+2
* Revert 152622 - Add support for config changes during playback to FFmpegVideo...acolwell@chromium.org2012-08-219-277/+103
* Add support for config changes during playback to FFmpegVideoDecoder.acolwell@chromium.org2012-08-219-103/+277
* Remux bear-640x360.webm so it is a valid WebM file & update the ChunkDemuxer ...acolwell@chromium.org2012-08-213-24/+24
* Avoid race between initialization and shutdown of AVStream* underpinnings of ...acolwell@chromium.org2012-08-212-4/+12
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-2110-149/+406
* Remove unused AudioTrackOutput.dalecurtis@google.com2012-08-215-423/+0
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-2013-207/+94
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-2013-94/+207
* Update dash test files.acolwell@chromium.org2012-08-202-0/+0
* On mono mode, SL_SPEAKER_FRONT_CENTER is the channel mask;xians@chromium.org2012-08-202-2/+12
* media::BindToLoop() is born, with example uses to slim down WebMediaPlayerProxy.fischman@chromium.org2012-08-184-0/+330
* Upgrade DCHECK(pending_callbacks_.get()) to CHECK().scherkus@chromium.org2012-08-181-6/+6
* Don't use an unretained read callback when calling AudioDecoder::Read().scherkus@chromium.org2012-08-172-6/+2
* Allow transitioning to HAVE_METADATA before pipeline initialization completes.acolwell@chromium.org2012-08-178-33/+113
* use type std::string instead of integer for MediaLogEvent::TOTAL_BYTES_SETchangbin.shao@intel.com2012-08-163-7/+9
* Fix FFmpegAudioDecoder monotonically increasing timestamp check to ignore kNo...acolwell@chromium.org2012-08-162-7/+14
* Address post commit nits for r151132acolwell@chromium.org2012-08-152-5/+4
* 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 ChunkDemuxer::SetTimestampOffset take a TimeDelta instead of doublevrk@google.com2012-08-143-19/+23
* 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-1222-112/+145
* Move VideoDecoder initialization into VideoRendererBase to simplify implement...acolwell@chromium.org2012-08-1016-225/+204
* Fold Pipeline initialization failure tests added in r150636 into PipelineTear...scherkus@chromium.org2012-08-101-121/+198
* Enable CNS to serve files from different port.shadi@chromium.org2012-08-092-35/+136
* 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-0922-259/+163
* Remove Pipeline::IsInitialized() and replace stop_pending_ with checks for st...scherkus@chromium.org2012-08-093-82/+44
* mac: Delete more 10.5-only codethakis@chromium.org2012-08-091-15/+1
* Make java.gypi export jar path to input_jars_paths variablecjhopman@chromium.org2012-08-091-6/+6
* Add a lot of Pipeline tests to cover stopping/error handling while in a varie...scherkus@chromium.org2012-08-094-29/+259
* Get ChannelLayout on OSX with non-deprecated methods.dalecurtis@chromium.org2012-08-091-15/+7
* Add CNS function to clean up port matching requester IP address.shadi@chromium.org2012-08-092-2/+48