| Commit message (Expand) | Author | Age | Files | Lines |
* | Move core renderer subdirectories to content. | jam@chromium.org | 2011-03-16 | 1 | -157/+0 |
* | Fix some pass-by-values caught by Coverity | stuartmorgan@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act... | jam@chromium.org | 2010-12-14 | 1 | -2/+2 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -7/+7 |
* | Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ... | scherkus@chromium.org | 2010-12-03 | 1 | -1/+1 |
* | Fix excessive IPCs by audio renderer. | sergeyu@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Terminate FilterFactory and his nasty friends | hclam@chromium.org | 2010-10-23 | 1 | -15/+3 |
* | Add AudioBuffersState struct. Use it for audio synchronization. | sergeyu@chromium.org | 2010-09-29 | 1 | -9/+4 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+1 |
* | Add AudioParameters struct. Use it everywhere. | sergeyu@chromium.org | 2010-08-31 | 1 | -5/+2 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-25 | 1 | -0/+1 |
* | Revert 57254 - Share one thread between all AudioOutputControllers instead of... | scherkus@chromium.org | 2010-08-24 | 1 | -1/+0 |
* | Share one thread between all AudioOutputControllers instead of creating one p... | sergeyu@chromium.org | 2010-08-24 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | GTTF: Use FRIEND_TEST_ALL_PREFIXES some more. | phajdan.jr@chromium.org | 2010-07-26 | 1 | -3/+4 |
* | Audio pause and seek better | hclam@chromium.org | 2010-07-15 | 1 | -54/+2 |
* | Rename a header and some methods to make way for subsequent audio recording a... | satish@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | Fix audio "clicking" for strongbad demo | hclam@chromium.org | 2010-06-07 | 1 | -2/+1 |
* | Flush audio data after seek | hclam@chromium.org | 2010-04-08 | 1 | -8/+10 |
* | Implement low-latency audio on Pepper. | neb@chromium.org | 2010-02-08 | 1 | -0/+3 |
* | Remove size_t from audio IPC code. | jam@chromium.org | 2010-02-05 | 1 | -10/+10 |
* | Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver. | scherkus@chromium.org | 2009-11-05 | 1 | -1/+11 |
* | SetVolume and GetVolume take one volume instead of separate left and right vo... | fbarchard@chromium.org | 2009-11-04 | 1 | -2/+2 |
* | AudioRendererHost send ViewMsg_AudioStreamState | hclam@chromium.org | 2009-08-11 | 1 | -1/+1 |
* | Replace the guts of AudioRendererBase with calls to scaling algorithm. | kylep@chromium.org | 2009-08-01 | 1 | -4/+0 |
* | Since the introduction of PushSource, there are two buffering layers in the | hclam@chromium.org | 2009-06-16 | 1 | -3/+31 |
* | Changed to use PushSource for the intermediate buffer | hclam@chromium.org | 2009-06-05 | 1 | -3/+13 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Video and audio now pauses by playing NULL (0) PCM audio when the playback ra... | ralphl@chromium.org | 2009-04-21 | 1 | -0/+1 |
* | Refactor DataSourceImpl to get rid of using ReleaseRendererResource for cleanup | hclam@chromium.org | 2009-04-17 | 1 | -3/+0 |
* | Handles audio messages on IO thread in render process | hclam@chromium.org | 2009-04-16 | 1 | -69/+65 |
* | Decoders now use standard callback mechanism for Reads. Removed Assignable<>... | ralphl@chromium.org | 2009-03-30 | 1 | -4/+4 |
* | Fixed a lot threading issues during tear down of <video> | hclam@chromium.org | 2009-03-27 | 1 | -3/+5 |
* | Lots of files touched for a very simple change. Everywhere we used a const M... | scherkus@chromium.org | 2009-03-26 | 1 | -6/+2 |
* | Implemented AudioRendererImpl in renderer process using API | hclam@chromium.org | 2009-03-10 | 1 | -14/+149 |
* | Audio related IPC messages and handlers from browser to | hclam@chromium.org | 2009-02-20 | 1 | -0/+7 |
* | Merged with latest media pipeline and cleaned up some style stuff. | hclam@chromium.org | 2009-02-03 | 1 | -1/+16 |
* | Checking in stubbed out ChromeMediaPlayer filter implementations. | scherkus@chromium.org | 2009-01-26 | 1 | -0/+28 |