summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media/audio_renderer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Move core renderer subdirectories to content.jam@chromium.org2011-03-161-157/+0
* Fix some pass-by-values caught by Coveritystuartmorgan@chromium.org2011-03-111-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-141-2/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-7/+7
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-1/+1
* Fix excessive IPCs by audio renderer.sergeyu@chromium.org2010-10-261-2/+2
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-15/+3
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-9/+4
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-5/+2
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-0/+1
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-1/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-0/+1
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.phajdan.jr@chromium.org2010-07-261-3/+4
* Audio pause and seek betterhclam@chromium.org2010-07-151-54/+2
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-1/+1
* Fix audio "clicking" for strongbad demohclam@chromium.org2010-06-071-2/+1
* Flush audio data after seekhclam@chromium.org2010-04-081-8/+10
* Implement low-latency audio on Pepper.neb@chromium.org2010-02-081-0/+3
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-10/+10
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-051-1/+11
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-2/+2
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-111-1/+1
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-011-4/+0
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-161-3/+31
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-051-3/+13
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Video and audio now pauses by playing NULL (0) PCM audio when the playback ra...ralphl@chromium.org2009-04-211-0/+1
* Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanuphclam@chromium.org2009-04-171-3/+0
* Handles audio messages on IO thread in render processhclam@chromium.org2009-04-161-69/+65
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-301-4/+4
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-271-3/+5
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-261-6/+2
* Implemented AudioRendererImpl in renderer process using APIhclam@chromium.org2009-03-101-14/+149
* Audio related IPC messages and handlers from browser tohclam@chromium.org2009-02-201-0/+7
* Merged with latest media pipeline and cleaned up some style stuff.hclam@chromium.org2009-02-031-1/+16
* Checking in stubbed out ChromeMediaPlayer filter implementations.scherkus@chromium.org2009-01-261-0/+28