summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Whitespace change to force a relink of media/media_unittests on all builders.rsleevi@chromium.org2011-11-231-1/+1
* Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_.scherkus@chromium.org2011-11-231-1/+1
* fix a racing condition when renderer process requests StopCapture before host...wjia@chromium.org2011-11-231-11/+0
* Add OVERRIDE to media/.avi@chromium.org2011-11-236-18/+24
* Revert 111320 - Disable PipelineImplTest.AudioStream on OS Xrsleevi@chromium.org2011-11-231-7/+1
* Disable PipelineImplTest.AudioStream on OS Xrsleevi@chromium.org2011-11-231-1/+7
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-2219-78/+144
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-2/+2
* Remove a superfluous DCHECK() in DownloadRateMonitor::Start()steveblock@chromium.org2011-11-211-1/+0
* Clear VideoRendererBase::current_frame_ when stopped.scherkus@chromium.org2011-11-182-0/+8
* Fire canplaythrough event at the proper time for audio/videovrk@google.com2011-11-1814-20/+648
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-188-48/+147
* Revert 110584 - Make pulseaudio available for all posix platforms and add sup...scherkus@chromium.org2011-11-178-145/+48
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-178-48/+145
* Introduce the constrained network server.dalecurtis@chromium.org2011-11-172-0/+437
* Add OVERRIDE to media/.avi@chromium.org2011-11-1634-139/+148
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-169-21/+1388
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-154-9/+1
* Reland 7976047 to fix the alsa output scheduling for low latency audio.xians@chromium.org2011-11-141-16/+34
* Adding passing rate in stats csv file in the layout test analyzer.imasaki@google.com2011-11-112-4/+5
* Support CSV output format for analyzer results in layout test analyzer.imasaki@google.com2011-11-114-19/+120
* Reenable frame size change unit tests.acolwell@chromium.org2011-11-101-6/+2
* Correct some rounding errors introduced recently.cevans@chromium.org2011-11-101-4/+4
* Use a dynamic kNoAudioReadAgainTimeoutMs which is equivalent to half of packe...xians@chromium.org2011-11-101-9/+13
* Fix crash in UMA-reporting aspect ratio when video height is zero.fischman@chromium.org2011-11-101-2/+6
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-095-3/+44
* First cut at UMA-exposing histograms of media data in the wild.fischman@chromium.org2011-11-086-6/+101
* Add basic parsing functionality to ChunkDemuxer for skipping WebM file headers.acolwell@chromium.org2011-11-045-34/+156
* Simplify VideoDecodeEngine interface by making everything synchronous.scherkus@chromium.org2011-11-0414-1200/+443
* Minor clean up on VideoRendererBase.scherkus@chromium.org2011-11-041-42/+54
* Fix crash on unsupported pixel formats.dalecurtis@chromium.org2011-11-023-18/+34
* Problem happens because we cannot stop physical stream in arbitrary moment, c...enal@chromium.org2011-11-022-39/+45
* Adding transition to kPlaying when end of stream is reached during an underflow.acolwell@chromium.org2011-11-012-31/+114
* Change DemuxerStream::ReadCallback to use ref-counted buffers.scherkus@chromium.org2011-11-019-26/+22
* refactor video capture in renderer processwjia@chromium.org2011-11-011-1/+0
* Clean up VideoRendererBase tests.scherkus@chromium.org2011-10-311-87/+225
* Changing a NOTREACHED to a LOG(WARNING) for cases when a mic isn't connected.tommi@chromium.org2011-10-311-1/+4
* Reland the CL 8162015.xians@chromium.org2011-10-295-61/+172
* Remove media::VideoDecodeContext as it has no implementation and is unused.scherkus@chromium.org2011-10-2813-195/+15
* Miscellaneous header file cleanup for src/media.scherkus@chromium.org2011-10-288-23/+11
* This patch will loop through the soundcard and return a list of available dev...xians@chromium.org2011-10-282-8/+130
* Rewrite FFmpegVideoDecoder tests based on existing FFmpegVideoDecodeEngine te...scherkus@chromium.org2011-10-281-299/+434
* Adding input and output delay estimation for mac. xians@chromium.org2011-10-275-25/+287
* Remove DemuxerStream::GetAVStream() once and for all.scherkus@chromium.org2011-10-2717-167/+251
* Fix regression and make CrOS audio codecs work again.ihf@chromium.org2011-10-262-1/+22
* Switch from DLOG(INFO) to DVLOG(1) for media/audio/mac/audio_low_latency_inpu...scherkus@chromium.org2011-10-261-13/+14
* Removes an invalid hard-coded sample rate in the low-latencyhenrika@chromium.org2011-10-261-1/+0
* fix v4l support on openbsdrobert.nagy@gmail.com2011-10-251-0/+4
* exclude the linux files that are not needed on openbsdrobert.nagy@gmail.com2011-10-251-3/+3
* Stop audio streams in all codepaths that need it.fischman@chromium.org2011-10-242-10/+19