summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix playback rate w/o audio. Remove unused SetPlaybackRate().dalecurtis@chromium.org2012-08-012-11/+2
* Candidate fix for a crash at shutdown when the IO thread is going away. More ...tommi@chromium.org2012-07-312-4/+9
* Remove a bunch of dead fields found by Scythe.fischman@chromium.org2012-07-313-8/+6
* Change NumberOfWaveOutBuffers() to return 3 for Windows >= Vista (instead of ...viettrungluu@chromium.org2012-07-311-3/+3
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-2711-5/+1682
* This CL adds support for experimental exclusive-mode streaming to WASAPIAudio...henrika@chromium.org2012-07-274-131/+542
* Uses DCHECK_GT() instead of DCHECK_LE().khorimoto@chromium.org2012-07-271-1/+1
* Changed DCHECK() to DCHECK_LE() to improve readability.khorimoto@chromium.org2012-07-261-1/+1
* Make audio build on the Mac OS X 10.7abarth@chromium.org2012-07-263-0/+3
* First step towards moving AudioDevice and AudioInputDevice from content/ to m...tommi@chromium.org2012-07-264-0/+233
* Added DCHECK() to prevent NULL-pointer dereferencekhorimoto@chromium.org2012-07-261-0/+1
* Ignore -Wdeprecated-declarations in audio_output_mac.cc.rsesek@chromium.org2012-07-231-0/+3
* [Android] Fix warnings-as-errors for official builds.yfriedman@chromium.org2012-07-202-9/+12
* Disable audio mixer on non-Windows/Mac platforms.dalecurtis@chromium.org2012-07-201-1/+6
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-182-14/+0
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-5/+14
* media/audio/linux: Add CrasInputStream.dgreid@chromium.org2012-07-164-18/+612
* Remove GetVolume from media::AudioRendererSink.tommi@chromium.org2012-07-142-6/+0
* Small refactor to media architecture in order to allow end-to-end tests.primiano@chromium.org2012-07-124-9/+197
* Remove #pragma once from mediaajwong@chromium.org2012-07-112-2/+0
* Fix COM initialization on media thread.grt@chromium.org2012-07-091-0/+1
* Move the callback out of the Read method and into Initialize to make Read loo...tommi@chromium.org2012-07-044-45/+118
* Fix address casting in audio hashing.dalecurtis@chromium.org2012-06-291-2/+3
* Avoid undefined behaviour in OpenSLESOutputStream::FillBufferQueue()steveblock@chromium.org2012-06-281-1/+1
* Avoid undefined behaviour in OpenSLESInputStream::ReadBufferQueue()steveblock@chromium.org2012-06-281-1/+1
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-263-6/+12
* Revert 142862 - Change the way we are stopping audio stream on Mac once again.kkania@chromium.org2012-06-193-79/+56
* Change the way we are stopping audio stream on Mac once again.enal@chromium.org2012-06-183-56/+79
* Change the code to use 2 buffers on presumable good Windows boxes.enal@chromium.org2012-06-155-24/+54
* Revert 142430 - Do not stop audio physical stream immediately after logical o...kkania@chromium.org2012-06-156-70/+58
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-156-58/+70
* Fixes a bug related to Start/Stop/Start/Stop calling sequences in WASAPIAudio...henrika@chromium.org2012-06-152-10/+45
* Change the way we are stopping audio stream on Mac.enal@chromium.org2012-06-144-46/+44
* Fix sign inversion of 24-bit wav files.rtoy@google.com2012-06-141-1/+1
* Media: Don't use a scoped handle for a wait object.rvargas@chromium.org2012-06-132-19/+15
* Revert 141770 - Do not stop audio physical stream immediately after logical o...cpu@chromium.org2012-06-138-83/+87
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-128-87/+83
* Coverity: Initialize member variables.jhawkins@chromium.org2012-06-121-1/+4
* CrasOutput: Handle Close() being called after a failed Open().dgreid@chromium.org2012-06-121-2/+8
* Revert 141476 - Do not stop audio physical stream immediately after logical o...sail@chromium.org2012-06-116-70/+58
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-116-58/+70
* fix the shared buildtommi@chromium.org2012-06-071-2/+2
* Add support to be able to asynchronously read from a CancelableSyncSockettommi@chromium.org2012-06-074-0/+351
* AudioManager::Shutdown() can potentially happen before all the ALSA streams a...xians@chromium.org2012-06-052-4/+10
* Roll FFmpeg for M21!dalecurtis@google.com2012-06-051-0/+6
* Revert 138939 - alsa_output: Drain and pause pcm when stopping.scherkus@chromium.org2012-06-054-14/+0
* Fix wrong timing when audio is muted.enal@chromium.org2012-06-043-5/+7
* Fix audio hashing. Split hash tests out of normal test.dalecurtis@google.com2012-06-012-12/+31
* Turn on audio mixer by default.enal@chromium.org2012-06-011-1/+1
* Introducing DecoderBuffer and general Buffer cleanup.dalecurtis@google.com2012-05-311-6/+6