| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented a proper clock for audio/video synchronization. | scherkus@chromium.org | 2009-07-28 | 1 | -0/+4 |
* | Merged FilterHostImpl into PipelineInternal as it was no longer needed and ad... | scherkus@chromium.org | 2009-07-22 | 1 | -2/+0 |
* | Refactoring to share MockAudioOutputStream implementations across 3 platforms | hclam@google.com | 2009-07-22 | 1 | -0/+2 |
* | fix warnings treated as errors on line 94 and 97 that are allowed on try serv... | fbarchard@chromium.org | 2009-07-21 | 1 | -0/+7 |
* | Revert r21137 to fix Chromium mac valgrind | hclam@chromium.org | 2009-07-21 | 1 | -2/+0 |
* | Remove qtfaststart for now from build file | fbarchard@chromium.org | 2009-07-21 | 1 | -7/+0 |
* | qt-faststart is a tool that moves the 'moov' to the start of file, reducing s... | fbarchard@chromium.org | 2009-07-21 | 1 | -0/+7 |
* | Refactoring to share MockAudioOutputStream implementations across 3 platforms | hclam@chromium.org | 2009-07-21 | 1 | -0/+2 |
* | Software volume adjustment by changing samples. | fbarchard@chromium.org | 2009-07-20 | 1 | -1/+4 |
* | Adding callback support to media filter Initialize() and Seek(). | scherkus@chromium.org | 2009-07-16 | 1 | -0/+3 |
* | Revert "Splitting media filter's Initialize() into Create() + callback and Se... | scherkus@chromium.org | 2009-07-15 | 1 | -3/+0 |
* | Splitting media filter's Initialize() into Create() + callback and Seek() + c... | scherkus@chromium.org | 2009-07-15 | 1 | -0/+3 |
* | Converted remaining tests to use gmock and deleted all old mocking code. | scherkus@chromium.org | 2009-07-10 | 1 | -3/+0 |
* | Updated FFmpegDemuxerTest and FFmpegVideoDecoderTest to use the gmock-based M... | scherkus@chromium.org | 2009-07-09 | 1 | -1/+0 |
* | BufferQueue class to hide audio data micromanagement from scaling algorithms.... | kylep@chromium.org | 2009-07-08 | 1 | -0/+3 |
* | Removing video_decoder_unittest.cc as it tests nothing. | scherkus@chromium.org | 2009-07-08 | 1 | -1/+0 |
* | OLA Algorithm and test shell. | kylep@chromium.org | 2009-07-07 | 1 | -0/+12 |
* | Make FFmpeg delay load settings propagate to all shared libraries and executa... | scherkus@chromium.org | 2009-07-01 | 1 | -6/+0 |
* | Checking in media/base/mock_filters.h, a new set of mock filters based on gmock. | scherkus@chromium.org | 2009-06-23 | 1 | -0/+1 |
* | Renamed media::VideoThread to the more appropriate media::VideoRendererBase. | scherkus@chromium.org | 2009-06-22 | 1 | -3/+0 |
* | Draft of base and default algorithm class for AudioRendererBase refactor. | kylep@chromium.org | 2009-06-19 | 1 | -0/+4 |
* | Refactored, templatized, commented and moved TestReader to the fancy new Mock... | scherkus@chromium.org | 2009-06-16 | 1 | -0/+1 |
* | Make the generated stubs weak. Enable the unittests that had conflicting sym... | ajwong@chromium.org | 2009-06-16 | 1 | -14/+0 |
* | Moving MockFFmpeg to its own file and some media.gyp cleanup. | scherkus@chromium.org | 2009-06-15 | 1 | -17/+21 |
* | Unit tests for FFmpegVideoDecoder using gmock. | scherkus@chromium.org | 2009-06-12 | 1 | -0/+4 |
* | Split FFmpegDemuxerStream into a separate interface AVStreamProvider. | scherkus@chromium.org | 2009-06-11 | 1 | -0/+2 |
* | Allow PushSource to have smaller write size than read size (packet size) | hclam@chromium.org | 2009-06-04 | 1 | -0/+1 |
* | Media player adds seek menu and dialog. | fbarchard@chromium.org | 2009-05-22 | 1 | -0/+1 |
* | Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds. | sgk@google.com | 2009-05-22 | 1 | -0/+5 |
* | Third attempt at http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 1 | -0/+8 |
* | Revert r16622 | estade@chromium.org | 2009-05-21 | 1 | -8/+0 |
* | Reapply http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 1 | -0/+8 |
* | Revert http://codereview.chromium.org/115276 | ajwong@chromium.org | 2009-05-21 | 1 | -8/+0 |
* | This iteration creates one message loop per audio output stream that is respo... | ajwong@chromium.org | 2009-05-21 | 1 | -0/+8 |
* | SeekableBuffer to implement a window of buffer which has short seeking ability. | hclam@chromium.org | 2009-05-19 | 1 | -0/+3 |
* | YUV with clipping. | fbarchard@chromium.org | 2009-05-18 | 1 | -3/+0 |
* | Checking in VideoThread, which uses a dedicated thread for the purpose of tim... | scherkus@chromium.org | 2009-05-14 | 1 | -0/+2 |
* | YUV scaling and conversion refactored into low levels per platform that do a ... | fbarchard@chromium.org | 2009-05-13 | 1 | -0/+4 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 1 | -12/+1 |
* | Removed duplicate entries in media.gyp. | scherkus@chromium.org | 2009-05-05 | 1 | -2/+0 |
* | Media Player mainfrm.h | fbarchard@chromium.org | 2009-05-05 | 1 | -6/+13 |
* | Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind... | ajwong@chromium.org | 2009-05-01 | 1 | -1/+9 |
* | Enable video in posix builds and remove unneeded ifdefs to guard windows. | ajwong@chromium.org | 2009-05-01 | 1 | -9/+1 |
* | media player resource header file. Mechanically generated. | fbarchard@chromium.org | 2009-04-28 | 1 | -20/+24 |
* | Resource file for media player. | fbarchard@chromium.org | 2009-04-23 | 1 | -12/+26 |
* | Build on Linux with shared libraries (significant chunks courtesy craigsch): | sgk@google.com | 2009-04-22 | 1 | -0/+2 |
* | Hacked up delay load code for ffmpeg in posix systems. This is | ajwong@chromium.org | 2009-04-21 | 1 | -29/+24 |
* | YUV to RGB with arbitrary scaling. | fbarchard@chromium.org | 2009-04-21 | 1 | -1/+3 |
* | Move the ffmpeg loading function into media library. | ajwong@chromium.org | 2009-04-18 | 1 | -0/+10 |
* | Second part of the low level audio for Mac | cpu@chromium.org | 2009-04-14 | 1 | -1/+2 |