summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace Pipeline::kEnded state and HasEnded() methods with renderer-specific ...scherkus@chromium.org2012-08-0913-100/+75
* Introduce AudioBus to replace std::vector<float*> withindalecurtis@chromium.org2012-08-094-0/+292
* Don't count SLOW tests towards failure.dalecurtis@google.com2012-08-082-2/+6
* 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
* Cancel pending seek in ChunkDemuxer when a new seek occursvrk@chromium.org2012-08-083-0/+121
* Add initial support for edit lists in MSE BMFF.strobe@google.com2012-08-083-5/+56
* Fix VideoRendererBase end of stream logic to use a default acolwell@chromium.org2012-08-084-61/+125
* Check for duplicate id strings in ChunkDemuxer::AddId()annacc@chromium.org2012-08-071-1/+2
* fix detection of video capture device on linuxwjia@chromium.org2012-08-071-4/+6
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-079-32/+31
* Remove WebMediaPlayerProxy::video_decoder_ & FFmpegVideoDecoder::set_decryptor.acolwell@chromium.org2012-08-078-34/+30
* Adds support for multi-channel output audio for the low-latency path in Windows.henrika@chromium.org2012-08-076-147/+622
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-0718-77/+0
* Roll FFmpeg for security fixes.dalecurtis@google.com2012-08-072-23/+32
* Check VideoFrame::IsValidConfig() prior to allocating buffers for FFmpeg.scherkus@chromium.org2012-08-071-0/+3
* Implement simple garbage collection in SourceBufferStreamvrk@google.com2012-08-073-13/+509
* Add kSeekToStartFudgeRoom to SourceBufferStreamvrk@google.com2012-08-073-10/+78
* Enable WebM encrypted playback test.fgalligan@chromium.org2012-08-061-6/+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-062-1/+16
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-0637-262/+20
* Use 3 wave out buffers for all XP configurations (not just single-processor).viettrungluu@chromium.org2012-08-041-15/+7
* Refactor FFmpegAudioDecoder output timestamp logic.acolwell@chromium.org2012-08-043-74/+95
* Clarify ownership of GpuVideoDecodeAcceleratorHost and avoid crash on context...fischman@chromium.org2012-08-042-13/+21
* Implement "Key Presence" step in "Encrypted Block Encounted" algorithm in EME.xhwang@chromium.org2012-08-039-15/+70
* Replace RunInSeries() and RunInParallel() with SerialRunner helper class.scherkus@chromium.org2012-08-037-242/+238