summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-1024-915/+115
* <video> decode in hardware!fischman@chromium.org2011-12-1024-115/+915
* Simplify AudioRendererImpl by using AudioDevice.vrk@google.com2011-12-091-2/+5
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-094-8/+8
* Make check for 'opened' consistent across all audio stream implementations of...tommi@chromium.org2011-12-087-8/+19
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-079-46/+59
* Collapse FFmpegVideoDecodeEngine into FFmpegVideoDecoder and remove VideoDeco...scherkus@chromium.org2011-12-077-309/+206
* Adds input device selection on Windows.henrika@chromium.org2011-12-065-37/+101
* Move decision if we need to use WASAPI or wave out into separate function.enal@chromium.org2011-12-033-8/+26
* Upstream: Media implementation for Android.michaelbai@chromium.org2011-12-027-8/+544
* Update media-related OWNERS.scherkus@chromium.org2011-12-021-1/+2
* Fire CanPlayThrough immediately for local and streaming media filesvrk@google.com2011-12-0124-115/+149
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-12-014-117/+169
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-301-1/+0
* Revert 112147 - Did not get LGTM from all reviewers.enal@chromium.org2011-11-303-163/+113
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-11-303-113/+163
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+5
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-4/+4
* Fixes rounding issue in simple sources.henrika@chromium.org2011-11-293-27/+51
* Revert 111890 - This patch ensures that the audio_output_win_unittest works f...henrika@chromium.org2011-11-293-50/+28
* This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...henrika@chromium.org2011-11-293-28/+50
* Removes call to invalid error handler during audio initialization for Windows...henrika@chromium.org2011-11-282-12/+0
* Expose a way for unit tests to terminate the AudioManager singleton to avoid ...tommi@chromium.org2011-11-252-0/+14
* Call close_timer_.Reset() from StopStreamTask.rnk@google.com2011-11-242-4/+12
* Adds support for capture device enumeration on Windows.henrika@chromium.org2011-11-246-21/+319
* enable the device selection for openbsd too to be in sync with linuxrobert.nagy@gmail.com2011-11-232-3/+3
* Fix python scripts in src/mediamaruel@chromium.org2011-11-2315-18/+10
* Replaces the broken raw stream based audio renderer with one based on AudioOu...dalecurtis@chromium.org2011-11-232-64/+67
* 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