summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media/audio_renderer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-14/+14
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-1/+3
* Fix excessive IPCs by audio renderer.sergeyu@chromium.org2010-10-261-1/+2
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-8/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-15/+11
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-051-1/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-17/+10
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-1/+1
* Set state of a new audio stream to Paused until it start to play. Also added ...sergeyu@chromium.org2010-08-211-2/+7
* Audio pause and seek betterhclam@chromium.org2010-07-151-1/+23
* Fix audio "clicking" for strongbad demohclam@chromium.org2010-06-071-10/+6
* refactoring decoder interfacejiesun@google.com2010-05-261-1/+1
* Refactoring in media::PipelineImpl and media::MediaFilter.scherkus@chromium.org2010-05-171-2/+1
* Looping for audio / videohclam@chromium.org2010-04-141-9/+6
* Flush audio data after seekhclam@chromium.org2010-04-081-52/+48
* Audio cut off ~500ms too earlyhclam@chromium.org2010-04-021-1/+1
* Add a parameter to CreateAudioStream to choose between standard and low-laten...neb@chromium.org2010-03-231-1/+2
* Implement low-latency audio on Pepper.neb@chromium.org2010-02-081-0/+6
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-15/+17
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-051-1/+26
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-5/+4
* Fix build bustage r24568hclam@chromium.org2009-08-271-0/+2
* Make audio and video in sync while playback rate != 1.0hclam@chromium.org2009-08-271-0/+7
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-111-8/+7
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-061-0/+1
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-011-9/+7
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+1
* Ignore errors about creating audio output streamhclam@chromium.org2009-07-221-1/+5
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-1/+1
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-1/+1
* Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."scherkus@chromium.org2009-07-091-1/+1
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-1/+1
* Since the introduction of PushSource, there are two buffering layers in thehclam@chromium.org2009-06-161-11/+49
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-051-24/+92
* Prototype audio time shift.fbarchard@chromium.org2009-04-231-2/+2
* Video and audio now pauses by playing NULL (0) PCM audio when the playback ra...ralphl@chromium.org2009-04-211-10/+14
* Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanuphclam@chromium.org2009-04-171-29/+17
* Handles audio messages on IO thread in render processhclam@chromium.org2009-04-161-50/+101
* Detach media filters from WebMediaPlayerDelegateImplhclam@chromium.org2009-04-061-0/+1
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-301-2/+2
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-271-6/+14
* 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-20/+130
* Audio related IPC messages and handlers from browser tohclam@chromium.org2009-02-201-0/+18
* Merged with latest media pipeline and cleaned up some style stuff.hclam@chromium.org2009-02-031-1/+8
* Checking in stubbed out ChromeMediaPlayer filter implementations.scherkus@chromium.org2009-01-261-0/+27