summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge 123292 - Increase the buffer size in AudioRendererImpl to fix muted pla...vrk@google.com2012-02-272-0/+32
* Merge 120767 - Ensures that low-latency audio unit tests passes on Win 7 buil...tommi@chromium.org2012-02-072-2/+8
* Merge 120095 - Fix crash on Mac OS X caused by querying audio stream latency.crogers@google.com2012-02-071-32/+1
* Fix ChunkDemuxer seek deadlockacolwell@chromium.org2012-01-3115-129/+557
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-306-53/+68
* Don't register an ffmpeg bitstream filter more than once.fischman@chromium.org2012-01-301-2/+5
* PinBase: Fix assign-to-self bug.jhawkins@chromium.org2012-01-301-2/+2
* Minor code refactoring: move 'signal send end of stream' fromenal@chromium.org2012-01-287-24/+63
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+0
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-275-29/+42
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-275-10/+23
* Disable ULDI on reference to yuv_convert (vs2010)scottmg@google.com2012-01-271-0/+1
* Fix ChunkDemuxer crash & parse errors on audio-only or video-only content.acolwell@chromium.org2012-01-274-64/+151
* Audio only & Video only versions of bear-320x240.webmacolwell@chromium.org2012-01-272-0/+0
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-6/+4
* Improves file-handling in WASAPIAudioInputStreamRecordToFile unit test.henrika@chromium.org2012-01-241-11/+21
* Adding tommi@chromium.org to media-related OWNERS files.scherkus@chromium.org2012-01-241-0/+1
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+1
* Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...tommi@chromium.org2012-01-231-8/+7
* Die, Pts{Stream,Heap}, Die!fischman@chromium.org2012-01-2111-482/+1
* Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...sadrul@chromium.org2012-01-214-169/+109
* Fire canplaythrough as soon as download defers to fix autoplayvrk@google.com2012-01-204-109/+169
* Fix ContentEncodings element info.acolwell@chromium.org2012-01-201-5/+5
* Fix Android compile error following r118272peter@chromium.org2012-01-201-1/+1
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-1918-535/+59
* Rename webkit_media::VideoRendererImpl to webkit_media::SkCanvasVideoRenderer.scherkus@chromium.org2012-01-191-5/+5
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-194-18/+59
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-1914-98/+118
* set timestamp of captured video frames. also set duration of the media and me...wjia@chromium.org2012-01-192-2/+8
* Add matroska element data to make WebM parser more accepting.acolwell@chromium.org2012-01-195-43/+443
* Replace a few VLOGs with CHECKs inside media::Pipeline.scherkus@chromium.org2012-01-183-38/+17
* Fix indentation in media/base/pipeline.cc.scherkus@chromium.org2012-01-181-13/+11
* Fold media::PipelineImpl into media::Pipeline as there is only one implementa...scherkus@chromium.org2012-01-1818-790/+729
* Leak global atomicsequencenumber media_log_id to avoid atexit() handler being...fischman@chromium.org2012-01-181-1/+3
* buffers.cc: replaced global TimeDelta constants with fully-inlined functions.fischman@chromium.org2012-01-1815-65/+65
* Remove the bulk of log spam from media_unittests runs.fischman@chromium.org2012-01-173-3/+13
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-1418-111/+98
* Break the (extra) circular reference between PipelineImpl and VideoDecoder.fischman@chromium.org2012-01-141-1/+3
* clang: Fix a few things -Wunused-variable complains about in a recent clang v...thakis@chromium.org2012-01-141-1/+3
* Linear sub-rectangle scaler for use in Chromoting.wez@chromium.org2012-01-146-23/+336
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-146-80/+141
* Fix race condition when stopping audio stream on Windows.enal@chromium.org2012-01-141-20/+34
* Refactor webkit_media::VideoRendererImpl into standalone class.scherkus@chromium.org2012-01-134-25/+33
* Remove Clone() from DataSourceFactory & DemuxerFactory since the methods aren...acolwell@chromium.org2012-01-1315-64/+4
* Remove the headless check for the audio output unittests.tommi@chromium.org2012-01-132-57/+59
* Add root access check to cns server.shadi@chromium.org2012-01-132-0/+23
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-133-10/+0
* Remove obsolete references to http://crbug.com/109026fischman@chromium.org2012-01-122-4/+0
* Revert 117268 - Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-122-30/+8
* Fixed HW video decode EOS/Flush-related bugs.fischman@chromium.org2012-01-125-74/+110