summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/media/audio_renderer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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