| Commit message (Expand) | Author | Age | Files | Lines |
* | Add destruction to AudioManager singleton for windows | cpu@google.com | 2009-02-24 | 2 | -6/+14 |
* | Moved most functionality of video renderer into a base class (video_renderer_... | ralphl@chromium.org | 2009-02-24 | 9 | -0/+606 |
* | Audio related IPC messages and handlers from browser to | hclam@chromium.org | 2009-02-20 | 1 | -0/+6 |
* | Fixes a bug in the media pipeline that resulted in the video dimensions never... | ralphl@chromium.org | 2009-02-19 | 4 | -54/+344 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -1/+0 |
* | IPC messages definitions for audio related requests from | hclam@chromium.org | 2009-02-16 | 1 | -3/+5 |
* | Revert r9861 to fix build | hclam@chromium.org | 2009-02-16 | 1 | -5/+3 |
* | IPC messages definitions for audio related requests from | hclam@chromium.org | 2009-02-16 | 1 | -3/+5 |
* | Fixed NullAudioRenderer gcc break due to not including <cmath>. | scherkus@chromium.org | 2009-02-13 | 1 | -0/+2 |
* | Checking in media::NullAudioRenderer, the equivalent of decoding to /dev/null. | scherkus@chromium.org | 2009-02-13 | 4 | -0/+227 |
* | A very basic implementation of a data source, which opens a file. Implementa... | ralphl@chromium.org | 2009-02-12 | 10 | -7/+579 |
* | Almost complete implementation of the Chrome video renderer. Still needs to ... | ralphl@chromium.org | 2009-02-11 | 1 | -2/+14 |
* | Construct AudioRendererHost in BrowserRendererProcessHost, also construct | hclam@chromium.org | 2009-02-11 | 5 | -0/+44 |
* | Checking in default implementation of AudioRenderer interface, AudioRendererI... | scherkus@chromium.org | 2009-02-10 | 4 | -0/+306 |
* | Could you guys get on this one ASAP. My video render code depends on these m... | ralphl@chromium.org | 2009-02-10 | 5 | -20/+216 |
* | Added missing header include to buffers.h. | scherkus@chromium.org | 2009-02-06 | 1 | -0/+1 |
* | Updated pipeline unit test and added mocks for a full audio pipeline. | ralphl@chromium.org | 2009-02-05 | 4 | -78/+369 |
* | Merged with latest media pipeline and cleaned up some style stuff. | hclam@chromium.org | 2009-02-03 | 1 | -1/+1 |
* | Changed media::Buffer interfaces to use base::TimeDelta. | scherkus@chromium.org | 2009-01-31 | 5 | -28/+34 |
* | Fixed AssignableBuffer to use OwnerType instead of BufferType. | scherkus@chromium.org | 2009-01-30 | 1 | -1/+1 |
* | Checking in media::Synchronizer, a utility class to facilitate A/V synchroniz... | scherkus@chromium.org | 2009-01-30 | 4 | -0/+162 |
* | Fixed up the EOL style on all /src/media source files. | scherkus@chromium.org | 2009-01-29 | 2 | -12/+12 |
* | A minor change to the pattern for filter factories that makes the implementat... | ralphl@chromium.org | 2009-01-29 | 4 | -308/+388 |
* | Moved RefCountedThreadSafe from AssignableBuffer to base type Assignable. | scherkus@chromium.org | 2009-01-29 | 1 | -11/+25 |
* | Implementation of Pipeline and FilterHost interfaces. This is a large change... | ralphl@chromium.org | 2009-01-28 | 14 | -148/+969 |
* | Generate additional .vcproj files in miscellaneous top-level components. | sgk@google.com | 2009-01-26 | 4 | -29/+195 |
* | This is the frozen interface definition for the media pipeline, filters, and ... | ralphl@chromium.org | 2009-01-21 | 9 | -279/+346 |
* | Do not runsome PCM audio tests on the bots | cpu@google.com | 2009-01-19 | 2 | -3/+25 |
* | Testing to determine why some trybots have issues with some PCMWave testing. | cpu@google.com | 2009-01-17 | 1 | -2/+3 |
* | Removed Interface from the end of a bunch of media classes. | scherkus@chromium.org | 2009-01-15 | 7 | -76/+74 |
* | Checking in filter factory code. | scherkus@chromium.org | 2009-01-15 | 2 | -0/+140 |
* | Re-enable the audio tests that fail in the bots | cpu@google.com | 2009-01-14 | 4 | -4/+24 |
* | Checking in basic pipeline interface and stubbed out media::PipelineImpl. | scherkus@chromium.org | 2009-01-14 | 4 | -0/+207 |
* | disable failing media unit tests | tc@google.com | 2009-01-14 | 1 | -4/+4 |
* | Low level windows audio support (part 2 of 2) | cpu@google.com | 2009-01-13 | 4 | -9/+589 |
* | Low level windows audio support (part 1 of 2) | cpu@google.com | 2009-01-13 | 3 | -33/+125 |
* | Call logging::InitLogging. The lack of this was causing some hangs (and poss... | erikkay@google.com | 2009-01-13 | 1 | -2/+0 |
* | Checking in media_player project, which is used for standalone media testing. | scherkus@chromium.org | 2009-01-09 | 3 | -0/+172 |
* | Fix media.sln, I removed dmg_fp.vcproj a long time ago. | tc@google.com | 2009-01-09 | 1 | -8/+0 |
* | Removed FFmpeg constants from media::MediaFormat and media::mime_type. | scherkus@chromium.org | 2009-01-07 | 2 | -10/+0 |
* | Update googletest (gtest) to 1.2.1 | maruel@chromium.org | 2009-01-07 | 1 | -2/+2 |
* | Changed media::DataSourceInterface to use string instead of wstring. | scherkus@chromium.org | 2009-01-07 | 1 | -1/+1 |
* | Changed media::kRawAudio/Video constants to the correct media::kUncompressedA... | scherkus@chromium.org | 2009-01-07 | 1 | -2/+2 |
* | Updated media.xcodeproj to include filter_host_impl.cc,h. | scherkus@chromium.org | 2009-01-06 | 1 | -0/+6 |
* | Checking in stubbed out media::FilterHostImpl and updated Windows and Linux b... | scherkus@chromium.org | 2009-01-06 | 4 | -0/+149 |
* | Forgot to make a few media::FilterHostInterface functions pure virtual. | scherkus@chromium.org | 2009-01-06 | 1 | -11/+11 |
* | Checking in media.xcodeproj. | scherkus@chromium.org | 2009-01-05 | 1 | -0/+846 |
* | A simple tone source useful for testing and troubleshooting | cpu@google.com | 2009-01-05 | 2 | -0/+83 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Audio support drop 2 | cpu@google.com | 2008-12-20 | 5 | -1/+177 |